Files
FastSync/build_docker2/_deps/xxhash-build/Makefile
T
TapTap 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
fix: const qualifier for scanner root_directory parameter
2026-07-21 17:45:26 +02:00

393 lines
14 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# 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 = /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
#=============================================================================
# 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 /workspace/build_docker2 && /usr/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 /workspace/build_docker2 && /usr/bin/cpack --config ./CPackSourceConfig.cmake /workspace/build_docker2/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..."
/usr/bin/ctest --force-new-ctest-process $(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..."
/usr/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..."
/usr/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 /workspace/build_docker2 && $(CMAKE_COMMAND) -E cmake_progress_start /workspace/build_docker2/CMakeFiles /workspace/build_docker2/_deps/xxhash-build//CMakeFiles/progress.marks
cd /workspace/build_docker2 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/all
$(CMAKE_COMMAND) -E cmake_progress_start /workspace/build_docker2/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /workspace/build_docker2 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(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 /workspace/build_docker2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system