fix: set DELTA_INSTR_LITERAL type in deserialize and fix error path leaks
CI / lint (push) Successful in 7s
CI / lint (pull_request) Successful in 8s
CI / build-and-test (push) Successful in 53s
CI / sanitizers (address) (push) Successful in 14s
CI / build-and-test (pull_request) Successful in 52s
CI / sanitizers (address) (pull_request) Successful in 14s
CI / lint (push) Successful in 7s
CI / lint (pull_request) Successful in 8s
CI / build-and-test (push) Successful in 53s
CI / sanitizers (address) (push) Successful in 14s
CI / build-and-test (pull_request) Successful in 52s
CI / sanitizers (address) (pull_request) Successful in 14s
This commit is contained in:
@@ -0,0 +1,195 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /root/FastSyncProjects/FastSyncHuman
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /root/FastSyncProjects/FastSyncHuman/build-asan
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include _deps/xxhash-build/CMakeFiles/xxhsum.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include _deps/xxhash-build/CMakeFiles/xxhsum.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include _deps/xxhash-build/CMakeFiles/xxhsum.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include _deps/xxhash-build/CMakeFiles/xxhsum.dir/flags.make
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/codegen:
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/codegen
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/flags.make
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o: _deps/xxhash-src/cli/xxhsum.c
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/root/FastSyncProjects/FastSyncHuman/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o -MF CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o.d -o CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o -c /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xxhsum.c
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.i"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xxhsum.c > CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.i
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.s"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xxhsum.c -o CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.s
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/flags.make
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o: _deps/xxhash-src/cli/xsum_arch.c
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/root/FastSyncProjects/FastSyncHuman/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o -MF CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o.d -o CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o -c /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_arch.c
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.i"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_arch.c > CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.i
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.s"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_arch.c -o CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.s
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/flags.make
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o: _deps/xxhash-src/cli/xsum_os_specific.c
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/root/FastSyncProjects/FastSyncHuman/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o -MF CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o.d -o CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o -c /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_os_specific.c
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.i"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_os_specific.c > CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.i
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.s"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_os_specific.c -o CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.s
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/flags.make
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o: _deps/xxhash-src/cli/xsum_output.c
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/root/FastSyncProjects/FastSyncHuman/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o -MF CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o.d -o CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o -c /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_output.c
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.i"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_output.c > CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.i
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.s"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_output.c -o CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.s
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/flags.make
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o: _deps/xxhash-src/cli/xsum_sanity_check.c
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/root/FastSyncProjects/FastSyncHuman/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o -MF CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o.d -o CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o -c /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_sanity_check.c
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.i"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_sanity_check.c > CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.i
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.s"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_sanity_check.c -o CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.s
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/flags.make
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o: _deps/xxhash-src/cli/xsum_bench.c
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o: _deps/xxhash-build/CMakeFiles/xxhsum.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/root/FastSyncProjects/FastSyncHuman/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o -MF CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o.d -o CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o -c /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_bench.c
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.i"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_bench.c > CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.i
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.s"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cli/xsum_bench.c -o CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.s
|
||||
|
||||
# Object files for target xxhsum
|
||||
xxhsum_OBJECTS = \
|
||||
"CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o" \
|
||||
"CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o" \
|
||||
"CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o" \
|
||||
"CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o" \
|
||||
"CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o" \
|
||||
"CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o"
|
||||
|
||||
# External object files for target xxhsum
|
||||
xxhsum_EXTERNAL_OBJECTS =
|
||||
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/compiler_depend.ts
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/libxxhash.a
|
||||
_deps/xxhash-build/xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/root/FastSyncProjects/FastSyncHuman/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking C executable xxhsum"
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/xxhsum.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/build: _deps/xxhash-build/xxhsum
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/build
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/clean:
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build && $(CMAKE_COMMAND) -P CMakeFiles/xxhsum.dir/cmake_clean.cmake
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/clean
|
||||
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/depend:
|
||||
cd /root/FastSyncProjects/FastSyncHuman/build-asan && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/FastSyncProjects/FastSyncHuman /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-src/cmake_unofficial /root/FastSyncProjects/FastSyncHuman/build-asan /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build /root/FastSyncProjects/FastSyncHuman/build-asan/_deps/xxhash-build/CMakeFiles/xxhsum.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/depend
|
||||
|
||||
Reference in New Issue
Block a user