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