|
|
|
|
|
|
|
|
|
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 |
|
|
|
|
|
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 |
|
|
|
|
|
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 |
|
|
|
|
|
all: cmake_check_build_system |
|
cd /content/openpose/build && $(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/CMakeFiles /content/openpose/build/examples/tutorial_api_cpp/CMakeFiles/progress.marks |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/CMakeFiles 0 |
|
.PHONY : all |
|
|
|
|
|
clean: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/clean |
|
.PHONY : clean |
|
|
|
|
|
clean/fast: clean |
|
|
|
.PHONY : clean/fast |
|
|
|
|
|
preinstall: all |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/preinstall |
|
.PHONY : preinstall |
|
|
|
|
|
preinstall/fast: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/preinstall |
|
.PHONY : preinstall/fast |
|
|
|
|
|
depend: |
|
cd /content/openpose/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
|
.PHONY : depend |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/18_synchronous_custom_all_and_datum.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/18_synchronous_custom_all_and_datum.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/18_synchronous_custom_all_and_datum.bin.dir/rule |
|
|
|
|
|
18_synchronous_custom_all_and_datum.bin: examples/tutorial_api_cpp/CMakeFiles/18_synchronous_custom_all_and_datum.bin.dir/rule |
|
|
|
.PHONY : 18_synchronous_custom_all_and_datum.bin |
|
|
|
|
|
18_synchronous_custom_all_and_datum.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/17_synchronous_custom_output.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/17_synchronous_custom_output.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/17_synchronous_custom_output.bin.dir/rule |
|
|
|
|
|
17_synchronous_custom_output.bin: examples/tutorial_api_cpp/CMakeFiles/17_synchronous_custom_output.bin.dir/rule |
|
|
|
.PHONY : 17_synchronous_custom_output.bin |
|
|
|
|
|
17_synchronous_custom_output.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/05_keypoints_from_images_multi_gpu.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/05_keypoints_from_images_multi_gpu.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/05_keypoints_from_images_multi_gpu.bin.dir/rule |
|
|
|
|
|
05_keypoints_from_images_multi_gpu.bin: examples/tutorial_api_cpp/CMakeFiles/05_keypoints_from_images_multi_gpu.bin.dir/rule |
|
|
|
.PHONY : 05_keypoints_from_images_multi_gpu.bin |
|
|
|
|
|
05_keypoints_from_images_multi_gpu.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/03_keypoints_from_image.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/03_keypoints_from_image.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/03_keypoints_from_image.bin.dir/rule |
|
|
|
|
|
03_keypoints_from_image.bin: examples/tutorial_api_cpp/CMakeFiles/03_keypoints_from_image.bin.dir/rule |
|
|
|
.PHONY : 03_keypoints_from_image.bin |
|
|
|
|
|
03_keypoints_from_image.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/06_face_from_image.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/06_face_from_image.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/06_face_from_image.bin.dir/rule |
|
|
|
|
|
06_face_from_image.bin: examples/tutorial_api_cpp/CMakeFiles/06_face_from_image.bin.dir/rule |
|
|
|
.PHONY : 06_face_from_image.bin |
|
|
|
|
|
06_face_from_image.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/07_hand_from_image.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/07_hand_from_image.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/07_hand_from_image.bin.dir/rule |
|
|
|
|
|
07_hand_from_image.bin: examples/tutorial_api_cpp/CMakeFiles/07_hand_from_image.bin.dir/rule |
|
|
|
.PHONY : 07_hand_from_image.bin |
|
|
|
|
|
07_hand_from_image.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/04_keypoints_from_images.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/04_keypoints_from_images.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/04_keypoints_from_images.bin.dir/rule |
|
|
|
|
|
04_keypoints_from_images.bin: examples/tutorial_api_cpp/CMakeFiles/04_keypoints_from_images.bin.dir/rule |
|
|
|
.PHONY : 04_keypoints_from_images.bin |
|
|
|
|
|
04_keypoints_from_images.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/01_body_from_image_default.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/01_body_from_image_default.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/01_body_from_image_default.bin.dir/rule |
|
|
|
|
|
01_body_from_image_default.bin: examples/tutorial_api_cpp/CMakeFiles/01_body_from_image_default.bin.dir/rule |
|
|
|
.PHONY : 01_body_from_image_default.bin |
|
|
|
|
|
01_body_from_image_default.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/09_keypoints_from_heatmaps.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/09_keypoints_from_heatmaps.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/09_keypoints_from_heatmaps.bin.dir/rule |
|
|
|
|
|
09_keypoints_from_heatmaps.bin: examples/tutorial_api_cpp/CMakeFiles/09_keypoints_from_heatmaps.bin.dir/rule |
|
|
|
.PHONY : 09_keypoints_from_heatmaps.bin |
|
|
|
|
|
09_keypoints_from_heatmaps.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/02_whole_body_from_image_default.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/02_whole_body_from_image_default.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/02_whole_body_from_image_default.bin.dir/rule |
|
|
|
|
|
02_whole_body_from_image_default.bin: examples/tutorial_api_cpp/CMakeFiles/02_whole_body_from_image_default.bin.dir/rule |
|
|
|
.PHONY : 02_whole_body_from_image_default.bin |
|
|
|
|
|
02_whole_body_from_image_default.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/13_asynchronous_custom_input_output_and_datum.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/13_asynchronous_custom_input_output_and_datum.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/13_asynchronous_custom_input_output_and_datum.bin.dir/rule |
|
|
|
|
|
13_asynchronous_custom_input_output_and_datum.bin: examples/tutorial_api_cpp/CMakeFiles/13_asynchronous_custom_input_output_and_datum.bin.dir/rule |
|
|
|
.PHONY : 13_asynchronous_custom_input_output_and_datum.bin |
|
|
|
|
|
13_asynchronous_custom_input_output_and_datum.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/08_heatmaps_from_image.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/08_heatmaps_from_image.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/08_heatmaps_from_image.bin.dir/rule |
|
|
|
|
|
08_heatmaps_from_image.bin: examples/tutorial_api_cpp/CMakeFiles/08_heatmaps_from_image.bin.dir/rule |
|
|
|
.PHONY : 08_heatmaps_from_image.bin |
|
|
|
|
|
08_heatmaps_from_image.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/16_synchronous_custom_postprocessing.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/16_synchronous_custom_postprocessing.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/16_synchronous_custom_postprocessing.bin.dir/rule |
|
|
|
|
|
16_synchronous_custom_postprocessing.bin: examples/tutorial_api_cpp/CMakeFiles/16_synchronous_custom_postprocessing.bin.dir/rule |
|
|
|
.PHONY : 16_synchronous_custom_postprocessing.bin |
|
|
|
|
|
16_synchronous_custom_postprocessing.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/11_asynchronous_custom_input_multi_camera.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/11_asynchronous_custom_input_multi_camera.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/11_asynchronous_custom_input_multi_camera.bin.dir/rule |
|
|
|
|
|
11_asynchronous_custom_input_multi_camera.bin: examples/tutorial_api_cpp/CMakeFiles/11_asynchronous_custom_input_multi_camera.bin.dir/rule |
|
|
|
.PHONY : 11_asynchronous_custom_input_multi_camera.bin |
|
|
|
|
|
11_asynchronous_custom_input_multi_camera.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/14_synchronous_custom_input.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/14_synchronous_custom_input.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/14_synchronous_custom_input.bin.dir/rule |
|
|
|
|
|
14_synchronous_custom_input.bin: examples/tutorial_api_cpp/CMakeFiles/14_synchronous_custom_input.bin.dir/rule |
|
|
|
.PHONY : 14_synchronous_custom_input.bin |
|
|
|
|
|
14_synchronous_custom_input.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/15_synchronous_custom_preprocessing.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/15_synchronous_custom_preprocessing.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/15_synchronous_custom_preprocessing.bin.dir/rule |
|
|
|
|
|
15_synchronous_custom_preprocessing.bin: examples/tutorial_api_cpp/CMakeFiles/15_synchronous_custom_preprocessing.bin.dir/rule |
|
|
|
.PHONY : 15_synchronous_custom_preprocessing.bin |
|
|
|
|
|
15_synchronous_custom_preprocessing.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/10_asynchronous_custom_input.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/10_asynchronous_custom_input.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/10_asynchronous_custom_input.bin.dir/rule |
|
|
|
|
|
10_asynchronous_custom_input.bin: examples/tutorial_api_cpp/CMakeFiles/10_asynchronous_custom_input.bin.dir/rule |
|
|
|
.PHONY : 10_asynchronous_custom_input.bin |
|
|
|
|
|
10_asynchronous_custom_input.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
|
|
examples/tutorial_api_cpp/CMakeFiles/12_asynchronous_custom_output.bin.dir/rule: |
|
cd /content/openpose/build && $(MAKE) -f CMakeFiles/Makefile2 examples/tutorial_api_cpp/CMakeFiles/12_asynchronous_custom_output.bin.dir/rule |
|
.PHONY : examples/tutorial_api_cpp/CMakeFiles/12_asynchronous_custom_output.bin.dir/rule |
|
|
|
|
|
12_asynchronous_custom_output.bin: examples/tutorial_api_cpp/CMakeFiles/12_asynchronous_custom_output.bin.dir/rule |
|
|
|
.PHONY : 12_asynchronous_custom_output.bin |
|
|
|
|
|
12_asynchronous_custom_output.bin/fast: |
|
cd /content/openpose/build && $(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 |
|
|
|
01_body_from_image_default.o: 01_body_from_image_default.cpp.o |
|
|
|
.PHONY : 01_body_from_image_default.o |
|
|
|
|
|
01_body_from_image_default.cpp.o: |
|
cd /content/openpose/build && $(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/01_body_from_image_default.cpp.o |
|
.PHONY : 01_body_from_image_default.cpp.o |
|
|
|
01_body_from_image_default.i: 01_body_from_image_default.cpp.i |
|
|
|
.PHONY : 01_body_from_image_default.i |
|
|
|
|
|
01_body_from_image_default.cpp.i: |
|
cd /content/openpose/build && $(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/01_body_from_image_default.cpp.i |
|
.PHONY : 01_body_from_image_default.cpp.i |
|
|
|
01_body_from_image_default.s: 01_body_from_image_default.cpp.s |
|
|
|
.PHONY : 01_body_from_image_default.s |
|
|
|
|
|
01_body_from_image_default.cpp.s: |
|
cd /content/openpose/build && $(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/01_body_from_image_default.cpp.s |
|
.PHONY : 01_body_from_image_default.cpp.s |
|
|
|
02_whole_body_from_image_default.o: 02_whole_body_from_image_default.cpp.o |
|
|
|
.PHONY : 02_whole_body_from_image_default.o |
|
|
|
|
|
02_whole_body_from_image_default.cpp.o: |
|
cd /content/openpose/build && $(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/02_whole_body_from_image_default.cpp.o |
|
.PHONY : 02_whole_body_from_image_default.cpp.o |
|
|
|
02_whole_body_from_image_default.i: 02_whole_body_from_image_default.cpp.i |
|
|
|
.PHONY : 02_whole_body_from_image_default.i |
|
|
|
|
|
02_whole_body_from_image_default.cpp.i: |
|
cd /content/openpose/build && $(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/02_whole_body_from_image_default.cpp.i |
|
.PHONY : 02_whole_body_from_image_default.cpp.i |
|
|
|
02_whole_body_from_image_default.s: 02_whole_body_from_image_default.cpp.s |
|
|
|
.PHONY : 02_whole_body_from_image_default.s |
|
|
|
|
|
02_whole_body_from_image_default.cpp.s: |
|
cd /content/openpose/build && $(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/02_whole_body_from_image_default.cpp.s |
|
.PHONY : 02_whole_body_from_image_default.cpp.s |
|
|
|
03_keypoints_from_image.o: 03_keypoints_from_image.cpp.o |
|
|
|
.PHONY : 03_keypoints_from_image.o |
|
|
|
|
|
03_keypoints_from_image.cpp.o: |
|
cd /content/openpose/build && $(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/03_keypoints_from_image.cpp.o |
|
.PHONY : 03_keypoints_from_image.cpp.o |
|
|
|
03_keypoints_from_image.i: 03_keypoints_from_image.cpp.i |
|
|
|
.PHONY : 03_keypoints_from_image.i |
|
|
|
|
|
03_keypoints_from_image.cpp.i: |
|
cd /content/openpose/build && $(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/03_keypoints_from_image.cpp.i |
|
.PHONY : 03_keypoints_from_image.cpp.i |
|
|
|
03_keypoints_from_image.s: 03_keypoints_from_image.cpp.s |
|
|
|
.PHONY : 03_keypoints_from_image.s |
|
|
|
|
|
03_keypoints_from_image.cpp.s: |
|
cd /content/openpose/build && $(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/03_keypoints_from_image.cpp.s |
|
.PHONY : 03_keypoints_from_image.cpp.s |
|
|
|
04_keypoints_from_images.o: 04_keypoints_from_images.cpp.o |
|
|
|
.PHONY : 04_keypoints_from_images.o |
|
|
|
|
|
04_keypoints_from_images.cpp.o: |
|
cd /content/openpose/build && $(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/04_keypoints_from_images.cpp.o |
|
.PHONY : 04_keypoints_from_images.cpp.o |
|
|
|
04_keypoints_from_images.i: 04_keypoints_from_images.cpp.i |
|
|
|
.PHONY : 04_keypoints_from_images.i |
|
|
|
|
|
04_keypoints_from_images.cpp.i: |
|
cd /content/openpose/build && $(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/04_keypoints_from_images.cpp.i |
|
.PHONY : 04_keypoints_from_images.cpp.i |
|
|
|
04_keypoints_from_images.s: 04_keypoints_from_images.cpp.s |
|
|
|
.PHONY : 04_keypoints_from_images.s |
|
|
|
|
|
04_keypoints_from_images.cpp.s: |
|
cd /content/openpose/build && $(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/04_keypoints_from_images.cpp.s |
|
.PHONY : 04_keypoints_from_images.cpp.s |
|
|
|
05_keypoints_from_images_multi_gpu.o: 05_keypoints_from_images_multi_gpu.cpp.o |
|
|
|
.PHONY : 05_keypoints_from_images_multi_gpu.o |
|
|
|
|
|
05_keypoints_from_images_multi_gpu.cpp.o: |
|
cd /content/openpose/build && $(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/05_keypoints_from_images_multi_gpu.cpp.o |
|
.PHONY : 05_keypoints_from_images_multi_gpu.cpp.o |
|
|
|
05_keypoints_from_images_multi_gpu.i: 05_keypoints_from_images_multi_gpu.cpp.i |
|
|
|
.PHONY : 05_keypoints_from_images_multi_gpu.i |
|
|
|
|
|
05_keypoints_from_images_multi_gpu.cpp.i: |
|
cd /content/openpose/build && $(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/05_keypoints_from_images_multi_gpu.cpp.i |
|
.PHONY : 05_keypoints_from_images_multi_gpu.cpp.i |
|
|
|
05_keypoints_from_images_multi_gpu.s: 05_keypoints_from_images_multi_gpu.cpp.s |
|
|
|
.PHONY : 05_keypoints_from_images_multi_gpu.s |
|
|
|
|
|
05_keypoints_from_images_multi_gpu.cpp.s: |
|
cd /content/openpose/build && $(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/05_keypoints_from_images_multi_gpu.cpp.s |
|
.PHONY : 05_keypoints_from_images_multi_gpu.cpp.s |
|
|
|
06_face_from_image.o: 06_face_from_image.cpp.o |
|
|
|
.PHONY : 06_face_from_image.o |
|
|
|
|
|
06_face_from_image.cpp.o: |
|
cd /content/openpose/build && $(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/06_face_from_image.cpp.o |
|
.PHONY : 06_face_from_image.cpp.o |
|
|
|
06_face_from_image.i: 06_face_from_image.cpp.i |
|
|
|
.PHONY : 06_face_from_image.i |
|
|
|
|
|
06_face_from_image.cpp.i: |
|
cd /content/openpose/build && $(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/06_face_from_image.cpp.i |
|
.PHONY : 06_face_from_image.cpp.i |
|
|
|
06_face_from_image.s: 06_face_from_image.cpp.s |
|
|
|
.PHONY : 06_face_from_image.s |
|
|
|
|
|
06_face_from_image.cpp.s: |
|
cd /content/openpose/build && $(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/06_face_from_image.cpp.s |
|
.PHONY : 06_face_from_image.cpp.s |
|
|
|
07_hand_from_image.o: 07_hand_from_image.cpp.o |
|
|
|
.PHONY : 07_hand_from_image.o |
|
|
|
|
|
07_hand_from_image.cpp.o: |
|
cd /content/openpose/build && $(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/07_hand_from_image.cpp.o |
|
.PHONY : 07_hand_from_image.cpp.o |
|
|
|
07_hand_from_image.i: 07_hand_from_image.cpp.i |
|
|
|
.PHONY : 07_hand_from_image.i |
|
|
|
|
|
07_hand_from_image.cpp.i: |
|
cd /content/openpose/build && $(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/07_hand_from_image.cpp.i |
|
.PHONY : 07_hand_from_image.cpp.i |
|
|
|
07_hand_from_image.s: 07_hand_from_image.cpp.s |
|
|
|
.PHONY : 07_hand_from_image.s |
|
|
|
|
|
07_hand_from_image.cpp.s: |
|
cd /content/openpose/build && $(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/07_hand_from_image.cpp.s |
|
.PHONY : 07_hand_from_image.cpp.s |
|
|
|
08_heatmaps_from_image.o: 08_heatmaps_from_image.cpp.o |
|
|
|
.PHONY : 08_heatmaps_from_image.o |
|
|
|
|
|
08_heatmaps_from_image.cpp.o: |
|
cd /content/openpose/build && $(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/08_heatmaps_from_image.cpp.o |
|
.PHONY : 08_heatmaps_from_image.cpp.o |
|
|
|
08_heatmaps_from_image.i: 08_heatmaps_from_image.cpp.i |
|
|
|
.PHONY : 08_heatmaps_from_image.i |
|
|
|
|
|
08_heatmaps_from_image.cpp.i: |
|
cd /content/openpose/build && $(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/08_heatmaps_from_image.cpp.i |
|
.PHONY : 08_heatmaps_from_image.cpp.i |
|
|
|
08_heatmaps_from_image.s: 08_heatmaps_from_image.cpp.s |
|
|
|
.PHONY : 08_heatmaps_from_image.s |
|
|
|
|
|
08_heatmaps_from_image.cpp.s: |
|
cd /content/openpose/build && $(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/08_heatmaps_from_image.cpp.s |
|
.PHONY : 08_heatmaps_from_image.cpp.s |
|
|
|
09_keypoints_from_heatmaps.o: 09_keypoints_from_heatmaps.cpp.o |
|
|
|
.PHONY : 09_keypoints_from_heatmaps.o |
|
|
|
|
|
09_keypoints_from_heatmaps.cpp.o: |
|
cd /content/openpose/build && $(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/09_keypoints_from_heatmaps.cpp.o |
|
.PHONY : 09_keypoints_from_heatmaps.cpp.o |
|
|
|
09_keypoints_from_heatmaps.i: 09_keypoints_from_heatmaps.cpp.i |
|
|
|
.PHONY : 09_keypoints_from_heatmaps.i |
|
|
|
|
|
09_keypoints_from_heatmaps.cpp.i: |
|
cd /content/openpose/build && $(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/09_keypoints_from_heatmaps.cpp.i |
|
.PHONY : 09_keypoints_from_heatmaps.cpp.i |
|
|
|
09_keypoints_from_heatmaps.s: 09_keypoints_from_heatmaps.cpp.s |
|
|
|
.PHONY : 09_keypoints_from_heatmaps.s |
|
|
|
|
|
09_keypoints_from_heatmaps.cpp.s: |
|
cd /content/openpose/build && $(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/09_keypoints_from_heatmaps.cpp.s |
|
.PHONY : 09_keypoints_from_heatmaps.cpp.s |
|
|
|
10_asynchronous_custom_input.o: 10_asynchronous_custom_input.cpp.o |
|
|
|
.PHONY : 10_asynchronous_custom_input.o |
|
|
|
|
|
10_asynchronous_custom_input.cpp.o: |
|
cd /content/openpose/build && $(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/10_asynchronous_custom_input.cpp.o |
|
.PHONY : 10_asynchronous_custom_input.cpp.o |
|
|
|
10_asynchronous_custom_input.i: 10_asynchronous_custom_input.cpp.i |
|
|
|
.PHONY : 10_asynchronous_custom_input.i |
|
|
|
|
|
10_asynchronous_custom_input.cpp.i: |
|
cd /content/openpose/build && $(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/10_asynchronous_custom_input.cpp.i |
|
.PHONY : 10_asynchronous_custom_input.cpp.i |
|
|
|
10_asynchronous_custom_input.s: 10_asynchronous_custom_input.cpp.s |
|
|
|
.PHONY : 10_asynchronous_custom_input.s |
|
|
|
|
|
10_asynchronous_custom_input.cpp.s: |
|
cd /content/openpose/build && $(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/10_asynchronous_custom_input.cpp.s |
|
.PHONY : 10_asynchronous_custom_input.cpp.s |
|
|
|
11_asynchronous_custom_input_multi_camera.o: 11_asynchronous_custom_input_multi_camera.cpp.o |
|
|
|
.PHONY : 11_asynchronous_custom_input_multi_camera.o |
|
|
|
|
|
11_asynchronous_custom_input_multi_camera.cpp.o: |
|
cd /content/openpose/build && $(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/11_asynchronous_custom_input_multi_camera.cpp.o |
|
.PHONY : 11_asynchronous_custom_input_multi_camera.cpp.o |
|
|
|
11_asynchronous_custom_input_multi_camera.i: 11_asynchronous_custom_input_multi_camera.cpp.i |
|
|
|
.PHONY : 11_asynchronous_custom_input_multi_camera.i |
|
|
|
|
|
11_asynchronous_custom_input_multi_camera.cpp.i: |
|
cd /content/openpose/build && $(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/11_asynchronous_custom_input_multi_camera.cpp.i |
|
.PHONY : 11_asynchronous_custom_input_multi_camera.cpp.i |
|
|
|
11_asynchronous_custom_input_multi_camera.s: 11_asynchronous_custom_input_multi_camera.cpp.s |
|
|
|
.PHONY : 11_asynchronous_custom_input_multi_camera.s |
|
|
|
|
|
11_asynchronous_custom_input_multi_camera.cpp.s: |
|
cd /content/openpose/build && $(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/11_asynchronous_custom_input_multi_camera.cpp.s |
|
.PHONY : 11_asynchronous_custom_input_multi_camera.cpp.s |
|
|
|
12_asynchronous_custom_output.o: 12_asynchronous_custom_output.cpp.o |
|
|
|
.PHONY : 12_asynchronous_custom_output.o |
|
|
|
|
|
12_asynchronous_custom_output.cpp.o: |
|
cd /content/openpose/build && $(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/12_asynchronous_custom_output.cpp.o |
|
.PHONY : 12_asynchronous_custom_output.cpp.o |
|
|
|
12_asynchronous_custom_output.i: 12_asynchronous_custom_output.cpp.i |
|
|
|
.PHONY : 12_asynchronous_custom_output.i |
|
|
|
|
|
12_asynchronous_custom_output.cpp.i: |
|
cd /content/openpose/build && $(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/12_asynchronous_custom_output.cpp.i |
|
.PHONY : 12_asynchronous_custom_output.cpp.i |
|
|
|
12_asynchronous_custom_output.s: 12_asynchronous_custom_output.cpp.s |
|
|
|
.PHONY : 12_asynchronous_custom_output.s |
|
|
|
|
|
12_asynchronous_custom_output.cpp.s: |
|
cd /content/openpose/build && $(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/12_asynchronous_custom_output.cpp.s |
|
.PHONY : 12_asynchronous_custom_output.cpp.s |
|
|
|
13_asynchronous_custom_input_output_and_datum.o: 13_asynchronous_custom_input_output_and_datum.cpp.o |
|
|
|
.PHONY : 13_asynchronous_custom_input_output_and_datum.o |
|
|
|
|
|
13_asynchronous_custom_input_output_and_datum.cpp.o: |
|
cd /content/openpose/build && $(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/13_asynchronous_custom_input_output_and_datum.cpp.o |
|
.PHONY : 13_asynchronous_custom_input_output_and_datum.cpp.o |
|
|
|
13_asynchronous_custom_input_output_and_datum.i: 13_asynchronous_custom_input_output_and_datum.cpp.i |
|
|
|
.PHONY : 13_asynchronous_custom_input_output_and_datum.i |
|
|
|
|
|
13_asynchronous_custom_input_output_and_datum.cpp.i: |
|
cd /content/openpose/build && $(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/13_asynchronous_custom_input_output_and_datum.cpp.i |
|
.PHONY : 13_asynchronous_custom_input_output_and_datum.cpp.i |
|
|
|
13_asynchronous_custom_input_output_and_datum.s: 13_asynchronous_custom_input_output_and_datum.cpp.s |
|
|
|
.PHONY : 13_asynchronous_custom_input_output_and_datum.s |
|
|
|
|
|
13_asynchronous_custom_input_output_and_datum.cpp.s: |
|
cd /content/openpose/build && $(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/13_asynchronous_custom_input_output_and_datum.cpp.s |
|
.PHONY : 13_asynchronous_custom_input_output_and_datum.cpp.s |
|
|
|
14_synchronous_custom_input.o: 14_synchronous_custom_input.cpp.o |
|
|
|
.PHONY : 14_synchronous_custom_input.o |
|
|
|
|
|
14_synchronous_custom_input.cpp.o: |
|
cd /content/openpose/build && $(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/14_synchronous_custom_input.cpp.o |
|
.PHONY : 14_synchronous_custom_input.cpp.o |
|
|
|
14_synchronous_custom_input.i: 14_synchronous_custom_input.cpp.i |
|
|
|
.PHONY : 14_synchronous_custom_input.i |
|
|
|
|
|
14_synchronous_custom_input.cpp.i: |
|
cd /content/openpose/build && $(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/14_synchronous_custom_input.cpp.i |
|
.PHONY : 14_synchronous_custom_input.cpp.i |
|
|
|
14_synchronous_custom_input.s: 14_synchronous_custom_input.cpp.s |
|
|
|
.PHONY : 14_synchronous_custom_input.s |
|
|
|
|
|
14_synchronous_custom_input.cpp.s: |
|
cd /content/openpose/build && $(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/14_synchronous_custom_input.cpp.s |
|
.PHONY : 14_synchronous_custom_input.cpp.s |
|
|
|
15_synchronous_custom_preprocessing.o: 15_synchronous_custom_preprocessing.cpp.o |
|
|
|
.PHONY : 15_synchronous_custom_preprocessing.o |
|
|
|
|
|
15_synchronous_custom_preprocessing.cpp.o: |
|
cd /content/openpose/build && $(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/15_synchronous_custom_preprocessing.cpp.o |
|
.PHONY : 15_synchronous_custom_preprocessing.cpp.o |
|
|
|
15_synchronous_custom_preprocessing.i: 15_synchronous_custom_preprocessing.cpp.i |
|
|
|
.PHONY : 15_synchronous_custom_preprocessing.i |
|
|
|
|
|
15_synchronous_custom_preprocessing.cpp.i: |
|
cd /content/openpose/build && $(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/15_synchronous_custom_preprocessing.cpp.i |
|
.PHONY : 15_synchronous_custom_preprocessing.cpp.i |
|
|
|
15_synchronous_custom_preprocessing.s: 15_synchronous_custom_preprocessing.cpp.s |
|
|
|
.PHONY : 15_synchronous_custom_preprocessing.s |
|
|
|
|
|
15_synchronous_custom_preprocessing.cpp.s: |
|
cd /content/openpose/build && $(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/15_synchronous_custom_preprocessing.cpp.s |
|
.PHONY : 15_synchronous_custom_preprocessing.cpp.s |
|
|
|
16_synchronous_custom_postprocessing.o: 16_synchronous_custom_postprocessing.cpp.o |
|
|
|
.PHONY : 16_synchronous_custom_postprocessing.o |
|
|
|
|
|
16_synchronous_custom_postprocessing.cpp.o: |
|
cd /content/openpose/build && $(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/16_synchronous_custom_postprocessing.cpp.o |
|
.PHONY : 16_synchronous_custom_postprocessing.cpp.o |
|
|
|
16_synchronous_custom_postprocessing.i: 16_synchronous_custom_postprocessing.cpp.i |
|
|
|
.PHONY : 16_synchronous_custom_postprocessing.i |
|
|
|
|
|
16_synchronous_custom_postprocessing.cpp.i: |
|
cd /content/openpose/build && $(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/16_synchronous_custom_postprocessing.cpp.i |
|
.PHONY : 16_synchronous_custom_postprocessing.cpp.i |
|
|
|
16_synchronous_custom_postprocessing.s: 16_synchronous_custom_postprocessing.cpp.s |
|
|
|
.PHONY : 16_synchronous_custom_postprocessing.s |
|
|
|
|
|
16_synchronous_custom_postprocessing.cpp.s: |
|
cd /content/openpose/build && $(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/16_synchronous_custom_postprocessing.cpp.s |
|
.PHONY : 16_synchronous_custom_postprocessing.cpp.s |
|
|
|
17_synchronous_custom_output.o: 17_synchronous_custom_output.cpp.o |
|
|
|
.PHONY : 17_synchronous_custom_output.o |
|
|
|
|
|
17_synchronous_custom_output.cpp.o: |
|
cd /content/openpose/build && $(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/17_synchronous_custom_output.cpp.o |
|
.PHONY : 17_synchronous_custom_output.cpp.o |
|
|
|
17_synchronous_custom_output.i: 17_synchronous_custom_output.cpp.i |
|
|
|
.PHONY : 17_synchronous_custom_output.i |
|
|
|
|
|
17_synchronous_custom_output.cpp.i: |
|
cd /content/openpose/build && $(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/17_synchronous_custom_output.cpp.i |
|
.PHONY : 17_synchronous_custom_output.cpp.i |
|
|
|
17_synchronous_custom_output.s: 17_synchronous_custom_output.cpp.s |
|
|
|
.PHONY : 17_synchronous_custom_output.s |
|
|
|
|
|
17_synchronous_custom_output.cpp.s: |
|
cd /content/openpose/build && $(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/17_synchronous_custom_output.cpp.s |
|
.PHONY : 17_synchronous_custom_output.cpp.s |
|
|
|
18_synchronous_custom_all_and_datum.o: 18_synchronous_custom_all_and_datum.cpp.o |
|
|
|
.PHONY : 18_synchronous_custom_all_and_datum.o |
|
|
|
|
|
18_synchronous_custom_all_and_datum.cpp.o: |
|
cd /content/openpose/build && $(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/18_synchronous_custom_all_and_datum.cpp.o |
|
.PHONY : 18_synchronous_custom_all_and_datum.cpp.o |
|
|
|
18_synchronous_custom_all_and_datum.i: 18_synchronous_custom_all_and_datum.cpp.i |
|
|
|
.PHONY : 18_synchronous_custom_all_and_datum.i |
|
|
|
|
|
18_synchronous_custom_all_and_datum.cpp.i: |
|
cd /content/openpose/build && $(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/18_synchronous_custom_all_and_datum.cpp.i |
|
.PHONY : 18_synchronous_custom_all_and_datum.cpp.i |
|
|
|
18_synchronous_custom_all_and_datum.s: 18_synchronous_custom_all_and_datum.cpp.s |
|
|
|
.PHONY : 18_synchronous_custom_all_and_datum.s |
|
|
|
|
|
18_synchronous_custom_all_and_datum.cpp.s: |
|
cd /content/openpose/build && $(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/18_synchronous_custom_all_and_datum.cpp.s |
|
.PHONY : 18_synchronous_custom_all_and_datum.cpp.s |
|
|
|
|
|
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 "... install" |
|
@echo "... edit_cache" |
|
@echo "... 18_synchronous_custom_all_and_datum.bin" |
|
@echo "... rebuild_cache" |
|
@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 "... list_install_components" |
|
@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 "... 01_body_from_image_default.o" |
|
@echo "... 01_body_from_image_default.i" |
|
@echo "... 01_body_from_image_default.s" |
|
@echo "... 02_whole_body_from_image_default.o" |
|
@echo "... 02_whole_body_from_image_default.i" |
|
@echo "... 02_whole_body_from_image_default.s" |
|
@echo "... 03_keypoints_from_image.o" |
|
@echo "... 03_keypoints_from_image.i" |
|
@echo "... 03_keypoints_from_image.s" |
|
@echo "... 04_keypoints_from_images.o" |
|
@echo "... 04_keypoints_from_images.i" |
|
@echo "... 04_keypoints_from_images.s" |
|
@echo "... 05_keypoints_from_images_multi_gpu.o" |
|
@echo "... 05_keypoints_from_images_multi_gpu.i" |
|
@echo "... 05_keypoints_from_images_multi_gpu.s" |
|
@echo "... 06_face_from_image.o" |
|
@echo "... 06_face_from_image.i" |
|
@echo "... 06_face_from_image.s" |
|
@echo "... 07_hand_from_image.o" |
|
@echo "... 07_hand_from_image.i" |
|
@echo "... 07_hand_from_image.s" |
|
@echo "... 08_heatmaps_from_image.o" |
|
@echo "... 08_heatmaps_from_image.i" |
|
@echo "... 08_heatmaps_from_image.s" |
|
@echo "... 09_keypoints_from_heatmaps.o" |
|
@echo "... 09_keypoints_from_heatmaps.i" |
|
@echo "... 09_keypoints_from_heatmaps.s" |
|
@echo "... 10_asynchronous_custom_input.o" |
|
@echo "... 10_asynchronous_custom_input.i" |
|
@echo "... 10_asynchronous_custom_input.s" |
|
@echo "... 11_asynchronous_custom_input_multi_camera.o" |
|
@echo "... 11_asynchronous_custom_input_multi_camera.i" |
|
@echo "... 11_asynchronous_custom_input_multi_camera.s" |
|
@echo "... 12_asynchronous_custom_output.o" |
|
@echo "... 12_asynchronous_custom_output.i" |
|
@echo "... 12_asynchronous_custom_output.s" |
|
@echo "... 13_asynchronous_custom_input_output_and_datum.o" |
|
@echo "... 13_asynchronous_custom_input_output_and_datum.i" |
|
@echo "... 13_asynchronous_custom_input_output_and_datum.s" |
|
@echo "... 14_synchronous_custom_input.o" |
|
@echo "... 14_synchronous_custom_input.i" |
|
@echo "... 14_synchronous_custom_input.s" |
|
@echo "... 15_synchronous_custom_preprocessing.o" |
|
@echo "... 15_synchronous_custom_preprocessing.i" |
|
@echo "... 15_synchronous_custom_preprocessing.s" |
|
@echo "... 16_synchronous_custom_postprocessing.o" |
|
@echo "... 16_synchronous_custom_postprocessing.i" |
|
@echo "... 16_synchronous_custom_postprocessing.s" |
|
@echo "... 17_synchronous_custom_output.o" |
|
@echo "... 17_synchronous_custom_output.i" |
|
@echo "... 17_synchronous_custom_output.s" |
|
@echo "... 18_synchronous_custom_all_and_datum.o" |
|
@echo "... 18_synchronous_custom_all_and_datum.i" |
|
@echo "... 18_synchronous_custom_all_and_datum.s" |
|
.PHONY : help |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cmake_check_build_system: |
|
cd /content/openpose/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|
.PHONY : cmake_check_build_system |
|
|
|
|