| | |
| | |
| |
|
| | |
| | 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/3rdparty/caffe |
| |
|
| | |
| | CMAKE_BINARY_DIR = /content/openpose/build/caffe/src/openpose_lib-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 |
| |
|
| | |
| | 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 |
| |
|
| | |
| | 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 |
| |
|
| | |
| | all: cmake_check_build_system |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles/progress.marks |
| | $(MAKE) -f CMakeFiles/Makefile2 all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-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 |
| |
|
| | |
| | |
| |
|
| | |
| | lint: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 lint |
| | .PHONY : lint |
| |
|
| | |
| | lint/fast: |
| | $(MAKE) -f CMakeFiles/lint.dir/build.make CMakeFiles/lint.dir/build |
| | .PHONY : lint/fast |
| |
|
| | |
| | |
| |
|
| | |
| | symlink_to_build: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 symlink_to_build |
| | .PHONY : symlink_to_build |
| |
|
| | |
| | symlink_to_build/fast: |
| | $(MAKE) -f CMakeFiles/symlink_to_build.dir/build.make CMakeFiles/symlink_to_build.dir/build |
| | .PHONY : symlink_to_build/fast |
| |
|
| | |
| | |
| |
|
| | |
| | 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 |
| |
|
| | |
| | |
| |
|
| | |
| | gtest: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 gtest |
| | .PHONY : gtest |
| |
|
| | |
| | gtest/fast: |
| | $(MAKE) -f src/gtest/CMakeFiles/gtest.dir/build.make src/gtest/CMakeFiles/gtest.dir/build |
| | .PHONY : gtest/fast |
| |
|
| | |
| | |
| |
|
| | |
| | caffe: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 caffe |
| | .PHONY : caffe |
| |
|
| | |
| | caffe/fast: |
| | $(MAKE) -f src/caffe/CMakeFiles/caffe.dir/build.make src/caffe/CMakeFiles/caffe.dir/build |
| | .PHONY : caffe/fast |
| |
|
| | |
| | |
| |
|
| | |
| | caffeproto: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 caffeproto |
| | .PHONY : caffeproto |
| |
|
| | |
| | caffeproto/fast: |
| | $(MAKE) -f src/caffe/CMakeFiles/caffeproto.dir/build.make src/caffe/CMakeFiles/caffeproto.dir/build |
| | .PHONY : caffeproto/fast |
| |
|
| | |
| | |
| |
|
| | |
| | runtest: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 runtest |
| | .PHONY : runtest |
| |
|
| | |
| | runtest/fast: |
| | $(MAKE) -f src/caffe/test/CMakeFiles/runtest.dir/build.make src/caffe/test/CMakeFiles/runtest.dir/build |
| | .PHONY : runtest/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test.testbin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 test.testbin |
| | .PHONY : test.testbin |
| |
|
| | |
| | test.testbin/fast: |
| | $(MAKE) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/build |
| | .PHONY : test.testbin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | upgrade_solver_proto_text: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 upgrade_solver_proto_text |
| | .PHONY : upgrade_solver_proto_text |
| |
|
| | |
| | upgrade_solver_proto_text/fast: |
| | $(MAKE) -f tools/CMakeFiles/upgrade_solver_proto_text.dir/build.make tools/CMakeFiles/upgrade_solver_proto_text.dir/build |
| | .PHONY : upgrade_solver_proto_text/fast |
| |
|
| | |
| | |
| |
|
| | |
| | compute_image_mean: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 compute_image_mean |
| | .PHONY : compute_image_mean |
| |
|
| | |
| | compute_image_mean/fast: |
| | $(MAKE) -f tools/CMakeFiles/compute_image_mean.dir/build.make tools/CMakeFiles/compute_image_mean.dir/build |
| | .PHONY : compute_image_mean/fast |
| |
|
| | |
| | |
| |
|
| | |
| | caffe.bin: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 caffe.bin |
| | .PHONY : caffe.bin |
| |
|
| | |
| | caffe.bin/fast: |
| | $(MAKE) -f tools/CMakeFiles/caffe.bin.dir/build.make tools/CMakeFiles/caffe.bin.dir/build |
| | .PHONY : caffe.bin/fast |
| |
|
| | |
| | |
| |
|
| | |
| | upgrade_net_proto_binary: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 upgrade_net_proto_binary |
| | .PHONY : upgrade_net_proto_binary |
| |
|
| | |
| | upgrade_net_proto_binary/fast: |
| | $(MAKE) -f tools/CMakeFiles/upgrade_net_proto_binary.dir/build.make tools/CMakeFiles/upgrade_net_proto_binary.dir/build |
| | .PHONY : upgrade_net_proto_binary/fast |
| |
|
| | |
| | |
| |
|
| | |
| | convert_imageset: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 convert_imageset |
| | .PHONY : convert_imageset |
| |
|
| | |
| | convert_imageset/fast: |
| | $(MAKE) -f tools/CMakeFiles/convert_imageset.dir/build.make tools/CMakeFiles/convert_imageset.dir/build |
| | .PHONY : convert_imageset/fast |
| |
|
| | |
| | |
| |
|
| | |
| | extract_features: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 extract_features |
| | .PHONY : extract_features |
| |
|
| | |
| | extract_features/fast: |
| | $(MAKE) -f tools/CMakeFiles/extract_features.dir/build.make tools/CMakeFiles/extract_features.dir/build |
| | .PHONY : extract_features/fast |
| |
|
| | |
| | |
| |
|
| | |
| | upgrade_net_proto_text: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 upgrade_net_proto_text |
| | .PHONY : upgrade_net_proto_text |
| |
|
| | |
| | upgrade_net_proto_text/fast: |
| | $(MAKE) -f tools/CMakeFiles/upgrade_net_proto_text.dir/build.make tools/CMakeFiles/upgrade_net_proto_text.dir/build |
| | .PHONY : upgrade_net_proto_text/fast |
| |
|
| | |
| | |
| |
|
| | |
| | classification: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 classification |
| | .PHONY : classification |
| |
|
| | |
| | classification/fast: |
| | $(MAKE) -f examples/CMakeFiles/classification.dir/build.make examples/CMakeFiles/classification.dir/build |
| | .PHONY : classification/fast |
| |
|
| | |
| | |
| |
|
| | |
| | convert_mnist_data: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 convert_mnist_data |
| | .PHONY : convert_mnist_data |
| |
|
| | |
| | convert_mnist_data/fast: |
| | $(MAKE) -f examples/CMakeFiles/convert_mnist_data.dir/build.make examples/CMakeFiles/convert_mnist_data.dir/build |
| | .PHONY : convert_mnist_data/fast |
| |
|
| | |
| | |
| |
|
| | |
| | convert_cifar_data: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 convert_cifar_data |
| | .PHONY : convert_cifar_data |
| |
|
| | |
| | convert_cifar_data/fast: |
| | $(MAKE) -f examples/CMakeFiles/convert_cifar_data.dir/build.make examples/CMakeFiles/convert_cifar_data.dir/build |
| | .PHONY : convert_cifar_data/fast |
| |
|
| | |
| | |
| |
|
| | |
| | convert_mnist_siamese_data: cmake_check_build_system |
| | $(MAKE) -f CMakeFiles/Makefile2 convert_mnist_siamese_data |
| | .PHONY : convert_mnist_siamese_data |
| |
|
| | |
| | convert_mnist_siamese_data/fast: |
| | $(MAKE) -f examples/CMakeFiles/convert_mnist_siamese_data.dir/build.make examples/CMakeFiles/convert_mnist_siamese_data.dir/build |
| | .PHONY : convert_mnist_siamese_data/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 "... install" |
| | @echo "... lint" |
| | @echo "... list_install_components" |
| | @echo "... symlink_to_build" |
| | @echo "... uninstall" |
| | @echo "... edit_cache" |
| | @echo "... rebuild_cache" |
| | @echo "... gtest" |
| | @echo "... caffe" |
| | @echo "... caffeproto" |
| | @echo "... runtest" |
| | @echo "... test.testbin" |
| | @echo "... upgrade_solver_proto_text" |
| | @echo "... compute_image_mean" |
| | @echo "... caffe.bin" |
| | @echo "... upgrade_net_proto_binary" |
| | @echo "... convert_imageset" |
| | @echo "... extract_features" |
| | @echo "... upgrade_net_proto_text" |
| | @echo "... classification" |
| | @echo "... convert_mnist_data" |
| | @echo "... convert_cifar_data" |
| | @echo "... convert_mnist_siamese_data" |
| | .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 |
| |
|
| |
|