367 lines
16 KiB
Makefile

# 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 = /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 = /home/ganome/Projects/SCAR-719/repos/scar-chat7
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/ganome/Projects/SCAR-719/repos/scar-chat7/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.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
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/CMakeFiles /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/third_party//CMakeFiles/progress.marks
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ganome/Projects/SCAR-719/repos/scar-chat7/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
third_party/CMakeFiles/argon2_lib.dir/rule:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 third_party/CMakeFiles/argon2_lib.dir/rule
.PHONY : third_party/CMakeFiles/argon2_lib.dir/rule
# Convenience name for target.
argon2_lib: third_party/CMakeFiles/argon2_lib.dir/rule
.PHONY : argon2_lib
# fast build rule for target.
argon2_lib/fast:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/build
.PHONY : argon2_lib/fast
__/_deps/argon2-src/src/argon2.o: __/_deps/argon2-src/src/argon2.c.o
.PHONY : __/_deps/argon2-src/src/argon2.o
# target to build an object file
__/_deps/argon2-src/src/argon2.c.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.o
.PHONY : __/_deps/argon2-src/src/argon2.c.o
__/_deps/argon2-src/src/argon2.i: __/_deps/argon2-src/src/argon2.c.i
.PHONY : __/_deps/argon2-src/src/argon2.i
# target to preprocess a source file
__/_deps/argon2-src/src/argon2.c.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.i
.PHONY : __/_deps/argon2-src/src/argon2.c.i
__/_deps/argon2-src/src/argon2.s: __/_deps/argon2-src/src/argon2.c.s
.PHONY : __/_deps/argon2-src/src/argon2.s
# target to generate assembly for a file
__/_deps/argon2-src/src/argon2.c.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/argon2.c.s
.PHONY : __/_deps/argon2-src/src/argon2.c.s
__/_deps/argon2-src/src/blake2/blake2b.o: __/_deps/argon2-src/src/blake2/blake2b.c.o
.PHONY : __/_deps/argon2-src/src/blake2/blake2b.o
# target to build an object file
__/_deps/argon2-src/src/blake2/blake2b.c.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.o
.PHONY : __/_deps/argon2-src/src/blake2/blake2b.c.o
__/_deps/argon2-src/src/blake2/blake2b.i: __/_deps/argon2-src/src/blake2/blake2b.c.i
.PHONY : __/_deps/argon2-src/src/blake2/blake2b.i
# target to preprocess a source file
__/_deps/argon2-src/src/blake2/blake2b.c.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.i
.PHONY : __/_deps/argon2-src/src/blake2/blake2b.c.i
__/_deps/argon2-src/src/blake2/blake2b.s: __/_deps/argon2-src/src/blake2/blake2b.c.s
.PHONY : __/_deps/argon2-src/src/blake2/blake2b.s
# target to generate assembly for a file
__/_deps/argon2-src/src/blake2/blake2b.c.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/blake2/blake2b.c.s
.PHONY : __/_deps/argon2-src/src/blake2/blake2b.c.s
__/_deps/argon2-src/src/core.o: __/_deps/argon2-src/src/core.c.o
.PHONY : __/_deps/argon2-src/src/core.o
# target to build an object file
__/_deps/argon2-src/src/core.c.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.o
.PHONY : __/_deps/argon2-src/src/core.c.o
__/_deps/argon2-src/src/core.i: __/_deps/argon2-src/src/core.c.i
.PHONY : __/_deps/argon2-src/src/core.i
# target to preprocess a source file
__/_deps/argon2-src/src/core.c.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.i
.PHONY : __/_deps/argon2-src/src/core.c.i
__/_deps/argon2-src/src/core.s: __/_deps/argon2-src/src/core.c.s
.PHONY : __/_deps/argon2-src/src/core.s
# target to generate assembly for a file
__/_deps/argon2-src/src/core.c.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/core.c.s
.PHONY : __/_deps/argon2-src/src/core.c.s
__/_deps/argon2-src/src/encoding.o: __/_deps/argon2-src/src/encoding.c.o
.PHONY : __/_deps/argon2-src/src/encoding.o
# target to build an object file
__/_deps/argon2-src/src/encoding.c.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.o
.PHONY : __/_deps/argon2-src/src/encoding.c.o
__/_deps/argon2-src/src/encoding.i: __/_deps/argon2-src/src/encoding.c.i
.PHONY : __/_deps/argon2-src/src/encoding.i
# target to preprocess a source file
__/_deps/argon2-src/src/encoding.c.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.i
.PHONY : __/_deps/argon2-src/src/encoding.c.i
__/_deps/argon2-src/src/encoding.s: __/_deps/argon2-src/src/encoding.c.s
.PHONY : __/_deps/argon2-src/src/encoding.s
# target to generate assembly for a file
__/_deps/argon2-src/src/encoding.c.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/encoding.c.s
.PHONY : __/_deps/argon2-src/src/encoding.c.s
__/_deps/argon2-src/src/opt.o: __/_deps/argon2-src/src/opt.c.o
.PHONY : __/_deps/argon2-src/src/opt.o
# target to build an object file
__/_deps/argon2-src/src/opt.c.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.o
.PHONY : __/_deps/argon2-src/src/opt.c.o
__/_deps/argon2-src/src/opt.i: __/_deps/argon2-src/src/opt.c.i
.PHONY : __/_deps/argon2-src/src/opt.i
# target to preprocess a source file
__/_deps/argon2-src/src/opt.c.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.i
.PHONY : __/_deps/argon2-src/src/opt.c.i
__/_deps/argon2-src/src/opt.s: __/_deps/argon2-src/src/opt.c.s
.PHONY : __/_deps/argon2-src/src/opt.s
# target to generate assembly for a file
__/_deps/argon2-src/src/opt.c.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/opt.c.s
.PHONY : __/_deps/argon2-src/src/opt.c.s
__/_deps/argon2-src/src/thread.o: __/_deps/argon2-src/src/thread.c.o
.PHONY : __/_deps/argon2-src/src/thread.o
# target to build an object file
__/_deps/argon2-src/src/thread.c.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/thread.c.o
.PHONY : __/_deps/argon2-src/src/thread.c.o
__/_deps/argon2-src/src/thread.i: __/_deps/argon2-src/src/thread.c.i
.PHONY : __/_deps/argon2-src/src/thread.i
# target to preprocess a source file
__/_deps/argon2-src/src/thread.c.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/thread.c.i
.PHONY : __/_deps/argon2-src/src/thread.c.i
__/_deps/argon2-src/src/thread.s: __/_deps/argon2-src/src/thread.c.s
.PHONY : __/_deps/argon2-src/src/thread.s
# target to generate assembly for a file
__/_deps/argon2-src/src/thread.c.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f third_party/CMakeFiles/argon2_lib.dir/build.make third_party/CMakeFiles/argon2_lib.dir/__/_deps/argon2-src/src/thread.c.s
.PHONY : __/_deps/argon2-src/src/thread.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 "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... argon2_lib"
@echo "... __/_deps/argon2-src/src/argon2.o"
@echo "... __/_deps/argon2-src/src/argon2.i"
@echo "... __/_deps/argon2-src/src/argon2.s"
@echo "... __/_deps/argon2-src/src/blake2/blake2b.o"
@echo "... __/_deps/argon2-src/src/blake2/blake2b.i"
@echo "... __/_deps/argon2-src/src/blake2/blake2b.s"
@echo "... __/_deps/argon2-src/src/core.o"
@echo "... __/_deps/argon2-src/src/core.i"
@echo "... __/_deps/argon2-src/src/core.s"
@echo "... __/_deps/argon2-src/src/encoding.o"
@echo "... __/_deps/argon2-src/src/encoding.i"
@echo "... __/_deps/argon2-src/src/encoding.s"
@echo "... __/_deps/argon2-src/src/opt.o"
@echo "... __/_deps/argon2-src/src/opt.i"
@echo "... __/_deps/argon2-src/src/opt.s"
@echo "... __/_deps/argon2-src/src/thread.o"
@echo "... __/_deps/argon2-src/src/thread.i"
@echo "... __/_deps/argon2-src/src/thread.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 /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system