| |
| |
|
|
| |
| default_target: all |
| .PHONY : default_target |
|
|
| |
| .NOTPARALLEL: |
|
|
| |
| |
|
|
| |
| .SUFFIXES: |
|
|
| |
| % : %,v |
|
|
| |
| % : RCS/% |
|
|
| |
| % : RCS/%,v |
|
|
| |
| % : SCCS/s.% |
|
|
| |
| % : s.% |
|
|
| .SUFFIXES: .hpux_make_needs_suffix_list |
|
|
| |
| $(VERBOSE)MAKESILENT = -s |
|
|
| |
| $(VERBOSE).SILENT: |
|
|
| |
| cmake_force: |
| .PHONY : cmake_force |
|
|
| |
| |
|
|
| |
| SHELL = /bin/sh |
|
|
| |
| CMAKE_COMMAND = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake |
|
|
| |
| RM = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E rm -f |
|
|
| |
| EQUALS = = |
|
|
| |
| CMAKE_SOURCE_DIR = /content/openpose |
|
|
| |
| CMAKE_BINARY_DIR = /content/openpose/build |
|
|
| |
| |
|
|
| |
| edit_cache: |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." |
| /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| .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/lib/python3.10/dist-packages/cmake/data/bin/cmake --regenerate-during-build -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/lib/python3.10/dist-packages/cmake/data/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/lib/python3.10/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| .PHONY : install/fast |
|
|
| |
| install/local: preinstall |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| /usr/local/lib/python3.10/dist-packages/cmake/data/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/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| .PHONY : install/local/fast |
|
|
| |
| install/strip: preinstall |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| /usr/local/lib/python3.10/dist-packages/cmake/data/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/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| .PHONY : install/strip/fast |
|
|
| |
| all: cmake_check_build_system |
| $(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/CMakeFiles /content/openpose/build//CMakeFiles/progress.marks |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all |
| $(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/CMakeFiles 0 |
| .PHONY : all |
|
|
| |
| clean: |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean |
| .PHONY : clean |
|
|
| |
| clean/fast: clean |
| .PHONY : clean/fast |
|
|
| |
| preinstall: all |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall |
| .PHONY : preinstall |
|
|
| |
| preinstall/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| openpose_lib: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_lib |
| .PHONY : openpose_lib |
|
|
| |
| openpose_lib/fast: |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/openpose_lib.dir/build.make CMakeFiles/openpose_lib.dir/build |
| .PHONY : openpose_lib/fast |
|
|
| |
| |
|
|
| |
| uninstall: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall |
| .PHONY : uninstall |
|
|
| |
| uninstall/fast: |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build |
| .PHONY : uninstall/fast |
|
|
| |
| |
|
|
| |
| openpose: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose |
| .PHONY : openpose |
|
|
| |
| openpose/fast: |
| $(MAKE) $(MAKESILENT) -f src/openpose/CMakeFiles/openpose.dir/build.make src/openpose/CMakeFiles/openpose.dir/build |
| .PHONY : openpose/fast |
|
|
| |
| |
|
|
| |
| openpose_3d: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_3d |
| .PHONY : openpose_3d |
|
|
| |
| openpose_3d/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_calibration |
| .PHONY : openpose_calibration |
|
|
| |
| openpose_calibration/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_core |
| .PHONY : openpose_core |
|
|
| |
| openpose_core/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_face |
| .PHONY : openpose_face |
|
|
| |
| openpose_face/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_filestream |
| .PHONY : openpose_filestream |
|
|
| |
| openpose_filestream/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_gpu |
| .PHONY : openpose_gpu |
|
|
| |
| openpose_gpu/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_gui |
| .PHONY : openpose_gui |
|
|
| |
| openpose_gui/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_hand |
| .PHONY : openpose_hand |
|
|
| |
| openpose_hand/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_net |
| .PHONY : openpose_net |
|
|
| |
| openpose_net/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_pose |
| .PHONY : openpose_pose |
|
|
| |
| openpose_pose/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_producer |
| .PHONY : openpose_producer |
|
|
| |
| openpose_producer/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_thread |
| .PHONY : openpose_thread |
|
|
| |
| openpose_thread/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_tracking |
| .PHONY : openpose_tracking |
|
|
| |
| openpose_tracking/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_unity |
| .PHONY : openpose_unity |
|
|
| |
| openpose_unity/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_utilities |
| .PHONY : openpose_utilities |
|
|
| |
| openpose_utilities/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose_wrapper |
| .PHONY : openpose_wrapper |
|
|
| |
| openpose_wrapper/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 calibration.bin |
| .PHONY : calibration.bin |
|
|
| |
| calibration.bin/fast: |
| $(MAKE) $(MAKESILENT) -f examples/calibration/CMakeFiles/calibration.bin.dir/build.make examples/calibration/CMakeFiles/calibration.bin.dir/build |
| .PHONY : calibration.bin/fast |
|
|
| |
| |
|
|
| |
| tutorial_add_module_custom_post_processing.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -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_1_user_processing_function.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -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_api_thread_2_user_input_processing_output_and_datum.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 openpose.bin |
| .PHONY : openpose.bin |
|
|
| |
| openpose.bin/fast: |
| $(MAKE) $(MAKESILENT) -f examples/openpose/CMakeFiles/openpose.bin.dir/build.make examples/openpose/CMakeFiles/openpose.bin.dir/build |
| .PHONY : openpose.bin/fast |
|
|
| |
| |
|
|
| |
| 01_body_from_image_default.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 01_body_from_image_default.bin |
| .PHONY : 01_body_from_image_default.bin |
|
|
| |
| 01_body_from_image_default.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 02_whole_body_from_image_default.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 03_keypoints_from_image.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 03_keypoints_from_image.bin |
| .PHONY : 03_keypoints_from_image.bin |
|
|
| |
| 03_keypoints_from_image.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 04_keypoints_from_images.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 04_keypoints_from_images.bin |
| .PHONY : 04_keypoints_from_images.bin |
|
|
| |
| 04_keypoints_from_images.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 05_keypoints_from_images_multi_gpu.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 06_face_from_image.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 06_face_from_image.bin |
| .PHONY : 06_face_from_image.bin |
|
|
| |
| 06_face_from_image.bin/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 07_hand_from_image.bin |
| .PHONY : 07_hand_from_image.bin |
|
|
| |
| 07_hand_from_image.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 08_heatmaps_from_image.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 08_heatmaps_from_image.bin |
| .PHONY : 08_heatmaps_from_image.bin |
|
|
| |
| 08_heatmaps_from_image.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 09_keypoints_from_heatmaps.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 09_keypoints_from_heatmaps.bin |
| .PHONY : 09_keypoints_from_heatmaps.bin |
|
|
| |
| 09_keypoints_from_heatmaps.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 10_asynchronous_custom_input.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 10_asynchronous_custom_input.bin |
| .PHONY : 10_asynchronous_custom_input.bin |
|
|
| |
| 10_asynchronous_custom_input.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 11_asynchronous_custom_input_multi_camera.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 12_asynchronous_custom_output.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 12_asynchronous_custom_output.bin |
| .PHONY : 12_asynchronous_custom_output.bin |
|
|
| |
| 12_asynchronous_custom_output.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 13_asynchronous_custom_input_output_and_datum.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 14_synchronous_custom_input.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 14_synchronous_custom_input.bin |
| .PHONY : 14_synchronous_custom_input.bin |
|
|
| |
| 14_synchronous_custom_input.bin/fast: |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -f CMakeFiles/Makefile2 15_synchronous_custom_preprocessing.bin |
| .PHONY : 15_synchronous_custom_preprocessing.bin |
|
|
| |
| 15_synchronous_custom_preprocessing.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 16_synchronous_custom_postprocessing.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 16_synchronous_custom_postprocessing.bin |
| .PHONY : 16_synchronous_custom_postprocessing.bin |
|
|
| |
| 16_synchronous_custom_postprocessing.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 17_synchronous_custom_output.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 17_synchronous_custom_output.bin |
| .PHONY : 17_synchronous_custom_output.bin |
|
|
| |
| 17_synchronous_custom_output.bin/fast: |
| $(MAKE) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| 18_synchronous_custom_all_and_datum.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -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) $(MAKESILENT) -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 |
|
|
| |
| |
|
|
| |
| handFromJsonTest.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 handFromJsonTest.bin |
| .PHONY : handFromJsonTest.bin |
|
|
| |
| handFromJsonTest.bin/fast: |
| $(MAKE) $(MAKESILENT) -f examples/tests/CMakeFiles/handFromJsonTest.bin.dir/build.make examples/tests/CMakeFiles/handFromJsonTest.bin.dir/build |
| .PHONY : handFromJsonTest.bin/fast |
|
|
| |
| |
|
|
| |
| resizeTest.bin: cmake_check_build_system |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 resizeTest.bin |
| .PHONY : resizeTest.bin |
|
|
| |
| resizeTest.bin/fast: |
| $(MAKE) $(MAKESILENT) -f examples/tests/CMakeFiles/resizeTest.bin.dir/build.make examples/tests/CMakeFiles/resizeTest.bin.dir/build |
| .PHONY : resizeTest.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 "... edit_cache" |
| @echo "... install" |
| @echo "... install/local" |
| @echo "... install/strip" |
| @echo "... list_install_components" |
| @echo "... rebuild_cache" |
| @echo "... openpose_lib" |
| @echo "... uninstall" |
| @echo "... 01_body_from_image_default.bin" |
| @echo "... 02_whole_body_from_image_default.bin" |
| @echo "... 03_keypoints_from_image.bin" |
| @echo "... 04_keypoints_from_images.bin" |
| @echo "... 05_keypoints_from_images_multi_gpu.bin" |
| @echo "... 06_face_from_image.bin" |
| @echo "... 07_hand_from_image.bin" |
| @echo "... 08_heatmaps_from_image.bin" |
| @echo "... 09_keypoints_from_heatmaps.bin" |
| @echo "... 10_asynchronous_custom_input.bin" |
| @echo "... 11_asynchronous_custom_input_multi_camera.bin" |
| @echo "... 12_asynchronous_custom_output.bin" |
| @echo "... 13_asynchronous_custom_input_output_and_datum.bin" |
| @echo "... 14_synchronous_custom_input.bin" |
| @echo "... 15_synchronous_custom_preprocessing.bin" |
| @echo "... 16_synchronous_custom_postprocessing.bin" |
| @echo "... 17_synchronous_custom_output.bin" |
| @echo "... 18_synchronous_custom_all_and_datum.bin" |
| @echo "... calibration.bin" |
| @echo "... handFromJsonTest.bin" |
| @echo "... openpose" |
| @echo "... openpose.bin" |
| @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 "... resizeTest.bin" |
| @echo "... tutorial_add_module_custom_post_processing.bin" |
| @echo "... tutorial_api_thread_1_user_processing_function.bin" |
| @echo "... tutorial_api_thread_2_user_input_processing_output_and_datum.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 |
|
|
|
|