This repository has been archived on 2024-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
RLogs/Makefile
2022-11-07 21:52:11 +03:00

789 lines
28 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# 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:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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 remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /mnt/c/Users/Ilya/CLionProjects/untitled
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /mnt/c/Users/Ilya/CLionProjects/untitled
#=============================================================================
# Targets provided globally by CMake.
# 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
# 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
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 package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
/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..."
/usr/bin/cpack --config ./CPackSourceConfig.cmake /mnt/c/Users/Ilya/CLionProjects/untitled/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 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 -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\" \"dev\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/c/Users/Ilya/CLionProjects/untitled/CMakeFiles /mnt/c/Users/Ilya/CLionProjects/untitled/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/c/Users/Ilya/CLionProjects/untitled/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -P /mnt/c/Users/Ilya/CLionProjects/untitled/CMakeFiles/VerifyGlobs.cmake
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named untitled
# Build rule for target.
untitled: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 untitled
.PHONY : untitled
# fast build rule for target.
untitled/fast:
$(MAKE) -f CMakeFiles/untitled.dir/build.make CMakeFiles/untitled.dir/build
.PHONY : untitled/fast
#=============================================================================
# Target rules for targets named curlpp_static
# Build rule for target.
curlpp_static: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 curlpp_static
.PHONY : curlpp_static
# fast build rule for target.
curlpp_static/fast:
$(MAKE) -f dependencies/curlpp/CMakeFiles/curlpp_static.dir/build.make dependencies/curlpp/CMakeFiles/curlpp_static.dir/build
.PHONY : curlpp_static/fast
#=============================================================================
# Target rules for targets named curlpp
# Build rule for target.
curlpp: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 curlpp
.PHONY : curlpp
# fast build rule for target.
curlpp/fast:
$(MAKE) -f dependencies/curlpp/CMakeFiles/curlpp.dir/build.make dependencies/curlpp/CMakeFiles/curlpp.dir/build
.PHONY : curlpp/fast
#=============================================================================
# Target rules for targets named boost_atomic
# Build rule for target.
boost_atomic: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_atomic
.PHONY : boost_atomic
# fast build rule for target.
boost_atomic/fast:
$(MAKE) -f dependencies/Boost/libs/atomic/CMakeFiles/boost_atomic.dir/build.make dependencies/Boost/libs/atomic/CMakeFiles/boost_atomic.dir/build
.PHONY : boost_atomic/fast
#=============================================================================
# Target rules for targets named boost_chrono
# Build rule for target.
boost_chrono: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_chrono
.PHONY : boost_chrono
# fast build rule for target.
boost_chrono/fast:
$(MAKE) -f dependencies/Boost/libs/chrono/CMakeFiles/boost_chrono.dir/build.make dependencies/Boost/libs/chrono/CMakeFiles/boost_chrono.dir/build
.PHONY : boost_chrono/fast
#=============================================================================
# Target rules for targets named boost_container
# Build rule for target.
boost_container: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_container
.PHONY : boost_container
# fast build rule for target.
boost_container/fast:
$(MAKE) -f dependencies/Boost/libs/container/CMakeFiles/boost_container.dir/build.make dependencies/Boost/libs/container/CMakeFiles/boost_container.dir/build
.PHONY : boost_container/fast
#=============================================================================
# Target rules for targets named boost_context
# Build rule for target.
boost_context: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_context
.PHONY : boost_context
# fast build rule for target.
boost_context/fast:
$(MAKE) -f dependencies/Boost/libs/context/CMakeFiles/boost_context.dir/build.make dependencies/Boost/libs/context/CMakeFiles/boost_context.dir/build
.PHONY : boost_context/fast
#=============================================================================
# Target rules for targets named boost_contract
# Build rule for target.
boost_contract: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_contract
.PHONY : boost_contract
# fast build rule for target.
boost_contract/fast:
$(MAKE) -f dependencies/Boost/libs/contract/CMakeFiles/boost_contract.dir/build.make dependencies/Boost/libs/contract/CMakeFiles/boost_contract.dir/build
.PHONY : boost_contract/fast
#=============================================================================
# Target rules for targets named boost_coroutine
# Build rule for target.
boost_coroutine: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_coroutine
.PHONY : boost_coroutine
# fast build rule for target.
boost_coroutine/fast:
$(MAKE) -f dependencies/Boost/libs/coroutine/CMakeFiles/boost_coroutine.dir/build.make dependencies/Boost/libs/coroutine/CMakeFiles/boost_coroutine.dir/build
.PHONY : boost_coroutine/fast
#=============================================================================
# Target rules for targets named boost_date_time
# Build rule for target.
boost_date_time: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_date_time
.PHONY : boost_date_time
# fast build rule for target.
boost_date_time/fast:
$(MAKE) -f dependencies/Boost/libs/date_time/CMakeFiles/boost_date_time.dir/build.make dependencies/Boost/libs/date_time/CMakeFiles/boost_date_time.dir/build
.PHONY : boost_date_time/fast
#=============================================================================
# Target rules for targets named boost_exception
# Build rule for target.
boost_exception: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_exception
.PHONY : boost_exception
# fast build rule for target.
boost_exception/fast:
$(MAKE) -f dependencies/Boost/libs/exception/CMakeFiles/boost_exception.dir/build.make dependencies/Boost/libs/exception/CMakeFiles/boost_exception.dir/build
.PHONY : boost_exception/fast
#=============================================================================
# Target rules for targets named boost_fiber_numa
# Build rule for target.
boost_fiber_numa: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_fiber_numa
.PHONY : boost_fiber_numa
# fast build rule for target.
boost_fiber_numa/fast:
$(MAKE) -f dependencies/Boost/libs/fiber/CMakeFiles/boost_fiber_numa.dir/build.make dependencies/Boost/libs/fiber/CMakeFiles/boost_fiber_numa.dir/build
.PHONY : boost_fiber_numa/fast
#=============================================================================
# Target rules for targets named boost_fiber
# Build rule for target.
boost_fiber: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_fiber
.PHONY : boost_fiber
# fast build rule for target.
boost_fiber/fast:
$(MAKE) -f dependencies/Boost/libs/fiber/CMakeFiles/boost_fiber.dir/build.make dependencies/Boost/libs/fiber/CMakeFiles/boost_fiber.dir/build
.PHONY : boost_fiber/fast
#=============================================================================
# Target rules for targets named boost_filesystem
# Build rule for target.
boost_filesystem: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_filesystem
.PHONY : boost_filesystem
# fast build rule for target.
boost_filesystem/fast:
$(MAKE) -f dependencies/Boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/build.make dependencies/Boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/build
.PHONY : boost_filesystem/fast
#=============================================================================
# Target rules for targets named boost_graph
# Build rule for target.
boost_graph: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_graph
.PHONY : boost_graph
# fast build rule for target.
boost_graph/fast:
$(MAKE) -f dependencies/Boost/libs/graph/CMakeFiles/boost_graph.dir/build.make dependencies/Boost/libs/graph/CMakeFiles/boost_graph.dir/build
.PHONY : boost_graph/fast
#=============================================================================
# Target rules for targets named boost_iostreams
# Build rule for target.
boost_iostreams: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_iostreams
.PHONY : boost_iostreams
# fast build rule for target.
boost_iostreams/fast:
$(MAKE) -f dependencies/Boost/libs/iostreams/CMakeFiles/boost_iostreams.dir/build.make dependencies/Boost/libs/iostreams/CMakeFiles/boost_iostreams.dir/build
.PHONY : boost_iostreams/fast
#=============================================================================
# Target rules for targets named boost_json
# Build rule for target.
boost_json: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_json
.PHONY : boost_json
# fast build rule for target.
boost_json/fast:
$(MAKE) -f dependencies/Boost/libs/json/CMakeFiles/boost_json.dir/build.make dependencies/Boost/libs/json/CMakeFiles/boost_json.dir/build
.PHONY : boost_json/fast
#=============================================================================
# Target rules for targets named boost_locale
# Build rule for target.
boost_locale: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_locale
.PHONY : boost_locale
# fast build rule for target.
boost_locale/fast:
$(MAKE) -f dependencies/Boost/libs/locale/CMakeFiles/boost_locale.dir/build.make dependencies/Boost/libs/locale/CMakeFiles/boost_locale.dir/build
.PHONY : boost_locale/fast
#=============================================================================
# Target rules for targets named boost_log
# Build rule for target.
boost_log: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_log
.PHONY : boost_log
# fast build rule for target.
boost_log/fast:
$(MAKE) -f dependencies/Boost/libs/log/CMakeFiles/boost_log.dir/build.make dependencies/Boost/libs/log/CMakeFiles/boost_log.dir/build
.PHONY : boost_log/fast
#=============================================================================
# Target rules for targets named boost_log_setup
# Build rule for target.
boost_log_setup: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_log_setup
.PHONY : boost_log_setup
# fast build rule for target.
boost_log_setup/fast:
$(MAKE) -f dependencies/Boost/libs/log/CMakeFiles/boost_log_setup.dir/build.make dependencies/Boost/libs/log/CMakeFiles/boost_log_setup.dir/build
.PHONY : boost_log_setup/fast
#=============================================================================
# Target rules for targets named boost_nowide
# Build rule for target.
boost_nowide: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_nowide
.PHONY : boost_nowide
# fast build rule for target.
boost_nowide/fast:
$(MAKE) -f dependencies/Boost/libs/nowide/CMakeFiles/boost_nowide.dir/build.make dependencies/Boost/libs/nowide/CMakeFiles/boost_nowide.dir/build
.PHONY : boost_nowide/fast
#=============================================================================
# Target rules for targets named boost_program_options
# Build rule for target.
boost_program_options: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_program_options
.PHONY : boost_program_options
# fast build rule for target.
boost_program_options/fast:
$(MAKE) -f dependencies/Boost/libs/program_options/CMakeFiles/boost_program_options.dir/build.make dependencies/Boost/libs/program_options/CMakeFiles/boost_program_options.dir/build
.PHONY : boost_program_options/fast
#=============================================================================
# Target rules for targets named boost_random
# Build rule for target.
boost_random: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_random
.PHONY : boost_random
# fast build rule for target.
boost_random/fast:
$(MAKE) -f dependencies/Boost/libs/random/CMakeFiles/boost_random.dir/build.make dependencies/Boost/libs/random/CMakeFiles/boost_random.dir/build
.PHONY : boost_random/fast
#=============================================================================
# Target rules for targets named boost_wserialization
# Build rule for target.
boost_wserialization: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_wserialization
.PHONY : boost_wserialization
# fast build rule for target.
boost_wserialization/fast:
$(MAKE) -f dependencies/Boost/libs/serialization/CMakeFiles/boost_wserialization.dir/build.make dependencies/Boost/libs/serialization/CMakeFiles/boost_wserialization.dir/build
.PHONY : boost_wserialization/fast
#=============================================================================
# Target rules for targets named boost_serialization
# Build rule for target.
boost_serialization: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_serialization
.PHONY : boost_serialization
# fast build rule for target.
boost_serialization/fast:
$(MAKE) -f dependencies/Boost/libs/serialization/CMakeFiles/boost_serialization.dir/build.make dependencies/Boost/libs/serialization/CMakeFiles/boost_serialization.dir/build
.PHONY : boost_serialization/fast
#=============================================================================
# Target rules for targets named boost_stacktrace_backtrace
# Build rule for target.
boost_stacktrace_backtrace: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_stacktrace_backtrace
.PHONY : boost_stacktrace_backtrace
# fast build rule for target.
boost_stacktrace_backtrace/fast:
$(MAKE) -f dependencies/Boost/libs/stacktrace/CMakeFiles/boost_stacktrace_backtrace.dir/build.make dependencies/Boost/libs/stacktrace/CMakeFiles/boost_stacktrace_backtrace.dir/build
.PHONY : boost_stacktrace_backtrace/fast
#=============================================================================
# Target rules for targets named boost_stacktrace_noop
# Build rule for target.
boost_stacktrace_noop: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_stacktrace_noop
.PHONY : boost_stacktrace_noop
# fast build rule for target.
boost_stacktrace_noop/fast:
$(MAKE) -f dependencies/Boost/libs/stacktrace/CMakeFiles/boost_stacktrace_noop.dir/build.make dependencies/Boost/libs/stacktrace/CMakeFiles/boost_stacktrace_noop.dir/build
.PHONY : boost_stacktrace_noop/fast
#=============================================================================
# Target rules for targets named boost_stacktrace_addr2line
# Build rule for target.
boost_stacktrace_addr2line: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_stacktrace_addr2line
.PHONY : boost_stacktrace_addr2line
# fast build rule for target.
boost_stacktrace_addr2line/fast:
$(MAKE) -f dependencies/Boost/libs/stacktrace/CMakeFiles/boost_stacktrace_addr2line.dir/build.make dependencies/Boost/libs/stacktrace/CMakeFiles/boost_stacktrace_addr2line.dir/build
.PHONY : boost_stacktrace_addr2line/fast
#=============================================================================
# Target rules for targets named boost_stacktrace_basic
# Build rule for target.
boost_stacktrace_basic: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_stacktrace_basic
.PHONY : boost_stacktrace_basic
# fast build rule for target.
boost_stacktrace_basic/fast:
$(MAKE) -f dependencies/Boost/libs/stacktrace/CMakeFiles/boost_stacktrace_basic.dir/build.make dependencies/Boost/libs/stacktrace/CMakeFiles/boost_stacktrace_basic.dir/build
.PHONY : boost_stacktrace_basic/fast
#=============================================================================
# Target rules for targets named boost_test_exec_monitor
# Build rule for target.
boost_test_exec_monitor: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_test_exec_monitor
.PHONY : boost_test_exec_monitor
# fast build rule for target.
boost_test_exec_monitor/fast:
$(MAKE) -f dependencies/Boost/libs/test/CMakeFiles/boost_test_exec_monitor.dir/build.make dependencies/Boost/libs/test/CMakeFiles/boost_test_exec_monitor.dir/build
.PHONY : boost_test_exec_monitor/fast
#=============================================================================
# Target rules for targets named boost_unit_test_framework
# Build rule for target.
boost_unit_test_framework: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_unit_test_framework
.PHONY : boost_unit_test_framework
# fast build rule for target.
boost_unit_test_framework/fast:
$(MAKE) -f dependencies/Boost/libs/test/CMakeFiles/boost_unit_test_framework.dir/build.make dependencies/Boost/libs/test/CMakeFiles/boost_unit_test_framework.dir/build
.PHONY : boost_unit_test_framework/fast
#=============================================================================
# Target rules for targets named boost_prg_exec_monitor
# Build rule for target.
boost_prg_exec_monitor: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_prg_exec_monitor
.PHONY : boost_prg_exec_monitor
# fast build rule for target.
boost_prg_exec_monitor/fast:
$(MAKE) -f dependencies/Boost/libs/test/CMakeFiles/boost_prg_exec_monitor.dir/build.make dependencies/Boost/libs/test/CMakeFiles/boost_prg_exec_monitor.dir/build
.PHONY : boost_prg_exec_monitor/fast
#=============================================================================
# Target rules for targets named boost_thread
# Build rule for target.
boost_thread: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_thread
.PHONY : boost_thread
# fast build rule for target.
boost_thread/fast:
$(MAKE) -f dependencies/Boost/libs/thread/CMakeFiles/boost_thread.dir/build.make dependencies/Boost/libs/thread/CMakeFiles/boost_thread.dir/build
.PHONY : boost_thread/fast
#=============================================================================
# Target rules for targets named boost_timer
# Build rule for target.
boost_timer: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_timer
.PHONY : boost_timer
# fast build rule for target.
boost_timer/fast:
$(MAKE) -f dependencies/Boost/libs/timer/CMakeFiles/boost_timer.dir/build.make dependencies/Boost/libs/timer/CMakeFiles/boost_timer.dir/build
.PHONY : boost_timer/fast
#=============================================================================
# Target rules for targets named boost_type_erasure
# Build rule for target.
boost_type_erasure: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_type_erasure
.PHONY : boost_type_erasure
# fast build rule for target.
boost_type_erasure/fast:
$(MAKE) -f dependencies/Boost/libs/type_erasure/CMakeFiles/boost_type_erasure.dir/build.make dependencies/Boost/libs/type_erasure/CMakeFiles/boost_type_erasure.dir/build
.PHONY : boost_type_erasure/fast
#=============================================================================
# Target rules for targets named boost_url
# Build rule for target.
boost_url: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_url
.PHONY : boost_url
# fast build rule for target.
boost_url/fast:
$(MAKE) -f dependencies/Boost/libs/url/CMakeFiles/boost_url.dir/build.make dependencies/Boost/libs/url/CMakeFiles/boost_url.dir/build
.PHONY : boost_url/fast
#=============================================================================
# Target rules for targets named boost_wave
# Build rule for target.
boost_wave: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 boost_wave
.PHONY : boost_wave
# fast build rule for target.
boost_wave/fast:
$(MAKE) -f dependencies/Boost/libs/wave/CMakeFiles/boost_wave.dir/build.make dependencies/Boost/libs/wave/CMakeFiles/boost_wave.dir/build
.PHONY : boost_wave/fast
src/connection.o: src/connection.cpp.o
.PHONY : src/connection.o
# target to build an object file
src/connection.cpp.o:
$(MAKE) -f CMakeFiles/untitled.dir/build.make CMakeFiles/untitled.dir/src/connection.cpp.o
.PHONY : src/connection.cpp.o
src/connection.i: src/connection.cpp.i
.PHONY : src/connection.i
# target to preprocess a source file
src/connection.cpp.i:
$(MAKE) -f CMakeFiles/untitled.dir/build.make CMakeFiles/untitled.dir/src/connection.cpp.i
.PHONY : src/connection.cpp.i
src/connection.s: src/connection.cpp.s
.PHONY : src/connection.s
# target to generate assembly for a file
src/connection.cpp.s:
$(MAKE) -f CMakeFiles/untitled.dir/build.make CMakeFiles/untitled.dir/src/connection.cpp.s
.PHONY : src/connection.cpp.s
src/main.o: src/main.cpp.o
.PHONY : src/main.o
# target to build an object file
src/main.cpp.o:
$(MAKE) -f CMakeFiles/untitled.dir/build.make CMakeFiles/untitled.dir/src/main.cpp.o
.PHONY : src/main.cpp.o
src/main.i: src/main.cpp.i
.PHONY : src/main.i
# target to preprocess a source file
src/main.cpp.i:
$(MAKE) -f CMakeFiles/untitled.dir/build.make CMakeFiles/untitled.dir/src/main.cpp.i
.PHONY : src/main.cpp.i
src/main.s: src/main.cpp.s
.PHONY : src/main.s
# target to generate assembly for a file
src/main.cpp.s:
$(MAKE) -f CMakeFiles/untitled.dir/build.make CMakeFiles/untitled.dir/src/main.cpp.s
.PHONY : src/main.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 "... install/strip"
@echo "... install/local"
@echo "... install"
@echo "... package"
@echo "... package_source"
@echo "... untitled"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... list_install_components"
@echo "... curlpp_static"
@echo "... curlpp"
@echo "... boost_atomic"
@echo "... boost_chrono"
@echo "... boost_container"
@echo "... boost_context"
@echo "... boost_contract"
@echo "... boost_coroutine"
@echo "... boost_date_time"
@echo "... boost_exception"
@echo "... boost_fiber_numa"
@echo "... boost_fiber"
@echo "... boost_filesystem"
@echo "... boost_graph"
@echo "... boost_iostreams"
@echo "... boost_json"
@echo "... boost_locale"
@echo "... boost_log"
@echo "... boost_log_setup"
@echo "... boost_nowide"
@echo "... boost_program_options"
@echo "... boost_random"
@echo "... boost_wserialization"
@echo "... boost_serialization"
@echo "... boost_stacktrace_backtrace"
@echo "... boost_stacktrace_noop"
@echo "... boost_stacktrace_addr2line"
@echo "... boost_stacktrace_basic"
@echo "... boost_test_exec_monitor"
@echo "... boost_unit_test_framework"
@echo "... boost_prg_exec_monitor"
@echo "... boost_thread"
@echo "... boost_timer"
@echo "... boost_type_erasure"
@echo "... boost_url"
@echo "... boost_wave"
@echo "... src/connection.o"
@echo "... src/connection.i"
@echo "... src/connection.s"
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.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:
$(CMAKE_COMMAND) -P /mnt/c/Users/Ilya/CLionProjects/untitled/CMakeFiles/VerifyGlobs.cmake
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system