264 lines
12 KiB
Plaintext
264 lines
12 KiB
Plaintext
# CMAKE generated file: DO NOT EDIT!
|
|||
|
|
# Generated by "Ninja" Generator, CMake Version 4.3
|
||
|
|
|
||
|
|
# This file contains all the build statements describing the
|
||
|
|
# compilation DAG.
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Write statements declared in CMakeLists.txt:
|
||
|
|
#
|
||
|
|
# Which is the root file.
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Project: hello_world
|
||
|
|
# 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 = /data/projects/hello_world/build/
|
||
|
|
# =============================================================================
|
||
|
|
# Object build statements for EXECUTABLE target main
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Order-only phony target for main
|
||
|
|
|
||
|
|
build cmake_object_order_depends_target_main: phony || cmake_object_order_depends_target_eigen
|
||
|
|
|
||
|
|
build CMakeFiles/main.dir/main.cpp.o: CXX_COMPILER__main_unscanned_Debug /data/projects/hello_world/main.cpp || cmake_object_order_depends_target_main
|
||
|
|
CONFIG = Debug
|
||
|
|
DEP_FILE = CMakeFiles/main.dir/main.cpp.o.d
|
||
|
|
FLAGS = -g
|
||
|
|
INCLUDES = -I/data/projects/hello_world/./include
|
||
|
|
OBJECT_DIR = CMakeFiles/main.dir
|
||
|
|
OBJECT_FILE_DIR = CMakeFiles/main.dir
|
||
|
|
TARGET_SUPPORT_DIR = CMakeFiles/main.dir
|
||
|
|
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Link build statements for EXECUTABLE target main
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Link the executable main
|
||
|
|
|
||
|
|
build main: CXX_EXECUTABLE_LINKER__main_Debug CMakeFiles/main.dir/main.cpp.o | libeigen.a || libeigen.a
|
||
|
|
CONFIG = Debug
|
||
|
|
DEP_FILE = CMakeFiles/main.dir/link.d
|
||
|
|
FLAGS = -g
|
||
|
|
LINK_FLAGS = -Wl,--dependency-file=CMakeFiles/main.dir/link.d
|
||
|
|
LINK_LIBRARIES = libeigen.a
|
||
|
|
OBJECT_DIR = CMakeFiles/main.dir
|
||
|
|
POST_BUILD = :
|
||
|
|
PRE_LINK = :
|
||
|
|
TARGET_FILE = main
|
||
|
|
TARGET_PDB = main.dbg
|
||
|
|
TARGET_SUPPORT_DIR = CMakeFiles/main.dir
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Object build statements for STATIC_LIBRARY target eigen
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Order-only phony target for eigen
|
||
|
|
|
||
|
|
build cmake_object_order_depends_target_eigen: phony || .
|
||
|
|
|
||
|
|
build CMakeFiles/eigen.dir/eigen.cpp.o: CXX_COMPILER__eigen_unscanned_Debug /data/projects/hello_world/eigen.cpp || cmake_object_order_depends_target_eigen
|
||
|
|
CONFIG = Debug
|
||
|
|
DEP_FILE = CMakeFiles/eigen.dir/eigen.cpp.o.d
|
||
|
|
FLAGS = -g
|
||
|
|
INCLUDES = -I/data/projects/hello_world/./include/Eigen
|
||
|
|
OBJECT_DIR = CMakeFiles/eigen.dir
|
||
|
|
OBJECT_FILE_DIR = CMakeFiles/eigen.dir
|
||
|
|
TARGET_SUPPORT_DIR = CMakeFiles/eigen.dir
|
||
|
|
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Link build statements for STATIC_LIBRARY target eigen
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Link the static library libeigen.a
|
||
|
|
|
||
|
|
build libeigen.a: CXX_STATIC_LIBRARY_LINKER__eigen_Debug CMakeFiles/eigen.dir/eigen.cpp.o
|
||
|
|
CONFIG = Debug
|
||
|
|
LANGUAGE_COMPILE_FLAGS = -g
|
||
|
|
OBJECT_DIR = CMakeFiles/eigen.dir
|
||
|
|
POST_BUILD = :
|
||
|
|
PRE_LINK = :
|
||
|
|
TARGET_FILE = libeigen.a
|
||
|
|
TARGET_PDB = eigen.a.dbg
|
||
|
|
TARGET_SUPPORT_DIR = CMakeFiles/eigen.dir
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Object build statements for EXECUTABLE target calender
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Order-only phony target for calender
|
||
|
|
|
||
|
|
build cmake_object_order_depends_target_calender: phony || .
|
||
|
|
|
||
|
|
build CMakeFiles/calender.dir/calender.cpp.o: CXX_COMPILER__calender_unscanned_Debug /data/projects/hello_world/calender.cpp || cmake_object_order_depends_target_calender
|
||
|
|
CONFIG = Debug
|
||
|
|
DEP_FILE = CMakeFiles/calender.dir/calender.cpp.o.d
|
||
|
|
FLAGS = -g
|
||
|
|
OBJECT_DIR = CMakeFiles/calender.dir
|
||
|
|
OBJECT_FILE_DIR = CMakeFiles/calender.dir
|
||
|
|
TARGET_SUPPORT_DIR = CMakeFiles/calender.dir
|
||
|
|
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Link build statements for EXECUTABLE target calender
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Link the executable calender
|
||
|
|
|
||
|
|
build calender: CXX_EXECUTABLE_LINKER__calender_Debug CMakeFiles/calender.dir/calender.cpp.o
|
||
|
|
CONFIG = Debug
|
||
|
|
DEP_FILE = CMakeFiles/calender.dir/link.d
|
||
|
|
FLAGS = -g
|
||
|
|
LINK_FLAGS = -Wl,--dependency-file=CMakeFiles/calender.dir/link.d
|
||
|
|
OBJECT_DIR = CMakeFiles/calender.dir
|
||
|
|
POST_BUILD = :
|
||
|
|
PRE_LINK = :
|
||
|
|
TARGET_FILE = calender
|
||
|
|
TARGET_PDB = calender.dbg
|
||
|
|
TARGET_SUPPORT_DIR = CMakeFiles/calender.dir
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Object build statements for EXECUTABLE target hello-world
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Order-only phony target for hello-world
|
||
|
|
|
||
|
|
build cmake_object_order_depends_target_hello-world: phony || .
|
||
|
|
|
||
|
|
build CMakeFiles/hello-world.dir/hello.cpp.o: CXX_COMPILER__hello-world_unscanned_Debug /data/projects/hello_world/hello.cpp || cmake_object_order_depends_target_hello-world
|
||
|
|
CONFIG = Debug
|
||
|
|
DEP_FILE = CMakeFiles/hello-world.dir/hello.cpp.o.d
|
||
|
|
FLAGS = -g
|
||
|
|
OBJECT_DIR = CMakeFiles/hello-world.dir
|
||
|
|
OBJECT_FILE_DIR = CMakeFiles/hello-world.dir
|
||
|
|
TARGET_SUPPORT_DIR = CMakeFiles/hello-world.dir
|
||
|
|
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Link build statements for EXECUTABLE target hello-world
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Link the executable hello-world
|
||
|
|
|
||
|
|
build hello-world: CXX_EXECUTABLE_LINKER__hello-world_Debug CMakeFiles/hello-world.dir/hello.cpp.o
|
||
|
|
CONFIG = Debug
|
||
|
|
DEP_FILE = CMakeFiles/hello-world.dir/link.d
|
||
|
|
FLAGS = -g
|
||
|
|
LINK_FLAGS = -Wl,--dependency-file=CMakeFiles/hello-world.dir/link.d
|
||
|
|
OBJECT_DIR = CMakeFiles/hello-world.dir
|
||
|
|
POST_BUILD = :
|
||
|
|
PRE_LINK = :
|
||
|
|
TARGET_FILE = hello-world
|
||
|
|
TARGET_PDB = hello-world.dbg
|
||
|
|
TARGET_SUPPORT_DIR = CMakeFiles/hello-world.dir
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Utility command for edit_cache
|
||
|
|
|
||
|
|
build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
||
|
|
COMMAND = cd /data/projects/hello_world/build && /usr/bin/ccmake -S/data/projects/hello_world -B/data/projects/hello_world/build
|
||
|
|
DESC = Running CMake cache editor...
|
||
|
|
pool = console
|
||
|
|
restat = 1
|
||
|
|
|
||
|
|
build edit_cache: phony CMakeFiles/edit_cache.util
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Utility command for rebuild_cache
|
||
|
|
|
||
|
|
build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
|
||
|
|
COMMAND = cd /data/projects/hello_world/build && /usr/bin/cmake --regenerate-during-build -S/data/projects/hello_world -B/data/projects/hello_world/build
|
||
|
|
DESC = Running CMake to regenerate build system...
|
||
|
|
pool = console
|
||
|
|
restat = 1
|
||
|
|
|
||
|
|
build rebuild_cache: phony CMakeFiles/rebuild_cache.util
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Target aliases.
|
||
|
|
|
||
|
|
build eigen: phony libeigen.a
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Folder targets.
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Folder: /data/projects/hello_world/build
|
||
|
|
|
||
|
|
build all: phony main libeigen.a calender hello-world
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Built-in targets
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# Re-run CMake if any of its inputs changed.
|
||
|
|
|
||
|
|
build build.ninja /data/projects/hello_world/build/cmake_install.cmake: RERUN_CMAKE | /data/projects/hello_world/CMakeLists.txt /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Linker/GNU-C.cmake /usr/share/cmake/Modules/Linker/GNU-CXX.cmake /usr/share/cmake/Modules/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/4.3.3/CMakeCCompiler.cmake CMakeFiles/4.3.3/CMakeCXXCompiler.cmake CMakeFiles/4.3.3/CMakeSystem.cmake
|
||
|
|
pool = console
|
||
|
|
|
||
|
|
|
||
|
|
#############################################
|
||
|
|
# A missing CMake input file is not an error.
|
||
|
|
|
||
|
|
build /data/projects/hello_world/CMakeLists.txt /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Linker/GNU-C.cmake /usr/share/cmake/Modules/Linker/GNU-CXX.cmake /usr/share/cmake/Modules/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/4.3.3/CMakeCCompiler.cmake CMakeFiles/4.3.3/CMakeCXXCompiler.cmake CMakeFiles/4.3.3/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
|