|
|
|
|
|
|
|
|
|
|
|
|
|
|
default_target: all |
|
|
.PHONY : default_target |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all: src/gtest/all |
|
|
all: src/caffe/all |
|
|
all: tools/all |
|
|
all: examples/all |
|
|
all: python/all |
|
|
all: matlab/all |
|
|
all: docs/all |
|
|
.PHONY : all |
|
|
|
|
|
|
|
|
preinstall: src/gtest/preinstall |
|
|
preinstall: src/caffe/preinstall |
|
|
preinstall: tools/preinstall |
|
|
preinstall: examples/preinstall |
|
|
preinstall: python/preinstall |
|
|
preinstall: matlab/preinstall |
|
|
preinstall: docs/preinstall |
|
|
.PHONY : preinstall |
|
|
|
|
|
|
|
|
clean: CMakeFiles/symlink_to_build.dir/clean |
|
|
clean: CMakeFiles/lint.dir/clean |
|
|
clean: CMakeFiles/uninstall.dir/clean |
|
|
clean: src/gtest/clean |
|
|
clean: src/caffe/clean |
|
|
clean: tools/clean |
|
|
clean: examples/clean |
|
|
clean: python/clean |
|
|
clean: matlab/clean |
|
|
clean: docs/clean |
|
|
.PHONY : clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs/all: |
|
|
.PHONY : docs/all |
|
|
|
|
|
|
|
|
docs/preinstall: |
|
|
.PHONY : docs/preinstall |
|
|
|
|
|
|
|
|
docs/clean: |
|
|
.PHONY : docs/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
examples/all: examples/CMakeFiles/convert_cifar_data.dir/all |
|
|
examples/all: examples/CMakeFiles/classification.dir/all |
|
|
examples/all: examples/CMakeFiles/convert_mnist_data.dir/all |
|
|
examples/all: examples/CMakeFiles/convert_mnist_siamese_data.dir/all |
|
|
.PHONY : examples/all |
|
|
|
|
|
|
|
|
examples/preinstall: |
|
|
.PHONY : examples/preinstall |
|
|
|
|
|
|
|
|
examples/clean: examples/CMakeFiles/convert_cifar_data.dir/clean |
|
|
examples/clean: examples/CMakeFiles/classification.dir/clean |
|
|
examples/clean: examples/CMakeFiles/convert_mnist_data.dir/clean |
|
|
examples/clean: examples/CMakeFiles/convert_mnist_siamese_data.dir/clean |
|
|
.PHONY : examples/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matlab/all: |
|
|
.PHONY : matlab/all |
|
|
|
|
|
|
|
|
matlab/preinstall: |
|
|
.PHONY : matlab/preinstall |
|
|
|
|
|
|
|
|
matlab/clean: |
|
|
.PHONY : matlab/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
python/all: |
|
|
.PHONY : python/all |
|
|
|
|
|
|
|
|
python/preinstall: |
|
|
.PHONY : python/preinstall |
|
|
|
|
|
|
|
|
python/clean: |
|
|
.PHONY : python/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/caffe/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
src/caffe/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
src/caffe/all: src/caffe/test/all |
|
|
.PHONY : src/caffe/all |
|
|
|
|
|
|
|
|
src/caffe/preinstall: src/caffe/test/preinstall |
|
|
.PHONY : src/caffe/preinstall |
|
|
|
|
|
|
|
|
src/caffe/clean: src/caffe/CMakeFiles/caffeproto.dir/clean |
|
|
src/caffe/clean: src/caffe/CMakeFiles/caffe.dir/clean |
|
|
src/caffe/clean: src/caffe/test/clean |
|
|
.PHONY : src/caffe/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/caffe/test/all: |
|
|
.PHONY : src/caffe/test/all |
|
|
|
|
|
|
|
|
src/caffe/test/preinstall: |
|
|
.PHONY : src/caffe/test/preinstall |
|
|
|
|
|
|
|
|
src/caffe/test/clean: src/caffe/test/CMakeFiles/test.testbin.dir/clean |
|
|
src/caffe/test/clean: src/caffe/test/CMakeFiles/runtest.dir/clean |
|
|
.PHONY : src/caffe/test/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/gtest/all: |
|
|
.PHONY : src/gtest/all |
|
|
|
|
|
|
|
|
src/gtest/preinstall: |
|
|
.PHONY : src/gtest/preinstall |
|
|
|
|
|
|
|
|
src/gtest/clean: src/gtest/CMakeFiles/gtest.dir/clean |
|
|
.PHONY : src/gtest/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/all: tools/CMakeFiles/caffe.bin.dir/all |
|
|
tools/all: tools/CMakeFiles/compute_image_mean.dir/all |
|
|
tools/all: tools/CMakeFiles/convert_imageset.dir/all |
|
|
tools/all: tools/CMakeFiles/extract_features.dir/all |
|
|
tools/all: tools/CMakeFiles/upgrade_net_proto_binary.dir/all |
|
|
tools/all: tools/CMakeFiles/upgrade_net_proto_text.dir/all |
|
|
tools/all: tools/CMakeFiles/upgrade_solver_proto_text.dir/all |
|
|
.PHONY : tools/all |
|
|
|
|
|
|
|
|
tools/preinstall: |
|
|
.PHONY : tools/preinstall |
|
|
|
|
|
|
|
|
tools/clean: tools/CMakeFiles/caffe.bin.dir/clean |
|
|
tools/clean: tools/CMakeFiles/compute_image_mean.dir/clean |
|
|
tools/clean: tools/CMakeFiles/convert_imageset.dir/clean |
|
|
tools/clean: tools/CMakeFiles/extract_features.dir/clean |
|
|
tools/clean: tools/CMakeFiles/upgrade_net_proto_binary.dir/clean |
|
|
tools/clean: tools/CMakeFiles/upgrade_net_proto_text.dir/clean |
|
|
tools/clean: tools/CMakeFiles/upgrade_solver_proto_text.dir/clean |
|
|
.PHONY : tools/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CMakeFiles/symlink_to_build.dir/all: |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/symlink_to_build.dir/build.make CMakeFiles/symlink_to_build.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/symlink_to_build.dir/build.make CMakeFiles/symlink_to_build.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num= "Built target symlink_to_build" |
|
|
.PHONY : CMakeFiles/symlink_to_build.dir/all |
|
|
|
|
|
|
|
|
CMakeFiles/symlink_to_build.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/symlink_to_build.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : CMakeFiles/symlink_to_build.dir/rule |
|
|
|
|
|
|
|
|
symlink_to_build: CMakeFiles/symlink_to_build.dir/rule |
|
|
.PHONY : symlink_to_build |
|
|
|
|
|
|
|
|
CMakeFiles/symlink_to_build.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/symlink_to_build.dir/build.make CMakeFiles/symlink_to_build.dir/clean |
|
|
.PHONY : CMakeFiles/symlink_to_build.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CMakeFiles/lint.dir/all: |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/lint.dir/build.make CMakeFiles/lint.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/lint.dir/build.make CMakeFiles/lint.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num= "Built target lint" |
|
|
.PHONY : CMakeFiles/lint.dir/all |
|
|
|
|
|
|
|
|
CMakeFiles/lint.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/lint.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : CMakeFiles/lint.dir/rule |
|
|
|
|
|
|
|
|
lint: CMakeFiles/lint.dir/rule |
|
|
.PHONY : lint |
|
|
|
|
|
|
|
|
CMakeFiles/lint.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/lint.dir/build.make CMakeFiles/lint.dir/clean |
|
|
.PHONY : CMakeFiles/lint.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CMakeFiles/uninstall.dir/all: |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num= "Built target uninstall" |
|
|
.PHONY : CMakeFiles/uninstall.dir/all |
|
|
|
|
|
|
|
|
CMakeFiles/uninstall.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : CMakeFiles/uninstall.dir/rule |
|
|
|
|
|
|
|
|
uninstall: CMakeFiles/uninstall.dir/rule |
|
|
.PHONY : uninstall |
|
|
|
|
|
|
|
|
CMakeFiles/uninstall.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean |
|
|
.PHONY : CMakeFiles/uninstall.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/gtest/CMakeFiles/gtest.dir/all: |
|
|
$(MAKE) $(MAKESILENT) -f src/gtest/CMakeFiles/gtest.dir/build.make src/gtest/CMakeFiles/gtest.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f src/gtest/CMakeFiles/gtest.dir/build.make src/gtest/CMakeFiles/gtest.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=71 "Built target gtest" |
|
|
.PHONY : src/gtest/CMakeFiles/gtest.dir/all |
|
|
|
|
|
|
|
|
src/gtest/CMakeFiles/gtest.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 1 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/gtest/CMakeFiles/gtest.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : src/gtest/CMakeFiles/gtest.dir/rule |
|
|
|
|
|
|
|
|
gtest: src/gtest/CMakeFiles/gtest.dir/rule |
|
|
.PHONY : gtest |
|
|
|
|
|
|
|
|
src/gtest/CMakeFiles/gtest.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f src/gtest/CMakeFiles/gtest.dir/build.make src/gtest/CMakeFiles/gtest.dir/clean |
|
|
.PHONY : src/gtest/CMakeFiles/gtest.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/caffe/CMakeFiles/caffeproto.dir/all: |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/CMakeFiles/caffeproto.dir/build.make src/caffe/CMakeFiles/caffeproto.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/CMakeFiles/caffeproto.dir/build.make src/caffe/CMakeFiles/caffeproto.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=64,65 "Built target caffeproto" |
|
|
.PHONY : src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
|
|
|
|
|
|
src/caffe/CMakeFiles/caffeproto.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 2 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : src/caffe/CMakeFiles/caffeproto.dir/rule |
|
|
|
|
|
|
|
|
caffeproto: src/caffe/CMakeFiles/caffeproto.dir/rule |
|
|
.PHONY : caffeproto |
|
|
|
|
|
|
|
|
src/caffe/CMakeFiles/caffeproto.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/CMakeFiles/caffeproto.dir/build.make src/caffe/CMakeFiles/caffeproto.dir/clean |
|
|
.PHONY : src/caffe/CMakeFiles/caffeproto.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/caffe/CMakeFiles/caffe.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/CMakeFiles/caffe.dir/build.make src/caffe/CMakeFiles/caffe.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/CMakeFiles/caffe.dir/build.make src/caffe/CMakeFiles/caffe.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63 "Built target caffe" |
|
|
.PHONY : src/caffe/CMakeFiles/caffe.dir/all |
|
|
|
|
|
|
|
|
src/caffe/CMakeFiles/caffe.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 65 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : src/caffe/CMakeFiles/caffe.dir/rule |
|
|
|
|
|
|
|
|
caffe: src/caffe/CMakeFiles/caffe.dir/rule |
|
|
.PHONY : caffe |
|
|
|
|
|
|
|
|
src/caffe/CMakeFiles/caffe.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/CMakeFiles/caffe.dir/build.make src/caffe/CMakeFiles/caffe.dir/clean |
|
|
.PHONY : src/caffe/CMakeFiles/caffe.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/caffe/test/CMakeFiles/test.testbin.dir/all: src/gtest/CMakeFiles/gtest.dir/all |
|
|
src/caffe/test/CMakeFiles/test.testbin.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
src/caffe/test/CMakeFiles/test.testbin.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97 "Built target test.testbin" |
|
|
.PHONY : src/caffe/test/CMakeFiles/test.testbin.dir/all |
|
|
|
|
|
|
|
|
src/caffe/test/CMakeFiles/test.testbin.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 92 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/test/CMakeFiles/test.testbin.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : src/caffe/test/CMakeFiles/test.testbin.dir/rule |
|
|
|
|
|
|
|
|
test.testbin: src/caffe/test/CMakeFiles/test.testbin.dir/rule |
|
|
.PHONY : test.testbin |
|
|
|
|
|
|
|
|
src/caffe/test/CMakeFiles/test.testbin.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/clean |
|
|
.PHONY : src/caffe/test/CMakeFiles/test.testbin.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/caffe/test/CMakeFiles/runtest.dir/all: src/caffe/test/CMakeFiles/test.testbin.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/runtest.dir/build.make src/caffe/test/CMakeFiles/runtest.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/runtest.dir/build.make src/caffe/test/CMakeFiles/runtest.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num= "Built target runtest" |
|
|
.PHONY : src/caffe/test/CMakeFiles/runtest.dir/all |
|
|
|
|
|
|
|
|
src/caffe/test/CMakeFiles/runtest.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 92 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/test/CMakeFiles/runtest.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : src/caffe/test/CMakeFiles/runtest.dir/rule |
|
|
|
|
|
|
|
|
runtest: src/caffe/test/CMakeFiles/runtest.dir/rule |
|
|
.PHONY : runtest |
|
|
|
|
|
|
|
|
src/caffe/test/CMakeFiles/runtest.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/runtest.dir/build.make src/caffe/test/CMakeFiles/runtest.dir/clean |
|
|
.PHONY : src/caffe/test/CMakeFiles/runtest.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/CMakeFiles/caffe.bin.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
tools/CMakeFiles/caffe.bin.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/caffe.bin.dir/build.make tools/CMakeFiles/caffe.bin.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/caffe.bin.dir/build.make tools/CMakeFiles/caffe.bin.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num= "Built target caffe.bin" |
|
|
.PHONY : tools/CMakeFiles/caffe.bin.dir/all |
|
|
|
|
|
|
|
|
tools/CMakeFiles/caffe.bin.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 65 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/CMakeFiles/caffe.bin.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : tools/CMakeFiles/caffe.bin.dir/rule |
|
|
|
|
|
|
|
|
caffe.bin: tools/CMakeFiles/caffe.bin.dir/rule |
|
|
.PHONY : caffe.bin |
|
|
|
|
|
|
|
|
tools/CMakeFiles/caffe.bin.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/caffe.bin.dir/build.make tools/CMakeFiles/caffe.bin.dir/clean |
|
|
.PHONY : tools/CMakeFiles/caffe.bin.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/CMakeFiles/compute_image_mean.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
tools/CMakeFiles/compute_image_mean.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/compute_image_mean.dir/build.make tools/CMakeFiles/compute_image_mean.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/compute_image_mean.dir/build.make tools/CMakeFiles/compute_image_mean.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=66 "Built target compute_image_mean" |
|
|
.PHONY : tools/CMakeFiles/compute_image_mean.dir/all |
|
|
|
|
|
|
|
|
tools/CMakeFiles/compute_image_mean.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 66 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/CMakeFiles/compute_image_mean.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : tools/CMakeFiles/compute_image_mean.dir/rule |
|
|
|
|
|
|
|
|
compute_image_mean: tools/CMakeFiles/compute_image_mean.dir/rule |
|
|
.PHONY : compute_image_mean |
|
|
|
|
|
|
|
|
tools/CMakeFiles/compute_image_mean.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/compute_image_mean.dir/build.make tools/CMakeFiles/compute_image_mean.dir/clean |
|
|
.PHONY : tools/CMakeFiles/compute_image_mean.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/CMakeFiles/convert_imageset.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
tools/CMakeFiles/convert_imageset.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/convert_imageset.dir/build.make tools/CMakeFiles/convert_imageset.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/convert_imageset.dir/build.make tools/CMakeFiles/convert_imageset.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=68 "Built target convert_imageset" |
|
|
.PHONY : tools/CMakeFiles/convert_imageset.dir/all |
|
|
|
|
|
|
|
|
tools/CMakeFiles/convert_imageset.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 66 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/CMakeFiles/convert_imageset.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : tools/CMakeFiles/convert_imageset.dir/rule |
|
|
|
|
|
|
|
|
convert_imageset: tools/CMakeFiles/convert_imageset.dir/rule |
|
|
.PHONY : convert_imageset |
|
|
|
|
|
|
|
|
tools/CMakeFiles/convert_imageset.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/convert_imageset.dir/build.make tools/CMakeFiles/convert_imageset.dir/clean |
|
|
.PHONY : tools/CMakeFiles/convert_imageset.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/CMakeFiles/extract_features.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
tools/CMakeFiles/extract_features.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/extract_features.dir/build.make tools/CMakeFiles/extract_features.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/extract_features.dir/build.make tools/CMakeFiles/extract_features.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=70 "Built target extract_features" |
|
|
.PHONY : tools/CMakeFiles/extract_features.dir/all |
|
|
|
|
|
|
|
|
tools/CMakeFiles/extract_features.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 66 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/CMakeFiles/extract_features.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : tools/CMakeFiles/extract_features.dir/rule |
|
|
|
|
|
|
|
|
extract_features: tools/CMakeFiles/extract_features.dir/rule |
|
|
.PHONY : extract_features |
|
|
|
|
|
|
|
|
tools/CMakeFiles/extract_features.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/extract_features.dir/build.make tools/CMakeFiles/extract_features.dir/clean |
|
|
.PHONY : tools/CMakeFiles/extract_features.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_net_proto_binary.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
tools/CMakeFiles/upgrade_net_proto_binary.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_net_proto_binary.dir/build.make tools/CMakeFiles/upgrade_net_proto_binary.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_net_proto_binary.dir/build.make tools/CMakeFiles/upgrade_net_proto_binary.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=98 "Built target upgrade_net_proto_binary" |
|
|
.PHONY : tools/CMakeFiles/upgrade_net_proto_binary.dir/all |
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_net_proto_binary.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 66 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/CMakeFiles/upgrade_net_proto_binary.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : tools/CMakeFiles/upgrade_net_proto_binary.dir/rule |
|
|
|
|
|
|
|
|
upgrade_net_proto_binary: tools/CMakeFiles/upgrade_net_proto_binary.dir/rule |
|
|
.PHONY : upgrade_net_proto_binary |
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_net_proto_binary.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_net_proto_binary.dir/build.make tools/CMakeFiles/upgrade_net_proto_binary.dir/clean |
|
|
.PHONY : tools/CMakeFiles/upgrade_net_proto_binary.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_net_proto_text.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
tools/CMakeFiles/upgrade_net_proto_text.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_net_proto_text.dir/build.make tools/CMakeFiles/upgrade_net_proto_text.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_net_proto_text.dir/build.make tools/CMakeFiles/upgrade_net_proto_text.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=99 "Built target upgrade_net_proto_text" |
|
|
.PHONY : tools/CMakeFiles/upgrade_net_proto_text.dir/all |
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_net_proto_text.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 66 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/CMakeFiles/upgrade_net_proto_text.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : tools/CMakeFiles/upgrade_net_proto_text.dir/rule |
|
|
|
|
|
|
|
|
upgrade_net_proto_text: tools/CMakeFiles/upgrade_net_proto_text.dir/rule |
|
|
.PHONY : upgrade_net_proto_text |
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_net_proto_text.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_net_proto_text.dir/build.make tools/CMakeFiles/upgrade_net_proto_text.dir/clean |
|
|
.PHONY : tools/CMakeFiles/upgrade_net_proto_text.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_solver_proto_text.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
tools/CMakeFiles/upgrade_solver_proto_text.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_solver_proto_text.dir/build.make tools/CMakeFiles/upgrade_solver_proto_text.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_solver_proto_text.dir/build.make tools/CMakeFiles/upgrade_solver_proto_text.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=100 "Built target upgrade_solver_proto_text" |
|
|
.PHONY : tools/CMakeFiles/upgrade_solver_proto_text.dir/all |
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_solver_proto_text.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 66 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/CMakeFiles/upgrade_solver_proto_text.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : tools/CMakeFiles/upgrade_solver_proto_text.dir/rule |
|
|
|
|
|
|
|
|
upgrade_solver_proto_text: tools/CMakeFiles/upgrade_solver_proto_text.dir/rule |
|
|
.PHONY : upgrade_solver_proto_text |
|
|
|
|
|
|
|
|
tools/CMakeFiles/upgrade_solver_proto_text.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f tools/CMakeFiles/upgrade_solver_proto_text.dir/build.make tools/CMakeFiles/upgrade_solver_proto_text.dir/clean |
|
|
.PHONY : tools/CMakeFiles/upgrade_solver_proto_text.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_cifar_data.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
examples/CMakeFiles/convert_cifar_data.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_cifar_data.dir/build.make examples/CMakeFiles/convert_cifar_data.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_cifar_data.dir/build.make examples/CMakeFiles/convert_cifar_data.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=67 "Built target convert_cifar_data" |
|
|
.PHONY : examples/CMakeFiles/convert_cifar_data.dir/all |
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_cifar_data.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 66 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/convert_cifar_data.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : examples/CMakeFiles/convert_cifar_data.dir/rule |
|
|
|
|
|
|
|
|
convert_cifar_data: examples/CMakeFiles/convert_cifar_data.dir/rule |
|
|
.PHONY : convert_cifar_data |
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_cifar_data.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_cifar_data.dir/build.make examples/CMakeFiles/convert_cifar_data.dir/clean |
|
|
.PHONY : examples/CMakeFiles/convert_cifar_data.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
examples/CMakeFiles/classification.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
examples/CMakeFiles/classification.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/classification.dir/build.make examples/CMakeFiles/classification.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/classification.dir/build.make examples/CMakeFiles/classification.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num= "Built target classification" |
|
|
.PHONY : examples/CMakeFiles/classification.dir/all |
|
|
|
|
|
|
|
|
examples/CMakeFiles/classification.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 65 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/classification.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : examples/CMakeFiles/classification.dir/rule |
|
|
|
|
|
|
|
|
classification: examples/CMakeFiles/classification.dir/rule |
|
|
.PHONY : classification |
|
|
|
|
|
|
|
|
examples/CMakeFiles/classification.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/classification.dir/build.make examples/CMakeFiles/classification.dir/clean |
|
|
.PHONY : examples/CMakeFiles/classification.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_mnist_data.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
examples/CMakeFiles/convert_mnist_data.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_mnist_data.dir/build.make examples/CMakeFiles/convert_mnist_data.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_mnist_data.dir/build.make examples/CMakeFiles/convert_mnist_data.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num= "Built target convert_mnist_data" |
|
|
.PHONY : examples/CMakeFiles/convert_mnist_data.dir/all |
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_mnist_data.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 65 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/convert_mnist_data.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : examples/CMakeFiles/convert_mnist_data.dir/rule |
|
|
|
|
|
|
|
|
convert_mnist_data: examples/CMakeFiles/convert_mnist_data.dir/rule |
|
|
.PHONY : convert_mnist_data |
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_mnist_data.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_mnist_data.dir/build.make examples/CMakeFiles/convert_mnist_data.dir/clean |
|
|
.PHONY : examples/CMakeFiles/convert_mnist_data.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_mnist_siamese_data.dir/all: src/caffe/CMakeFiles/caffeproto.dir/all |
|
|
examples/CMakeFiles/convert_mnist_siamese_data.dir/all: src/caffe/CMakeFiles/caffe.dir/all |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_mnist_siamese_data.dir/build.make examples/CMakeFiles/convert_mnist_siamese_data.dir/depend |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_mnist_siamese_data.dir/build.make examples/CMakeFiles/convert_mnist_siamese_data.dir/build |
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles --progress-num=69 "Built target convert_mnist_siamese_data" |
|
|
.PHONY : examples/CMakeFiles/convert_mnist_siamese_data.dir/all |
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_mnist_siamese_data.dir/rule: cmake_check_build_system |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 66 |
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/convert_mnist_siamese_data.dir/all |
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /content/openpose/build/caffe/src/openpose_lib-build/CMakeFiles 0 |
|
|
.PHONY : examples/CMakeFiles/convert_mnist_siamese_data.dir/rule |
|
|
|
|
|
|
|
|
convert_mnist_siamese_data: examples/CMakeFiles/convert_mnist_siamese_data.dir/rule |
|
|
.PHONY : convert_mnist_siamese_data |
|
|
|
|
|
|
|
|
examples/CMakeFiles/convert_mnist_siamese_data.dir/clean: |
|
|
$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/convert_mnist_siamese_data.dir/build.make examples/CMakeFiles/convert_mnist_siamese_data.dir/clean |
|
|
.PHONY : examples/CMakeFiles/convert_mnist_siamese_data.dir/clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|