145 lines
13 KiB
Plaintext
145 lines
13 KiB
Plaintext
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Ninja" Generator, CMake Version 3.27
|
|
|
|
# This file contains all the build statements describing the
|
|
# compilation DAG.
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
#
|
|
# Which is the root file.
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Project: nghttp3_test
|
|
# Configurations: Debug
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Minimal version of Ninja required by this file
|
|
|
|
ninja_required_version = 1.5
|
|
|
|
|
|
#############################################
|
|
# Set configuration variable for custom commands.
|
|
|
|
CONFIGURATION = Debug
|
|
# =============================================================================
|
|
# Include auxiliary files.
|
|
|
|
|
|
#############################################
|
|
# Include rules file.
|
|
|
|
include CMakeFiles/rules.ninja
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Logical path to working directory; prefix for absolute paths.
|
|
|
|
cmake_ninja_workdir = /Users/kirillzhukov/CLionProjects/nghttp3_test/cmake-build-debug/
|
|
# =============================================================================
|
|
# Object build statements for EXECUTABLE target nghttp3_test
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for nghttp3_test
|
|
|
|
build cmake_object_order_depends_target_nghttp3_test: phony || CMakeFiles/nghttp3_test.dir
|
|
|
|
build CMakeFiles/nghttp3_test.dir/main.cpp.o: CXX_COMPILER__nghttp3_test_unscanned_Debug /Users/kirillzhukov/CLionProjects/nghttp3_test/main.cpp || cmake_object_order_depends_target_nghttp3_test
|
|
DEP_FILE = CMakeFiles/nghttp3_test.dir/main.cpp.o.d
|
|
FLAGS = -g -std=gnu++20 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -fcolor-diagnostics
|
|
INCLUDES = -I/opt/homebrew/Cellar/libnghttp3/1.1.0/include -isystem /opt/homebrew/opt/openssl@3/include -isystem /usr/local/include
|
|
OBJECT_DIR = CMakeFiles/nghttp3_test.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/nghttp3_test.dir
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for EXECUTABLE target nghttp3_test
|
|
|
|
|
|
#############################################
|
|
# Link the executable nghttp3_test
|
|
|
|
build nghttp3_test: CXX_EXECUTABLE_LINKER__nghttp3_test_Debug CMakeFiles/nghttp3_test.dir/main.cpp.o | /opt/homebrew/opt/openssl@3/lib/libssl.dylib /usr/local/lib/libevent_extra-2.1.7.dylib /usr/local/lib/libevent_openssl-2.1.7.dylib /usr/local/lib/libevent_pthreads-2.1.7.dylib /opt/homebrew/Cellar/libnghttp3/1.1.0/lib/libnghttp3.a /opt/homebrew/opt/openssl@3/lib/libcrypto.dylib /opt/homebrew/opt/openssl@3/lib/libssl.dylib /opt/homebrew/opt/openssl@3/lib/libcrypto.dylib /usr/local/lib/libevent_core-2.1.7.dylib
|
|
FLAGS = -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk
|
|
LINK_LIBRARIES = /opt/homebrew/opt/openssl@3/lib/libssl.dylib /usr/local/lib/libevent_extra-2.1.7.dylib /usr/local/lib/libevent_openssl-2.1.7.dylib /usr/local/lib/libevent_pthreads-2.1.7.dylib /opt/homebrew/Cellar/libnghttp3/1.1.0/lib/libnghttp3.a /opt/homebrew/opt/openssl@3/lib/libcrypto.dylib /opt/homebrew/opt/openssl@3/lib/libssl.dylib /opt/homebrew/opt/openssl@3/lib/libcrypto.dylib /usr/local/lib/libevent_core-2.1.7.dylib
|
|
OBJECT_DIR = CMakeFiles/nghttp3_test.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = nghttp3_test
|
|
TARGET_PDB = nghttp3_test.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /Users/kirillzhukov/CLionProjects/nghttp3_test/cmake-build-debug && "/Users/kirillzhukov/Applications/CLion Nova.app/Contents/bin/cmake/mac/aarch64/bin/cmake" -E echo No\ interactive\ CMake\ dialog\ available.
|
|
DESC = No interactive CMake dialog available...
|
|
restat = 1
|
|
|
|
build edit_cache: phony CMakeFiles/edit_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for rebuild_cache
|
|
|
|
build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd /Users/kirillzhukov/CLionProjects/nghttp3_test/cmake-build-debug && "/Users/kirillzhukov/Applications/CLion Nova.app/Contents/bin/cmake/mac/aarch64/bin/cmake" --regenerate-during-build -S/Users/kirillzhukov/CLionProjects/nghttp3_test -B/Users/kirillzhukov/CLionProjects/nghttp3_test/cmake-build-debug
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build rebuild_cache: phony CMakeFiles/rebuild_cache.util
|
|
|
|
# =============================================================================
|
|
# Target aliases.
|
|
|
|
# =============================================================================
|
|
# Folder targets.
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /Users/kirillzhukov/CLionProjects/nghttp3_test/cmake-build-debug
|
|
|
|
build all: phony nghttp3_test
|
|
|
|
# =============================================================================
|
|
# Built-in targets
|
|
|
|
|
|
#############################################
|
|
# Re-run CMake if any of its inputs changed.
|
|
|
|
build build.ninja: RERUN_CMAKE | /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeCInformation.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeCXXInformation.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeCommonLanguageInclude.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeGenericSystem.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeInitializeConfigs.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeLanguageInformation.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeSystemSpecificInformation.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeSystemSpecificInitialize.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/AppleClang-C.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/AppleClang-CXX.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/CMakeCommonCompilerMacros.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/Clang.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/GNU.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/FindOpenSSL.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/FindPackageMessage.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/FindPkgConfig.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-AppleClang-C.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-AppleClang-CXX.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-Clang-C.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-Clang-CXX.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-Clang.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Darwin-Initialize.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Darwin.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/UnixPaths.cmake /Users/kirillzhukov/CLionProjects/nghttp3_test/CMakeLists.txt /usr/local/lib/cmake/libevent/LibeventConfig.cmake /usr/local/lib/cmake/libevent/LibeventConfigVersion.cmake /usr/local/lib/cmake/libevent/LibeventTargets-shared-release.cmake /usr/local/lib/cmake/libevent/LibeventTargets-shared.cmake CMakeCache.txt CMakeFiles/3.27.8/CMakeCCompiler.cmake CMakeFiles/3.27.8/CMakeCXXCompiler.cmake CMakeFiles/3.27.8/CMakeSystem.cmake
|
|
pool = console
|
|
|
|
|
|
#############################################
|
|
# A missing CMake input file is not an error.
|
|
|
|
build /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeCInformation.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeCXXInformation.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeCommonLanguageInclude.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeGenericSystem.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeInitializeConfigs.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeLanguageInformation.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeSystemSpecificInformation.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/CMakeSystemSpecificInitialize.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/AppleClang-C.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/AppleClang-CXX.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/CMakeCommonCompilerMacros.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/Clang.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Compiler/GNU.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/FindOpenSSL.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/FindPackageMessage.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/FindPkgConfig.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-AppleClang-C.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-AppleClang-CXX.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-Clang-C.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-Clang-CXX.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Apple-Clang.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Darwin-Initialize.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/Darwin.cmake /Users/kirillzhukov/Applications/CLion$ Nova.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.27/Modules/Platform/UnixPaths.cmake /Users/kirillzhukov/CLionProjects/nghttp3_test/CMakeLists.txt /usr/local/lib/cmake/libevent/LibeventConfig.cmake /usr/local/lib/cmake/libevent/LibeventConfigVersion.cmake /usr/local/lib/cmake/libevent/LibeventTargets-shared-release.cmake /usr/local/lib/cmake/libevent/LibeventTargets-shared.cmake CMakeCache.txt CMakeFiles/3.27.8/CMakeCCompiler.cmake CMakeFiles/3.27.8/CMakeCXXCompiler.cmake CMakeFiles/3.27.8/CMakeSystem.cmake: phony
|
|
|
|
|
|
#############################################
|
|
# Clean all the built files.
|
|
|
|
build clean: CLEAN
|
|
|
|
|
|
#############################################
|
|
# Print all primary targets available.
|
|
|
|
build help: HELP
|
|
|
|
|
|
#############################################
|
|
# Make the all target the default.
|
|
|
|
default all
|