370 lines
15 KiB
Makefile
Raw Permalink Normal View History

# 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/shared//CMakeFiles/progress.marks
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shared/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 shared/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 shared/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shared/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.
shared/CMakeFiles/scarchat_shared.dir/rule:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shared/CMakeFiles/scarchat_shared.dir/rule
.PHONY : shared/CMakeFiles/scarchat_shared.dir/rule
# Convenience name for target.
scarchat_shared: shared/CMakeFiles/scarchat_shared.dir/rule
.PHONY : scarchat_shared
# fast build rule for target.
scarchat_shared/fast:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/build
.PHONY : scarchat_shared/fast
# Convenience name for target.
shared/CMakeFiles/scarchat_shared_autogen_timestamp_deps.dir/rule:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shared/CMakeFiles/scarchat_shared_autogen_timestamp_deps.dir/rule
.PHONY : shared/CMakeFiles/scarchat_shared_autogen_timestamp_deps.dir/rule
# Convenience name for target.
scarchat_shared_autogen_timestamp_deps: shared/CMakeFiles/scarchat_shared_autogen_timestamp_deps.dir/rule
.PHONY : scarchat_shared_autogen_timestamp_deps
# fast build rule for target.
scarchat_shared_autogen_timestamp_deps/fast:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared_autogen_timestamp_deps.dir/build.make shared/CMakeFiles/scarchat_shared_autogen_timestamp_deps.dir/build
.PHONY : scarchat_shared_autogen_timestamp_deps/fast
# Convenience name for target.
shared/CMakeFiles/scarchat_shared_autogen.dir/rule:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 shared/CMakeFiles/scarchat_shared_autogen.dir/rule
.PHONY : shared/CMakeFiles/scarchat_shared_autogen.dir/rule
# Convenience name for target.
scarchat_shared_autogen: shared/CMakeFiles/scarchat_shared_autogen.dir/rule
.PHONY : scarchat_shared_autogen
# fast build rule for target.
scarchat_shared_autogen/fast:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared_autogen.dir/build.make shared/CMakeFiles/scarchat_shared_autogen.dir/build
.PHONY : scarchat_shared_autogen/fast
auth/jwt.o: auth/jwt.cpp.o
.PHONY : auth/jwt.o
# target to build an object file
auth/jwt.cpp.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.o
.PHONY : auth/jwt.cpp.o
auth/jwt.i: auth/jwt.cpp.i
.PHONY : auth/jwt.i
# target to preprocess a source file
auth/jwt.cpp.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.i
.PHONY : auth/jwt.cpp.i
auth/jwt.s: auth/jwt.cpp.s
.PHONY : auth/jwt.s
# target to generate assembly for a file
auth/jwt.cpp.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/auth/jwt.cpp.s
.PHONY : auth/jwt.cpp.s
crypto/argon2_wrapper.o: crypto/argon2_wrapper.cpp.o
.PHONY : crypto/argon2_wrapper.o
# target to build an object file
crypto/argon2_wrapper.cpp.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.o
.PHONY : crypto/argon2_wrapper.cpp.o
crypto/argon2_wrapper.i: crypto/argon2_wrapper.cpp.i
.PHONY : crypto/argon2_wrapper.i
# target to preprocess a source file
crypto/argon2_wrapper.cpp.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.i
.PHONY : crypto/argon2_wrapper.cpp.i
crypto/argon2_wrapper.s: crypto/argon2_wrapper.cpp.s
.PHONY : crypto/argon2_wrapper.s
# target to generate assembly for a file
crypto/argon2_wrapper.cpp.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/crypto/argon2_wrapper.cpp.s
.PHONY : crypto/argon2_wrapper.cpp.s
protocol/message.o: protocol/message.cpp.o
.PHONY : protocol/message.o
# target to build an object file
protocol/message.cpp.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.o
.PHONY : protocol/message.cpp.o
protocol/message.i: protocol/message.cpp.i
.PHONY : protocol/message.i
# target to preprocess a source file
protocol/message.cpp.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.i
.PHONY : protocol/message.cpp.i
protocol/message.s: protocol/message.cpp.s
.PHONY : protocol/message.s
# target to generate assembly for a file
protocol/message.cpp.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/protocol/message.cpp.s
.PHONY : protocol/message.cpp.s
scarchat_shared_autogen/mocs_compilation.o: scarchat_shared_autogen/mocs_compilation.cpp.o
.PHONY : scarchat_shared_autogen/mocs_compilation.o
# target to build an object file
scarchat_shared_autogen/mocs_compilation.cpp.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/scarchat_shared_autogen/mocs_compilation.cpp.o
.PHONY : scarchat_shared_autogen/mocs_compilation.cpp.o
scarchat_shared_autogen/mocs_compilation.i: scarchat_shared_autogen/mocs_compilation.cpp.i
.PHONY : scarchat_shared_autogen/mocs_compilation.i
# target to preprocess a source file
scarchat_shared_autogen/mocs_compilation.cpp.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/scarchat_shared_autogen/mocs_compilation.cpp.i
.PHONY : scarchat_shared_autogen/mocs_compilation.cpp.i
scarchat_shared_autogen/mocs_compilation.s: scarchat_shared_autogen/mocs_compilation.cpp.s
.PHONY : scarchat_shared_autogen/mocs_compilation.s
# target to generate assembly for a file
scarchat_shared_autogen/mocs_compilation.cpp.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/scarchat_shared_autogen/mocs_compilation.cpp.s
.PHONY : scarchat_shared_autogen/mocs_compilation.cpp.s
utils/json_config.o: utils/json_config.cpp.o
.PHONY : utils/json_config.o
# target to build an object file
utils/json_config.cpp.o:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.o
.PHONY : utils/json_config.cpp.o
utils/json_config.i: utils/json_config.cpp.i
.PHONY : utils/json_config.i
# target to preprocess a source file
utils/json_config.cpp.i:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.i
.PHONY : utils/json_config.cpp.i
utils/json_config.s: utils/json_config.cpp.s
.PHONY : utils/json_config.s
# target to generate assembly for a file
utils/json_config.cpp.s:
cd /home/ganome/Projects/SCAR-719/repos/scar-chat7/build && $(MAKE) $(MAKESILENT) -f shared/CMakeFiles/scarchat_shared.dir/build.make shared/CMakeFiles/scarchat_shared.dir/utils/json_config.cpp.s
.PHONY : utils/json_config.cpp.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 "... scarchat_shared_autogen"
@echo "... scarchat_shared_autogen_timestamp_deps"
@echo "... scarchat_shared"
@echo "... auth/jwt.o"
@echo "... auth/jwt.i"
@echo "... auth/jwt.s"
@echo "... crypto/argon2_wrapper.o"
@echo "... crypto/argon2_wrapper.i"
@echo "... crypto/argon2_wrapper.s"
@echo "... protocol/message.o"
@echo "... protocol/message.i"
@echo "... protocol/message.s"
@echo "... scarchat_shared_autogen/mocs_compilation.o"
@echo "... scarchat_shared_autogen/mocs_compilation.i"
@echo "... scarchat_shared_autogen/mocs_compilation.s"
@echo "... utils/json_config.o"
@echo "... utils/json_config.i"
@echo "... utils/json_config.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