|
|
|
|
|
|
|
|
|
.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/XNNPACK |
|
|
|
|
|
CMAKE_BINARY_DIR = /content/XNNPACK/build |
|
|
|
|
|
include pthreadpool/CMakeFiles/pthreadpool.dir/depend.make |
|
|
|
include pthreadpool/CMakeFiles/pthreadpool.dir/compiler_depend.make |
|
|
|
|
|
include pthreadpool/CMakeFiles/pthreadpool.dir/progress.make |
|
|
|
|
|
include pthreadpool/CMakeFiles/pthreadpool.dir/flags.make |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o: pthreadpool/CMakeFiles/pthreadpool.dir/flags.make |
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o: pthreadpool-source/src/portable-api.c |
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o: pthreadpool/CMakeFiles/pthreadpool.dir/compiler_depend.ts |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/XNNPACK/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o -MF CMakeFiles/pthreadpool.dir/src/portable-api.c.o.d -o CMakeFiles/pthreadpool.dir/src/portable-api.c.o -c /content/XNNPACK/build/pthreadpool-source/src/portable-api.c |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.i: cmake_force |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/pthreadpool.dir/src/portable-api.c.i" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /content/XNNPACK/build/pthreadpool-source/src/portable-api.c > CMakeFiles/pthreadpool.dir/src/portable-api.c.i |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.s: cmake_force |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/pthreadpool.dir/src/portable-api.c.s" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /content/XNNPACK/build/pthreadpool-source/src/portable-api.c -o CMakeFiles/pthreadpool.dir/src/portable-api.c.s |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o: pthreadpool/CMakeFiles/pthreadpool.dir/flags.make |
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o: pthreadpool-source/src/memory.c |
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o: pthreadpool/CMakeFiles/pthreadpool.dir/compiler_depend.ts |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/XNNPACK/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o -MF CMakeFiles/pthreadpool.dir/src/memory.c.o.d -o CMakeFiles/pthreadpool.dir/src/memory.c.o -c /content/XNNPACK/build/pthreadpool-source/src/memory.c |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.i: cmake_force |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/pthreadpool.dir/src/memory.c.i" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /content/XNNPACK/build/pthreadpool-source/src/memory.c > CMakeFiles/pthreadpool.dir/src/memory.c.i |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.s: cmake_force |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/pthreadpool.dir/src/memory.c.s" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /content/XNNPACK/build/pthreadpool-source/src/memory.c -o CMakeFiles/pthreadpool.dir/src/memory.c.s |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o: pthreadpool/CMakeFiles/pthreadpool.dir/flags.make |
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o: pthreadpool-source/src/pthreads.c |
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o: pthreadpool/CMakeFiles/pthreadpool.dir/compiler_depend.ts |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/XNNPACK/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o -MF CMakeFiles/pthreadpool.dir/src/pthreads.c.o.d -o CMakeFiles/pthreadpool.dir/src/pthreads.c.o -c /content/XNNPACK/build/pthreadpool-source/src/pthreads.c |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.i: cmake_force |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/pthreadpool.dir/src/pthreads.c.i" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /content/XNNPACK/build/pthreadpool-source/src/pthreads.c > CMakeFiles/pthreadpool.dir/src/pthreads.c.i |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.s: cmake_force |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/pthreadpool.dir/src/pthreads.c.s" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /content/XNNPACK/build/pthreadpool-source/src/pthreads.c -o CMakeFiles/pthreadpool.dir/src/pthreads.c.s |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o: pthreadpool/CMakeFiles/pthreadpool.dir/flags.make |
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o: pthreadpool-source/src/fastpath.c |
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o: pthreadpool/CMakeFiles/pthreadpool.dir/compiler_depend.ts |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/XNNPACK/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o -MF CMakeFiles/pthreadpool.dir/src/fastpath.c.o.d -o CMakeFiles/pthreadpool.dir/src/fastpath.c.o -c /content/XNNPACK/build/pthreadpool-source/src/fastpath.c |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.i: cmake_force |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/pthreadpool.dir/src/fastpath.c.i" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /content/XNNPACK/build/pthreadpool-source/src/fastpath.c > CMakeFiles/pthreadpool.dir/src/fastpath.c.i |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.s: cmake_force |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/pthreadpool.dir/src/fastpath.c.s" |
|
cd /content/XNNPACK/build/pthreadpool && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /content/XNNPACK/build/pthreadpool-source/src/fastpath.c -o CMakeFiles/pthreadpool.dir/src/fastpath.c.s |
|
|
|
|
|
pthreadpool_OBJECTS = \ |
|
"CMakeFiles/pthreadpool.dir/src/portable-api.c.o" \ |
|
"CMakeFiles/pthreadpool.dir/src/memory.c.o" \ |
|
"CMakeFiles/pthreadpool.dir/src/pthreads.c.o" \ |
|
"CMakeFiles/pthreadpool.dir/src/fastpath.c.o" |
|
|
|
|
|
pthreadpool_EXTERNAL_OBJECTS = |
|
|
|
pthreadpool/libpthreadpool.a: pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o |
|
pthreadpool/libpthreadpool.a: pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o |
|
pthreadpool/libpthreadpool.a: pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o |
|
pthreadpool/libpthreadpool.a: pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o |
|
pthreadpool/libpthreadpool.a: pthreadpool/CMakeFiles/pthreadpool.dir/build.make |
|
pthreadpool/libpthreadpool.a: pthreadpool/CMakeFiles/pthreadpool.dir/link.txt |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/content/XNNPACK/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C static library libpthreadpool.a" |
|
cd /content/XNNPACK/build/pthreadpool && $(CMAKE_COMMAND) -P CMakeFiles/pthreadpool.dir/cmake_clean_target.cmake |
|
cd /content/XNNPACK/build/pthreadpool && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/pthreadpool.dir/link.txt --verbose=$(VERBOSE) |
|
|
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/build: pthreadpool/libpthreadpool.a |
|
.PHONY : pthreadpool/CMakeFiles/pthreadpool.dir/build |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/clean: |
|
cd /content/XNNPACK/build/pthreadpool && $(CMAKE_COMMAND) -P CMakeFiles/pthreadpool.dir/cmake_clean.cmake |
|
.PHONY : pthreadpool/CMakeFiles/pthreadpool.dir/clean |
|
|
|
pthreadpool/CMakeFiles/pthreadpool.dir/depend: |
|
cd /content/XNNPACK/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/XNNPACK /content/XNNPACK/build/pthreadpool-source /content/XNNPACK/build /content/XNNPACK/build/pthreadpool /content/XNNPACK/build/pthreadpool/CMakeFiles/pthreadpool.dir/DependInfo.cmake --color=$(COLOR) |
|
.PHONY : pthreadpool/CMakeFiles/pthreadpool.dir/depend |
|
|
|
|