| |
| |
|
|
| |
| 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/XNNPACK/build/pthreadpool-download |
|
|
| |
| CMAKE_BINARY_DIR = /content/XNNPACK/build/pthreadpool-download |
|
|
| |
| |
|
|
| |
| all: CMakeFiles/pthreadpool.dir/all |
| .PHONY : all |
|
|
| |
| preinstall: |
| .PHONY : preinstall |
|
|
| |
| clean: CMakeFiles/pthreadpool.dir/clean |
| .PHONY : clean |
|
|
| |
| |
|
|
| |
| CMakeFiles/pthreadpool.dir/all: |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/pthreadpool.dir/build.make CMakeFiles/pthreadpool.dir/depend |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/pthreadpool.dir/build.make CMakeFiles/pthreadpool.dir/build |
| @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/content/XNNPACK/build/pthreadpool-download/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target pthreadpool" |
| .PHONY : CMakeFiles/pthreadpool.dir/all |
|
|
| |
| CMakeFiles/pthreadpool.dir/rule: cmake_check_build_system |
| $(CMAKE_COMMAND) -E cmake_progress_start /content/XNNPACK/build/pthreadpool-download/CMakeFiles 9 |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/pthreadpool.dir/all |
| $(CMAKE_COMMAND) -E cmake_progress_start /content/XNNPACK/build/pthreadpool-download/CMakeFiles 0 |
| .PHONY : CMakeFiles/pthreadpool.dir/rule |
|
|
| |
| pthreadpool: CMakeFiles/pthreadpool.dir/rule |
| .PHONY : pthreadpool |
|
|
| |
| CMakeFiles/pthreadpool.dir/clean: |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/pthreadpool.dir/build.make CMakeFiles/pthreadpool.dir/clean |
| .PHONY : CMakeFiles/pthreadpool.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 |
|
|
|
|