fix: const qualifier in test_transport_ssh.c
CI / lint (pull_request) Failing after 7s
CI / build-and-test (pull_request) Has been skipped
CI / sanitizers (address) (pull_request) Has been skipped
CI / sanitizers (undefined) (pull_request) Has been skipped
CI / fuzz-build (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / valgrind (pull_request) Has been skipped
CI / lint (pull_request) Failing after 7s
CI / build-and-test (pull_request) Has been skipped
CI / sanitizers (address) (pull_request) Has been skipped
CI / sanitizers (undefined) (pull_request) Has been skipped
CI / fuzz-build (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / valgrind (pull_request) Has been skipped
This commit is contained in:
@@ -0,0 +1,392 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# 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/FastSyncBuilder3
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /root/FastSyncProjects/FastSyncBuilder3/build3
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target package
|
||||
package: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && /nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/cpack --config ./CPackConfig.cmake
|
||||
.PHONY : package
|
||||
|
||||
# Special rule for the target package
|
||||
package/fast: package
|
||||
.PHONY : package/fast
|
||||
|
||||
# Special rule for the target package_source
|
||||
package_source:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && /nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/cpack --config ./CPackSourceConfig.cmake /root/FastSyncProjects/FastSyncBuilder3/build3/CPackSourceConfig.cmake
|
||||
.PHONY : package_source
|
||||
|
||||
# Special rule for the target package_source
|
||||
package_source/fast: package_source
|
||||
.PHONY : package_source/fast
|
||||
|
||||
# Special rule for the target test
|
||||
test:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
|
||||
/nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/ctest $(ARGS)
|
||||
.PHONY : test
|
||||
|
||||
# Special rule for the target test
|
||||
test/fast: test
|
||||
.PHONY : test/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
|
||||
/nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
||||
/nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build3/CMakeFiles /root/FastSyncProjects/FastSyncBuilder3/build3/_deps/xxhash-build//CMakeFiles/progress.marks
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build3/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhash.dir/rule:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/CMakeFiles/xxhash.dir/rule
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhash.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
xxhash: _deps/xxhash-build/CMakeFiles/xxhash.dir/rule
|
||||
.PHONY : xxhash
|
||||
|
||||
# fast build rule for target.
|
||||
xxhash/fast:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhash.dir/build.make _deps/xxhash-build/CMakeFiles/xxhash.dir/build
|
||||
.PHONY : xxhash/fast
|
||||
|
||||
# Convenience name for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/rule:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/CMakeFiles/xxhsum.dir/rule
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/rule
|
||||
.PHONY : xxhsum
|
||||
|
||||
# fast build rule for target.
|
||||
xxhsum/fast:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/build
|
||||
.PHONY : xxhsum/fast
|
||||
|
||||
__/cli/xsum_arch.o: __/cli/xsum_arch.c.o
|
||||
.PHONY : __/cli/xsum_arch.o
|
||||
|
||||
# target to build an object file
|
||||
__/cli/xsum_arch.c.o:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.o
|
||||
.PHONY : __/cli/xsum_arch.c.o
|
||||
|
||||
__/cli/xsum_arch.i: __/cli/xsum_arch.c.i
|
||||
.PHONY : __/cli/xsum_arch.i
|
||||
|
||||
# target to preprocess a source file
|
||||
__/cli/xsum_arch.c.i:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.i
|
||||
.PHONY : __/cli/xsum_arch.c.i
|
||||
|
||||
__/cli/xsum_arch.s: __/cli/xsum_arch.c.s
|
||||
.PHONY : __/cli/xsum_arch.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
__/cli/xsum_arch.c.s:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_arch.c.s
|
||||
.PHONY : __/cli/xsum_arch.c.s
|
||||
|
||||
__/cli/xsum_bench.o: __/cli/xsum_bench.c.o
|
||||
.PHONY : __/cli/xsum_bench.o
|
||||
|
||||
# target to build an object file
|
||||
__/cli/xsum_bench.c.o:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.o
|
||||
.PHONY : __/cli/xsum_bench.c.o
|
||||
|
||||
__/cli/xsum_bench.i: __/cli/xsum_bench.c.i
|
||||
.PHONY : __/cli/xsum_bench.i
|
||||
|
||||
# target to preprocess a source file
|
||||
__/cli/xsum_bench.c.i:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.i
|
||||
.PHONY : __/cli/xsum_bench.c.i
|
||||
|
||||
__/cli/xsum_bench.s: __/cli/xsum_bench.c.s
|
||||
.PHONY : __/cli/xsum_bench.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
__/cli/xsum_bench.c.s:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_bench.c.s
|
||||
.PHONY : __/cli/xsum_bench.c.s
|
||||
|
||||
__/cli/xsum_os_specific.o: __/cli/xsum_os_specific.c.o
|
||||
.PHONY : __/cli/xsum_os_specific.o
|
||||
|
||||
# target to build an object file
|
||||
__/cli/xsum_os_specific.c.o:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.o
|
||||
.PHONY : __/cli/xsum_os_specific.c.o
|
||||
|
||||
__/cli/xsum_os_specific.i: __/cli/xsum_os_specific.c.i
|
||||
.PHONY : __/cli/xsum_os_specific.i
|
||||
|
||||
# target to preprocess a source file
|
||||
__/cli/xsum_os_specific.c.i:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.i
|
||||
.PHONY : __/cli/xsum_os_specific.c.i
|
||||
|
||||
__/cli/xsum_os_specific.s: __/cli/xsum_os_specific.c.s
|
||||
.PHONY : __/cli/xsum_os_specific.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
__/cli/xsum_os_specific.c.s:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_os_specific.c.s
|
||||
.PHONY : __/cli/xsum_os_specific.c.s
|
||||
|
||||
__/cli/xsum_output.o: __/cli/xsum_output.c.o
|
||||
.PHONY : __/cli/xsum_output.o
|
||||
|
||||
# target to build an object file
|
||||
__/cli/xsum_output.c.o:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.o
|
||||
.PHONY : __/cli/xsum_output.c.o
|
||||
|
||||
__/cli/xsum_output.i: __/cli/xsum_output.c.i
|
||||
.PHONY : __/cli/xsum_output.i
|
||||
|
||||
# target to preprocess a source file
|
||||
__/cli/xsum_output.c.i:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.i
|
||||
.PHONY : __/cli/xsum_output.c.i
|
||||
|
||||
__/cli/xsum_output.s: __/cli/xsum_output.c.s
|
||||
.PHONY : __/cli/xsum_output.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
__/cli/xsum_output.c.s:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_output.c.s
|
||||
.PHONY : __/cli/xsum_output.c.s
|
||||
|
||||
__/cli/xsum_sanity_check.o: __/cli/xsum_sanity_check.c.o
|
||||
.PHONY : __/cli/xsum_sanity_check.o
|
||||
|
||||
# target to build an object file
|
||||
__/cli/xsum_sanity_check.c.o:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.o
|
||||
.PHONY : __/cli/xsum_sanity_check.c.o
|
||||
|
||||
__/cli/xsum_sanity_check.i: __/cli/xsum_sanity_check.c.i
|
||||
.PHONY : __/cli/xsum_sanity_check.i
|
||||
|
||||
# target to preprocess a source file
|
||||
__/cli/xsum_sanity_check.c.i:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.i
|
||||
.PHONY : __/cli/xsum_sanity_check.c.i
|
||||
|
||||
__/cli/xsum_sanity_check.s: __/cli/xsum_sanity_check.c.s
|
||||
.PHONY : __/cli/xsum_sanity_check.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
__/cli/xsum_sanity_check.c.s:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xsum_sanity_check.c.s
|
||||
.PHONY : __/cli/xsum_sanity_check.c.s
|
||||
|
||||
__/cli/xxhsum.o: __/cli/xxhsum.c.o
|
||||
.PHONY : __/cli/xxhsum.o
|
||||
|
||||
# target to build an object file
|
||||
__/cli/xxhsum.c.o:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.o
|
||||
.PHONY : __/cli/xxhsum.c.o
|
||||
|
||||
__/cli/xxhsum.i: __/cli/xxhsum.c.i
|
||||
.PHONY : __/cli/xxhsum.i
|
||||
|
||||
# target to preprocess a source file
|
||||
__/cli/xxhsum.c.i:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.i
|
||||
.PHONY : __/cli/xxhsum.c.i
|
||||
|
||||
__/cli/xxhsum.s: __/cli/xxhsum.c.s
|
||||
.PHONY : __/cli/xxhsum.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
__/cli/xxhsum.c.s:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/__/cli/xxhsum.c.s
|
||||
.PHONY : __/cli/xxhsum.c.s
|
||||
|
||||
__/xxhash.o: __/xxhash.c.o
|
||||
.PHONY : __/xxhash.o
|
||||
|
||||
# target to build an object file
|
||||
__/xxhash.c.o:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhash.dir/build.make _deps/xxhash-build/CMakeFiles/xxhash.dir/__/xxhash.c.o
|
||||
.PHONY : __/xxhash.c.o
|
||||
|
||||
__/xxhash.i: __/xxhash.c.i
|
||||
.PHONY : __/xxhash.i
|
||||
|
||||
# target to preprocess a source file
|
||||
__/xxhash.c.i:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhash.dir/build.make _deps/xxhash-build/CMakeFiles/xxhash.dir/__/xxhash.c.i
|
||||
.PHONY : __/xxhash.c.i
|
||||
|
||||
__/xxhash.s: __/xxhash.c.s
|
||||
.PHONY : __/xxhash.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
__/xxhash.c.s:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhash.dir/build.make _deps/xxhash-build/CMakeFiles/xxhash.dir/__/xxhash.c.s
|
||||
.PHONY : __/xxhash.c.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... package"
|
||||
@echo "... package_source"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... test"
|
||||
@echo "... xxhash"
|
||||
@echo "... xxhsum"
|
||||
@echo "... __/cli/xsum_arch.o"
|
||||
@echo "... __/cli/xsum_arch.i"
|
||||
@echo "... __/cli/xsum_arch.s"
|
||||
@echo "... __/cli/xsum_bench.o"
|
||||
@echo "... __/cli/xsum_bench.i"
|
||||
@echo "... __/cli/xsum_bench.s"
|
||||
@echo "... __/cli/xsum_os_specific.o"
|
||||
@echo "... __/cli/xsum_os_specific.i"
|
||||
@echo "... __/cli/xsum_os_specific.s"
|
||||
@echo "... __/cli/xsum_output.o"
|
||||
@echo "... __/cli/xsum_output.i"
|
||||
@echo "... __/cli/xsum_output.s"
|
||||
@echo "... __/cli/xsum_sanity_check.o"
|
||||
@echo "... __/cli/xsum_sanity_check.i"
|
||||
@echo "... __/cli/xsum_sanity_check.s"
|
||||
@echo "... __/cli/xxhsum.o"
|
||||
@echo "... __/cli/xxhsum.i"
|
||||
@echo "... __/cli/xxhsum.s"
|
||||
@echo "... __/xxhash.o"
|
||||
@echo "... __/xxhash.i"
|
||||
@echo "... __/xxhash.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
cd /root/FastSyncProjects/FastSyncBuilder3/build3 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
Reference in New Issue
Block a user