| | |
| | |
| |
|
| | |
| | .DELETE_ON_ERROR: |
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| | |
| | % : %,v |
| |
|
| | |
| | % : RCS/% |
| |
|
| | |
| | % : RCS/%,v |
| |
|
| | |
| | % : SCCS/s.% |
| |
|
| | |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| | |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake |
| |
|
| | |
| | RM = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E rm -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /content/openpose |
| |
|
| | |
| | CMAKE_BINARY_DIR = /content/openpose/build |
| |
|
| | |
| |
|
| | |
| | include CMakeFiles/uninstall.dir/compiler_depend.make |
| |
|
| | |
| | include CMakeFiles/uninstall.dir/progress.make |
| |
|
| | CMakeFiles/uninstall: |
| | /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -P /content/openpose/build/cmake_uninstall.cmake |
| |
|
| | uninstall: CMakeFiles/uninstall |
| | uninstall: CMakeFiles/uninstall.dir/build.make |
| | .PHONY : uninstall |
| |
|
| | |
| | CMakeFiles/uninstall.dir/build: uninstall |
| | .PHONY : CMakeFiles/uninstall.dir/build |
| |
|
| | CMakeFiles/uninstall.dir/clean: |
| | $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake |
| | .PHONY : CMakeFiles/uninstall.dir/clean |
| |
|
| | CMakeFiles/uninstall.dir/depend: |
| | cd /content/openpose/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/openpose /content/openpose /content/openpose/build /content/openpose/build /content/openpose/build/CMakeFiles/uninstall.dir/DependInfo.cmake "--color=$(COLOR)" |
| | .PHONY : CMakeFiles/uninstall.dir/depend |
| |
|
| |
|