| | |
| | |
| |
|
| | |
| | default_target: all |
| |
|
| | .PHONY : default_target |
| |
|
| | |
| | .NOTPARALLEL: |
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| |
|
| | |
| | SUFFIXES = |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| |
|
| | |
| | cmake_force: |
| |
|
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/local/bin/cmake |
| |
|
| | |
| | RM = /usr/local/bin/cmake -E remove -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /content/openpose |
| |
|
| | |
| | CMAKE_BINARY_DIR = /content/openpose/build |
| |
|
| | |
| | |
| |
|
| | |
| | install/strip: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip |
| |
|
| | |
| | install/strip/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip/fast |
| |
|
| | |
| | install/local: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local |
| |
|
| | |
| | install/local/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local/fast |
| |
|
| | |
| | edit_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." |
| | /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| | .PHONY : edit_cache |
| |
|
| | |
| | edit_cache/fast: edit_cache |
| |
|
| | .PHONY : edit_cache/fast |
| |
|
| | |
| | rebuild_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
| | /usr/local/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| | .PHONY : rebuild_cache |
| |
|
| | |
| | rebuild_cache/fast: rebuild_cache |
| |
|
| | .PHONY : rebuild_cache/fast |
| |
|
| | |
| | list_install_components: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" |
| | .PHONY : list_install_components |
| |
|
| | |
| | list_install_components/fast: list_install_components |
| |
|
| | .PHONY : list_install_components/fast |
| |
|
| | |
| | install: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/local/bin/cmake -P cmake_install.cmake |
| | .PHONY : install |
| |
|
| | |
| | install/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/local/bin/cmake -P cmake_install.cmake |
| | .PHONY : install/fast |
| |
|
| | |
| | all: cmake_check_build_system |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/CMakeFiles /content/openpose/build/CMakeFiles/progress.marks |
| | $(MAKE) -f CMakeFiles/Makefile2 all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/CMakeFiles 0 |
| | .PHONY : all |
| |
|
| | |
| | clean: |
| | $(MAKE) -f CMakeFiles/Makefile2 clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| |
|
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: all |
| | $(MAKE) -f CMakeFiles/Makefile2 preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | $(MAKE) -f CMakeFiles/Makefile2 preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | |
| | depend: |
| | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | |
| | |
| |
|
| | |
| | uninstall: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 uninstall |
| | .PHONY : uninstall |
| |
|
| | |
| | uninstall/fast: |
| | $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build |
| | .PHONY : uninstall/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_lib: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_lib |
| | .PHONY : openpose_lib |
| |
|
| | |
| | openpose_lib/fast: |
| | $(MAKE) -f CMakeFiles/openpose_lib.dir/build.make CMakeFiles/openpose_lib.dir/build |
| | .PHONY : openpose_lib/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose |
| | .PHONY : openpose |
| |
|
| | |
| | openpose/fast: |
| | $(MAKE) -f src/openpose/CMakeFiles/openpose.dir/build.make src/openpose/CMakeFiles/openpose.dir/build |
| | .PHONY : openpose/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_3d: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_3d |
| | .PHONY : openpose_3d |
| |
|
| | |
| | openpose_3d/fast: |
| | $(MAKE) -f src/openpose/3d/CMakeFiles/openpose_3d.dir/build.make src/openpose/3d/CMakeFiles/openpose_3d.dir/build |
| | .PHONY : openpose_3d/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_calibration: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_calibration |
| | .PHONY : openpose_calibration |
| |
|
| | |
| | openpose_calibration/fast: |
| | $(MAKE) -f src/openpose/calibration/CMakeFiles/openpose_calibration.dir/build.make src/openpose/calibration/CMakeFiles/openpose_calibration.dir/build |
| | .PHONY : openpose_calibration/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_core: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_core |
| | .PHONY : openpose_core |
| |
|
| | |
| | openpose_core/fast: |
| | $(MAKE) -f src/openpose/core/CMakeFiles/openpose_core.dir/build.make src/openpose/core/CMakeFiles/openpose_core.dir/build |
| | .PHONY : openpose_core/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_face: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_face |
| | .PHONY : openpose_face |
| |
|
| | |
| | openpose_face/fast: |
| | $(MAKE) -f src/openpose/face/CMakeFiles/openpose_face.dir/build.make src/openpose/face/CMakeFiles/openpose_face.dir/build |
| | .PHONY : openpose_face/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_filestream: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_filestream |
| | .PHONY : openpose_filestream |
| |
|
| | |
| | openpose_filestream/fast: |
| | $(MAKE) -f src/openpose/filestream/CMakeFiles/openpose_filestream.dir/build.make src/openpose/filestream/CMakeFiles/openpose_filestream.dir/build |
| | .PHONY : openpose_filestream/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_gpu: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_gpu |
| | .PHONY : openpose_gpu |
| |
|
| | |
| | openpose_gpu/fast: |
| | $(MAKE) -f src/openpose/gpu/CMakeFiles/openpose_gpu.dir/build.make src/openpose/gpu/CMakeFiles/openpose_gpu.dir/build |
| | .PHONY : openpose_gpu/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_gui: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_gui |
| | .PHONY : openpose_gui |
| |
|
| | |
| | openpose_gui/fast: |
| | $(MAKE) -f src/openpose/gui/CMakeFiles/openpose_gui.dir/build.make src/openpose/gui/CMakeFiles/openpose_gui.dir/build |
| | .PHONY : openpose_gui/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_hand: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_hand |
| | .PHONY : openpose_hand |
| |
|
| | |
| | openpose_hand/fast: |
| | $(MAKE) -f src/openpose/hand/CMakeFiles/openpose_hand.dir/build.make src/openpose/hand/CMakeFiles/openpose_hand.dir/build |
| | .PHONY : openpose_hand/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_net: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_net |
| | .PHONY : openpose_net |
| |
|
| | |
| | openpose_net/fast: |
| | $(MAKE) -f src/openpose/net/CMakeFiles/openpose_net.dir/build.make src/openpose/net/CMakeFiles/openpose_net.dir/build |
| | .PHONY : openpose_net/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_pose: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_pose |
| | .PHONY : openpose_pose |
| |
|
| | |
| | openpose_pose/fast: |
| | $(MAKE) -f src/openpose/pose/CMakeFiles/openpose_pose.dir/build.make src/openpose/pose/CMakeFiles/openpose_pose.dir/build |
| | .PHONY : openpose_pose/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_producer: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_producer |
| | .PHONY : openpose_producer |
| |
|
| | |
| | openpose_producer/fast: |
| | $(MAKE) -f src/openpose/producer/CMakeFiles/openpose_producer.dir/build.make src/openpose/producer/CMakeFiles/openpose_producer.dir/build |
| | .PHONY : openpose_producer/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_thread: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_thread |
| | .PHONY : openpose_thread |
| |
|
| | |
| | openpose_thread/fast: |
| | $(MAKE) -f src/openpose/thread/CMakeFiles/openpose_thread.dir/build.make src/openpose/thread/CMakeFiles/openpose_thread.dir/build |
| | .PHONY : openpose_thread/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_tracking: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_tracking |
| | .PHONY : openpose_tracking |
| |
|
| | |
| | openpose_tracking/fast: |
| | $(MAKE) -f src/openpose/tracking/CMakeFiles/openpose_tracking.dir/build.make src/openpose/tracking/CMakeFiles/openpose_tracking.dir/build |
| | .PHONY : openpose_tracking/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_unity: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_unity |
| | .PHONY : openpose_unity |
| |
|
| | |
| | openpose_unity/fast: |
| | $(MAKE) -f src/openpose/unity/CMakeFiles/openpose_unity.dir/build.make src/openpose/unity/CMakeFiles/openpose_unity.dir/build |
| | .PHONY : openpose_unity/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_utilities: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_utilities |
| | .PHONY : openpose_utilities |
| |
|
| | |
| | openpose_utilities/fast: |
| | $(MAKE) -f src/openpose/utilities/CMakeFiles/openpose_utilities.dir/build.make src/openpose/utilities/CMakeFiles/openpose_utilities.dir/build |
| | .PHONY : openpose_utilities/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose_wrapper: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose_wrapper |
| | .PHONY : openpose_wrapper |
| |
|
| | |
| | openpose_wrapper/fast: |
| | $(MAKE) -f src/openpose/wrapper/CMakeFiles/openpose_wrapper.dir/build.make src/openpose/wrapper/CMakeFiles/openpose_wrapper.dir/build |
| | .PHONY : openpose_wrapper/fast |
| |
|
| | |
| | |
| |
|
| | |
| | calibration.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 calibration.bin |
| | .PHONY : calibration.bin |
| |
|
| | |
| | calibration.bin/fast: |
| | $(MAKE) -f examples/calibration/CMakeFiles/calibration.bin.dir/build.make examples/calibration/CMakeFiles/calibration.bin.dir/build |
| | .PHONY : calibration.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | tutorial_api_thread_1_user_processing_function.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 tutorial_api_thread_1_user_processing_function.bin |
| | .PHONY : tutorial_api_thread_1_user_processing_function.bin |
| |
|
| | |
| | tutorial_api_thread_1_user_processing_function.bin/fast: |
| | $(MAKE) -f examples/deprecated/CMakeFiles/tutorial_api_thread_1_user_processing_function.bin.dir/build.make examples/deprecated/CMakeFiles/tutorial_api_thread_1_user_processing_function.bin.dir/build |
| | .PHONY : tutorial_api_thread_1_user_processing_function.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | tutorial_add_module_custom_post_processing.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 tutorial_add_module_custom_post_processing.bin |
| | .PHONY : tutorial_add_module_custom_post_processing.bin |
| |
|
| | |
| | tutorial_add_module_custom_post_processing.bin/fast: |
| | $(MAKE) -f examples/deprecated/CMakeFiles/tutorial_add_module_custom_post_processing.bin.dir/build.make examples/deprecated/CMakeFiles/tutorial_add_module_custom_post_processing.bin.dir/build |
| | .PHONY : tutorial_add_module_custom_post_processing.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | tutorial_api_thread_2_user_input_processing_output_and_datum.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 tutorial_api_thread_2_user_input_processing_output_and_datum.bin |
| | .PHONY : tutorial_api_thread_2_user_input_processing_output_and_datum.bin |
| |
|
| | |
| | tutorial_api_thread_2_user_input_processing_output_and_datum.bin/fast: |
| | $(MAKE) -f examples/deprecated/CMakeFiles/tutorial_api_thread_2_user_input_processing_output_and_datum.bin.dir/build.make examples/deprecated/CMakeFiles/tutorial_api_thread_2_user_input_processing_output_and_datum.bin.dir/build |
| | .PHONY : tutorial_api_thread_2_user_input_processing_output_and_datum.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | openpose.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 openpose.bin |
| | .PHONY : openpose.bin |
| |
|
| | |
| | openpose.bin/fast: |
| | $(MAKE) -f examples/openpose/CMakeFiles/openpose.bin.dir/build.make examples/openpose/CMakeFiles/openpose.bin.dir/build |
| | .PHONY : openpose.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 18_synchronous_custom_all_and_datum.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 18_synchronous_custom_all_and_datum.bin |
| | .PHONY : 18_synchronous_custom_all_and_datum.bin |
| |
|
| | |
| | 18_synchronous_custom_all_and_datum.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/18_synchronous_custom_all_and_datum.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/18_synchronous_custom_all_and_datum.bin.dir/build |
| | .PHONY : 18_synchronous_custom_all_and_datum.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 17_synchronous_custom_output.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 17_synchronous_custom_output.bin |
| | .PHONY : 17_synchronous_custom_output.bin |
| |
|
| | |
| | 17_synchronous_custom_output.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/17_synchronous_custom_output.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/17_synchronous_custom_output.bin.dir/build |
| | .PHONY : 17_synchronous_custom_output.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 05_keypoints_from_images_multi_gpu.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 05_keypoints_from_images_multi_gpu.bin |
| | .PHONY : 05_keypoints_from_images_multi_gpu.bin |
| |
|
| | |
| | 05_keypoints_from_images_multi_gpu.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/05_keypoints_from_images_multi_gpu.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/05_keypoints_from_images_multi_gpu.bin.dir/build |
| | .PHONY : 05_keypoints_from_images_multi_gpu.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 03_keypoints_from_image.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 03_keypoints_from_image.bin |
| | .PHONY : 03_keypoints_from_image.bin |
| |
|
| | |
| | 03_keypoints_from_image.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/03_keypoints_from_image.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/03_keypoints_from_image.bin.dir/build |
| | .PHONY : 03_keypoints_from_image.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 06_face_from_image.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 06_face_from_image.bin |
| | .PHONY : 06_face_from_image.bin |
| |
|
| | |
| | 06_face_from_image.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/06_face_from_image.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/06_face_from_image.bin.dir/build |
| | .PHONY : 06_face_from_image.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 07_hand_from_image.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 07_hand_from_image.bin |
| | .PHONY : 07_hand_from_image.bin |
| |
|
| | |
| | 07_hand_from_image.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/07_hand_from_image.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/07_hand_from_image.bin.dir/build |
| | .PHONY : 07_hand_from_image.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 04_keypoints_from_images.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 04_keypoints_from_images.bin |
| | .PHONY : 04_keypoints_from_images.bin |
| |
|
| | |
| | 04_keypoints_from_images.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/04_keypoints_from_images.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/04_keypoints_from_images.bin.dir/build |
| | .PHONY : 04_keypoints_from_images.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 01_body_from_image_default.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 01_body_from_image_default.bin |
| | .PHONY : 01_body_from_image_default.bin |
| |
|
| | |
| | 01_body_from_image_default.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/01_body_from_image_default.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/01_body_from_image_default.bin.dir/build |
| | .PHONY : 01_body_from_image_default.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 09_keypoints_from_heatmaps.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 09_keypoints_from_heatmaps.bin |
| | .PHONY : 09_keypoints_from_heatmaps.bin |
| |
|
| | |
| | 09_keypoints_from_heatmaps.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/09_keypoints_from_heatmaps.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/09_keypoints_from_heatmaps.bin.dir/build |
| | .PHONY : 09_keypoints_from_heatmaps.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 02_whole_body_from_image_default.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 02_whole_body_from_image_default.bin |
| | .PHONY : 02_whole_body_from_image_default.bin |
| |
|
| | |
| | 02_whole_body_from_image_default.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/02_whole_body_from_image_default.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/02_whole_body_from_image_default.bin.dir/build |
| | .PHONY : 02_whole_body_from_image_default.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 13_asynchronous_custom_input_output_and_datum.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 13_asynchronous_custom_input_output_and_datum.bin |
| | .PHONY : 13_asynchronous_custom_input_output_and_datum.bin |
| |
|
| | |
| | 13_asynchronous_custom_input_output_and_datum.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/13_asynchronous_custom_input_output_and_datum.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/13_asynchronous_custom_input_output_and_datum.bin.dir/build |
| | .PHONY : 13_asynchronous_custom_input_output_and_datum.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 08_heatmaps_from_image.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 08_heatmaps_from_image.bin |
| | .PHONY : 08_heatmaps_from_image.bin |
| |
|
| | |
| | 08_heatmaps_from_image.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/08_heatmaps_from_image.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/08_heatmaps_from_image.bin.dir/build |
| | .PHONY : 08_heatmaps_from_image.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 16_synchronous_custom_postprocessing.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 16_synchronous_custom_postprocessing.bin |
| | .PHONY : 16_synchronous_custom_postprocessing.bin |
| |
|
| | |
| | 16_synchronous_custom_postprocessing.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/16_synchronous_custom_postprocessing.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/16_synchronous_custom_postprocessing.bin.dir/build |
| | .PHONY : 16_synchronous_custom_postprocessing.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 11_asynchronous_custom_input_multi_camera.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 11_asynchronous_custom_input_multi_camera.bin |
| | .PHONY : 11_asynchronous_custom_input_multi_camera.bin |
| |
|
| | |
| | 11_asynchronous_custom_input_multi_camera.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/11_asynchronous_custom_input_multi_camera.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/11_asynchronous_custom_input_multi_camera.bin.dir/build |
| | .PHONY : 11_asynchronous_custom_input_multi_camera.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 14_synchronous_custom_input.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 14_synchronous_custom_input.bin |
| | .PHONY : 14_synchronous_custom_input.bin |
| |
|
| | |
| | 14_synchronous_custom_input.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/14_synchronous_custom_input.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/14_synchronous_custom_input.bin.dir/build |
| | .PHONY : 14_synchronous_custom_input.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 15_synchronous_custom_preprocessing.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 15_synchronous_custom_preprocessing.bin |
| | .PHONY : 15_synchronous_custom_preprocessing.bin |
| |
|
| | |
| | 15_synchronous_custom_preprocessing.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/15_synchronous_custom_preprocessing.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/15_synchronous_custom_preprocessing.bin.dir/build |
| | .PHONY : 15_synchronous_custom_preprocessing.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 10_asynchronous_custom_input.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 10_asynchronous_custom_input.bin |
| | .PHONY : 10_asynchronous_custom_input.bin |
| |
|
| | |
| | 10_asynchronous_custom_input.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/10_asynchronous_custom_input.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/10_asynchronous_custom_input.bin.dir/build |
| | .PHONY : 10_asynchronous_custom_input.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 12_asynchronous_custom_output.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 12_asynchronous_custom_output.bin |
| | .PHONY : 12_asynchronous_custom_output.bin |
| |
|
| | |
| | 12_asynchronous_custom_output.bin/fast: |
| | $(MAKE) -f examples/tutorial_api_cpp/CMakeFiles/12_asynchronous_custom_output.bin.dir/build.make examples/tutorial_api_cpp/CMakeFiles/12_asynchronous_custom_output.bin.dir/build |
| | .PHONY : 12_asynchronous_custom_output.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | resizeTest.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 resizeTest.bin |
| | .PHONY : resizeTest.bin |
| |
|
| | |
| | resizeTest.bin/fast: |
| | $(MAKE) -f examples/tests/CMakeFiles/resizeTest.bin.dir/build.make examples/tests/CMakeFiles/resizeTest.bin.dir/build |
| | .PHONY : resizeTest.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | handFromJsonTest.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 handFromJsonTest.bin |
| | .PHONY : handFromJsonTest.bin |
| |
|
| | |
| | handFromJsonTest.bin/fast: |
| | $(MAKE) -f examples/tests/CMakeFiles/handFromJsonTest.bin.dir/build.make examples/tests/CMakeFiles/handFromJsonTest.bin.dir/build |
| | .PHONY : handFromJsonTest.bin/fast |
| |
|
| | |
| | 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 "... install/strip" |
| | @echo "... install/local" |
| | @echo "... uninstall" |
| | @echo "... edit_cache" |
| | @echo "... rebuild_cache" |
| | @echo "... openpose_lib" |
| | @echo "... list_install_components" |
| | @echo "... install" |
| | @echo "... openpose" |
| | @echo "... openpose_3d" |
| | @echo "... openpose_calibration" |
| | @echo "... openpose_core" |
| | @echo "... openpose_face" |
| | @echo "... openpose_filestream" |
| | @echo "... openpose_gpu" |
| | @echo "... openpose_gui" |
| | @echo "... openpose_hand" |
| | @echo "... openpose_net" |
| | @echo "... openpose_pose" |
| | @echo "... openpose_producer" |
| | @echo "... openpose_thread" |
| | @echo "... openpose_tracking" |
| | @echo "... openpose_unity" |
| | @echo "... openpose_utilities" |
| | @echo "... openpose_wrapper" |
| | @echo "... calibration.bin" |
| | @echo "... tutorial_api_thread_1_user_processing_function.bin" |
| | @echo "... tutorial_add_module_custom_post_processing.bin" |
| | @echo "... tutorial_api_thread_2_user_input_processing_output_and_datum.bin" |
| | @echo "... openpose.bin" |
| | @echo "... 18_synchronous_custom_all_and_datum.bin" |
| | @echo "... 17_synchronous_custom_output.bin" |
| | @echo "... 05_keypoints_from_images_multi_gpu.bin" |
| | @echo "... 03_keypoints_from_image.bin" |
| | @echo "... 06_face_from_image.bin" |
| | @echo "... 07_hand_from_image.bin" |
| | @echo "... 04_keypoints_from_images.bin" |
| | @echo "... 01_body_from_image_default.bin" |
| | @echo "... 09_keypoints_from_heatmaps.bin" |
| | @echo "... 02_whole_body_from_image_default.bin" |
| | @echo "... 13_asynchronous_custom_input_output_and_datum.bin" |
| | @echo "... 08_heatmaps_from_image.bin" |
| | @echo "... 16_synchronous_custom_postprocessing.bin" |
| | @echo "... 11_asynchronous_custom_input_multi_camera.bin" |
| | @echo "... 14_synchronous_custom_input.bin" |
| | @echo "... 15_synchronous_custom_preprocessing.bin" |
| | @echo "... 10_asynchronous_custom_input.bin" |
| | @echo "... 12_asynchronous_custom_output.bin" |
| | @echo "... resizeTest.bin" |
| | @echo "... handFromJsonTest.bin" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | |
| | |
| | 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 |
| |
|
| |
|