bcea8412da
CI / lint (pull_request) Successful in 12s
CI / sanitizers (address) (pull_request) Failing after 14s
CI / sanitizers (undefined) (pull_request) Successful in 16s
CI / fuzz-build (pull_request) Successful in 15s
CI / coverage (pull_request) Successful in 9s
CI / valgrind (pull_request) Failing after 11s
CI / build-and-test (pull_request) Successful in 55s
643 lines
51 KiB
Makefile
643 lines
51 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
|
|
# 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 = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /workspace
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /workspace/build_docker2
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/tests.dir/depend.make
|
|
# Include any dependencies generated by the compiler for this target.
|
|
include CMakeFiles/tests.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/tests.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/tests.dir/flags.make
|
|
|
|
CMakeFiles/tests.dir/tests/runner.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/runner.c.o: /workspace/tests/runner.c
|
|
CMakeFiles/tests.dir/tests/runner.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/tests.dir/tests/runner.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/runner.c.o -MF CMakeFiles/tests.dir/tests/runner.c.o.d -o CMakeFiles/tests.dir/tests/runner.c.o -c /workspace/tests/runner.c
|
|
|
|
CMakeFiles/tests.dir/tests/runner.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/runner.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/runner.c > CMakeFiles/tests.dir/tests/runner.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/runner.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/runner.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/runner.c -o CMakeFiles/tests.dir/tests/runner.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_array_list.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_array_list.c.o: /workspace/tests/test_array_list.c
|
|
CMakeFiles/tests.dir/tests/test_array_list.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/tests.dir/tests/test_array_list.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_array_list.c.o -MF CMakeFiles/tests.dir/tests/test_array_list.c.o.d -o CMakeFiles/tests.dir/tests/test_array_list.c.o -c /workspace/tests/test_array_list.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_array_list.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_array_list.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_array_list.c > CMakeFiles/tests.dir/tests/test_array_list.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_array_list.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_array_list.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_array_list.c -o CMakeFiles/tests.dir/tests/test_array_list.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_chunk.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_chunk.c.o: /workspace/tests/test_chunk.c
|
|
CMakeFiles/tests.dir/tests/test_chunk.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/tests.dir/tests/test_chunk.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_chunk.c.o -MF CMakeFiles/tests.dir/tests/test_chunk.c.o.d -o CMakeFiles/tests.dir/tests/test_chunk.c.o -c /workspace/tests/test_chunk.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_chunk.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_chunk.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_chunk.c > CMakeFiles/tests.dir/tests/test_chunk.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_chunk.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_chunk.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_chunk.c -o CMakeFiles/tests.dir/tests/test_chunk.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_compression.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_compression.c.o: /workspace/tests/test_compression.c
|
|
CMakeFiles/tests.dir/tests/test_compression.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/tests.dir/tests/test_compression.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_compression.c.o -MF CMakeFiles/tests.dir/tests/test_compression.c.o.d -o CMakeFiles/tests.dir/tests/test_compression.c.o -c /workspace/tests/test_compression.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_compression.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_compression.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_compression.c > CMakeFiles/tests.dir/tests/test_compression.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_compression.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_compression.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_compression.c -o CMakeFiles/tests.dir/tests/test_compression.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_config.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_config.c.o: /workspace/tests/test_config.c
|
|
CMakeFiles/tests.dir/tests/test_config.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/tests.dir/tests/test_config.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_config.c.o -MF CMakeFiles/tests.dir/tests/test_config.c.o.d -o CMakeFiles/tests.dir/tests/test_config.c.o -c /workspace/tests/test_config.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_config.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_config.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_config.c > CMakeFiles/tests.dir/tests/test_config.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_config.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_config.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_config.c -o CMakeFiles/tests.dir/tests/test_config.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_data.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_data.c.o: /workspace/tests/test_data.c
|
|
CMakeFiles/tests.dir/tests/test_data.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/tests.dir/tests/test_data.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_data.c.o -MF CMakeFiles/tests.dir/tests/test_data.c.o.d -o CMakeFiles/tests.dir/tests/test_data.c.o -c /workspace/tests/test_data.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_data.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_data.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_data.c > CMakeFiles/tests.dir/tests/test_data.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_data.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_data.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_data.c -o CMakeFiles/tests.dir/tests/test_data.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_delta.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_delta.c.o: /workspace/tests/test_delta.c
|
|
CMakeFiles/tests.dir/tests/test_delta.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/tests.dir/tests/test_delta.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_delta.c.o -MF CMakeFiles/tests.dir/tests/test_delta.c.o.d -o CMakeFiles/tests.dir/tests/test_delta.c.o -c /workspace/tests/test_delta.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_delta.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_delta.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_delta.c > CMakeFiles/tests.dir/tests/test_delta.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_delta.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_delta.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_delta.c -o CMakeFiles/tests.dir/tests/test_delta.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_file.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_file.c.o: /workspace/tests/test_file.c
|
|
CMakeFiles/tests.dir/tests/test_file.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/tests.dir/tests/test_file.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_file.c.o -MF CMakeFiles/tests.dir/tests/test_file.c.o.d -o CMakeFiles/tests.dir/tests/test_file.c.o -c /workspace/tests/test_file.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_file.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_file.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_file.c > CMakeFiles/tests.dir/tests/test_file.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_file.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_file.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_file.c -o CMakeFiles/tests.dir/tests/test_file.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_glob.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_glob.c.o: /workspace/tests/test_glob.c
|
|
CMakeFiles/tests.dir/tests/test_glob.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/tests.dir/tests/test_glob.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_glob.c.o -MF CMakeFiles/tests.dir/tests/test_glob.c.o.d -o CMakeFiles/tests.dir/tests/test_glob.c.o -c /workspace/tests/test_glob.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_glob.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_glob.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_glob.c > CMakeFiles/tests.dir/tests/test_glob.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_glob.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_glob.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_glob.c -o CMakeFiles/tests.dir/tests/test_glob.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_metadata.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_metadata.c.o: /workspace/tests/test_metadata.c
|
|
CMakeFiles/tests.dir/tests/test_metadata.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/tests.dir/tests/test_metadata.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_metadata.c.o -MF CMakeFiles/tests.dir/tests/test_metadata.c.o.d -o CMakeFiles/tests.dir/tests/test_metadata.c.o -c /workspace/tests/test_metadata.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_metadata.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_metadata.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_metadata.c > CMakeFiles/tests.dir/tests/test_metadata.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_metadata.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_metadata.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_metadata.c -o CMakeFiles/tests.dir/tests/test_metadata.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_property.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_property.c.o: /workspace/tests/test_property.c
|
|
CMakeFiles/tests.dir/tests/test_property.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/tests.dir/tests/test_property.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_property.c.o -MF CMakeFiles/tests.dir/tests/test_property.c.o.d -o CMakeFiles/tests.dir/tests/test_property.c.o -c /workspace/tests/test_property.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_property.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_property.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_property.c > CMakeFiles/tests.dir/tests/test_property.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_property.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_property.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_property.c -o CMakeFiles/tests.dir/tests/test_property.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_protocol.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_protocol.c.o: /workspace/tests/test_protocol.c
|
|
CMakeFiles/tests.dir/tests/test_protocol.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/tests.dir/tests/test_protocol.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_protocol.c.o -MF CMakeFiles/tests.dir/tests/test_protocol.c.o.d -o CMakeFiles/tests.dir/tests/test_protocol.c.o -c /workspace/tests/test_protocol.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_protocol.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_protocol.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_protocol.c > CMakeFiles/tests.dir/tests/test_protocol.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_protocol.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_protocol.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_protocol.c -o CMakeFiles/tests.dir/tests/test_protocol.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_queue.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_queue.c.o: /workspace/tests/test_queue.c
|
|
CMakeFiles/tests.dir/tests/test_queue.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/tests.dir/tests/test_queue.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_queue.c.o -MF CMakeFiles/tests.dir/tests/test_queue.c.o.d -o CMakeFiles/tests.dir/tests/test_queue.c.o -c /workspace/tests/test_queue.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_queue.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_queue.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_queue.c > CMakeFiles/tests.dir/tests/test_queue.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_queue.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_queue.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_queue.c -o CMakeFiles/tests.dir/tests/test_queue.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_robustness.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_robustness.c.o: /workspace/tests/test_robustness.c
|
|
CMakeFiles/tests.dir/tests/test_robustness.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/tests.dir/tests/test_robustness.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_robustness.c.o -MF CMakeFiles/tests.dir/tests/test_robustness.c.o.d -o CMakeFiles/tests.dir/tests/test_robustness.c.o -c /workspace/tests/test_robustness.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_robustness.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_robustness.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_robustness.c > CMakeFiles/tests.dir/tests/test_robustness.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_robustness.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_robustness.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_robustness.c -o CMakeFiles/tests.dir/tests/test_robustness.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_scanner.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_scanner.c.o: /workspace/tests/test_scanner.c
|
|
CMakeFiles/tests.dir/tests/test_scanner.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/tests.dir/tests/test_scanner.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_scanner.c.o -MF CMakeFiles/tests.dir/tests/test_scanner.c.o.d -o CMakeFiles/tests.dir/tests/test_scanner.c.o -c /workspace/tests/test_scanner.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_scanner.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_scanner.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_scanner.c > CMakeFiles/tests.dir/tests/test_scanner.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_scanner.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_scanner.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_scanner.c -o CMakeFiles/tests.dir/tests/test_scanner.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_shared_utils.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_shared_utils.c.o: /workspace/tests/test_shared_utils.c
|
|
CMakeFiles/tests.dir/tests/test_shared_utils.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/tests.dir/tests/test_shared_utils.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_shared_utils.c.o -MF CMakeFiles/tests.dir/tests/test_shared_utils.c.o.d -o CMakeFiles/tests.dir/tests/test_shared_utils.c.o -c /workspace/tests/test_shared_utils.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_shared_utils.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_shared_utils.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_shared_utils.c > CMakeFiles/tests.dir/tests/test_shared_utils.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_shared_utils.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_shared_utils.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_shared_utils.c -o CMakeFiles/tests.dir/tests/test_shared_utils.c.s
|
|
|
|
CMakeFiles/tests.dir/tests/test_stress.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/tests/test_stress.c.o: /workspace/tests/test_stress.c
|
|
CMakeFiles/tests.dir/tests/test_stress.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/tests.dir/tests/test_stress.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/tests/test_stress.c.o -MF CMakeFiles/tests.dir/tests/test_stress.c.o.d -o CMakeFiles/tests.dir/tests/test_stress.c.o -c /workspace/tests/test_stress.c
|
|
|
|
CMakeFiles/tests.dir/tests/test_stress.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/tests/test_stress.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/tests/test_stress.c > CMakeFiles/tests.dir/tests/test_stress.c.i
|
|
|
|
CMakeFiles/tests.dir/tests/test_stress.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/tests/test_stress.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/tests/test_stress.c -o CMakeFiles/tests.dir/tests/test_stress.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/array_list.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/array_list.c.o: /workspace/src/shared/array_list.c
|
|
CMakeFiles/tests.dir/src/shared/array_list.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/tests.dir/src/shared/array_list.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/array_list.c.o -MF CMakeFiles/tests.dir/src/shared/array_list.c.o.d -o CMakeFiles/tests.dir/src/shared/array_list.c.o -c /workspace/src/shared/array_list.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/array_list.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/array_list.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/array_list.c > CMakeFiles/tests.dir/src/shared/array_list.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/array_list.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/array_list.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/array_list.c -o CMakeFiles/tests.dir/src/shared/array_list.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/chunk.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/chunk.c.o: /workspace/src/shared/chunk.c
|
|
CMakeFiles/tests.dir/src/shared/chunk.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/tests.dir/src/shared/chunk.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/chunk.c.o -MF CMakeFiles/tests.dir/src/shared/chunk.c.o.d -o CMakeFiles/tests.dir/src/shared/chunk.c.o -c /workspace/src/shared/chunk.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/chunk.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/chunk.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/chunk.c > CMakeFiles/tests.dir/src/shared/chunk.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/chunk.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/chunk.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/chunk.c -o CMakeFiles/tests.dir/src/shared/chunk.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/compression.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/compression.c.o: /workspace/src/shared/compression.c
|
|
CMakeFiles/tests.dir/src/shared/compression.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/tests.dir/src/shared/compression.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/compression.c.o -MF CMakeFiles/tests.dir/src/shared/compression.c.o.d -o CMakeFiles/tests.dir/src/shared/compression.c.o -c /workspace/src/shared/compression.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/compression.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/compression.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/compression.c > CMakeFiles/tests.dir/src/shared/compression.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/compression.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/compression.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/compression.c -o CMakeFiles/tests.dir/src/shared/compression.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/config.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/config.c.o: /workspace/src/shared/config.c
|
|
CMakeFiles/tests.dir/src/shared/config.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/tests.dir/src/shared/config.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/config.c.o -MF CMakeFiles/tests.dir/src/shared/config.c.o.d -o CMakeFiles/tests.dir/src/shared/config.c.o -c /workspace/src/shared/config.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/config.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/config.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/config.c > CMakeFiles/tests.dir/src/shared/config.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/config.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/config.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/config.c -o CMakeFiles/tests.dir/src/shared/config.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/data.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/data.c.o: /workspace/src/shared/data.c
|
|
CMakeFiles/tests.dir/src/shared/data.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/tests.dir/src/shared/data.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/data.c.o -MF CMakeFiles/tests.dir/src/shared/data.c.o.d -o CMakeFiles/tests.dir/src/shared/data.c.o -c /workspace/src/shared/data.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/data.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/data.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/data.c > CMakeFiles/tests.dir/src/shared/data.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/data.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/data.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/data.c -o CMakeFiles/tests.dir/src/shared/data.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/delta.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/delta.c.o: /workspace/src/shared/delta.c
|
|
CMakeFiles/tests.dir/src/shared/delta.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/tests.dir/src/shared/delta.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/delta.c.o -MF CMakeFiles/tests.dir/src/shared/delta.c.o.d -o CMakeFiles/tests.dir/src/shared/delta.c.o -c /workspace/src/shared/delta.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/delta.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/delta.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/delta.c > CMakeFiles/tests.dir/src/shared/delta.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/delta.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/delta.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/delta.c -o CMakeFiles/tests.dir/src/shared/delta.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/file.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/file.c.o: /workspace/src/shared/file.c
|
|
CMakeFiles/tests.dir/src/shared/file.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/tests.dir/src/shared/file.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/file.c.o -MF CMakeFiles/tests.dir/src/shared/file.c.o.d -o CMakeFiles/tests.dir/src/shared/file.c.o -c /workspace/src/shared/file.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/file.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/file.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/file.c > CMakeFiles/tests.dir/src/shared/file.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/file.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/file.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/file.c -o CMakeFiles/tests.dir/src/shared/file.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/log.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/log.c.o: /workspace/src/shared/log.c
|
|
CMakeFiles/tests.dir/src/shared/log.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/tests.dir/src/shared/log.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/log.c.o -MF CMakeFiles/tests.dir/src/shared/log.c.o.d -o CMakeFiles/tests.dir/src/shared/log.c.o -c /workspace/src/shared/log.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/log.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/log.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/log.c > CMakeFiles/tests.dir/src/shared/log.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/log.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/log.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/log.c -o CMakeFiles/tests.dir/src/shared/log.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/metadata.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/metadata.c.o: /workspace/src/shared/metadata.c
|
|
CMakeFiles/tests.dir/src/shared/metadata.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/tests.dir/src/shared/metadata.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/metadata.c.o -MF CMakeFiles/tests.dir/src/shared/metadata.c.o.d -o CMakeFiles/tests.dir/src/shared/metadata.c.o -c /workspace/src/shared/metadata.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/metadata.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/metadata.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/metadata.c > CMakeFiles/tests.dir/src/shared/metadata.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/metadata.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/metadata.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/metadata.c -o CMakeFiles/tests.dir/src/shared/metadata.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/multiprocessing.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/multiprocessing.c.o: /workspace/src/shared/multiprocessing.c
|
|
CMakeFiles/tests.dir/src/shared/multiprocessing.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/tests.dir/src/shared/multiprocessing.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/multiprocessing.c.o -MF CMakeFiles/tests.dir/src/shared/multiprocessing.c.o.d -o CMakeFiles/tests.dir/src/shared/multiprocessing.c.o -c /workspace/src/shared/multiprocessing.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/multiprocessing.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/multiprocessing.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/multiprocessing.c > CMakeFiles/tests.dir/src/shared/multiprocessing.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/multiprocessing.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/multiprocessing.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/multiprocessing.c -o CMakeFiles/tests.dir/src/shared/multiprocessing.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/protocol.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/protocol.c.o: /workspace/src/shared/protocol.c
|
|
CMakeFiles/tests.dir/src/shared/protocol.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/tests.dir/src/shared/protocol.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/protocol.c.o -MF CMakeFiles/tests.dir/src/shared/protocol.c.o.d -o CMakeFiles/tests.dir/src/shared/protocol.c.o -c /workspace/src/shared/protocol.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/protocol.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/protocol.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/protocol.c > CMakeFiles/tests.dir/src/shared/protocol.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/protocol.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/protocol.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/protocol.c -o CMakeFiles/tests.dir/src/shared/protocol.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/queue.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/queue.c.o: /workspace/src/shared/queue.c
|
|
CMakeFiles/tests.dir/src/shared/queue.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/tests.dir/src/shared/queue.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/queue.c.o -MF CMakeFiles/tests.dir/src/shared/queue.c.o.d -o CMakeFiles/tests.dir/src/shared/queue.c.o -c /workspace/src/shared/queue.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/queue.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/queue.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/queue.c > CMakeFiles/tests.dir/src/shared/queue.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/queue.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/queue.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/queue.c -o CMakeFiles/tests.dir/src/shared/queue.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_ssh.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/transport_ssh.c.o: /workspace/src/shared/transport_ssh.c
|
|
CMakeFiles/tests.dir/src/shared/transport_ssh.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object CMakeFiles/tests.dir/src/shared/transport_ssh.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/transport_ssh.c.o -MF CMakeFiles/tests.dir/src/shared/transport_ssh.c.o.d -o CMakeFiles/tests.dir/src/shared/transport_ssh.c.o -c /workspace/src/shared/transport_ssh.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_ssh.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/transport_ssh.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/transport_ssh.c > CMakeFiles/tests.dir/src/shared/transport_ssh.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_ssh.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/transport_ssh.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/transport_ssh.c -o CMakeFiles/tests.dir/src/shared/transport_ssh.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_tcp.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/transport_tcp.c.o: /workspace/src/shared/transport_tcp.c
|
|
CMakeFiles/tests.dir/src/shared/transport_tcp.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object CMakeFiles/tests.dir/src/shared/transport_tcp.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/transport_tcp.c.o -MF CMakeFiles/tests.dir/src/shared/transport_tcp.c.o.d -o CMakeFiles/tests.dir/src/shared/transport_tcp.c.o -c /workspace/src/shared/transport_tcp.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_tcp.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/transport_tcp.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/transport_tcp.c > CMakeFiles/tests.dir/src/shared/transport_tcp.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_tcp.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/transport_tcp.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/transport_tcp.c -o CMakeFiles/tests.dir/src/shared/transport_tcp.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_tls.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/transport_tls.c.o: /workspace/src/shared/transport_tls.c
|
|
CMakeFiles/tests.dir/src/shared/transport_tls.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object CMakeFiles/tests.dir/src/shared/transport_tls.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/transport_tls.c.o -MF CMakeFiles/tests.dir/src/shared/transport_tls.c.o.d -o CMakeFiles/tests.dir/src/shared/transport_tls.c.o -c /workspace/src/shared/transport_tls.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_tls.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/transport_tls.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/transport_tls.c > CMakeFiles/tests.dir/src/shared/transport_tls.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/transport_tls.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/transport_tls.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/transport_tls.c -o CMakeFiles/tests.dir/src/shared/transport_tls.c.s
|
|
|
|
CMakeFiles/tests.dir/src/shared/utils.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/shared/utils.c.o: /workspace/src/shared/utils.c
|
|
CMakeFiles/tests.dir/src/shared/utils.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object CMakeFiles/tests.dir/src/shared/utils.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/shared/utils.c.o -MF CMakeFiles/tests.dir/src/shared/utils.c.o.d -o CMakeFiles/tests.dir/src/shared/utils.c.o -c /workspace/src/shared/utils.c
|
|
|
|
CMakeFiles/tests.dir/src/shared/utils.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/shared/utils.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/shared/utils.c > CMakeFiles/tests.dir/src/shared/utils.c.i
|
|
|
|
CMakeFiles/tests.dir/src/shared/utils.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/shared/utils.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/shared/utils.c -o CMakeFiles/tests.dir/src/shared/utils.c.s
|
|
|
|
CMakeFiles/tests.dir/src/client/scanner.c.o: CMakeFiles/tests.dir/flags.make
|
|
CMakeFiles/tests.dir/src/client/scanner.c.o: /workspace/src/client/scanner.c
|
|
CMakeFiles/tests.dir/src/client/scanner.c.o: CMakeFiles/tests.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object CMakeFiles/tests.dir/src/client/scanner.c.o"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/tests.dir/src/client/scanner.c.o -MF CMakeFiles/tests.dir/src/client/scanner.c.o.d -o CMakeFiles/tests.dir/src/client/scanner.c.o -c /workspace/src/client/scanner.c
|
|
|
|
CMakeFiles/tests.dir/src/client/scanner.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tests.dir/src/client/scanner.c.i"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /workspace/src/client/scanner.c > CMakeFiles/tests.dir/src/client/scanner.c.i
|
|
|
|
CMakeFiles/tests.dir/src/client/scanner.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tests.dir/src/client/scanner.c.s"
|
|
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /workspace/src/client/scanner.c -o CMakeFiles/tests.dir/src/client/scanner.c.s
|
|
|
|
# Object files for target tests
|
|
tests_OBJECTS = \
|
|
"CMakeFiles/tests.dir/tests/runner.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_array_list.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_chunk.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_compression.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_config.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_data.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_delta.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_file.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_glob.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_metadata.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_property.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_protocol.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_queue.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_robustness.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_scanner.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_shared_utils.c.o" \
|
|
"CMakeFiles/tests.dir/tests/test_stress.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/array_list.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/chunk.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/compression.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/config.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/data.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/delta.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/file.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/log.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/metadata.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/multiprocessing.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/protocol.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/queue.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/transport_ssh.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/transport_tcp.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/transport_tls.c.o" \
|
|
"CMakeFiles/tests.dir/src/shared/utils.c.o" \
|
|
"CMakeFiles/tests.dir/src/client/scanner.c.o"
|
|
|
|
# External object files for target tests
|
|
tests_EXTERNAL_OBJECTS =
|
|
|
|
tests: CMakeFiles/tests.dir/tests/runner.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_array_list.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_chunk.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_compression.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_config.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_data.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_delta.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_file.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_glob.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_metadata.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_property.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_protocol.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_queue.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_robustness.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_scanner.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_shared_utils.c.o
|
|
tests: CMakeFiles/tests.dir/tests/test_stress.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/array_list.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/chunk.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/compression.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/config.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/data.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/delta.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/file.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/log.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/metadata.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/multiprocessing.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/protocol.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/queue.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/transport_ssh.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/transport_tcp.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/transport_tls.c.o
|
|
tests: CMakeFiles/tests.dir/src/shared/utils.c.o
|
|
tests: CMakeFiles/tests.dir/src/client/scanner.c.o
|
|
tests: CMakeFiles/tests.dir/build.make
|
|
tests: /usr/lib/x86_64-linux-gnu/libzstd.so
|
|
tests: /usr/lib/x86_64-linux-gnu/libssl.so
|
|
tests: /usr/lib/x86_64-linux-gnu/libcrypto.so
|
|
tests: _deps/xxhash-build/libxxhash.a
|
|
tests: CMakeFiles/tests.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/workspace/build_docker2/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Linking C executable tests"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tests.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/tests.dir/build: tests
|
|
.PHONY : CMakeFiles/tests.dir/build
|
|
|
|
CMakeFiles/tests.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/tests.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/tests.dir/clean
|
|
|
|
CMakeFiles/tests.dir/depend:
|
|
cd /workspace/build_docker2 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /workspace /workspace /workspace/build_docker2 /workspace/build_docker2 /workspace/build_docker2/CMakeFiles/tests.dir/DependInfo.cmake "--color=$(COLOR)"
|
|
.PHONY : CMakeFiles/tests.dir/depend
|
|
|