241 lines
20 KiB
Plaintext
Executable File
241 lines
20 KiB
Plaintext
Executable File
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Ninja" Generator, CMake Version 3.30
|
|
|
|
# This file contains all the build statements describing the
|
|
# compilation DAG.
|
|
|
|
# =============================================================================
|
|
# Write statements declared in CMakeLists.txt:
|
|
#
|
|
# Which is the root file.
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Project: Calculator
|
|
# 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 = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/build/Desktop-Debug/
|
|
# =============================================================================
|
|
# Object build statements for EXECUTABLE target Calculator
|
|
|
|
|
|
#############################################
|
|
# Order-only phony target for Calculator
|
|
|
|
build cmake_object_order_depends_target_Calculator: phony || Calculator_autogen Calculator_autogen/mocs_compilation.cpp Calculator_autogen/timestamp Calculator_autogen_timestamp_deps
|
|
|
|
build CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_Calculator
|
|
DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o.d
|
|
FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC
|
|
INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = CMakeFiles/Calculator.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Calculator.dir/Calculator_autogen
|
|
|
|
build CMakeFiles/Calculator.dir/main.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/main.cpp || cmake_object_order_depends_target_Calculator
|
|
DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = CMakeFiles/Calculator.dir/main.cpp.o.d
|
|
FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC
|
|
INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = CMakeFiles/Calculator.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Calculator.dir
|
|
|
|
build CMakeFiles/Calculator.dir/calculator.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/calculator.cpp || cmake_object_order_depends_target_Calculator
|
|
DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB
|
|
DEP_FILE = CMakeFiles/Calculator.dir/calculator.cpp.o.d
|
|
FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC
|
|
INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++
|
|
OBJECT_DIR = CMakeFiles/Calculator.dir
|
|
OBJECT_FILE_DIR = CMakeFiles/Calculator.dir
|
|
|
|
|
|
# =============================================================================
|
|
# Link build statements for EXECUTABLE target Calculator
|
|
|
|
|
|
#############################################
|
|
# Link the executable Calculator
|
|
|
|
build Calculator: CXX_EXECUTABLE_LINKER__Calculator_Debug CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o CMakeFiles/Calculator.dir/main.cpp.o CMakeFiles/Calculator.dir/calculator.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || Calculator_autogen Calculator_autogen_timestamp_deps
|
|
FLAGS = -DQT_QML_DEBUG -g
|
|
LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14
|
|
OBJECT_DIR = CMakeFiles/Calculator.dir
|
|
POST_BUILD = :
|
|
PRE_LINK = :
|
|
TARGET_FILE = Calculator
|
|
TARGET_PDB = Calculator.dbg
|
|
|
|
|
|
#############################################
|
|
# Utility command for edit_cache
|
|
|
|
build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
|
|
COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug"
|
|
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 "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug"
|
|
DESC = Running CMake to regenerate build system...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build rebuild_cache: phony CMakeFiles/rebuild_cache.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for list_install_components
|
|
|
|
build list_install_components: phony
|
|
|
|
|
|
#############################################
|
|
# Utility command for install
|
|
|
|
build CMakeFiles/install.util: CUSTOM_COMMAND all
|
|
COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake
|
|
DESC = Install the project...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build install: phony CMakeFiles/install.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for install/local
|
|
|
|
build CMakeFiles/install/local.util: CUSTOM_COMMAND all
|
|
COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
DESC = Installing only the local directory...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build install/local: phony CMakeFiles/install/local.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for install/strip
|
|
|
|
build CMakeFiles/install/strip.util: CUSTOM_COMMAND all
|
|
COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
DESC = Installing the project stripped...
|
|
pool = console
|
|
restat = 1
|
|
|
|
build install/strip: phony CMakeFiles/install/strip.util
|
|
|
|
|
|
#############################################
|
|
# Utility command for Calculator_autogen_timestamp_deps
|
|
|
|
build Calculator_autogen_timestamp_deps: phony
|
|
|
|
|
|
#############################################
|
|
# Utility command for Calculator_autogen
|
|
|
|
build Calculator_autogen: phony CMakeFiles/Calculator_autogen Calculator_autogen/include/ui_calculator.h Calculator_autogen/timestamp Calculator_autogen/mocs_compilation.cpp Calculator_autogen_timestamp_deps
|
|
|
|
|
|
#############################################
|
|
# Custom command for Calculator_autogen/timestamp
|
|
|
|
build Calculator_autogen/timestamp Calculator_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}Calculator_autogen/timestamp ${cmake_ninja_workdir}Calculator_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || Calculator_autogen_timestamp_deps
|
|
COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/d/02dfcc7498da467738ee26601d06ebe321a968707d26a5a6d66f7e7a9986e166.d"
|
|
DESC = Automatic MOC and UIC for target Calculator
|
|
depfile = CMakeFiles/d/02dfcc7498da467738ee26601d06ebe321a968707d26a5a6d66f7e7a9986e166.d
|
|
deps = gcc
|
|
restat = 1
|
|
|
|
|
|
#############################################
|
|
# Phony custom command for CMakeFiles/Calculator_autogen
|
|
|
|
build CMakeFiles/Calculator_autogen Calculator_autogen/include/ui_calculator.h | ${cmake_ninja_workdir}CMakeFiles/Calculator_autogen ${cmake_ninja_workdir}Calculator_autogen/include/ui_calculator.h: phony Calculator_autogen/timestamp || Calculator_autogen_timestamp_deps
|
|
|
|
# =============================================================================
|
|
# Target aliases.
|
|
|
|
# =============================================================================
|
|
# Folder targets.
|
|
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug
|
|
|
|
build all: phony Calculator
|
|
|
|
# =============================================================================
|
|
# Built-in targets
|
|
|
|
|
|
#############################################
|
|
# Re-run CMake if any of its inputs changed.
|
|
|
|
build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.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/CMakeParseArguments.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-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/GNUInstallDirs.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/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake
|
|
pool = console
|
|
|
|
|
|
#############################################
|
|
# A missing CMake input file is not an error.
|
|
|
|
build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.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/CMakeParseArguments.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-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/GNUInstallDirs.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/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony
|
|
|
|
|
|
#############################################
|
|
# Clean additional files.
|
|
|
|
build CMakeFiles/clean.additional: CLEAN_ADDITIONAL
|
|
CONFIG = Debug
|
|
|
|
|
|
#############################################
|
|
# Clean all the built files.
|
|
|
|
build clean: CLEAN CMakeFiles/clean.additional
|
|
|
|
|
|
#############################################
|
|
# Print all primary targets available.
|
|
|
|
build help: HELP
|
|
|
|
|
|
#############################################
|
|
# Make the all target the default.
|
|
|
|
default all
|