minor changes
This commit is contained in:
		
							parent
							
								
									622216e198
								
							
						
					
					
						commit
						9af622c19b
					
				
					 151 changed files with 20366 additions and 3 deletions
				
			
		|  | @ -37,6 +37,6 @@ make | ||||||
| sudo make install | sudo make install | ||||||
| ``` | ``` | ||||||
| Alternatively, run `./install.sh` for an automated build process. | Alternatively, run `./install.sh` for an automated build process. | ||||||
| After the intallation, restart KWin by logging out and in. Then, Breeze10 will appear in *System Settings → Application Style → Window Decorations*. | After the intallation, restart KWin by logging out and in (or run `kwin_x11 --replace` from KRunner(open with Alt+Space), or `kwin_wayland --replace` if Wayland (untested!) is in use). Then, Bogir will appear in *System Settings → Application Style → Window Decorations*. | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| ## Screenshots |  | ||||||
|  |  | ||||||
|  | @ -432,7 +432,7 @@ namespace Breeze | ||||||
|         const int bHeight = buttonHeight(); |         const int bHeight = buttonHeight(); | ||||||
|         foreach( const QPointer<KDecoration2::DecorationButton>& button, m_leftButtons->buttons() + m_rightButtons->buttons() ) |         foreach( const QPointer<KDecoration2::DecorationButton>& button, m_leftButtons->buttons() + m_rightButtons->buttons() ) | ||||||
|         { |         { | ||||||
|             const int bWidth = buttonHeight() * (button.data()->type() == DecorationButtonType::Menu ? 1.0 : 1.5); |             const int bWidth = buttonHeight() * (button.data()->type() == DecorationButtonType::Menu ? 1.002 : 1.51); | ||||||
|             button.data()->setGeometry( QRectF( QPoint( 0, 0 ), QSizeF( bWidth, bHeight ) ) ); |             button.data()->setGeometry( QRectF( QPoint( 0, 0 ), QSizeF( bWidth, bHeight ) ) ); | ||||||
|             static_cast<Button*>( button.data() )->setIconSize( QSize( bWidth, bHeight ) ); |             static_cast<Button*>( button.data() )->setIconSize( QSize( bWidth, bHeight ) ); | ||||||
|         } |         } | ||||||
|  |  | ||||||
							
								
								
									
										802
									
								
								build/CMakeCache.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										802
									
								
								build/CMakeCache.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,802 @@ | ||||||
|  | # This is the CMakeCache file. | ||||||
|  | # For build in directory: /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | # It was generated by CMake: /usr/bin/cmake | ||||||
|  | # You can edit this file to change values found and used by cmake. | ||||||
|  | # If you do not want to change any of the values, simply exit the editor. | ||||||
|  | # If you do want to change a value, simply edit, save, and exit the editor. | ||||||
|  | # The syntax for the file is as follows: | ||||||
|  | # KEY:TYPE=VALUE | ||||||
|  | # KEY is the name of a variable in the cache. | ||||||
|  | # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. | ||||||
|  | # VALUE is the current value for the KEY. | ||||||
|  | 
 | ||||||
|  | ######################## | ||||||
|  | # EXTERNAL cache entries | ||||||
|  | ######################## | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | APPSTREAMCLI:FILEPATH=/usr/bin/appstreamcli | ||||||
|  | 
 | ||||||
|  | //Build the project with gcov support | ||||||
|  | BUILD_COVERAGE:BOOL=OFF | ||||||
|  | 
 | ||||||
|  | //If enabled, shared libs will be built by default, otherwise static | ||||||
|  | // libs | ||||||
|  | BUILD_SHARED_LIBS:BOOL=TRUE | ||||||
|  | 
 | ||||||
|  | //Build the testing tree. | ||||||
|  | BUILD_TESTING:BOOL=OFF | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_AR:FILEPATH=/usr/bin/ar | ||||||
|  | 
 | ||||||
|  | //Choose the type of build, options are: None Debug Release RelWithDebInfo | ||||||
|  | // MinSizeRel ... | ||||||
|  | CMAKE_BUILD_TYPE:STRING=Release | ||||||
|  | 
 | ||||||
|  | //Enable/Disable color output during build. | ||||||
|  | CMAKE_COLOR_MAKEFILE:BOOL=ON | ||||||
|  | 
 | ||||||
|  | //CXX compiler | ||||||
|  | CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ | ||||||
|  | 
 | ||||||
|  | //A wrapper around 'ar' adding the appropriate '--plugin' option | ||||||
|  | // for the GCC compiler | ||||||
|  | CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar | ||||||
|  | 
 | ||||||
|  | //A wrapper around 'ranlib' adding the appropriate '--plugin' option | ||||||
|  | // for the GCC compiler | ||||||
|  | CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib | ||||||
|  | 
 | ||||||
|  | //Flags used by the CXX compiler during all build types. | ||||||
|  | CMAKE_CXX_FLAGS:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the CXX compiler during DEBUG builds. | ||||||
|  | CMAKE_CXX_FLAGS_DEBUG:STRING=-g | ||||||
|  | 
 | ||||||
|  | //Flags used by the CXX compiler during MINSIZEREL builds. | ||||||
|  | CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | ||||||
|  | 
 | ||||||
|  | //Flags used by the CXX compiler during RELEASE builds. | ||||||
|  | CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | ||||||
|  | 
 | ||||||
|  | //Flags used by the CXX compiler during RELWITHDEBINFO builds. | ||||||
|  | CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | ||||||
|  | 
 | ||||||
|  | //C compiler | ||||||
|  | CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc | ||||||
|  | 
 | ||||||
|  | //A wrapper around 'ar' adding the appropriate '--plugin' option | ||||||
|  | // for the GCC compiler | ||||||
|  | CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar | ||||||
|  | 
 | ||||||
|  | //A wrapper around 'ranlib' adding the appropriate '--plugin' option | ||||||
|  | // for the GCC compiler | ||||||
|  | CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib | ||||||
|  | 
 | ||||||
|  | //Flags used by the C compiler during all build types. | ||||||
|  | CMAKE_C_FLAGS:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the C compiler during DEBUG builds. | ||||||
|  | CMAKE_C_FLAGS_DEBUG:STRING=-g | ||||||
|  | 
 | ||||||
|  | //Flags used by the C compiler during MINSIZEREL builds. | ||||||
|  | CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | ||||||
|  | 
 | ||||||
|  | //Flags used by the C compiler during RELEASE builds. | ||||||
|  | CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | ||||||
|  | 
 | ||||||
|  | //Flags used by the C compiler during RELWITHDEBINFO builds. | ||||||
|  | CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during all build types. | ||||||
|  | CMAKE_EXE_LINKER_FLAGS:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during DEBUG builds. | ||||||
|  | CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during MINSIZEREL builds. | ||||||
|  | CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during RELEASE builds. | ||||||
|  | CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during RELWITHDEBINFO builds. | ||||||
|  | CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||||||
|  | 
 | ||||||
|  | //Enable/Disable output of compile commands during generation. | ||||||
|  | CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= | ||||||
|  | 
 | ||||||
|  | //Install path prefix, prepended onto install directories. | ||||||
|  | CMAKE_INSTALL_PREFIX:PATH=/usr | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_LINKER:FILEPATH=/usr/bin/ld | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of modules during | ||||||
|  | // all build types. | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of modules during | ||||||
|  | // DEBUG builds. | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of modules during | ||||||
|  | // MINSIZEREL builds. | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of modules during | ||||||
|  | // RELEASE builds. | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of modules during | ||||||
|  | // RELWITHDEBINFO builds. | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_NM:FILEPATH=/usr/bin/nm | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump | ||||||
|  | 
 | ||||||
|  | //Value Computed by CMake | ||||||
|  | CMAKE_PROJECT_DESCRIPTION:STATIC= | ||||||
|  | 
 | ||||||
|  | //Value Computed by CMake | ||||||
|  | CMAKE_PROJECT_HOMEPAGE_URL:STATIC= | ||||||
|  | 
 | ||||||
|  | //Value Computed by CMake | ||||||
|  | CMAKE_PROJECT_NAME:STATIC=breeze10 | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_READELF:FILEPATH=/usr/bin/readelf | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of shared libraries | ||||||
|  | // during all build types. | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of shared libraries | ||||||
|  | // during DEBUG builds. | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of shared libraries | ||||||
|  | // during MINSIZEREL builds. | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of shared libraries | ||||||
|  | // during RELEASE builds. | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of shared libraries | ||||||
|  | // during RELWITHDEBINFO builds. | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||||||
|  | 
 | ||||||
|  | //If set, runtime paths are not added when installing shared libraries, | ||||||
|  | // but are added when building. | ||||||
|  | CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | ||||||
|  | 
 | ||||||
|  | //If set, runtime paths are not added when using shared libraries. | ||||||
|  | CMAKE_SKIP_RPATH:BOOL=NO | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of static libraries | ||||||
|  | // during all build types. | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of static libraries | ||||||
|  | // during DEBUG builds. | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of static libraries | ||||||
|  | // during MINSIZEREL builds. | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of static libraries | ||||||
|  | // during RELEASE builds. | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | ||||||
|  | 
 | ||||||
|  | //Flags used by the linker during the creation of static libraries | ||||||
|  | // during RELWITHDEBINFO builds. | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | CMAKE_STRIP:FILEPATH=/usr/bin/strip | ||||||
|  | 
 | ||||||
|  | //If this value is on, makefiles will be generated without the | ||||||
|  | // .SILENT directive, and all commands will be echoed to the console | ||||||
|  | // during the make.  This is useful for debugging only. With Visual | ||||||
|  | // Studio IDE projects all commands are done without /nologo. | ||||||
|  | CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for ECM. | ||||||
|  | ECM_DIR:PATH=/usr/share/ECM/cmake | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | GETTEXT_MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | GETTEXT_MSGMERGE_EXECUTABLE:FILEPATH=/usr/bin/msgmerge | ||||||
|  | 
 | ||||||
|  | //application desktop files (DATAROOTDIR/applications) | ||||||
|  | KDE_INSTALL_APPDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //autostart files (CONFDIR/autostart) | ||||||
|  | KDE_INSTALL_AUTOSTARTDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //user executables (EXECROOTDIR/bin) | ||||||
|  | KDE_INSTALL_BINDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //CMake packages, including config files (LIBDIR/cmake) | ||||||
|  | KDE_INSTALL_CMAKEPACKAGEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //application configuration files (SYSCONFDIR/xdg) | ||||||
|  | KDE_INSTALL_CONFDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //read-only architecture-independent data (DATAROOTDIR) | ||||||
|  | KDE_INSTALL_DATADIR:PATH= | ||||||
|  | 
 | ||||||
|  | //read-only architecture-independent data root (share) | ||||||
|  | KDE_INSTALL_DATAROOTDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //D-Bus (DATAROOTDIR/dbus-1) | ||||||
|  | KDE_INSTALL_DBUSDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //D-Bus interfaces (DBUSDIR/interfaces) | ||||||
|  | KDE_INSTALL_DBUSINTERFACEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //D-Bus session services (DBUSDIR/services) | ||||||
|  | KDE_INSTALL_DBUSSERVICEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //D-Bus system services (DBUSDIR/system-services) | ||||||
|  | KDE_INSTALL_DBUSSYSTEMSERVICEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //desktop directories (DATAROOTDIR/desktop-directories) | ||||||
|  | KDE_INSTALL_DESKTOPDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //documentation bundles generated using kdoctools (DATAROOTDIR/doc/HTML) | ||||||
|  | KDE_INSTALL_DOCBUNDLEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //executables and libraries () | ||||||
|  | KDE_INSTALL_EXECROOTDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //icons (DATAROOTDIR/icons) | ||||||
|  | KDE_INSTALL_ICONDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //C and C++ header files (include) | ||||||
|  | KDE_INSTALL_INCLUDEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //info documentation (DATAROOTDIR/info) | ||||||
|  | KDE_INSTALL_INFODIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Java AAR/JAR files for Android (jar) | ||||||
|  | KDE_INSTALL_JARDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //kconfig description files (DATAROOTDIR/config.kcfg) | ||||||
|  | KDE_INSTALL_KCFGDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //kconf_update scripts (DATAROOTDIR/kconf_update) | ||||||
|  | KDE_INSTALL_KCONFUPDATEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //knotify description files (DATAROOTDIR/knotifications5) | ||||||
|  | KDE_INSTALL_KNOTIFY5RCDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //services for KDE Frameworks 5 (DATAROOTDIR/kservices5) | ||||||
|  | KDE_INSTALL_KSERVICES5DIR:PATH= | ||||||
|  | 
 | ||||||
|  | //service types for KDE Frameworks 5 (DATAROOTDIR/kservicetypes5) | ||||||
|  | KDE_INSTALL_KSERVICETYPES5DIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Kapptemplate and Kdevelop templates (DATAROOTDIR/kdevappwizard/templates) | ||||||
|  | KDE_INSTALL_KTEMPLATESDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //kxmlgui .rc files (DATAROOTDIR/kxmlgui5) | ||||||
|  | KDE_INSTALL_KXMLGUI5DIR:PATH= | ||||||
|  | 
 | ||||||
|  | //object code libraries (EXECROOTDIR/lib) | ||||||
|  | KDE_INSTALL_LIBDIR:PATH=lib | ||||||
|  | 
 | ||||||
|  | //executables for internal use by programs and libraries (LIBDIR/libexec) | ||||||
|  | KDE_INSTALL_LIBEXECDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //knotify description files (DATAROOTDIR/locale) | ||||||
|  | KDE_INSTALL_LOCALEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //modifiable single-machine data (var) | ||||||
|  | KDE_INSTALL_LOCALSTATEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Qt Logging categories files (DATAROOTDIR/qlogging-categories5) | ||||||
|  | KDE_INSTALL_LOGGINGCATEGORIESDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //man documentation (DATAROOTDIR/man) | ||||||
|  | KDE_INSTALL_MANDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //AppStream component metadata (DATAROOTDIR/metainfo) | ||||||
|  | KDE_INSTALL_METAINFODIR:PATH= | ||||||
|  | 
 | ||||||
|  | //mime description files (DATAROOTDIR/mime/packages) | ||||||
|  | KDE_INSTALL_MIMEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Plugins (QTPLUGINDIR) | ||||||
|  | KDE_INSTALL_PLUGINDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Installs /usr/prefix.sh that sets up the necessary environment | ||||||
|  | // variables | ||||||
|  | KDE_INSTALL_PREFIX_SCRIPT:BOOL=OFF | ||||||
|  | 
 | ||||||
|  | //documentation bundles in QCH format (DATAROOTDIR/doc/qch) | ||||||
|  | KDE_INSTALL_QCHDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //QtQuick2 imports (/usr/lib/qt/qml) | ||||||
|  | KDE_INSTALL_QMLDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Qt plugins (/usr/lib/qt/plugins) | ||||||
|  | KDE_INSTALL_QTPLUGINDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //documentation bundles in QCH format for Qt-extending libraries | ||||||
|  | // (/usr/share/doc/qt) | ||||||
|  | KDE_INSTALL_QTQCHDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //QtQuick1 imports (/usr/lib/qt/imports) | ||||||
|  | KDE_INSTALL_QTQUICKIMPORTSDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //system admin executables (EXECROOTDIR/sbin) | ||||||
|  | KDE_INSTALL_SBINDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //modifiable architecture-independent data (com) | ||||||
|  | KDE_INSTALL_SHAREDSTATEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //sound files (DATAROOTDIR/sounds) | ||||||
|  | KDE_INSTALL_SOUNDDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //read-only single-machine data (/etc) | ||||||
|  | KDE_INSTALL_SYSCONFDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Systemd units (CMAKE_INSTALL_PREFIX/lib/systemd) | ||||||
|  | KDE_INSTALL_SYSTEMDUNITDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Systemd user units (SYSTEMDUNITDIR/user) | ||||||
|  | KDE_INSTALL_SYSTEMDUSERUNITDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //templates (DATAROOTDIR/templates) | ||||||
|  | KDE_INSTALL_TEMPLATEDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Install mkspecs files, QCH files for Qt-based libs, Plugins and | ||||||
|  | // Imports to the Qt 5 install dir | ||||||
|  | KDE_INSTALL_USE_QT_SYS_PATHS:BOOL=ON | ||||||
|  | 
 | ||||||
|  | //desktop wallpaper images (DATAROOTDIR/wallpapers) | ||||||
|  | KDE_INSTALL_WALLPAPERDIR:PATH= | ||||||
|  | 
 | ||||||
|  | //Automatically 'make fetch-translations` | ||||||
|  | KDE_L10N_AUTO_TRANSLATIONS:BOOL=OFF | ||||||
|  | 
 | ||||||
|  | //Branch from l10n.kde.org to fetch from: trunk | stable | lts | ||||||
|  | // | trunk_kde4 | stable_kde4 | ||||||
|  | KDE_L10N_BRANCH:STRING=trunk | ||||||
|  | 
 | ||||||
|  | //Fetch translations when KDECMakeSettings.cmake is processed. | ||||||
|  | KDE_L10N_SYNC_TRANSLATIONS:BOOL=OFF | ||||||
|  | 
 | ||||||
|  | //Prevent an "uninstall" target from being generated. | ||||||
|  | KDE_SKIP_UNINSTALL_TARGET:BOOL=OFF | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KDecoration2. | ||||||
|  | KDecoration2_DIR:PATH=/usr/lib64/cmake/KDecoration2 | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5Auth. | ||||||
|  | KF5Auth_DIR:PATH=/usr/lib64/cmake/KF5Auth | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5Codecs. | ||||||
|  | KF5Codecs_DIR:PATH=/usr/lib64/cmake/KF5Codecs | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5ConfigWidgets. | ||||||
|  | KF5ConfigWidgets_DIR:PATH=/usr/lib64/cmake/KF5ConfigWidgets | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5Config. | ||||||
|  | KF5Config_DIR:PATH=/usr/lib64/cmake/KF5Config | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5CoreAddons. | ||||||
|  | KF5CoreAddons_DIR:PATH=/usr/lib64/cmake/KF5CoreAddons | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5GuiAddons. | ||||||
|  | KF5GuiAddons_DIR:PATH=/usr/lib64/cmake/KF5GuiAddons | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5I18n. | ||||||
|  | KF5I18n_DIR:PATH=/usr/lib64/cmake/KF5I18n | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5WidgetsAddons. | ||||||
|  | KF5WidgetsAddons_DIR:PATH=/usr/lib64/cmake/KF5WidgetsAddons | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for KF5WindowSystem. | ||||||
|  | KF5WindowSystem_DIR:PATH=/usr/lib64/cmake/KF5WindowSystem | ||||||
|  | 
 | ||||||
|  | //Path to a program. | ||||||
|  | KI18N_PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 | ||||||
|  | 
 | ||||||
|  | //pkg-config executable | ||||||
|  | PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config | ||||||
|  | 
 | ||||||
|  | //Location of the Qt5 qmake executable | ||||||
|  | QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for Qt5Core. | ||||||
|  | Qt5Core_DIR:PATH=/usr/lib64/cmake/Qt5Core | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for Qt5DBus. | ||||||
|  | Qt5DBus_DIR:PATH=/usr/lib64/cmake/Qt5DBus | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for Qt5Gui. | ||||||
|  | Qt5Gui_DIR:PATH=/usr/lib64/cmake/Qt5Gui | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for Qt5Widgets. | ||||||
|  | Qt5Widgets_DIR:PATH=/usr/lib64/cmake/Qt5Widgets | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for Qt5X11Extras. | ||||||
|  | Qt5X11Extras_DIR:PATH=/usr/lib64/cmake/Qt5X11Extras | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for Qt5Xml. | ||||||
|  | Qt5Xml_DIR:PATH=/usr/lib64/cmake/Qt5Xml | ||||||
|  | 
 | ||||||
|  | //The directory containing a CMake configuration file for Qt5. | ||||||
|  | Qt5_DIR:PATH=/usr/lib64/cmake/Qt5 | ||||||
|  | 
 | ||||||
|  | //Path to a file. | ||||||
|  | XCB_XCB_INCLUDE_DIR:PATH=/usr/include | ||||||
|  | 
 | ||||||
|  | //Path to a library. | ||||||
|  | XCB_XCB_LIBRARY:FILEPATH=/usr/lib/libxcb.so | ||||||
|  | 
 | ||||||
|  | //Value Computed by CMake | ||||||
|  | breeze10_BINARY_DIR:STATIC=/home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | //Dependencies for the target | ||||||
|  | breeze10_LIB_DEPENDS:STATIC=general;Qt5::Core;general;Qt5::Gui;general;Qt5::DBus;general;breeze10common5;general;KDecoration2::KDecoration;general;KF5::ConfigCore;general;KF5::CoreAddons;general;KF5::ConfigWidgets;general;KF5::GuiAddons;general;KF5::I18n;general;KF5::WindowSystem;general;Qt5::X11Extras;general;XCB::XCB; | ||||||
|  | 
 | ||||||
|  | //Value Computed by CMake | ||||||
|  | breeze10_SOURCE_DIR:STATIC=/home/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | //Dependencies for the target | ||||||
|  | breeze10common5_LIB_DEPENDS:STATIC=general;Qt5::Core;general;Qt5::Gui; | ||||||
|  | 
 | ||||||
|  | //Path to a library. | ||||||
|  | pkgcfg_lib_PKG_XCB_XCB_xcb:FILEPATH=/usr/lib/libxcb.so | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | ######################## | ||||||
|  | # INTERNAL cache entries | ||||||
|  | ######################## | ||||||
|  | 
 | ||||||
|  | //ADVANCED property for variable: CMAKE_ADDR2LINE | ||||||
|  | CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_AR | ||||||
|  | CMAKE_AR-ADVANCED:INTERNAL=1 | ||||||
|  | //This is the directory where this CMakeCache.txt was created | ||||||
|  | CMAKE_CACHEFILE_DIR:INTERNAL=/home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | //Major version of cmake used to create the current loaded cache | ||||||
|  | CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | ||||||
|  | //Minor version of cmake used to create the current loaded cache | ||||||
|  | CMAKE_CACHE_MINOR_VERSION:INTERNAL=17 | ||||||
|  | //Patch version of cmake used to create the current loaded cache | ||||||
|  | CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE | ||||||
|  | CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 | ||||||
|  | //Path to CMake executable. | ||||||
|  | CMAKE_COMMAND:INTERNAL=/usr/bin/cmake | ||||||
|  | //Path to cpack program executable. | ||||||
|  | CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack | ||||||
|  | //Path to ctest program executable. | ||||||
|  | CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest | ||||||
|  | //ADVANCED property for variable: CMAKE_CXX_COMPILER | ||||||
|  | CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR | ||||||
|  | CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB | ||||||
|  | CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_CXX_FLAGS | ||||||
|  | CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | ||||||
|  | CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | ||||||
|  | CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | ||||||
|  | CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | ||||||
|  | CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_C_COMPILER | ||||||
|  | CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_C_COMPILER_AR | ||||||
|  | CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB | ||||||
|  | CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_C_FLAGS | ||||||
|  | CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | ||||||
|  | CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | ||||||
|  | CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | ||||||
|  | CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | ||||||
|  | CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_DLLTOOL | ||||||
|  | CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 | ||||||
|  | //Path to cache edit program executable. | ||||||
|  | CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake | ||||||
|  | //Executable file format | ||||||
|  | CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF | ||||||
|  | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | ||||||
|  | CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | ||||||
|  | CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | ||||||
|  | CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | ||||||
|  | CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | ||||||
|  | CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS | ||||||
|  | CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 | ||||||
|  | //Name of external makefile project generator. | ||||||
|  | CMAKE_EXTRA_GENERATOR:INTERNAL= | ||||||
|  | //Name of generator. | ||||||
|  | CMAKE_GENERATOR:INTERNAL=Unix Makefiles | ||||||
|  | //Generator instance identifier. | ||||||
|  | CMAKE_GENERATOR_INSTANCE:INTERNAL= | ||||||
|  | //Name of generator platform. | ||||||
|  | CMAKE_GENERATOR_PLATFORM:INTERNAL= | ||||||
|  | //Name of generator toolset. | ||||||
|  | CMAKE_GENERATOR_TOOLSET:INTERNAL= | ||||||
|  | //Source directory with the top level CMakeLists.txt file for this | ||||||
|  | // project | ||||||
|  | CMAKE_HOME_DIRECTORY:INTERNAL=/home/codic/coding/cpp/Bogir-decorations | ||||||
|  | //Install .so files without execute permission. | ||||||
|  | CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 | ||||||
|  | //ADVANCED property for variable: CMAKE_LINKER | ||||||
|  | CMAKE_LINKER-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_MAKE_PROGRAM | ||||||
|  | CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | ||||||
|  | CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_NM | ||||||
|  | CMAKE_NM-ADVANCED:INTERNAL=1 | ||||||
|  | //number of local generators | ||||||
|  | CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 | ||||||
|  | //ADVANCED property for variable: CMAKE_OBJCOPY | ||||||
|  | CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_OBJDUMP | ||||||
|  | CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | ||||||
|  | //Platform information initialized | ||||||
|  | CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_RANLIB | ||||||
|  | CMAKE_RANLIB-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_READELF | ||||||
|  | CMAKE_READELF-ADVANCED:INTERNAL=1 | ||||||
|  | //Path to CMake installation. | ||||||
|  | CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.17 | ||||||
|  | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | ||||||
|  | CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | ||||||
|  | CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_SKIP_RPATH | ||||||
|  | CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO | ||||||
|  | CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: CMAKE_STRIP | ||||||
|  | CMAKE_STRIP-ADVANCED:INTERNAL=1 | ||||||
|  | //uname command | ||||||
|  | CMAKE_UNAME:INTERNAL=/usr/bin/uname | ||||||
|  | //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | ||||||
|  | CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | ||||||
|  | //Compiler support for a deprecated attribute | ||||||
|  | COMPILER_HAS_DEPRECATED:INTERNAL=1 | ||||||
|  | //Test COMPILER_HAS_DEPRECATED_ATTR | ||||||
|  | COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1 | ||||||
|  | //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY | ||||||
|  | COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1 | ||||||
|  | //Test COMPILER_HAS_HIDDEN_VISIBILITY | ||||||
|  | COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1 | ||||||
|  | //Details about finding Gettext | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_Gettext:INTERNAL=[/usr/bin/msgmerge][/usr/bin/msgfmt][v0.20.1()] | ||||||
|  | //Details about finding KF5 | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_KF5:INTERNAL=[success][cfound components: CoreAddons GuiAddons ConfigWidgets WindowSystem I18n ][v5.69.0()] | ||||||
|  | //Details about finding KF5ConfigWidgets | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_KF5ConfigWidgets:INTERNAL=[/usr/lib64/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake][v5.69.0()] | ||||||
|  | //Details about finding KF5CoreAddons | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_KF5CoreAddons:INTERNAL=[/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake][v5.69.0()] | ||||||
|  | //Details about finding KF5GuiAddons | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_KF5GuiAddons:INTERNAL=[/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsConfig.cmake][v5.69.0()] | ||||||
|  | //Details about finding KF5I18n | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_KF5I18n:INTERNAL=[/usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake][v5.69.0()] | ||||||
|  | //Details about finding KF5WindowSystem | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_KF5WindowSystem:INTERNAL=[/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake][v5.69.0()] | ||||||
|  | //Details about finding PkgConfig | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.6.3()] | ||||||
|  | //Details about finding XCB | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_XCB:INTERNAL=[/usr/lib/libxcb.so][cfound components: XCB ][v1.14()] | ||||||
|  | //Details about finding XCB_XCB | ||||||
|  | FIND_PACKAGE_MESSAGE_DETAILS_XCB_XCB:INTERNAL=[/usr/lib/libxcb.so][/usr/include][v1.14()] | ||||||
|  | //Test HAVE_DATE_TIME | ||||||
|  | HAVE_DATE_TIME:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_APPDIR | ||||||
|  | KDE_INSTALL_APPDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_AUTOSTARTDIR | ||||||
|  | KDE_INSTALL_AUTOSTARTDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_BINDIR | ||||||
|  | KDE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_CMAKEPACKAGEDIR | ||||||
|  | KDE_INSTALL_CMAKEPACKAGEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_CONFDIR | ||||||
|  | KDE_INSTALL_CONFDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_DATADIR | ||||||
|  | KDE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_DATAROOTDIR | ||||||
|  | KDE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_DBUSDIR | ||||||
|  | KDE_INSTALL_DBUSDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_DBUSINTERFACEDIR | ||||||
|  | KDE_INSTALL_DBUSINTERFACEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_DBUSSERVICEDIR | ||||||
|  | KDE_INSTALL_DBUSSERVICEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_DBUSSYSTEMSERVICEDIR | ||||||
|  | KDE_INSTALL_DBUSSYSTEMSERVICEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_DESKTOPDIR | ||||||
|  | KDE_INSTALL_DESKTOPDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_DOCBUNDLEDIR | ||||||
|  | KDE_INSTALL_DOCBUNDLEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_EXECROOTDIR | ||||||
|  | KDE_INSTALL_EXECROOTDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_ICONDIR | ||||||
|  | KDE_INSTALL_ICONDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_INCLUDEDIR | ||||||
|  | KDE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_INFODIR | ||||||
|  | KDE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_JARDIR | ||||||
|  | KDE_INSTALL_JARDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_KCFGDIR | ||||||
|  | KDE_INSTALL_KCFGDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_KCONFUPDATEDIR | ||||||
|  | KDE_INSTALL_KCONFUPDATEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_KNOTIFY5RCDIR | ||||||
|  | KDE_INSTALL_KNOTIFY5RCDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_KSERVICES5DIR | ||||||
|  | KDE_INSTALL_KSERVICES5DIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_KSERVICETYPES5DIR | ||||||
|  | KDE_INSTALL_KSERVICETYPES5DIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_KTEMPLATESDIR | ||||||
|  | KDE_INSTALL_KTEMPLATESDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_KXMLGUI5DIR | ||||||
|  | KDE_INSTALL_KXMLGUI5DIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_LIBDIR | ||||||
|  | KDE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_LIBEXECDIR | ||||||
|  | KDE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_LOCALEDIR | ||||||
|  | KDE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_LOCALSTATEDIR | ||||||
|  | KDE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_LOGGINGCATEGORIESDIR | ||||||
|  | KDE_INSTALL_LOGGINGCATEGORIESDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_MANDIR | ||||||
|  | KDE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_METAINFODIR | ||||||
|  | KDE_INSTALL_METAINFODIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_MIMEDIR | ||||||
|  | KDE_INSTALL_MIMEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_PLUGINDIR | ||||||
|  | KDE_INSTALL_PLUGINDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_QCHDIR | ||||||
|  | KDE_INSTALL_QCHDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_QMLDIR | ||||||
|  | KDE_INSTALL_QMLDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_QTPLUGINDIR | ||||||
|  | KDE_INSTALL_QTPLUGINDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_QTQCHDIR | ||||||
|  | KDE_INSTALL_QTQCHDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_QTQUICKIMPORTSDIR | ||||||
|  | KDE_INSTALL_QTQUICKIMPORTSDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_SBINDIR | ||||||
|  | KDE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_SHAREDSTATEDIR | ||||||
|  | KDE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_SOUNDDIR | ||||||
|  | KDE_INSTALL_SOUNDDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_SYSCONFDIR | ||||||
|  | KDE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_SYSTEMDUNITDIR | ||||||
|  | KDE_INSTALL_SYSTEMDUNITDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_SYSTEMDUSERUNITDIR | ||||||
|  | KDE_INSTALL_SYSTEMDUSERUNITDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_TEMPLATEDIR | ||||||
|  | KDE_INSTALL_TEMPLATEDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: KDE_INSTALL_WALLPAPERDIR | ||||||
|  | KDE_INSTALL_WALLPAPERDIR-ADVANCED:INTERNAL=1 | ||||||
|  | //Have symbol __GLIBC__ | ||||||
|  | LIBC_IS_GLIBC:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE | ||||||
|  | PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 | ||||||
|  | PKG_XCB_XCB_CFLAGS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_CFLAGS_I:INTERNAL= | ||||||
|  | PKG_XCB_XCB_CFLAGS_OTHER:INTERNAL= | ||||||
|  | PKG_XCB_XCB_FOUND:INTERNAL=1 | ||||||
|  | PKG_XCB_XCB_INCLUDEDIR:INTERNAL=/usr/include | ||||||
|  | PKG_XCB_XCB_INCLUDE_DIRS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_LDFLAGS:INTERNAL=-lxcb | ||||||
|  | PKG_XCB_XCB_LDFLAGS_OTHER:INTERNAL= | ||||||
|  | PKG_XCB_XCB_LIBDIR:INTERNAL=/usr/lib | ||||||
|  | PKG_XCB_XCB_LIBRARIES:INTERNAL=xcb | ||||||
|  | PKG_XCB_XCB_LIBRARY_DIRS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_LIBS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_LIBS_L:INTERNAL= | ||||||
|  | PKG_XCB_XCB_LIBS_OTHER:INTERNAL= | ||||||
|  | PKG_XCB_XCB_LIBS_PATHS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_MODULE_NAME:INTERNAL=xcb | ||||||
|  | PKG_XCB_XCB_PREFIX:INTERNAL=/usr | ||||||
|  | PKG_XCB_XCB_STATIC_CFLAGS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_CFLAGS_I:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_CFLAGS_OTHER:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_INCLUDE_DIRS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_LDFLAGS:INTERNAL=-lxcb;-lXau;-lXdmcp | ||||||
|  | PKG_XCB_XCB_STATIC_LDFLAGS_OTHER:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_LIBDIR:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_LIBRARIES:INTERNAL=xcb;Xau;Xdmcp | ||||||
|  | PKG_XCB_XCB_STATIC_LIBRARY_DIRS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_LIBS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_LIBS_L:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_LIBS_OTHER:INTERNAL= | ||||||
|  | PKG_XCB_XCB_STATIC_LIBS_PATHS:INTERNAL= | ||||||
|  | PKG_XCB_XCB_VERSION:INTERNAL=1.14 | ||||||
|  | PKG_XCB_XCB_xcb_INCLUDEDIR:INTERNAL= | ||||||
|  | PKG_XCB_XCB_xcb_LIBDIR:INTERNAL= | ||||||
|  | PKG_XCB_XCB_xcb_PREFIX:INTERNAL= | ||||||
|  | PKG_XCB_XCB_xcb_VERSION:INTERNAL= | ||||||
|  | //ADVANCED property for variable: XCB_XCB_INCLUDE_DIR | ||||||
|  | XCB_XCB_INCLUDE_DIR-ADVANCED:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: XCB_XCB_LIBRARY | ||||||
|  | XCB_XCB_LIBRARY-ADVANCED:INTERNAL=1 | ||||||
|  | //Test _OFFT_IS_64BIT | ||||||
|  | _OFFT_IS_64BIT:INTERNAL=1 | ||||||
|  | __pkg_config_arguments_PKG_XCB_XCB:INTERNAL=QUIET;xcb | ||||||
|  | __pkg_config_checked_PKG_XCB_XCB:INTERNAL=1 | ||||||
|  | //ADVANCED property for variable: pkgcfg_lib_PKG_XCB_XCB_xcb | ||||||
|  | pkgcfg_lib_PKG_XCB_XCB_xcb-ADVANCED:INTERNAL=1 | ||||||
|  | prefix_result:INTERNAL=/usr/lib | ||||||
|  | 
 | ||||||
							
								
								
									
										76
									
								
								build/CMakeFiles/3.17.1/CMakeCCompiler.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										76
									
								
								build/CMakeFiles/3.17.1/CMakeCCompiler.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,76 @@ | ||||||
|  | set(CMAKE_C_COMPILER "/usr/bin/cc") | ||||||
|  | set(CMAKE_C_COMPILER_ARG1 "") | ||||||
|  | set(CMAKE_C_COMPILER_ID "GNU") | ||||||
|  | set(CMAKE_C_COMPILER_VERSION "9.3.0") | ||||||
|  | set(CMAKE_C_COMPILER_VERSION_INTERNAL "") | ||||||
|  | set(CMAKE_C_COMPILER_WRAPPER "") | ||||||
|  | set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") | ||||||
|  | set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") | ||||||
|  | set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") | ||||||
|  | set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") | ||||||
|  | set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") | ||||||
|  | 
 | ||||||
|  | set(CMAKE_C_PLATFORM_ID "Linux") | ||||||
|  | set(CMAKE_C_SIMULATE_ID "") | ||||||
|  | set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") | ||||||
|  | set(CMAKE_C_SIMULATE_VERSION "") | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | set(CMAKE_AR "/usr/bin/ar") | ||||||
|  | set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") | ||||||
|  | set(CMAKE_RANLIB "/usr/bin/ranlib") | ||||||
|  | set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") | ||||||
|  | set(CMAKE_LINKER "/usr/bin/ld") | ||||||
|  | set(CMAKE_MT "") | ||||||
|  | set(CMAKE_COMPILER_IS_GNUCC 1) | ||||||
|  | set(CMAKE_C_COMPILER_LOADED 1) | ||||||
|  | set(CMAKE_C_COMPILER_WORKS TRUE) | ||||||
|  | set(CMAKE_C_ABI_COMPILED TRUE) | ||||||
|  | set(CMAKE_COMPILER_IS_MINGW ) | ||||||
|  | set(CMAKE_COMPILER_IS_CYGWIN ) | ||||||
|  | if(CMAKE_COMPILER_IS_CYGWIN) | ||||||
|  |   set(CYGWIN 1) | ||||||
|  |   set(UNIX 1) | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | set(CMAKE_C_COMPILER_ENV_VAR "CC") | ||||||
|  | 
 | ||||||
|  | if(CMAKE_COMPILER_IS_MINGW) | ||||||
|  |   set(MINGW 1) | ||||||
|  | endif() | ||||||
|  | set(CMAKE_C_COMPILER_ID_RUN 1) | ||||||
|  | set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) | ||||||
|  | set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||||
|  | set(CMAKE_C_LINKER_PREFERENCE 10) | ||||||
|  | 
 | ||||||
|  | # Save compiler ABI information. | ||||||
|  | set(CMAKE_C_SIZEOF_DATA_PTR "8") | ||||||
|  | set(CMAKE_C_COMPILER_ABI "ELF") | ||||||
|  | set(CMAKE_C_LIBRARY_ARCHITECTURE "") | ||||||
|  | 
 | ||||||
|  | if(CMAKE_C_SIZEOF_DATA_PTR) | ||||||
|  |   set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | if(CMAKE_C_COMPILER_ABI) | ||||||
|  |   set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | if(CMAKE_C_LIBRARY_ARCHITECTURE) | ||||||
|  |   set(CMAKE_LIBRARY_ARCHITECTURE "") | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") | ||||||
|  | if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) | ||||||
|  |   set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed;/usr/include") | ||||||
|  | set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") | ||||||
|  | set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0;/usr/lib;/lib") | ||||||
|  | set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | ||||||
							
								
								
									
										88
									
								
								build/CMakeFiles/3.17.1/CMakeCXXCompiler.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								build/CMakeFiles/3.17.1/CMakeCXXCompiler.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,88 @@ | ||||||
|  | set(CMAKE_CXX_COMPILER "/usr/bin/c++") | ||||||
|  | set(CMAKE_CXX_COMPILER_ARG1 "") | ||||||
|  | set(CMAKE_CXX_COMPILER_ID "GNU") | ||||||
|  | set(CMAKE_CXX_COMPILER_VERSION "9.3.0") | ||||||
|  | set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") | ||||||
|  | set(CMAKE_CXX_COMPILER_WRAPPER "") | ||||||
|  | set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") | ||||||
|  | set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") | ||||||
|  | set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") | ||||||
|  | set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") | ||||||
|  | set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") | ||||||
|  | set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") | ||||||
|  | set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") | ||||||
|  | 
 | ||||||
|  | set(CMAKE_CXX_PLATFORM_ID "Linux") | ||||||
|  | set(CMAKE_CXX_SIMULATE_ID "") | ||||||
|  | set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") | ||||||
|  | set(CMAKE_CXX_SIMULATE_VERSION "") | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | set(CMAKE_AR "/usr/bin/ar") | ||||||
|  | set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") | ||||||
|  | set(CMAKE_RANLIB "/usr/bin/ranlib") | ||||||
|  | set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") | ||||||
|  | set(CMAKE_LINKER "/usr/bin/ld") | ||||||
|  | set(CMAKE_MT "") | ||||||
|  | set(CMAKE_COMPILER_IS_GNUCXX 1) | ||||||
|  | set(CMAKE_CXX_COMPILER_LOADED 1) | ||||||
|  | set(CMAKE_CXX_COMPILER_WORKS TRUE) | ||||||
|  | set(CMAKE_CXX_ABI_COMPILED TRUE) | ||||||
|  | set(CMAKE_COMPILER_IS_MINGW ) | ||||||
|  | set(CMAKE_COMPILER_IS_CYGWIN ) | ||||||
|  | if(CMAKE_COMPILER_IS_CYGWIN) | ||||||
|  |   set(CYGWIN 1) | ||||||
|  |   set(UNIX 1) | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") | ||||||
|  | 
 | ||||||
|  | if(CMAKE_COMPILER_IS_MINGW) | ||||||
|  |   set(MINGW 1) | ||||||
|  | endif() | ||||||
|  | set(CMAKE_CXX_COMPILER_ID_RUN 1) | ||||||
|  | set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) | ||||||
|  | set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) | ||||||
|  | 
 | ||||||
|  | foreach (lang C OBJC OBJCXX) | ||||||
|  |   if (CMAKE_${lang}_COMPILER_ID_RUN) | ||||||
|  |     foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) | ||||||
|  |       list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) | ||||||
|  |     endforeach() | ||||||
|  |   endif() | ||||||
|  | endforeach() | ||||||
|  | 
 | ||||||
|  | set(CMAKE_CXX_LINKER_PREFERENCE 30) | ||||||
|  | set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) | ||||||
|  | 
 | ||||||
|  | # Save compiler ABI information. | ||||||
|  | set(CMAKE_CXX_SIZEOF_DATA_PTR "8") | ||||||
|  | set(CMAKE_CXX_COMPILER_ABI "ELF") | ||||||
|  | set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") | ||||||
|  | 
 | ||||||
|  | if(CMAKE_CXX_SIZEOF_DATA_PTR) | ||||||
|  |   set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | if(CMAKE_CXX_COMPILER_ABI) | ||||||
|  |   set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | if(CMAKE_CXX_LIBRARY_ARCHITECTURE) | ||||||
|  |   set(CMAKE_LIBRARY_ARCHITECTURE "") | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") | ||||||
|  | if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) | ||||||
|  |   set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") | ||||||
|  | endif() | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/9.3.0;/usr/include/c++/9.3.0/x86_64-pc-linux-gnu;/usr/include/c++/9.3.0/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed;/usr/include") | ||||||
|  | set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") | ||||||
|  | set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0;/usr/lib;/lib") | ||||||
|  | set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") | ||||||
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.17.1/CMakeDetermineCompilerABI_C.bin
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.17.1/CMakeDetermineCompilerABI_C.bin
									
										
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.17.1/CMakeDetermineCompilerABI_CXX.bin
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.17.1/CMakeDetermineCompilerABI_CXX.bin
									
										
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										15
									
								
								build/CMakeFiles/3.17.1/CMakeSystem.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								build/CMakeFiles/3.17.1/CMakeSystem.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | ||||||
|  | set(CMAKE_HOST_SYSTEM "Linux-5.4.34-1-MANJARO") | ||||||
|  | set(CMAKE_HOST_SYSTEM_NAME "Linux") | ||||||
|  | set(CMAKE_HOST_SYSTEM_VERSION "5.4.34-1-MANJARO") | ||||||
|  | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | set(CMAKE_SYSTEM "Linux-5.4.34-1-MANJARO") | ||||||
|  | set(CMAKE_SYSTEM_NAME "Linux") | ||||||
|  | set(CMAKE_SYSTEM_VERSION "5.4.34-1-MANJARO") | ||||||
|  | set(CMAKE_SYSTEM_PROCESSOR "x86_64") | ||||||
|  | 
 | ||||||
|  | set(CMAKE_CROSSCOMPILING "FALSE") | ||||||
|  | 
 | ||||||
|  | set(CMAKE_SYSTEM_LOADED 1) | ||||||
							
								
								
									
										671
									
								
								build/CMakeFiles/3.17.1/CompilerIdC/CMakeCCompilerId.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										671
									
								
								build/CMakeFiles/3.17.1/CompilerIdC/CMakeCCompilerId.c
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,671 @@ | ||||||
|  | #ifdef __cplusplus | ||||||
|  | # error "A C++ compiler has been selected for C." | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #if defined(__18CXX) | ||||||
|  | # define ID_VOID_MAIN | ||||||
|  | #endif | ||||||
|  | #if defined(__CLASSIC_C__) | ||||||
|  | /* cv-qualifiers did not exist in K&R C */ | ||||||
|  | # define const | ||||||
|  | # define volatile | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | /* Version number components: V=Version, R=Revision, P=Patch
 | ||||||
|  |    Version date components:   YYYY=Year, MM=Month,   DD=Day  */ | ||||||
|  | 
 | ||||||
|  | #if defined(__INTEL_COMPILER) || defined(__ICC) | ||||||
|  | # define COMPILER_ID "Intel" | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  | #  define SIMULATE_ID "MSVC" | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC__) | ||||||
|  | #  define SIMULATE_ID "GNU" | ||||||
|  | # endif | ||||||
|  |   /* __INTEL_COMPILER = VRP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||||||
|  | # if defined(__INTEL_COMPILER_UPDATE) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||||||
|  | # else | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10) | ||||||
|  | # endif | ||||||
|  | # if defined(__INTEL_COMPILER_BUILD_DATE) | ||||||
|  |   /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||||||
|  | #  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||||||
|  | # endif | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  |    /* _MSC_VER = VVRR */ | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||||
|  | #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC__) | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||||||
|  | # elif defined(__GNUG__) | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC_MINOR__) | ||||||
|  | #  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC_PATCHLEVEL__) | ||||||
|  | #  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__PATHCC__) | ||||||
|  | # define COMPILER_ID "PathScale" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||||||
|  | # if defined(__PATHCC_PATCHLEVEL__) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||||||
|  | # define COMPILER_ID "Embarcadero" | ||||||
|  | # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||||||
|  | # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF) | ||||||
|  | 
 | ||||||
|  | #elif defined(__BORLANDC__) | ||||||
|  | # define COMPILER_ID "Borland" | ||||||
|  |   /* __BORLANDC__ = 0xVRR */ | ||||||
|  | # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||||||
|  | # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||||||
|  | 
 | ||||||
|  | #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||||||
|  | # define COMPILER_ID "Watcom" | ||||||
|  |    /* __WATCOMC__ = VVRR */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||||
|  | # if (__WATCOMC__ % 10) > 0 | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__WATCOMC__) | ||||||
|  | # define COMPILER_ID "OpenWatcom" | ||||||
|  |    /* __WATCOMC__ = VVRP + 1100 */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||||
|  | # if (__WATCOMC__ % 10) > 0 | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__SUNPRO_C) | ||||||
|  | # define COMPILER_ID "SunPro" | ||||||
|  | # if __SUNPRO_C >= 0x5100 | ||||||
|  |    /* __SUNPRO_C = 0xVRRP */ | ||||||
|  | #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | ||||||
|  | #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | ||||||
|  | #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF) | ||||||
|  | # else | ||||||
|  |    /* __SUNPRO_CC = 0xVRP */ | ||||||
|  | #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | ||||||
|  | #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | ||||||
|  | #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__HP_cc) | ||||||
|  | # define COMPILER_ID "HP" | ||||||
|  |   /* __HP_cc = VVRRPP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100) | ||||||
|  | 
 | ||||||
|  | #elif defined(__DECC) | ||||||
|  | # define COMPILER_ID "Compaq" | ||||||
|  |   /* __DECC_VER = VVRRTPPPP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000) | ||||||
|  | 
 | ||||||
|  | #elif defined(__IBMC__) && defined(__COMPILER_VER__) | ||||||
|  | # define COMPILER_ID "zOS" | ||||||
|  |   /* __IBMC__ = VRP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||||
|  | 
 | ||||||
|  | #elif defined(__ibmxl__) && defined(__clang__) | ||||||
|  | # define COMPILER_ID "XLClang" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||||||
|  | # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | ||||||
|  | # define COMPILER_ID "XL" | ||||||
|  |   /* __IBMC__ = VRP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||||
|  | 
 | ||||||
|  | #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | ||||||
|  | # define COMPILER_ID "VisualAge" | ||||||
|  |   /* __IBMC__ = VRP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10) | ||||||
|  | 
 | ||||||
|  | #elif defined(__PGI) | ||||||
|  | # define COMPILER_ID "PGI" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||||||
|  | # if defined(__PGIC_PATCHLEVEL__) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(_CRAYC) | ||||||
|  | # define COMPILER_ID "Cray" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||||||
|  | 
 | ||||||
|  | #elif defined(__TI_COMPILER_VERSION__) | ||||||
|  | # define COMPILER_ID "TI" | ||||||
|  |   /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000) | ||||||
|  | 
 | ||||||
|  | #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||||||
|  | # define COMPILER_ID "Fujitsu" | ||||||
|  | 
 | ||||||
|  | #elif defined(__ghs__) | ||||||
|  | # define COMPILER_ID "GHS" | ||||||
|  | /* __GHS_VERSION_NUMBER = VVVVRP */ | ||||||
|  | # ifdef __GHS_VERSION_NUMBER | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__TINYC__) | ||||||
|  | # define COMPILER_ID "TinyCC" | ||||||
|  | 
 | ||||||
|  | #elif defined(__BCC__) | ||||||
|  | # define COMPILER_ID "Bruce" | ||||||
|  | 
 | ||||||
|  | #elif defined(__SCO_VERSION__) | ||||||
|  | # define COMPILER_ID "SCO" | ||||||
|  | 
 | ||||||
|  | #elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||||||
|  | # define COMPILER_ID "ARMCC" | ||||||
|  | #if __ARMCC_VERSION >= 1000000 | ||||||
|  |   /* __ARMCC_VERSION = VRRPPPP */ | ||||||
|  |   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||||||
|  |   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||||||
|  |   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000) | ||||||
|  | #else | ||||||
|  |   /* __ARMCC_VERSION = VRPPPP */ | ||||||
|  |   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||||||
|  |   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||||||
|  |   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000) | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #elif defined(__clang__) && defined(__apple_build_version__) | ||||||
|  | # define COMPILER_ID "AppleClang" | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  | #  define SIMULATE_ID "MSVC" | ||||||
|  | # endif | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  |    /* _MSC_VER = VVRR */ | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||||
|  | #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||||
|  | # endif | ||||||
|  | # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||||||
|  | 
 | ||||||
|  | #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||||||
|  | # define COMPILER_ID "ARMClang" | ||||||
|  |   # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||||||
|  |   # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||||||
|  |   # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000) | ||||||
|  | # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||||||
|  | 
 | ||||||
|  | #elif defined(__clang__) | ||||||
|  | # define COMPILER_ID "Clang" | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  | #  define SIMULATE_ID "MSVC" | ||||||
|  | # endif | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  |    /* _MSC_VER = VVRR */ | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||||
|  | #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__GNUC__) | ||||||
|  | # define COMPILER_ID "GNU" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||||||
|  | # if defined(__GNUC_MINOR__) | ||||||
|  | #  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC_PATCHLEVEL__) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(_MSC_VER) | ||||||
|  | # define COMPILER_ID "MSVC" | ||||||
|  |   /* _MSC_VER = VVRR */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||||||
|  | # if defined(_MSC_FULL_VER) | ||||||
|  | #  if _MSC_VER >= 1400 | ||||||
|  |     /* _MSC_FULL_VER = VVRRPPPPP */ | ||||||
|  | #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||||||
|  | #  else | ||||||
|  |     /* _MSC_FULL_VER = VVRRPPPP */ | ||||||
|  | #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||||||
|  | #  endif | ||||||
|  | # endif | ||||||
|  | # if defined(_MSC_BUILD) | ||||||
|  | #  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||||||
|  | # define COMPILER_ID "ADSP" | ||||||
|  | #if defined(__VISUALDSPVERSION__) | ||||||
|  |   /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||||||
|  | # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||||||
|  | # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||||||
|  | # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF) | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||||
|  | # define COMPILER_ID "IAR" | ||||||
|  | # if defined(__VER__) && defined(__ICCARM__) | ||||||
|  | #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||||||
|  | #  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||||||
|  | #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||||
|  | # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||||||
|  | #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||||||
|  | #  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||||||
|  | #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | ||||||
|  | # define COMPILER_ID "SDCC" | ||||||
|  | # if defined(__SDCC_VERSION_MAJOR) | ||||||
|  | #  define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | ||||||
|  | #  define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | ||||||
|  | # else | ||||||
|  |   /* SDCC = VRP */ | ||||||
|  | #  define COMPILER_VERSION_MAJOR DEC(SDCC/100) | ||||||
|  | #  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(SDCC    % 10) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | /* These compilers are either not known or too old to define an
 | ||||||
|  |   identification macro.  Try to identify the platform and guess that | ||||||
|  |   it is the native compiler.  */ | ||||||
|  | #elif defined(__hpux) || defined(__hpua) | ||||||
|  | # define COMPILER_ID "HP" | ||||||
|  | 
 | ||||||
|  | #else /* unknown compiler */ | ||||||
|  | # define COMPILER_ID "" | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Construct the string literal in pieces to prevent the source from
 | ||||||
|  |    getting matched.  Store it in a pointer rather than an array | ||||||
|  |    because some compilers will just produce instructions to fill the | ||||||
|  |    array rather than assigning a pointer to a static array.  */ | ||||||
|  | char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||||||
|  | #ifdef SIMULATE_ID | ||||||
|  | char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #ifdef __QNXNTO__ | ||||||
|  | char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #if defined(__CRAYXE) || defined(__CRAYXC) | ||||||
|  | char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #define STRINGIFY_HELPER(X) #X | ||||||
|  | #define STRINGIFY(X) STRINGIFY_HELPER(X) | ||||||
|  | 
 | ||||||
|  | /* Identify known platforms by name.  */ | ||||||
|  | #if defined(__linux) || defined(__linux__) || defined(linux) | ||||||
|  | # define PLATFORM_ID "Linux" | ||||||
|  | 
 | ||||||
|  | #elif defined(__CYGWIN__) | ||||||
|  | # define PLATFORM_ID "Cygwin" | ||||||
|  | 
 | ||||||
|  | #elif defined(__MINGW32__) | ||||||
|  | # define PLATFORM_ID "MinGW" | ||||||
|  | 
 | ||||||
|  | #elif defined(__APPLE__) | ||||||
|  | # define PLATFORM_ID "Darwin" | ||||||
|  | 
 | ||||||
|  | #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||||||
|  | # define PLATFORM_ID "Windows" | ||||||
|  | 
 | ||||||
|  | #elif defined(__FreeBSD__) || defined(__FreeBSD) | ||||||
|  | # define PLATFORM_ID "FreeBSD" | ||||||
|  | 
 | ||||||
|  | #elif defined(__NetBSD__) || defined(__NetBSD) | ||||||
|  | # define PLATFORM_ID "NetBSD" | ||||||
|  | 
 | ||||||
|  | #elif defined(__OpenBSD__) || defined(__OPENBSD) | ||||||
|  | # define PLATFORM_ID "OpenBSD" | ||||||
|  | 
 | ||||||
|  | #elif defined(__sun) || defined(sun) | ||||||
|  | # define PLATFORM_ID "SunOS" | ||||||
|  | 
 | ||||||
|  | #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||||||
|  | # define PLATFORM_ID "AIX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__hpux) || defined(__hpux__) | ||||||
|  | # define PLATFORM_ID "HP-UX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__HAIKU__) | ||||||
|  | # define PLATFORM_ID "Haiku" | ||||||
|  | 
 | ||||||
|  | #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||||||
|  | # define PLATFORM_ID "BeOS" | ||||||
|  | 
 | ||||||
|  | #elif defined(__QNX__) || defined(__QNXNTO__) | ||||||
|  | # define PLATFORM_ID "QNX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||||||
|  | # define PLATFORM_ID "Tru64" | ||||||
|  | 
 | ||||||
|  | #elif defined(__riscos) || defined(__riscos__) | ||||||
|  | # define PLATFORM_ID "RISCos" | ||||||
|  | 
 | ||||||
|  | #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||||||
|  | # define PLATFORM_ID "SINIX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__UNIX_SV__) | ||||||
|  | # define PLATFORM_ID "UNIX_SV" | ||||||
|  | 
 | ||||||
|  | #elif defined(__bsdos__) | ||||||
|  | # define PLATFORM_ID "BSDOS" | ||||||
|  | 
 | ||||||
|  | #elif defined(_MPRAS) || defined(MPRAS) | ||||||
|  | # define PLATFORM_ID "MP-RAS" | ||||||
|  | 
 | ||||||
|  | #elif defined(__osf) || defined(__osf__) | ||||||
|  | # define PLATFORM_ID "OSF1" | ||||||
|  | 
 | ||||||
|  | #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||||||
|  | # define PLATFORM_ID "SCO_SV" | ||||||
|  | 
 | ||||||
|  | #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||||||
|  | # define PLATFORM_ID "ULTRIX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||||||
|  | # define PLATFORM_ID "Xenix" | ||||||
|  | 
 | ||||||
|  | #elif defined(__WATCOMC__) | ||||||
|  | # if defined(__LINUX__) | ||||||
|  | #  define PLATFORM_ID "Linux" | ||||||
|  | 
 | ||||||
|  | # elif defined(__DOS__) | ||||||
|  | #  define PLATFORM_ID "DOS" | ||||||
|  | 
 | ||||||
|  | # elif defined(__OS2__) | ||||||
|  | #  define PLATFORM_ID "OS2" | ||||||
|  | 
 | ||||||
|  | # elif defined(__WINDOWS__) | ||||||
|  | #  define PLATFORM_ID "Windows3x" | ||||||
|  | 
 | ||||||
|  | # else /* unknown platform */ | ||||||
|  | #  define PLATFORM_ID | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__INTEGRITY) | ||||||
|  | # if defined(INT_178B) | ||||||
|  | #  define PLATFORM_ID "Integrity178" | ||||||
|  | 
 | ||||||
|  | # else /* regular Integrity */ | ||||||
|  | #  define PLATFORM_ID "Integrity" | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #else /* unknown platform */ | ||||||
|  | # define PLATFORM_ID | ||||||
|  | 
 | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* For windows compilers MSVC and Intel we can determine
 | ||||||
|  |    the architecture of the compiler being used.  This is because | ||||||
|  |    the compilers do not have flags that can change the architecture, | ||||||
|  |    but rather depend on which compiler is being used | ||||||
|  | */ | ||||||
|  | #if defined(_WIN32) && defined(_MSC_VER) | ||||||
|  | # if defined(_M_IA64) | ||||||
|  | #  define ARCHITECTURE_ID "IA64" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_X64) || defined(_M_AMD64) | ||||||
|  | #  define ARCHITECTURE_ID "x64" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_IX86) | ||||||
|  | #  define ARCHITECTURE_ID "X86" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_ARM64) | ||||||
|  | #  define ARCHITECTURE_ID "ARM64" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_ARM) | ||||||
|  | #  if _M_ARM == 4 | ||||||
|  | #   define ARCHITECTURE_ID "ARMV4I" | ||||||
|  | #  elif _M_ARM == 5 | ||||||
|  | #   define ARCHITECTURE_ID "ARMV5I" | ||||||
|  | #  else | ||||||
|  | #   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||||||
|  | #  endif | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_MIPS) | ||||||
|  | #  define ARCHITECTURE_ID "MIPS" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_SH) | ||||||
|  | #  define ARCHITECTURE_ID "SHx" | ||||||
|  | 
 | ||||||
|  | # else /* unknown architecture */ | ||||||
|  | #  define ARCHITECTURE_ID "" | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__WATCOMC__) | ||||||
|  | # if defined(_M_I86) | ||||||
|  | #  define ARCHITECTURE_ID "I86" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_IX86) | ||||||
|  | #  define ARCHITECTURE_ID "X86" | ||||||
|  | 
 | ||||||
|  | # else /* unknown architecture */ | ||||||
|  | #  define ARCHITECTURE_ID "" | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||||
|  | # if defined(__ICCARM__) | ||||||
|  | #  define ARCHITECTURE_ID "ARM" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCRX__) | ||||||
|  | #  define ARCHITECTURE_ID "RX" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCRH850__) | ||||||
|  | #  define ARCHITECTURE_ID "RH850" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCRL78__) | ||||||
|  | #  define ARCHITECTURE_ID "RL78" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCRISCV__) | ||||||
|  | #  define ARCHITECTURE_ID "RISCV" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCAVR__) | ||||||
|  | #  define ARCHITECTURE_ID "AVR" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICC430__) | ||||||
|  | #  define ARCHITECTURE_ID "MSP430" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCV850__) | ||||||
|  | #  define ARCHITECTURE_ID "V850" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICC8051__) | ||||||
|  | #  define ARCHITECTURE_ID "8051" | ||||||
|  | 
 | ||||||
|  | # else /* unknown architecture */ | ||||||
|  | #  define ARCHITECTURE_ID "" | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__ghs__) | ||||||
|  | # if defined(__PPC64__) | ||||||
|  | #  define ARCHITECTURE_ID "PPC64" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ppc__) | ||||||
|  | #  define ARCHITECTURE_ID "PPC" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ARM__) | ||||||
|  | #  define ARCHITECTURE_ID "ARM" | ||||||
|  | 
 | ||||||
|  | # elif defined(__x86_64__) | ||||||
|  | #  define ARCHITECTURE_ID "x64" | ||||||
|  | 
 | ||||||
|  | # elif defined(__i386__) | ||||||
|  | #  define ARCHITECTURE_ID "X86" | ||||||
|  | 
 | ||||||
|  | # else /* unknown architecture */ | ||||||
|  | #  define ARCHITECTURE_ID "" | ||||||
|  | # endif | ||||||
|  | #else | ||||||
|  | #  define ARCHITECTURE_ID | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Convert integer to decimal digit literals.  */ | ||||||
|  | #define DEC(n)                   \ | ||||||
|  |   ('0' + (((n) / 10000000)%10)), \ | ||||||
|  |   ('0' + (((n) / 1000000)%10)),  \ | ||||||
|  |   ('0' + (((n) / 100000)%10)),   \ | ||||||
|  |   ('0' + (((n) / 10000)%10)),    \ | ||||||
|  |   ('0' + (((n) / 1000)%10)),     \ | ||||||
|  |   ('0' + (((n) / 100)%10)),      \ | ||||||
|  |   ('0' + (((n) / 10)%10)),       \ | ||||||
|  |   ('0' +  ((n) % 10)) | ||||||
|  | 
 | ||||||
|  | /* Convert integer to hex digit literals.  */ | ||||||
|  | #define HEX(n)             \ | ||||||
|  |   ('0' + ((n)>>28 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>24 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>20 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>16 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>12 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>8  & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>4  & 0xF)), \ | ||||||
|  |   ('0' + ((n)     & 0xF)) | ||||||
|  | 
 | ||||||
|  | /* Construct a string literal encoding the version number components. */ | ||||||
|  | #ifdef COMPILER_VERSION_MAJOR | ||||||
|  | char const info_version[] = { | ||||||
|  |   'I', 'N', 'F', 'O', ':', | ||||||
|  |   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | ||||||
|  |   COMPILER_VERSION_MAJOR, | ||||||
|  | # ifdef COMPILER_VERSION_MINOR | ||||||
|  |   '.', COMPILER_VERSION_MINOR, | ||||||
|  | #  ifdef COMPILER_VERSION_PATCH | ||||||
|  |    '.', COMPILER_VERSION_PATCH, | ||||||
|  | #   ifdef COMPILER_VERSION_TWEAK | ||||||
|  |     '.', COMPILER_VERSION_TWEAK, | ||||||
|  | #   endif | ||||||
|  | #  endif | ||||||
|  | # endif | ||||||
|  |   ']','\0'}; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Construct a string literal encoding the internal version number. */ | ||||||
|  | #ifdef COMPILER_VERSION_INTERNAL | ||||||
|  | char const info_version_internal[] = { | ||||||
|  |   'I', 'N', 'F', 'O', ':', | ||||||
|  |   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||||||
|  |   'i','n','t','e','r','n','a','l','[', | ||||||
|  |   COMPILER_VERSION_INTERNAL,']','\0'}; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Construct a string literal encoding the version number components. */ | ||||||
|  | #ifdef SIMULATE_VERSION_MAJOR | ||||||
|  | char const info_simulate_version[] = { | ||||||
|  |   'I', 'N', 'F', 'O', ':', | ||||||
|  |   's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||||||
|  |   SIMULATE_VERSION_MAJOR, | ||||||
|  | # ifdef SIMULATE_VERSION_MINOR | ||||||
|  |   '.', SIMULATE_VERSION_MINOR, | ||||||
|  | #  ifdef SIMULATE_VERSION_PATCH | ||||||
|  |    '.', SIMULATE_VERSION_PATCH, | ||||||
|  | #   ifdef SIMULATE_VERSION_TWEAK | ||||||
|  |     '.', SIMULATE_VERSION_TWEAK, | ||||||
|  | #   endif | ||||||
|  | #  endif | ||||||
|  | # endif | ||||||
|  |   ']','\0'}; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Construct the string literal in pieces to prevent the source from
 | ||||||
|  |    getting matched.  Store it in a pointer rather than an array | ||||||
|  |    because some compilers will just produce instructions to fill the | ||||||
|  |    array rather than assigning a pointer to a static array.  */ | ||||||
|  | char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||||||
|  | char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #if !defined(__STDC__) | ||||||
|  | # if (defined(_MSC_VER) && !defined(__clang__)) \ | ||||||
|  |   || (defined(__ibmxl__) || defined(__IBMC__)) | ||||||
|  | #  define C_DIALECT "90" | ||||||
|  | # else | ||||||
|  | #  define C_DIALECT | ||||||
|  | # endif | ||||||
|  | #elif __STDC_VERSION__ >= 201000L | ||||||
|  | # define C_DIALECT "11" | ||||||
|  | #elif __STDC_VERSION__ >= 199901L | ||||||
|  | # define C_DIALECT "99" | ||||||
|  | #else | ||||||
|  | # define C_DIALECT "90" | ||||||
|  | #endif | ||||||
|  | const char* info_language_dialect_default = | ||||||
|  |   "INFO" ":" "dialect_default[" C_DIALECT "]"; | ||||||
|  | 
 | ||||||
|  | /*--------------------------------------------------------------------------*/ | ||||||
|  | 
 | ||||||
|  | #ifdef ID_VOID_MAIN | ||||||
|  | void main() {} | ||||||
|  | #else | ||||||
|  | # if defined(__CLASSIC_C__) | ||||||
|  | int main(argc, argv) int argc; char *argv[]; | ||||||
|  | # else | ||||||
|  | int main(int argc, char* argv[]) | ||||||
|  | # endif | ||||||
|  | { | ||||||
|  |   int require = 0; | ||||||
|  |   require += info_compiler[argc]; | ||||||
|  |   require += info_platform[argc]; | ||||||
|  |   require += info_arch[argc]; | ||||||
|  | #ifdef COMPILER_VERSION_MAJOR | ||||||
|  |   require += info_version[argc]; | ||||||
|  | #endif | ||||||
|  | #ifdef COMPILER_VERSION_INTERNAL | ||||||
|  |   require += info_version_internal[argc]; | ||||||
|  | #endif | ||||||
|  | #ifdef SIMULATE_ID | ||||||
|  |   require += info_simulate[argc]; | ||||||
|  | #endif | ||||||
|  | #ifdef SIMULATE_VERSION_MAJOR | ||||||
|  |   require += info_simulate_version[argc]; | ||||||
|  | #endif | ||||||
|  | #if defined(__CRAYXE) || defined(__CRAYXC) | ||||||
|  |   require += info_cray[argc]; | ||||||
|  | #endif | ||||||
|  |   require += info_language_dialect_default[argc]; | ||||||
|  |   (void)argv; | ||||||
|  |   return require; | ||||||
|  | } | ||||||
|  | #endif | ||||||
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.17.1/CompilerIdC/a.out
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.17.1/CompilerIdC/a.out
									
										
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										660
									
								
								build/CMakeFiles/3.17.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										660
									
								
								build/CMakeFiles/3.17.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,660 @@ | ||||||
|  | /* This source file must have a .cpp extension so that all C++ compilers
 | ||||||
|  |    recognize the extension without flags.  Borland does not know .cxx for | ||||||
|  |    example.  */ | ||||||
|  | #ifndef __cplusplus | ||||||
|  | # error "A C compiler has been selected for C++." | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | /* Version number components: V=Version, R=Revision, P=Patch
 | ||||||
|  |    Version date components:   YYYY=Year, MM=Month,   DD=Day  */ | ||||||
|  | 
 | ||||||
|  | #if defined(__COMO__) | ||||||
|  | # define COMPILER_ID "Comeau" | ||||||
|  |   /* __COMO_VERSION__ = VRR */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) | ||||||
|  | 
 | ||||||
|  | #elif defined(__INTEL_COMPILER) || defined(__ICC) | ||||||
|  | # define COMPILER_ID "Intel" | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  | #  define SIMULATE_ID "MSVC" | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC__) | ||||||
|  | #  define SIMULATE_ID "GNU" | ||||||
|  | # endif | ||||||
|  |   /* __INTEL_COMPILER = VRP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | ||||||
|  | # if defined(__INTEL_COMPILER_UPDATE) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | ||||||
|  | # else | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10) | ||||||
|  | # endif | ||||||
|  | # if defined(__INTEL_COMPILER_BUILD_DATE) | ||||||
|  |   /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | ||||||
|  | #  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | ||||||
|  | # endif | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  |    /* _MSC_VER = VVRR */ | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||||
|  | #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC__) | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | ||||||
|  | # elif defined(__GNUG__) | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC_MINOR__) | ||||||
|  | #  define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC_PATCHLEVEL__) | ||||||
|  | #  define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__PATHCC__) | ||||||
|  | # define COMPILER_ID "PathScale" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | ||||||
|  | # if defined(__PATHCC_PATCHLEVEL__) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | ||||||
|  | # define COMPILER_ID "Embarcadero" | ||||||
|  | # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | ||||||
|  | # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF) | ||||||
|  | 
 | ||||||
|  | #elif defined(__BORLANDC__) | ||||||
|  | # define COMPILER_ID "Borland" | ||||||
|  |   /* __BORLANDC__ = 0xVRR */ | ||||||
|  | # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | ||||||
|  | # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | ||||||
|  | 
 | ||||||
|  | #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | ||||||
|  | # define COMPILER_ID "Watcom" | ||||||
|  |    /* __WATCOMC__ = VVRR */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||||
|  | # if (__WATCOMC__ % 10) > 0 | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__WATCOMC__) | ||||||
|  | # define COMPILER_ID "OpenWatcom" | ||||||
|  |    /* __WATCOMC__ = VVRP + 1100 */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | ||||||
|  | # if (__WATCOMC__ % 10) > 0 | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__SUNPRO_CC) | ||||||
|  | # define COMPILER_ID "SunPro" | ||||||
|  | # if __SUNPRO_CC >= 0x5100 | ||||||
|  |    /* __SUNPRO_CC = 0xVRRP */ | ||||||
|  | #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | ||||||
|  | #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | ||||||
|  | #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF) | ||||||
|  | # else | ||||||
|  |    /* __SUNPRO_CC = 0xVRP */ | ||||||
|  | #  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | ||||||
|  | #  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | ||||||
|  | #  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__HP_aCC) | ||||||
|  | # define COMPILER_ID "HP" | ||||||
|  |   /* __HP_aCC = VVRRPP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100) | ||||||
|  | 
 | ||||||
|  | #elif defined(__DECCXX) | ||||||
|  | # define COMPILER_ID "Compaq" | ||||||
|  |   /* __DECCXX_VER = VVRRTPPPP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000) | ||||||
|  | 
 | ||||||
|  | #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) | ||||||
|  | # define COMPILER_ID "zOS" | ||||||
|  |   /* __IBMCPP__ = VRP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||||
|  | 
 | ||||||
|  | #elif defined(__ibmxl__) && defined(__clang__) | ||||||
|  | # define COMPILER_ID "XLClang" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | ||||||
|  | # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 | ||||||
|  | # define COMPILER_ID "XL" | ||||||
|  |   /* __IBMCPP__ = VRP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||||
|  | 
 | ||||||
|  | #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 | ||||||
|  | # define COMPILER_ID "VisualAge" | ||||||
|  |   /* __IBMCPP__ = VRP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10) | ||||||
|  | 
 | ||||||
|  | #elif defined(__PGI) | ||||||
|  | # define COMPILER_ID "PGI" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | ||||||
|  | # if defined(__PGIC_PATCHLEVEL__) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(_CRAYC) | ||||||
|  | # define COMPILER_ID "Cray" | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | ||||||
|  | 
 | ||||||
|  | #elif defined(__TI_COMPILER_VERSION__) | ||||||
|  | # define COMPILER_ID "TI" | ||||||
|  |   /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000) | ||||||
|  | 
 | ||||||
|  | #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) | ||||||
|  | # define COMPILER_ID "Fujitsu" | ||||||
|  | 
 | ||||||
|  | #elif defined(__ghs__) | ||||||
|  | # define COMPILER_ID "GHS" | ||||||
|  | /* __GHS_VERSION_NUMBER = VVVVRP */ | ||||||
|  | # ifdef __GHS_VERSION_NUMBER | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER      % 10) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__SCO_VERSION__) | ||||||
|  | # define COMPILER_ID "SCO" | ||||||
|  | 
 | ||||||
|  | #elif defined(__ARMCC_VERSION) && !defined(__clang__) | ||||||
|  | # define COMPILER_ID "ARMCC" | ||||||
|  | #if __ARMCC_VERSION >= 1000000 | ||||||
|  |   /* __ARMCC_VERSION = VRRPPPP */ | ||||||
|  |   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | ||||||
|  |   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | ||||||
|  |   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000) | ||||||
|  | #else | ||||||
|  |   /* __ARMCC_VERSION = VRPPPP */ | ||||||
|  |   # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | ||||||
|  |   # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | ||||||
|  |   # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000) | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #elif defined(__clang__) && defined(__apple_build_version__) | ||||||
|  | # define COMPILER_ID "AppleClang" | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  | #  define SIMULATE_ID "MSVC" | ||||||
|  | # endif | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  |    /* _MSC_VER = VVRR */ | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||||
|  | #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||||
|  | # endif | ||||||
|  | # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | ||||||
|  | 
 | ||||||
|  | #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | ||||||
|  | # define COMPILER_ID "ARMClang" | ||||||
|  |   # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | ||||||
|  |   # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | ||||||
|  |   # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION     % 10000) | ||||||
|  | # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | ||||||
|  | 
 | ||||||
|  | #elif defined(__clang__) | ||||||
|  | # define COMPILER_ID "Clang" | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  | #  define SIMULATE_ID "MSVC" | ||||||
|  | # endif | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | ||||||
|  | # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | ||||||
|  | # if defined(_MSC_VER) | ||||||
|  |    /* _MSC_VER = VVRR */ | ||||||
|  | #  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||||
|  | #  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__GNUC__) || defined(__GNUG__) | ||||||
|  | # define COMPILER_ID "GNU" | ||||||
|  | # if defined(__GNUC__) | ||||||
|  | #  define COMPILER_VERSION_MAJOR DEC(__GNUC__) | ||||||
|  | # else | ||||||
|  | #  define COMPILER_VERSION_MAJOR DEC(__GNUG__) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC_MINOR__) | ||||||
|  | #  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | ||||||
|  | # endif | ||||||
|  | # if defined(__GNUC_PATCHLEVEL__) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(_MSC_VER) | ||||||
|  | # define COMPILER_ID "MSVC" | ||||||
|  |   /* _MSC_VER = VVRR */ | ||||||
|  | # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | ||||||
|  | # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | ||||||
|  | # if defined(_MSC_FULL_VER) | ||||||
|  | #  if _MSC_VER >= 1400 | ||||||
|  |     /* _MSC_FULL_VER = VVRRPPPPP */ | ||||||
|  | #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | ||||||
|  | #  else | ||||||
|  |     /* _MSC_FULL_VER = VVRRPPPP */ | ||||||
|  | #   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | ||||||
|  | #  endif | ||||||
|  | # endif | ||||||
|  | # if defined(_MSC_BUILD) | ||||||
|  | #  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) | ||||||
|  | # define COMPILER_ID "ADSP" | ||||||
|  | #if defined(__VISUALDSPVERSION__) | ||||||
|  |   /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ | ||||||
|  | # define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) | ||||||
|  | # define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) | ||||||
|  | # define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF) | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||||
|  | # define COMPILER_ID "IAR" | ||||||
|  | # if defined(__VER__) && defined(__ICCARM__) | ||||||
|  | #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | ||||||
|  | #  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | ||||||
|  | #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||||
|  | # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) | ||||||
|  | #  define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | ||||||
|  | #  define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | ||||||
|  | #  define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | ||||||
|  | #  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | /* These compilers are either not known or too old to define an
 | ||||||
|  |   identification macro.  Try to identify the platform and guess that | ||||||
|  |   it is the native compiler.  */ | ||||||
|  | #elif defined(__hpux) || defined(__hpua) | ||||||
|  | # define COMPILER_ID "HP" | ||||||
|  | 
 | ||||||
|  | #else /* unknown compiler */ | ||||||
|  | # define COMPILER_ID "" | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Construct the string literal in pieces to prevent the source from
 | ||||||
|  |    getting matched.  Store it in a pointer rather than an array | ||||||
|  |    because some compilers will just produce instructions to fill the | ||||||
|  |    array rather than assigning a pointer to a static array.  */ | ||||||
|  | char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | ||||||
|  | #ifdef SIMULATE_ID | ||||||
|  | char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #ifdef __QNXNTO__ | ||||||
|  | char const* qnxnto = "INFO" ":" "qnxnto[]"; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #if defined(__CRAYXE) || defined(__CRAYXC) | ||||||
|  | char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | #define STRINGIFY_HELPER(X) #X | ||||||
|  | #define STRINGIFY(X) STRINGIFY_HELPER(X) | ||||||
|  | 
 | ||||||
|  | /* Identify known platforms by name.  */ | ||||||
|  | #if defined(__linux) || defined(__linux__) || defined(linux) | ||||||
|  | # define PLATFORM_ID "Linux" | ||||||
|  | 
 | ||||||
|  | #elif defined(__CYGWIN__) | ||||||
|  | # define PLATFORM_ID "Cygwin" | ||||||
|  | 
 | ||||||
|  | #elif defined(__MINGW32__) | ||||||
|  | # define PLATFORM_ID "MinGW" | ||||||
|  | 
 | ||||||
|  | #elif defined(__APPLE__) | ||||||
|  | # define PLATFORM_ID "Darwin" | ||||||
|  | 
 | ||||||
|  | #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | ||||||
|  | # define PLATFORM_ID "Windows" | ||||||
|  | 
 | ||||||
|  | #elif defined(__FreeBSD__) || defined(__FreeBSD) | ||||||
|  | # define PLATFORM_ID "FreeBSD" | ||||||
|  | 
 | ||||||
|  | #elif defined(__NetBSD__) || defined(__NetBSD) | ||||||
|  | # define PLATFORM_ID "NetBSD" | ||||||
|  | 
 | ||||||
|  | #elif defined(__OpenBSD__) || defined(__OPENBSD) | ||||||
|  | # define PLATFORM_ID "OpenBSD" | ||||||
|  | 
 | ||||||
|  | #elif defined(__sun) || defined(sun) | ||||||
|  | # define PLATFORM_ID "SunOS" | ||||||
|  | 
 | ||||||
|  | #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | ||||||
|  | # define PLATFORM_ID "AIX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__hpux) || defined(__hpux__) | ||||||
|  | # define PLATFORM_ID "HP-UX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__HAIKU__) | ||||||
|  | # define PLATFORM_ID "Haiku" | ||||||
|  | 
 | ||||||
|  | #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | ||||||
|  | # define PLATFORM_ID "BeOS" | ||||||
|  | 
 | ||||||
|  | #elif defined(__QNX__) || defined(__QNXNTO__) | ||||||
|  | # define PLATFORM_ID "QNX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | ||||||
|  | # define PLATFORM_ID "Tru64" | ||||||
|  | 
 | ||||||
|  | #elif defined(__riscos) || defined(__riscos__) | ||||||
|  | # define PLATFORM_ID "RISCos" | ||||||
|  | 
 | ||||||
|  | #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | ||||||
|  | # define PLATFORM_ID "SINIX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__UNIX_SV__) | ||||||
|  | # define PLATFORM_ID "UNIX_SV" | ||||||
|  | 
 | ||||||
|  | #elif defined(__bsdos__) | ||||||
|  | # define PLATFORM_ID "BSDOS" | ||||||
|  | 
 | ||||||
|  | #elif defined(_MPRAS) || defined(MPRAS) | ||||||
|  | # define PLATFORM_ID "MP-RAS" | ||||||
|  | 
 | ||||||
|  | #elif defined(__osf) || defined(__osf__) | ||||||
|  | # define PLATFORM_ID "OSF1" | ||||||
|  | 
 | ||||||
|  | #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | ||||||
|  | # define PLATFORM_ID "SCO_SV" | ||||||
|  | 
 | ||||||
|  | #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | ||||||
|  | # define PLATFORM_ID "ULTRIX" | ||||||
|  | 
 | ||||||
|  | #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | ||||||
|  | # define PLATFORM_ID "Xenix" | ||||||
|  | 
 | ||||||
|  | #elif defined(__WATCOMC__) | ||||||
|  | # if defined(__LINUX__) | ||||||
|  | #  define PLATFORM_ID "Linux" | ||||||
|  | 
 | ||||||
|  | # elif defined(__DOS__) | ||||||
|  | #  define PLATFORM_ID "DOS" | ||||||
|  | 
 | ||||||
|  | # elif defined(__OS2__) | ||||||
|  | #  define PLATFORM_ID "OS2" | ||||||
|  | 
 | ||||||
|  | # elif defined(__WINDOWS__) | ||||||
|  | #  define PLATFORM_ID "Windows3x" | ||||||
|  | 
 | ||||||
|  | # else /* unknown platform */ | ||||||
|  | #  define PLATFORM_ID | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__INTEGRITY) | ||||||
|  | # if defined(INT_178B) | ||||||
|  | #  define PLATFORM_ID "Integrity178" | ||||||
|  | 
 | ||||||
|  | # else /* regular Integrity */ | ||||||
|  | #  define PLATFORM_ID "Integrity" | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #else /* unknown platform */ | ||||||
|  | # define PLATFORM_ID | ||||||
|  | 
 | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* For windows compilers MSVC and Intel we can determine
 | ||||||
|  |    the architecture of the compiler being used.  This is because | ||||||
|  |    the compilers do not have flags that can change the architecture, | ||||||
|  |    but rather depend on which compiler is being used | ||||||
|  | */ | ||||||
|  | #if defined(_WIN32) && defined(_MSC_VER) | ||||||
|  | # if defined(_M_IA64) | ||||||
|  | #  define ARCHITECTURE_ID "IA64" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_X64) || defined(_M_AMD64) | ||||||
|  | #  define ARCHITECTURE_ID "x64" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_IX86) | ||||||
|  | #  define ARCHITECTURE_ID "X86" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_ARM64) | ||||||
|  | #  define ARCHITECTURE_ID "ARM64" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_ARM) | ||||||
|  | #  if _M_ARM == 4 | ||||||
|  | #   define ARCHITECTURE_ID "ARMV4I" | ||||||
|  | #  elif _M_ARM == 5 | ||||||
|  | #   define ARCHITECTURE_ID "ARMV5I" | ||||||
|  | #  else | ||||||
|  | #   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | ||||||
|  | #  endif | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_MIPS) | ||||||
|  | #  define ARCHITECTURE_ID "MIPS" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_SH) | ||||||
|  | #  define ARCHITECTURE_ID "SHx" | ||||||
|  | 
 | ||||||
|  | # else /* unknown architecture */ | ||||||
|  | #  define ARCHITECTURE_ID "" | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__WATCOMC__) | ||||||
|  | # if defined(_M_I86) | ||||||
|  | #  define ARCHITECTURE_ID "I86" | ||||||
|  | 
 | ||||||
|  | # elif defined(_M_IX86) | ||||||
|  | #  define ARCHITECTURE_ID "X86" | ||||||
|  | 
 | ||||||
|  | # else /* unknown architecture */ | ||||||
|  | #  define ARCHITECTURE_ID "" | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | ||||||
|  | # if defined(__ICCARM__) | ||||||
|  | #  define ARCHITECTURE_ID "ARM" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCRX__) | ||||||
|  | #  define ARCHITECTURE_ID "RX" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCRH850__) | ||||||
|  | #  define ARCHITECTURE_ID "RH850" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCRL78__) | ||||||
|  | #  define ARCHITECTURE_ID "RL78" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCRISCV__) | ||||||
|  | #  define ARCHITECTURE_ID "RISCV" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCAVR__) | ||||||
|  | #  define ARCHITECTURE_ID "AVR" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICC430__) | ||||||
|  | #  define ARCHITECTURE_ID "MSP430" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICCV850__) | ||||||
|  | #  define ARCHITECTURE_ID "V850" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ICC8051__) | ||||||
|  | #  define ARCHITECTURE_ID "8051" | ||||||
|  | 
 | ||||||
|  | # else /* unknown architecture */ | ||||||
|  | #  define ARCHITECTURE_ID "" | ||||||
|  | # endif | ||||||
|  | 
 | ||||||
|  | #elif defined(__ghs__) | ||||||
|  | # if defined(__PPC64__) | ||||||
|  | #  define ARCHITECTURE_ID "PPC64" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ppc__) | ||||||
|  | #  define ARCHITECTURE_ID "PPC" | ||||||
|  | 
 | ||||||
|  | # elif defined(__ARM__) | ||||||
|  | #  define ARCHITECTURE_ID "ARM" | ||||||
|  | 
 | ||||||
|  | # elif defined(__x86_64__) | ||||||
|  | #  define ARCHITECTURE_ID "x64" | ||||||
|  | 
 | ||||||
|  | # elif defined(__i386__) | ||||||
|  | #  define ARCHITECTURE_ID "X86" | ||||||
|  | 
 | ||||||
|  | # else /* unknown architecture */ | ||||||
|  | #  define ARCHITECTURE_ID "" | ||||||
|  | # endif | ||||||
|  | #else | ||||||
|  | #  define ARCHITECTURE_ID | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Convert integer to decimal digit literals.  */ | ||||||
|  | #define DEC(n)                   \ | ||||||
|  |   ('0' + (((n) / 10000000)%10)), \ | ||||||
|  |   ('0' + (((n) / 1000000)%10)),  \ | ||||||
|  |   ('0' + (((n) / 100000)%10)),   \ | ||||||
|  |   ('0' + (((n) / 10000)%10)),    \ | ||||||
|  |   ('0' + (((n) / 1000)%10)),     \ | ||||||
|  |   ('0' + (((n) / 100)%10)),      \ | ||||||
|  |   ('0' + (((n) / 10)%10)),       \ | ||||||
|  |   ('0' +  ((n) % 10)) | ||||||
|  | 
 | ||||||
|  | /* Convert integer to hex digit literals.  */ | ||||||
|  | #define HEX(n)             \ | ||||||
|  |   ('0' + ((n)>>28 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>24 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>20 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>16 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>12 & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>8  & 0xF)), \ | ||||||
|  |   ('0' + ((n)>>4  & 0xF)), \ | ||||||
|  |   ('0' + ((n)     & 0xF)) | ||||||
|  | 
 | ||||||
|  | /* Construct a string literal encoding the version number components. */ | ||||||
|  | #ifdef COMPILER_VERSION_MAJOR | ||||||
|  | char const info_version[] = { | ||||||
|  |   'I', 'N', 'F', 'O', ':', | ||||||
|  |   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | ||||||
|  |   COMPILER_VERSION_MAJOR, | ||||||
|  | # ifdef COMPILER_VERSION_MINOR | ||||||
|  |   '.', COMPILER_VERSION_MINOR, | ||||||
|  | #  ifdef COMPILER_VERSION_PATCH | ||||||
|  |    '.', COMPILER_VERSION_PATCH, | ||||||
|  | #   ifdef COMPILER_VERSION_TWEAK | ||||||
|  |     '.', COMPILER_VERSION_TWEAK, | ||||||
|  | #   endif | ||||||
|  | #  endif | ||||||
|  | # endif | ||||||
|  |   ']','\0'}; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Construct a string literal encoding the internal version number. */ | ||||||
|  | #ifdef COMPILER_VERSION_INTERNAL | ||||||
|  | char const info_version_internal[] = { | ||||||
|  |   'I', 'N', 'F', 'O', ':', | ||||||
|  |   'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | ||||||
|  |   'i','n','t','e','r','n','a','l','[', | ||||||
|  |   COMPILER_VERSION_INTERNAL,']','\0'}; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Construct a string literal encoding the version number components. */ | ||||||
|  | #ifdef SIMULATE_VERSION_MAJOR | ||||||
|  | char const info_simulate_version[] = { | ||||||
|  |   'I', 'N', 'F', 'O', ':', | ||||||
|  |   's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | ||||||
|  |   SIMULATE_VERSION_MAJOR, | ||||||
|  | # ifdef SIMULATE_VERSION_MINOR | ||||||
|  |   '.', SIMULATE_VERSION_MINOR, | ||||||
|  | #  ifdef SIMULATE_VERSION_PATCH | ||||||
|  |    '.', SIMULATE_VERSION_PATCH, | ||||||
|  | #   ifdef SIMULATE_VERSION_TWEAK | ||||||
|  |     '.', SIMULATE_VERSION_TWEAK, | ||||||
|  | #   endif | ||||||
|  | #  endif | ||||||
|  | # endif | ||||||
|  |   ']','\0'}; | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | /* Construct the string literal in pieces to prevent the source from
 | ||||||
|  |    getting matched.  Store it in a pointer rather than an array | ||||||
|  |    because some compilers will just produce instructions to fill the | ||||||
|  |    array rather than assigning a pointer to a static array.  */ | ||||||
|  | char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | ||||||
|  | char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L | ||||||
|  | #  if defined(__INTEL_CXX11_MODE__) | ||||||
|  | #    if defined(__cpp_aggregate_nsdmi) | ||||||
|  | #      define CXX_STD 201402L | ||||||
|  | #    else | ||||||
|  | #      define CXX_STD 201103L | ||||||
|  | #    endif | ||||||
|  | #  else | ||||||
|  | #    define CXX_STD 199711L | ||||||
|  | #  endif | ||||||
|  | #elif defined(_MSC_VER) && defined(_MSVC_LANG) | ||||||
|  | #  define CXX_STD _MSVC_LANG | ||||||
|  | #else | ||||||
|  | #  define CXX_STD __cplusplus | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | const char* info_language_dialect_default = "INFO" ":" "dialect_default[" | ||||||
|  | #if CXX_STD > 201703L | ||||||
|  |   "20" | ||||||
|  | #elif CXX_STD >= 201703L | ||||||
|  |   "17" | ||||||
|  | #elif CXX_STD >= 201402L | ||||||
|  |   "14" | ||||||
|  | #elif CXX_STD >= 201103L | ||||||
|  |   "11" | ||||||
|  | #else | ||||||
|  |   "98" | ||||||
|  | #endif | ||||||
|  | "]"; | ||||||
|  | 
 | ||||||
|  | /*--------------------------------------------------------------------------*/ | ||||||
|  | 
 | ||||||
|  | int main(int argc, char* argv[]) | ||||||
|  | { | ||||||
|  |   int require = 0; | ||||||
|  |   require += info_compiler[argc]; | ||||||
|  |   require += info_platform[argc]; | ||||||
|  | #ifdef COMPILER_VERSION_MAJOR | ||||||
|  |   require += info_version[argc]; | ||||||
|  | #endif | ||||||
|  | #ifdef COMPILER_VERSION_INTERNAL | ||||||
|  |   require += info_version_internal[argc]; | ||||||
|  | #endif | ||||||
|  | #ifdef SIMULATE_ID | ||||||
|  |   require += info_simulate[argc]; | ||||||
|  | #endif | ||||||
|  | #ifdef SIMULATE_VERSION_MAJOR | ||||||
|  |   require += info_simulate_version[argc]; | ||||||
|  | #endif | ||||||
|  | #if defined(__CRAYXE) || defined(__CRAYXC) | ||||||
|  |   require += info_cray[argc]; | ||||||
|  | #endif | ||||||
|  |   require += info_language_dialect_default[argc]; | ||||||
|  |   (void)argv; | ||||||
|  |   return require; | ||||||
|  | } | ||||||
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/3.17.1/CompilerIdCXX/a.out
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/3.17.1/CompilerIdCXX/a.out
									
										
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										16
									
								
								build/CMakeFiles/CMakeDirectoryInformation.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								build/CMakeFiles/CMakeDirectoryInformation.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Relative path conversion top directories. | ||||||
|  | set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/codic/coding/cpp/Bogir-decorations") | ||||||
|  | set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/codic/coding/cpp/Bogir-decorations/build") | ||||||
|  | 
 | ||||||
|  | # Force unix paths in dependencies. | ||||||
|  | set(CMAKE_FORCE_UNIX_PATHS 1) | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | # The C and CXX include file regular expressions for this directory. | ||||||
|  | set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") | ||||||
|  | set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") | ||||||
|  | set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) | ||||||
|  | set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) | ||||||
							
								
								
									
										544
									
								
								build/CMakeFiles/CMakeOutput.log
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										544
									
								
								build/CMakeFiles/CMakeOutput.log
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,544 @@ | ||||||
|  | The system is: Linux - 5.4.34-1-MANJARO - x86_64 | ||||||
|  | Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | ||||||
|  | Compiler: /usr/bin/cc  | ||||||
|  | Build flags:  | ||||||
|  | Id flags:   | ||||||
|  | 
 | ||||||
|  | The output was: | ||||||
|  | 0 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" | ||||||
|  | 
 | ||||||
|  | The C compiler identification is GNU, found in "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/3.17.1/CompilerIdC/a.out" | ||||||
|  | 
 | ||||||
|  | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | ||||||
|  | Compiler: /usr/bin/c++  | ||||||
|  | Build flags:  | ||||||
|  | Id flags:   | ||||||
|  | 
 | ||||||
|  | The output was: | ||||||
|  | 0 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" | ||||||
|  | 
 | ||||||
|  | The CXX compiler identification is GNU, found in "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/3.17.1/CompilerIdCXX/a.out" | ||||||
|  | 
 | ||||||
|  | Determining if the C compiler works passed with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_7d5a4/fast && /usr/bin/make  -f CMakeFiles/cmTC_7d5a4.dir/build.make CMakeFiles/cmTC_7d5a4.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building C object CMakeFiles/cmTC_7d5a4.dir/testCCompiler.c.o | ||||||
|  | /usr/bin/cc    -o CMakeFiles/cmTC_7d5a4.dir/testCCompiler.c.o   -c /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/testCCompiler.c | ||||||
|  | Linking C executable cmTC_7d5a4 | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d5a4.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/cc      -rdynamic CMakeFiles/cmTC_7d5a4.dir/testCCompiler.c.o  -o cmTC_7d5a4  | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Detecting C compiler ABI info compiled with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_2d1ed/fast && /usr/bin/make  -f CMakeFiles/cmTC_2d1ed.dir/build.make CMakeFiles/cmTC_2d1ed.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building C object CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o | ||||||
|  | /usr/bin/cc   -v -o CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.17/Modules/CMakeCCompilerABI.c | ||||||
|  | Using built-in specs. | ||||||
|  | COLLECT_GCC=/usr/bin/cc | ||||||
|  | Target: x86_64-pc-linux-gnu | ||||||
|  | Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.3.0-1' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc | ||||||
|  | Thread model: posix | ||||||
|  | gcc version 9.3.0 (Arch Linux 9.3.0-1)  | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/cc1 -quiet -v /usr/share/cmake-3.17/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccvUpw4J.s | ||||||
|  | GNU C17 (Arch Linux 9.3.0-1) version 9.3.0 (x86_64-pc-linux-gnu) | ||||||
|  | 	compiled by GNU C version 9.3.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP | ||||||
|  | 
 | ||||||
|  | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | ||||||
|  | ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/include" | ||||||
|  | #include "..." search starts here: | ||||||
|  | #include <...> search starts here: | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include | ||||||
|  |  /usr/local/include | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed | ||||||
|  |  /usr/include | ||||||
|  | End of search list. | ||||||
|  | GNU C17 (Arch Linux 9.3.0-1) version 9.3.0 (x86_64-pc-linux-gnu) | ||||||
|  | 	compiled by GNU C version 9.3.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP | ||||||
|  | 
 | ||||||
|  | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | ||||||
|  | Compiler executable checksum: 692ee564c92e51fae6616097075dc3ce | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' | ||||||
|  |  as -v --64 -o CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o /tmp/ccvUpw4J.s | ||||||
|  | GNU assembler version 2.34 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.34 | ||||||
|  | COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ | ||||||
|  | LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../:/lib/:/usr/lib/ | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' | ||||||
|  | Linking C executable cmTC_2d1ed | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d1ed.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/cc     -v -rdynamic CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o  -o cmTC_2d1ed  | ||||||
|  | Using built-in specs. | ||||||
|  | COLLECT_GCC=/usr/bin/cc | ||||||
|  | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper | ||||||
|  | Target: x86_64-pc-linux-gnu | ||||||
|  | Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.3.0-1' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc | ||||||
|  | Thread model: posix | ||||||
|  | gcc version 9.3.0 (Arch Linux 9.3.0-1)  | ||||||
|  | COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ | ||||||
|  | LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../:/lib/:/usr/lib/ | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2d1ed' '-mtune=generic' '-march=x86-64' | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9mZSz9.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_2d1ed /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../.. CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crtn.o | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2d1ed' '-mtune=generic' '-march=x86-64' | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Parsed C implicit include dir info from above output: rv=done | ||||||
|  |   found start of include info | ||||||
|  |   found start of implicit include info | ||||||
|  |     add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include] | ||||||
|  |     add: [/usr/local/include] | ||||||
|  |     add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed] | ||||||
|  |     add: [/usr/include] | ||||||
|  |   end of search list found | ||||||
|  |   collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include] | ||||||
|  |   collapse include dir [/usr/local/include] ==> [/usr/local/include] | ||||||
|  |   collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed] | ||||||
|  |   collapse include dir [/usr/include] ==> [/usr/include] | ||||||
|  |   implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed;/usr/include] | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Parsed C implicit link information from above output: | ||||||
|  |   link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | ||||||
|  |   ignore line: [Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp] | ||||||
|  |   ignore line: [] | ||||||
|  |   ignore line: [Run Build Command(s):/usr/bin/make cmTC_2d1ed/fast && /usr/bin/make  -f CMakeFiles/cmTC_2d1ed.dir/build.make CMakeFiles/cmTC_2d1ed.dir/build] | ||||||
|  |   ignore line: [make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp'] | ||||||
|  |   ignore line: [Building C object CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o] | ||||||
|  |   ignore line: [/usr/bin/cc   -v -o CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.17/Modules/CMakeCCompilerABI.c] | ||||||
|  |   ignore line: [Using built-in specs.] | ||||||
|  |   ignore line: [COLLECT_GCC=/usr/bin/cc] | ||||||
|  |   ignore line: [Target: x86_64-pc-linux-gnu] | ||||||
|  |   ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.3.0-1' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc] | ||||||
|  |   ignore line: [Thread model: posix] | ||||||
|  |   ignore line: [gcc version 9.3.0 (Arch Linux 9.3.0-1) ] | ||||||
|  |   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/cc1 -quiet -v /usr/share/cmake-3.17/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccvUpw4J.s] | ||||||
|  |   ignore line: [GNU C17 (Arch Linux 9.3.0-1) version 9.3.0 (x86_64-pc-linux-gnu)] | ||||||
|  |   ignore line: [	compiled by GNU C version 9.3.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.21-GMP] | ||||||
|  |   ignore line: [] | ||||||
|  |   ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | ||||||
|  |   ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/include"] | ||||||
|  |   ignore line: [#include "..." search starts here:] | ||||||
|  |   ignore line: [#include <...> search starts here:] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include] | ||||||
|  |   ignore line: [ /usr/local/include] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed] | ||||||
|  |   ignore line: [ /usr/include] | ||||||
|  |   ignore line: [End of search list.] | ||||||
|  |   ignore line: [GNU C17 (Arch Linux 9.3.0-1) version 9.3.0 (x86_64-pc-linux-gnu)] | ||||||
|  |   ignore line: [	compiled by GNU C version 9.3.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.21-GMP] | ||||||
|  |   ignore line: [] | ||||||
|  |   ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | ||||||
|  |   ignore line: [Compiler executable checksum: 692ee564c92e51fae6616097075dc3ce] | ||||||
|  |   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] | ||||||
|  |   ignore line: [ as -v --64 -o CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o /tmp/ccvUpw4J.s] | ||||||
|  |   ignore line: [GNU assembler version 2.34 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.34] | ||||||
|  |   ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] | ||||||
|  |   ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../:/lib/:/usr/lib/] | ||||||
|  |   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] | ||||||
|  |   ignore line: [Linking C executable cmTC_2d1ed] | ||||||
|  |   ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d1ed.dir/link.txt --verbose=1] | ||||||
|  |   ignore line: [/usr/bin/cc     -v -rdynamic CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o  -o cmTC_2d1ed ] | ||||||
|  |   ignore line: [Using built-in specs.] | ||||||
|  |   ignore line: [COLLECT_GCC=/usr/bin/cc] | ||||||
|  |   ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper] | ||||||
|  |   ignore line: [Target: x86_64-pc-linux-gnu] | ||||||
|  |   ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.3.0-1' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc] | ||||||
|  |   ignore line: [Thread model: posix] | ||||||
|  |   ignore line: [gcc version 9.3.0 (Arch Linux 9.3.0-1) ] | ||||||
|  |   ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] | ||||||
|  |   ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../:/lib/:/usr/lib/] | ||||||
|  |   ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2d1ed' '-mtune=generic' '-march=x86-64'] | ||||||
|  |   link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9mZSz9.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_2d1ed /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../.. CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crtn.o] | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/collect2] ==> ignore | ||||||
|  |     arg [-plugin] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/liblto_plugin.so] ==> ignore | ||||||
|  |     arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper] ==> ignore | ||||||
|  |     arg [-plugin-opt=-fresolution=/tmp/cc9mZSz9.res] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lc] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | ||||||
|  |     arg [--build-id] ==> ignore | ||||||
|  |     arg [--eh-frame-hdr] ==> ignore | ||||||
|  |     arg [--hash-style=gnu] ==> ignore | ||||||
|  |     arg [-m] ==> ignore | ||||||
|  |     arg [elf_x86_64] ==> ignore | ||||||
|  |     arg [-export-dynamic] ==> ignore | ||||||
|  |     arg [-dynamic-linker] ==> ignore | ||||||
|  |     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | ||||||
|  |     arg [-pie] ==> ignore | ||||||
|  |     arg [-o] ==> ignore | ||||||
|  |     arg [cmTC_2d1ed] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/Scrt1.o] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crti.o] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtbeginS.o] ==> ignore | ||||||
|  |     arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0] | ||||||
|  |     arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib] | ||||||
|  |     arg [-L/lib/../lib] ==> dir [/lib/../lib] | ||||||
|  |     arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | ||||||
|  |     arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../..] | ||||||
|  |     arg [CMakeFiles/cmTC_2d1ed.dir/CMakeCCompilerABI.c.o] ==> ignore | ||||||
|  |     arg [-lgcc] ==> lib [gcc] | ||||||
|  |     arg [--push-state] ==> ignore | ||||||
|  |     arg [--as-needed] ==> ignore | ||||||
|  |     arg [-lgcc_s] ==> lib [gcc_s] | ||||||
|  |     arg [--pop-state] ==> ignore | ||||||
|  |     arg [-lc] ==> lib [c] | ||||||
|  |     arg [-lgcc] ==> lib [gcc] | ||||||
|  |     arg [--push-state] ==> ignore | ||||||
|  |     arg [--as-needed] ==> ignore | ||||||
|  |     arg [-lgcc_s] ==> lib [gcc_s] | ||||||
|  |     arg [--pop-state] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtendS.o] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crtn.o] ==> ignore | ||||||
|  |   collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0] | ||||||
|  |   collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib] ==> [/usr/lib] | ||||||
|  |   collapse library dir [/lib/../lib] ==> [/lib] | ||||||
|  |   collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | ||||||
|  |   collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../..] ==> [/usr/lib] | ||||||
|  |   implicit libs: [gcc;gcc_s;c;gcc;gcc_s] | ||||||
|  |   implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0;/usr/lib;/lib] | ||||||
|  |   implicit fwks: [] | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Determining if the CXX compiler works passed with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_430ce/fast && /usr/bin/make  -f CMakeFiles/cmTC_430ce.dir/build.make CMakeFiles/cmTC_430ce.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building CXX object CMakeFiles/cmTC_430ce.dir/testCXXCompiler.cxx.o | ||||||
|  | /usr/bin/c++     -o CMakeFiles/cmTC_430ce.dir/testCXXCompiler.cxx.o -c /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | ||||||
|  | Linking CXX executable cmTC_430ce | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_430ce.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/c++       -rdynamic CMakeFiles/cmTC_430ce.dir/testCXXCompiler.cxx.o  -o cmTC_430ce  | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Detecting CXX compiler ABI info compiled with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_cbf1f/fast && /usr/bin/make  -f CMakeFiles/cmTC_cbf1f.dir/build.make CMakeFiles/cmTC_cbf1f.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building CXX object CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o | ||||||
|  | /usr/bin/c++    -v -o CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.17/Modules/CMakeCXXCompilerABI.cpp | ||||||
|  | Using built-in specs. | ||||||
|  | COLLECT_GCC=/usr/bin/c++ | ||||||
|  | Target: x86_64-pc-linux-gnu | ||||||
|  | Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.3.0-1' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc | ||||||
|  | Thread model: posix | ||||||
|  | gcc version 9.3.0 (Arch Linux 9.3.0-1)  | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake-3.17/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccMeB88r.s | ||||||
|  | GNU C++14 (Arch Linux 9.3.0-1) version 9.3.0 (x86_64-pc-linux-gnu) | ||||||
|  | 	compiled by GNU C version 9.3.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP | ||||||
|  | 
 | ||||||
|  | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | ||||||
|  | ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/include" | ||||||
|  | #include "..." search starts here: | ||||||
|  | #include <...> search starts here: | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0 | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/x86_64-pc-linux-gnu | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/backward | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include | ||||||
|  |  /usr/local/include | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed | ||||||
|  |  /usr/include | ||||||
|  | End of search list. | ||||||
|  | GNU C++14 (Arch Linux 9.3.0-1) version 9.3.0 (x86_64-pc-linux-gnu) | ||||||
|  | 	compiled by GNU C version 9.3.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.21-GMP | ||||||
|  | 
 | ||||||
|  | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | ||||||
|  | Compiler executable checksum: 814040b5981cd30c081565ed9d15a61c | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | ||||||
|  |  as -v --64 -o CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccMeB88r.s | ||||||
|  | GNU assembler version 2.34 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.34 | ||||||
|  | COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ | ||||||
|  | LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../:/lib/:/usr/lib/ | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | ||||||
|  | Linking CXX executable cmTC_cbf1f | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbf1f.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/c++      -v -rdynamic CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_cbf1f  | ||||||
|  | Using built-in specs. | ||||||
|  | COLLECT_GCC=/usr/bin/c++ | ||||||
|  | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper | ||||||
|  | Target: x86_64-pc-linux-gnu | ||||||
|  | Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.3.0-1' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc | ||||||
|  | Thread model: posix | ||||||
|  | gcc version 9.3.0 (Arch Linux 9.3.0-1)  | ||||||
|  | COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ | ||||||
|  | LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../:/lib/:/usr/lib/ | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_cbf1f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | ||||||
|  |  /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgdZyIM.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cbf1f /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../.. CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crtn.o | ||||||
|  | COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_cbf1f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Parsed CXX implicit include dir info from above output: rv=done | ||||||
|  |   found start of include info | ||||||
|  |   found start of implicit include info | ||||||
|  |     add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0] | ||||||
|  |     add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/x86_64-pc-linux-gnu] | ||||||
|  |     add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/backward] | ||||||
|  |     add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include] | ||||||
|  |     add: [/usr/local/include] | ||||||
|  |     add: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed] | ||||||
|  |     add: [/usr/include] | ||||||
|  |   end of search list found | ||||||
|  |   collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0] ==> [/usr/include/c++/9.3.0] | ||||||
|  |   collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/x86_64-pc-linux-gnu] ==> [/usr/include/c++/9.3.0/x86_64-pc-linux-gnu] | ||||||
|  |   collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/backward] ==> [/usr/include/c++/9.3.0/backward] | ||||||
|  |   collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include] | ||||||
|  |   collapse include dir [/usr/local/include] ==> [/usr/local/include] | ||||||
|  |   collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed] | ||||||
|  |   collapse include dir [/usr/include] ==> [/usr/include] | ||||||
|  |   implicit include dirs: [/usr/include/c++/9.3.0;/usr/include/c++/9.3.0/x86_64-pc-linux-gnu;/usr/include/c++/9.3.0/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed;/usr/include] | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Parsed CXX implicit link information from above output: | ||||||
|  |   link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | ||||||
|  |   ignore line: [Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp] | ||||||
|  |   ignore line: [] | ||||||
|  |   ignore line: [Run Build Command(s):/usr/bin/make cmTC_cbf1f/fast && /usr/bin/make  -f CMakeFiles/cmTC_cbf1f.dir/build.make CMakeFiles/cmTC_cbf1f.dir/build] | ||||||
|  |   ignore line: [make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp'] | ||||||
|  |   ignore line: [Building CXX object CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o] | ||||||
|  |   ignore line: [/usr/bin/c++    -v -o CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.17/Modules/CMakeCXXCompilerABI.cpp] | ||||||
|  |   ignore line: [Using built-in specs.] | ||||||
|  |   ignore line: [COLLECT_GCC=/usr/bin/c++] | ||||||
|  |   ignore line: [Target: x86_64-pc-linux-gnu] | ||||||
|  |   ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.3.0-1' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc] | ||||||
|  |   ignore line: [Thread model: posix] | ||||||
|  |   ignore line: [gcc version 9.3.0 (Arch Linux 9.3.0-1) ] | ||||||
|  |   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake-3.17/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/ccMeB88r.s] | ||||||
|  |   ignore line: [GNU C++14 (Arch Linux 9.3.0-1) version 9.3.0 (x86_64-pc-linux-gnu)] | ||||||
|  |   ignore line: [	compiled by GNU C version 9.3.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.21-GMP] | ||||||
|  |   ignore line: [] | ||||||
|  |   ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | ||||||
|  |   ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/include"] | ||||||
|  |   ignore line: [#include "..." search starts here:] | ||||||
|  |   ignore line: [#include <...> search starts here:] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/x86_64-pc-linux-gnu] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/backward] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include] | ||||||
|  |   ignore line: [ /usr/local/include] | ||||||
|  |   ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed] | ||||||
|  |   ignore line: [ /usr/include] | ||||||
|  |   ignore line: [End of search list.] | ||||||
|  |   ignore line: [GNU C++14 (Arch Linux 9.3.0-1) version 9.3.0 (x86_64-pc-linux-gnu)] | ||||||
|  |   ignore line: [	compiled by GNU C version 9.3.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.21-GMP] | ||||||
|  |   ignore line: [] | ||||||
|  |   ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] | ||||||
|  |   ignore line: [Compiler executable checksum: 814040b5981cd30c081565ed9d15a61c] | ||||||
|  |   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | ||||||
|  |   ignore line: [ as -v --64 -o CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccMeB88r.s] | ||||||
|  |   ignore line: [GNU assembler version 2.34 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.34] | ||||||
|  |   ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] | ||||||
|  |   ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../:/lib/:/usr/lib/] | ||||||
|  |   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | ||||||
|  |   ignore line: [Linking CXX executable cmTC_cbf1f] | ||||||
|  |   ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbf1f.dir/link.txt --verbose=1] | ||||||
|  |   ignore line: [/usr/bin/c++      -v -rdynamic CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_cbf1f ] | ||||||
|  |   ignore line: [Using built-in specs.] | ||||||
|  |   ignore line: [COLLECT_GCC=/usr/bin/c++] | ||||||
|  |   ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper] | ||||||
|  |   ignore line: [Target: x86_64-pc-linux-gnu] | ||||||
|  |   ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pkgversion='Arch Linux 9.3.0-1' --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-shared --enable-threads=posix --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto gdc_include_dir=/usr/include/dlang/gdc] | ||||||
|  |   ignore line: [Thread model: posix] | ||||||
|  |   ignore line: [gcc version 9.3.0 (Arch Linux 9.3.0-1) ] | ||||||
|  |   ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] | ||||||
|  |   ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../:/lib/:/usr/lib/] | ||||||
|  |   ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_cbf1f' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | ||||||
|  |   link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgdZyIM.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cbf1f /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../.. CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crtn.o] | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/collect2] ==> ignore | ||||||
|  |     arg [-plugin] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/liblto_plugin.so] ==> ignore | ||||||
|  |     arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper] ==> ignore | ||||||
|  |     arg [-plugin-opt=-fresolution=/tmp/ccgdZyIM.res] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lc] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | ||||||
|  |     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | ||||||
|  |     arg [--build-id] ==> ignore | ||||||
|  |     arg [--eh-frame-hdr] ==> ignore | ||||||
|  |     arg [--hash-style=gnu] ==> ignore | ||||||
|  |     arg [-m] ==> ignore | ||||||
|  |     arg [elf_x86_64] ==> ignore | ||||||
|  |     arg [-export-dynamic] ==> ignore | ||||||
|  |     arg [-dynamic-linker] ==> ignore | ||||||
|  |     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | ||||||
|  |     arg [-pie] ==> ignore | ||||||
|  |     arg [-o] ==> ignore | ||||||
|  |     arg [cmTC_cbf1f] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/Scrt1.o] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crti.o] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtbeginS.o] ==> ignore | ||||||
|  |     arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0] | ||||||
|  |     arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib] | ||||||
|  |     arg [-L/lib/../lib] ==> dir [/lib/../lib] | ||||||
|  |     arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | ||||||
|  |     arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../..] | ||||||
|  |     arg [CMakeFiles/cmTC_cbf1f.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore | ||||||
|  |     arg [-lstdc++] ==> lib [stdc++] | ||||||
|  |     arg [-lm] ==> lib [m] | ||||||
|  |     arg [-lgcc_s] ==> lib [gcc_s] | ||||||
|  |     arg [-lgcc] ==> lib [gcc] | ||||||
|  |     arg [-lc] ==> lib [c] | ||||||
|  |     arg [-lgcc_s] ==> lib [gcc_s] | ||||||
|  |     arg [-lgcc] ==> lib [gcc] | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/crtendS.o] ==> ignore | ||||||
|  |     arg [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib/crtn.o] ==> ignore | ||||||
|  |   collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0] | ||||||
|  |   collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib] ==> [/usr/lib] | ||||||
|  |   collapse library dir [/lib/../lib] ==> [/lib] | ||||||
|  |   collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | ||||||
|  |   collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../..] ==> [/usr/lib] | ||||||
|  |   implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] | ||||||
|  |   implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0;/usr/lib;/lib] | ||||||
|  |   implicit fwks: [] | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Determining if the __GLIBC__ exist passed with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_990ef/fast && /usr/bin/make  -f CMakeFiles/cmTC_990ef.dir/build.make CMakeFiles/cmTC_990ef.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building C object CMakeFiles/cmTC_990ef.dir/CheckSymbolExists.c.o | ||||||
|  | /usr/bin/cc    -o CMakeFiles/cmTC_990ef.dir/CheckSymbolExists.c.o   -c /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | ||||||
|  | Linking C executable cmTC_990ef | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_990ef.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/cc      -rdynamic CMakeFiles/cmTC_990ef.dir/CheckSymbolExists.c.o  -o cmTC_990ef  | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | File /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: | ||||||
|  | /* */ | ||||||
|  | #include <stdlib.h> | ||||||
|  | 
 | ||||||
|  | int main(int argc, char** argv) | ||||||
|  | { | ||||||
|  |   (void)argv; | ||||||
|  | #ifndef __GLIBC__ | ||||||
|  |   return ((int*)(&__GLIBC__))[argc]; | ||||||
|  | #else | ||||||
|  |   (void)argc; | ||||||
|  |   return 0; | ||||||
|  | #endif | ||||||
|  | } | ||||||
|  | Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeeded with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_80b71/fast && /usr/bin/make  -f CMakeFiles/cmTC_80b71.dir/build.make CMakeFiles/cmTC_80b71.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building CXX object CMakeFiles/cmTC_80b71.dir/src.cxx.o | ||||||
|  | /usr/bin/c++  -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -D_OFFT_IS_64BIT   -o CMakeFiles/cmTC_80b71.dir/src.cxx.o -c /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx | ||||||
|  | Linking CXX executable cmTC_80b71 | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80b71.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/c++   -D_OFFT_IS_64BIT    -rdynamic CMakeFiles/cmTC_80b71.dir/src.cxx.o  -o cmTC_80b71  | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Source file was: | ||||||
|  | 
 | ||||||
|  | #include <sys/types.h> | ||||||
|  |  /* Check that off_t can represent 2**63 - 1 correctly. | ||||||
|  |     We can't simply define LARGE_OFF_T to be 9223372036854775807, | ||||||
|  |     since some C++ compilers masquerading as C compilers | ||||||
|  |     incorrectly reject 9223372036854775807.  */ | ||||||
|  | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | ||||||
|  |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; | ||||||
|  |   int main() { return 0; } | ||||||
|  | 
 | ||||||
|  | Performing C++ SOURCE FILE Test HAVE_DATE_TIME succeeded with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_397a9/fast && /usr/bin/make  -f CMakeFiles/cmTC_397a9.dir/build.make CMakeFiles/cmTC_397a9.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building CXX object CMakeFiles/cmTC_397a9.dir/src.cxx.o | ||||||
|  | /usr/bin/c++    -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -DHAVE_DATE_TIME   -Wdate-time -o CMakeFiles/cmTC_397a9.dir/src.cxx.o -c /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx | ||||||
|  | Linking CXX executable cmTC_397a9 | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_397a9.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/c++   -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -DHAVE_DATE_TIME    -rdynamic CMakeFiles/cmTC_397a9.dir/src.cxx.o  -o cmTC_397a9  | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Source file was: | ||||||
|  | int main() { return 0; } | ||||||
|  | Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_c017b/fast && /usr/bin/make  -f CMakeFiles/cmTC_c017b.dir/build.make CMakeFiles/cmTC_c017b.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building CXX object CMakeFiles/cmTC_c017b.dir/src.cxx.o | ||||||
|  | /usr/bin/c++    -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -DCOMPILER_HAS_HIDDEN_VISIBILITY   -fvisibility=hidden -o CMakeFiles/cmTC_c017b.dir/src.cxx.o -c /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx | ||||||
|  | Linking CXX executable cmTC_c017b | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c017b.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/c++   -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -DCOMPILER_HAS_HIDDEN_VISIBILITY    -rdynamic CMakeFiles/cmTC_c017b.dir/src.cxx.o  -o cmTC_c017b  | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Source file was: | ||||||
|  | int main() { return 0; } | ||||||
|  | Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_6f48e/fast && /usr/bin/make  -f CMakeFiles/cmTC_6f48e.dir/build.make CMakeFiles/cmTC_6f48e.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building CXX object CMakeFiles/cmTC_6f48e.dir/src.cxx.o | ||||||
|  | /usr/bin/c++    -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY   -fvisibility-inlines-hidden -o CMakeFiles/cmTC_6f48e.dir/src.cxx.o -c /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx | ||||||
|  | Linking CXX executable cmTC_6f48e | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f48e.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/c++   -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY    -rdynamic CMakeFiles/cmTC_6f48e.dir/src.cxx.o  -o cmTC_6f48e  | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Source file was: | ||||||
|  | int main() { return 0; } | ||||||
|  | Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output: | ||||||
|  | Change Dir: /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp | ||||||
|  | 
 | ||||||
|  | Run Build Command(s):/usr/bin/make cmTC_1e89d/fast && /usr/bin/make  -f CMakeFiles/cmTC_1e89d.dir/build.make CMakeFiles/cmTC_1e89d.dir/build | ||||||
|  | make[1]: Entering directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | Building CXX object CMakeFiles/cmTC_1e89d.dir/src.cxx.o | ||||||
|  | /usr/bin/c++  -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -DCOMPILER_HAS_DEPRECATED_ATTR   -o CMakeFiles/cmTC_1e89d.dir/src.cxx.o -c /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx:2:34: warning: ‘int somefunc()’ is deprecated [-Wdeprecated-declarations] | ||||||
|  |     2 |     int main() { return somefunc();} | ||||||
|  |       |                                  ^ | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx:1:37: note: declared here | ||||||
|  |     1 | __attribute__((__deprecated__)) int somefunc() { return 0; } | ||||||
|  |       |                                     ^~~~~~~~ | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx:2:34: warning: ‘int somefunc()’ is deprecated [-Wdeprecated-declarations] | ||||||
|  |     2 |     int main() { return somefunc();} | ||||||
|  |       |                                  ^ | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp/src.cxx:1:37: note: declared here | ||||||
|  |     1 | __attribute__((__deprecated__)) int somefunc() { return 0; } | ||||||
|  |       |                                     ^~~~~~~~ | ||||||
|  | Linking CXX executable cmTC_1e89d | ||||||
|  | /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e89d.dir/link.txt --verbose=1 | ||||||
|  | /usr/bin/c++   -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -DCOMPILER_HAS_DEPRECATED_ATTR    -rdynamic CMakeFiles/cmTC_1e89d.dir/src.cxx.o  -o cmTC_1e89d  | ||||||
|  | make[1]: Leaving directory '/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/CMakeTmp' | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Source file was: | ||||||
|  | __attribute__((__deprecated__)) int somefunc() { return 0; } | ||||||
|  |     int main() { return somefunc();} | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/CMakeRuleHashes.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/CMakeRuleHashes.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # Hashes of file build rules. | ||||||
|  | 84c83f3e4ee597eaec4261388067ad09 CMakeFiles/breeze10_autogen | ||||||
|  | f6eabbb453d25aa9d14d21232a7809f8 CMakeFiles/fetch-translations | ||||||
|  | 67a7be878954409c9dca02f894f5d5a9 CMakeFiles/uninstall | ||||||
|  | c07b393cf2dee3d3a4cd3ad5264b8534 breezesettings.h | ||||||
|  | fc68817f4dcdd24e05254ac8eaa42fe8 libbreezecommon/CMakeFiles/breeze10common5_autogen | ||||||
|  | d97f136de919b7fe31105caf6dd04acf releaseme | ||||||
|  | 56d48366f941b554ef3ca4045c689302 ui_breezeconfigurationui.h | ||||||
|  | 2b4bc195d182ea241f8dd38abdc885b5 ui_breezedetectwidget.h | ||||||
|  | ea6b7928d0813346ee096ed2d0628b06 ui_breezeexceptiondialog.h | ||||||
|  | 0bacfddde51fe206eee2ee7ee80db92e ui_breezeexceptionlistwidget.h | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5Auth_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5Auth_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5Auth_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5Auth_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5Auth_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5Auth_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5Auth_QCH: CMakeFiles/KF5Auth_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5Auth_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5Auth_QCH.dir/build: KF5Auth_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5Auth_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5Auth_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5Auth_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5Auth_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5Auth_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5Auth_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5Auth_QCH.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										5
									
								
								build/CMakeFiles/KF5Auth_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								build/CMakeFiles/KF5Auth_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5Auth_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5Auth_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5Auth_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5Codecs_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5Codecs_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5Codecs_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5Codecs_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5Codecs_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5Codecs_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5Codecs_QCH: CMakeFiles/KF5Codecs_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5Codecs_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5Codecs_QCH.dir/build: KF5Codecs_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5Codecs_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5Codecs_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5Codecs_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5Codecs_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5Codecs_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5Codecs_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5Codecs_QCH.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										5
									
								
								build/CMakeFiles/KF5Codecs_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								build/CMakeFiles/KF5Codecs_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5Codecs_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5Codecs_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5Codecs_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5ConfigWidgets_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5ConfigWidgets_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5ConfigWidgets_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5ConfigWidgets_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5ConfigWidgets_QCH: CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5ConfigWidgets_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5ConfigWidgets_QCH.dir/build: KF5ConfigWidgets_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5ConfigWidgets_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5ConfigWidgets_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5ConfigWidgets_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5ConfigWidgets_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/depend | ||||||
|  | 
 | ||||||
|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5ConfigWidgets_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5ConfigWidgets_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5ConfigWidgets_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5Config_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5Config_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5Config_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5Config_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5Config_QCH: CMakeFiles/KF5Config_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5Config_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5Config_QCH.dir/build: KF5Config_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5Config_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5Config_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5Config_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5Config_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5Config_QCH.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										5
									
								
								build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5Config_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5Config_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5Config_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5CoreAddons_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5CoreAddons_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5CoreAddons_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5CoreAddons_QCH.dir/build: KF5CoreAddons_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5CoreAddons_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5CoreAddons_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										5
									
								
								build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5GuiAddons_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5GuiAddons_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5GuiAddons_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5GuiAddons_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5GuiAddons_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5GuiAddons_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5GuiAddons_QCH: CMakeFiles/KF5GuiAddons_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5GuiAddons_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5GuiAddons_QCH.dir/build: KF5GuiAddons_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5GuiAddons_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5GuiAddons_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5GuiAddons_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5GuiAddons_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5GuiAddons_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5GuiAddons_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5GuiAddons_QCH.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										5
									
								
								build/CMakeFiles/KF5GuiAddons_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								build/CMakeFiles/KF5GuiAddons_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5GuiAddons_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5GuiAddons_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5GuiAddons_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5I18n_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5I18n_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5I18n_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5I18n_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5I18n_QCH: CMakeFiles/KF5I18n_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5I18n_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5I18n_QCH.dir/build: KF5I18n_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5I18n_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5I18n_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5I18n_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5I18n_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5I18n_QCH.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										5
									
								
								build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5I18n_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5I18n_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5I18n_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5WidgetsAddons_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5WidgetsAddons_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5WidgetsAddons_QCH: CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5WidgetsAddons_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5WidgetsAddons_QCH.dir/build: KF5WidgetsAddons_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5WidgetsAddons_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5WidgetsAddons_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5WidgetsAddons_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/depend | ||||||
|  | 
 | ||||||
|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5WidgetsAddons_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5WidgetsAddons_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5WidgetsAddons_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										92
									
								
								build/CMakeFiles/KF5WindowSystem_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								build/CMakeFiles/KF5WindowSystem_QCH.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,92 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for KF5WindowSystem_QCH. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/KF5WindowSystem_QCH.dir/progress.make | ||||||
|  | 
 | ||||||
|  | KF5WindowSystem_QCH: CMakeFiles/KF5WindowSystem_QCH.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5WindowSystem_QCH | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/KF5WindowSystem_QCH.dir/build: KF5WindowSystem_QCH | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5WindowSystem_QCH.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/KF5WindowSystem_QCH.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/depend | ||||||
|  | 
 | ||||||
|  | @ -0,0 +1,5 @@ | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										301
									
								
								build/CMakeFiles/Makefile.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										301
									
								
								build/CMakeFiles/Makefile.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,301 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # The generator used is: | ||||||
|  | set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") | ||||||
|  | 
 | ||||||
|  | # The top level Makefile was generated from the following files: | ||||||
|  | set(CMAKE_MAKEFILE_DEPENDS | ||||||
|  |   "CMakeCache.txt" | ||||||
|  |   "../CMakeLists.txt" | ||||||
|  |   "../breezesettings.kcfgc" | ||||||
|  |   "CMakeFiles/3.17.1/CMakeCCompiler.cmake" | ||||||
|  |   "CMakeFiles/3.17.1/CMakeCXXCompiler.cmake" | ||||||
|  |   "CMakeFiles/3.17.1/CMakeSystem.cmake" | ||||||
|  |   "../config-breeze.h.cmake" | ||||||
|  |   "../libbreezecommon/CMakeLists.txt" | ||||||
|  |   "../libbreezecommon/config-breezecommon.h.cmake" | ||||||
|  |   "/usr/lib64/cmake/KDecoration2/KDecoration2Config.cmake" | ||||||
|  |   "/usr/lib64/cmake/KDecoration2/KDecoration2ConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KDecoration2/KDecoration2Targets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KDecoration2/KDecoration2Targets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Auth/KF5AuthConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Auth/KF5AuthConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Auth/KF5AuthMacros.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Auth/KF5AuthQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Auth/KF5AuthTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Auth/KF5AuthTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Auth/KF5AuthToolsTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Auth/KF5AuthToolsTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Codecs/KF5CodecsConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Codecs/KF5CodecsConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Codecs/KF5CodecsQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Codecs/KF5CodecsTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Codecs/KF5CodecsTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Config/KF5ConfigCompilerTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Config/KF5ConfigCompilerTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Config/KF5ConfigConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Config/KF5ConfigConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Config/KF5ConfigMacros.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Config/KF5ConfigQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Config/KF5ConfigTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5Config/KF5ConfigTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5ConfigWidgets/KF5ConfigWidgetsQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5ConfigWidgets/KF5ConfigWidgetsTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5ConfigWidgets/KF5ConfigWidgetsTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5I18n/KF5I18nConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5I18n/KF5I18nMacros.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5I18n/KF5I18nQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5I18n/KF5I18nTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5I18n/KF5I18nTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemQchTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets-noconfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5/Qt5Config.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5/Qt5ConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5/Qt5ModuleLocation.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5DBus/Qt5DBusConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5DBus/Qt5DBusMacros.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5GuiConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QJp2Plugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QMngPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Xml/Qt5XmlConfig.cmake" | ||||||
|  |   "/usr/lib64/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake" | ||||||
|  |   "/usr/share/ECM/cmake/ECMConfig.cmake" | ||||||
|  |   "/usr/share/ECM/cmake/ECMConfigVersion.cmake" | ||||||
|  |   "/usr/share/ECM/find-modules/ECMFindModuleHelpersStub.cmake" | ||||||
|  |   "/usr/share/ECM/find-modules/FindKF5.cmake" | ||||||
|  |   "/usr/share/ECM/find-modules/FindXCB.cmake" | ||||||
|  |   "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake" | ||||||
|  |   "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake" | ||||||
|  |   "/usr/share/ECM/kde-modules/KDEInstallDirs.cmake" | ||||||
|  |   "/usr/share/ECM/kde-modules/prefix.sh.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ECMCoverageOption.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ECMEnableSanitizers.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ECMFindModuleHelpers.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ECMInstallIcons.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ECMQueryQmake.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ECMSourceVersionControl.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ECMUninstallTarget.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ECMUseFindModules.cmake" | ||||||
|  |   "/usr/share/ECM/modules/ecm_uninstall.cmake.in" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCCompiler.cmake.in" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCCompilerABI.c" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCInformation.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCXXCompiler.cmake.in" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCXXCompilerABI.cpp" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCXXInformation.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCommonLanguageInclude.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeCompilerIdDetection.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeConfigurableFile.in" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeDetermineCCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeDetermineCXXCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeDetermineCompileFeatures.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeDetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeDetermineCompilerABI.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeDetermineCompilerId.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeDetermineSystem.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeFindBinUtils.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeFindDependencyMacro.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeGenericSystem.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeInitializeConfigs.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeLanguageInformation.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeParseArguments.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeParseImplicitIncludeInfo.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeParseImplicitLinkInfo.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeSystem.cmake.in" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeSystemSpecificInformation.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeSystemSpecificInitialize.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeTestCCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeTestCXXCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeTestCompilerCommon.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CMakeUnixFindMake.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CheckCCompilerFlag.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CheckCSourceCompiles.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CheckCXXCompilerFlag.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CheckCXXSourceCompiles.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/CheckSymbolExists.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/ADSP-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/ARMCC-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/ARMClang-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/AppleClang-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Borland-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/CMakeCommonCompilerMacros.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Clang-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Cray-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/GHS-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/GNU-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/GNU-C.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/GNU-CXX.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/GNU-FindBinUtils.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/GNU.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/HP-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/IAR-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Intel-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/MSVC-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/PGI-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/PathScale-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/SCO-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/TI-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/Watcom-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/XL-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/zOS-C-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/FeatureSummary.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/FindGettext.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/FindPackageMessage.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/FindPkgConfig.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/GenerateExportHeader.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Internal/CMakeCheckCompilerFlag.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Internal/FeatureTesting.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/MacroAddFileDependencies.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Platform/Linux-Determine-CXX.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Platform/Linux-GNU-C.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Platform/Linux-GNU-CXX.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Platform/Linux-GNU.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Platform/Linux.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/Platform/UnixPaths.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/WriteBasicConfigVersionFile.cmake" | ||||||
|  |   "/usr/share/cmake-3.17/Modules/exportheader.cmake.in" | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # The corresponding makefile is: | ||||||
|  | set(CMAKE_MAKEFILE_OUTPUTS | ||||||
|  |   "Makefile" | ||||||
|  |   "CMakeFiles/cmake.check_cache" | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Byproducts of CMake generate step: | ||||||
|  | set(CMAKE_MAKEFILE_PRODUCTS | ||||||
|  |   "CMakeFiles/3.17.1/CMakeSystem.cmake" | ||||||
|  |   "CMakeFiles/3.17.1/CMakeCCompiler.cmake" | ||||||
|  |   "CMakeFiles/3.17.1/CMakeCXXCompiler.cmake" | ||||||
|  |   "CMakeFiles/3.17.1/CMakeCCompiler.cmake" | ||||||
|  |   "CMakeFiles/3.17.1/CMakeCXXCompiler.cmake" | ||||||
|  |   "prefix.sh" | ||||||
|  |   "ecm_uninstall.cmake" | ||||||
|  |   "config-breeze.h" | ||||||
|  |   "CMakeFiles/breeze10_autogen.dir/AutogenInfo.json" | ||||||
|  |   "CMakeFiles/CMakeDirectoryInformation.cmake" | ||||||
|  |   "libbreezecommon/CMakeFiles/CMakeDirectoryInformation.cmake" | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Dependency information for all targets: | ||||||
|  | set(CMAKE_DEPEND_INFO_FILES | ||||||
|  |   "CMakeFiles/breeze10.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5Auth_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5GuiAddons_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5Codecs_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/uninstall.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/fetch-translations.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5ConfigWidgets_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake" | ||||||
|  |   "CMakeFiles/breeze10_autogen.dir/DependInfo.cmake" | ||||||
|  |   "libbreezecommon/CMakeFiles/breeze10common5.dir/DependInfo.cmake" | ||||||
|  |   "libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/DependInfo.cmake" | ||||||
|  |   ) | ||||||
							
								
								
									
										538
									
								
								build/CMakeFiles/Makefile2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										538
									
								
								build/CMakeFiles/Makefile2
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,538 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Default target executed when no arguments are given to make. | ||||||
|  | default_target: all | ||||||
|  | 
 | ||||||
|  | .PHONY : default_target | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Directory level rules for the build root directory | ||||||
|  | 
 | ||||||
|  | # The main recursive "all" target. | ||||||
|  | all: CMakeFiles/breeze10.dir/all | ||||||
|  | all: libbreezecommon/all | ||||||
|  | 
 | ||||||
|  | .PHONY : all | ||||||
|  | 
 | ||||||
|  | # The main recursive "preinstall" target. | ||||||
|  | preinstall: libbreezecommon/preinstall | ||||||
|  | 
 | ||||||
|  | .PHONY : preinstall | ||||||
|  | 
 | ||||||
|  | # The main recursive "clean" target. | ||||||
|  | clean: CMakeFiles/breeze10.dir/clean | ||||||
|  | clean: CMakeFiles/KF5Auth_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/KF5GuiAddons_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/KF5CoreAddons_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/KF5Codecs_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/KF5Config_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/uninstall.dir/clean | ||||||
|  | clean: CMakeFiles/fetch-translations.dir/clean | ||||||
|  | clean: CMakeFiles/KF5WidgetsAddons_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/KF5ConfigWidgets_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/KF5I18n_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/KF5WindowSystem_QCH.dir/clean | ||||||
|  | clean: CMakeFiles/breeze10_autogen.dir/clean | ||||||
|  | clean: libbreezecommon/clean | ||||||
|  | 
 | ||||||
|  | .PHONY : clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Directory level rules for directory libbreezecommon | ||||||
|  | 
 | ||||||
|  | # Recursive "all" directory target. | ||||||
|  | libbreezecommon/all: libbreezecommon/CMakeFiles/breeze10common5.dir/all | ||||||
|  | 
 | ||||||
|  | .PHONY : libbreezecommon/all | ||||||
|  | 
 | ||||||
|  | # Recursive "preinstall" directory target. | ||||||
|  | libbreezecommon/preinstall: | ||||||
|  | 
 | ||||||
|  | .PHONY : libbreezecommon/preinstall | ||||||
|  | 
 | ||||||
|  | # Recursive "clean" directory target. | ||||||
|  | libbreezecommon/clean: libbreezecommon/CMakeFiles/breeze10common5.dir/clean | ||||||
|  | libbreezecommon/clean: libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/clean | ||||||
|  | 
 | ||||||
|  | .PHONY : libbreezecommon/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/breeze10.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/breeze10.dir/all: libbreezecommon/CMakeFiles/breeze10common5.dir/all | ||||||
|  | CMakeFiles/breeze10.dir/all: CMakeFiles/breeze10_autogen.dir/all | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 "Built target breeze10" | ||||||
|  | .PHONY : CMakeFiles/breeze10.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/breeze10.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 24 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/breeze10.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/breeze10.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | breeze10: CMakeFiles/breeze10.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : breeze10 | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/breeze10.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/clean | ||||||
|  | .PHONY : CMakeFiles/breeze10.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5Auth_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5Auth_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Auth_QCH.dir/build.make CMakeFiles/KF5Auth_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Auth_QCH.dir/build.make CMakeFiles/KF5Auth_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5Auth_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5Auth_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5Auth_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Auth_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5Auth_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5Auth_QCH: CMakeFiles/KF5Auth_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5Auth_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5Auth_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Auth_QCH.dir/build.make CMakeFiles/KF5Auth_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5Auth_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5GuiAddons_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5GuiAddons_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5GuiAddons_QCH.dir/build.make CMakeFiles/KF5GuiAddons_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5GuiAddons_QCH.dir/build.make CMakeFiles/KF5GuiAddons_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5GuiAddons_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5GuiAddons_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5GuiAddons_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5GuiAddons_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5GuiAddons_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5GuiAddons_QCH: CMakeFiles/KF5GuiAddons_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5GuiAddons_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5GuiAddons_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5GuiAddons_QCH.dir/build.make CMakeFiles/KF5GuiAddons_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5GuiAddons_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5CoreAddons_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5CoreAddons_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5CoreAddons_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5CoreAddons_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5CoreAddons_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5CoreAddons_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5CoreAddons_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5Codecs_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5Codecs_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Codecs_QCH.dir/build.make CMakeFiles/KF5Codecs_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Codecs_QCH.dir/build.make CMakeFiles/KF5Codecs_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5Codecs_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5Codecs_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5Codecs_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Codecs_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5Codecs_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5Codecs_QCH: CMakeFiles/KF5Codecs_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5Codecs_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5Codecs_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Codecs_QCH.dir/build.make CMakeFiles/KF5Codecs_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5Codecs_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5Config_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5Config_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5Config_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5Config_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5Config_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Config_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5Config_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5Config_QCH: CMakeFiles/KF5Config_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5Config_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5Config_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5Config_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/uninstall.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/uninstall.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target uninstall" | ||||||
|  | .PHONY : CMakeFiles/uninstall.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/uninstall.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/uninstall.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | uninstall: CMakeFiles/uninstall.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : uninstall | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/uninstall.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean | ||||||
|  | .PHONY : CMakeFiles/uninstall.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/fetch-translations.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/fetch-translations.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=25,26 "Built target fetch-translations" | ||||||
|  | .PHONY : CMakeFiles/fetch-translations.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/fetch-translations.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 2 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/fetch-translations.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/fetch-translations.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | fetch-translations: CMakeFiles/fetch-translations.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : fetch-translations | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/fetch-translations.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/clean | ||||||
|  | .PHONY : CMakeFiles/fetch-translations.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5WidgetsAddons_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5WidgetsAddons_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make CMakeFiles/KF5WidgetsAddons_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make CMakeFiles/KF5WidgetsAddons_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5WidgetsAddons_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5WidgetsAddons_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5WidgetsAddons_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5WidgetsAddons_QCH: CMakeFiles/KF5WidgetsAddons_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5WidgetsAddons_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5WidgetsAddons_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make CMakeFiles/KF5WidgetsAddons_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5ConfigWidgets_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5ConfigWidgets_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make CMakeFiles/KF5ConfigWidgets_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make CMakeFiles/KF5ConfigWidgets_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5ConfigWidgets_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5ConfigWidgets_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5ConfigWidgets_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5ConfigWidgets_QCH: CMakeFiles/KF5ConfigWidgets_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5ConfigWidgets_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5ConfigWidgets_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make CMakeFiles/KF5ConfigWidgets_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5I18n_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5I18n_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5I18n_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5I18n_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5I18n_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5I18n_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5I18n_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5I18n_QCH: CMakeFiles/KF5I18n_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5I18n_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5I18n_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5I18n_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/KF5WindowSystem_QCH.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/KF5WindowSystem_QCH.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num= "Built target KF5WindowSystem_QCH" | ||||||
|  | .PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/KF5WindowSystem_QCH.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5WindowSystem_QCH.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | KF5WindowSystem_QCH: CMakeFiles/KF5WindowSystem_QCH.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : KF5WindowSystem_QCH | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/KF5WindowSystem_QCH.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/clean | ||||||
|  | .PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target CMakeFiles/breeze10_autogen.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | CMakeFiles/breeze10_autogen.dir/all: libbreezecommon/CMakeFiles/breeze10common5.dir/all | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10_autogen.dir/build.make CMakeFiles/breeze10_autogen.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10_autogen.dir/build.make CMakeFiles/breeze10_autogen.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=20 "Built target breeze10_autogen" | ||||||
|  | .PHONY : CMakeFiles/breeze10_autogen.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | CMakeFiles/breeze10_autogen.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 5 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/breeze10_autogen.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : CMakeFiles/breeze10_autogen.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | breeze10_autogen: CMakeFiles/breeze10_autogen.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : breeze10_autogen | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | CMakeFiles/breeze10_autogen.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10_autogen.dir/build.make CMakeFiles/breeze10_autogen.dir/clean | ||||||
|  | .PHONY : CMakeFiles/breeze10_autogen.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target libbreezecommon/CMakeFiles/breeze10common5.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | libbreezecommon/CMakeFiles/breeze10common5.dir/all: libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/all | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f libbreezecommon/CMakeFiles/breeze10common5.dir/build.make libbreezecommon/CMakeFiles/breeze10common5.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f libbreezecommon/CMakeFiles/breeze10common5.dir/build.make libbreezecommon/CMakeFiles/breeze10common5.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=21,22,23 "Built target breeze10common5" | ||||||
|  | .PHONY : libbreezecommon/CMakeFiles/breeze10common5.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | libbreezecommon/CMakeFiles/breeze10common5.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 4 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libbreezecommon/CMakeFiles/breeze10common5.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : libbreezecommon/CMakeFiles/breeze10common5.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | breeze10common5: libbreezecommon/CMakeFiles/breeze10common5.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : breeze10common5 | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | libbreezecommon/CMakeFiles/breeze10common5.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f libbreezecommon/CMakeFiles/breeze10common5.dir/build.make libbreezecommon/CMakeFiles/breeze10common5.dir/clean | ||||||
|  | .PHONY : libbreezecommon/CMakeFiles/breeze10common5.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # Target rules for target libbreezecommon/CMakeFiles/breeze10common5_autogen.dir | ||||||
|  | 
 | ||||||
|  | # All Build rule for target. | ||||||
|  | libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/all: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/build.make libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/depend | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/build.make libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/build | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=24 "Built target breeze10common5_autogen" | ||||||
|  | .PHONY : libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/all | ||||||
|  | 
 | ||||||
|  | # Build rule for subdir invocation for target. | ||||||
|  | libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/rule: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 1 | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/rule | ||||||
|  | 
 | ||||||
|  | # Convenience name for target. | ||||||
|  | breeze10common5_autogen: libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/rule | ||||||
|  | 
 | ||||||
|  | .PHONY : breeze10common5_autogen | ||||||
|  | 
 | ||||||
|  | # clean rule for target. | ||||||
|  | libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/build.make libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/clean | ||||||
|  | .PHONY : libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/clean | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | ||||||
|  | .PHONY : cmake_check_build_system | ||||||
|  | 
 | ||||||
							
								
								
									
										27
									
								
								build/CMakeFiles/TargetDirectories.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								build/CMakeFiles/TargetDirectories.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/rebuild_cache.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/edit_cache.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/install/local.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/install/strip.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/list_install_components.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5Auth_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5GuiAddons_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5CoreAddons_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5Codecs_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5Config_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/uninstall.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/fetch-translations.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5WidgetsAddons_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5ConfigWidgets_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/install.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5I18n_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/KF5WindowSystem_QCH.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10_autogen.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/install/strip.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/install/local.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/edit_cache.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/breeze10common5.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/rebuild_cache.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/list_install_components.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/install.dir | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/breeze10common5_autogen.dir | ||||||
							
								
								
									
										3046
									
								
								build/CMakeFiles/breeze10.dir/CXX.includecache
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3046
									
								
								build/CMakeFiles/breeze10.dir/CXX.includecache
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										81
									
								
								build/CMakeFiles/breeze10.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										81
									
								
								build/CMakeFiles/breeze10.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,81 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   "CXX" | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | set(CMAKE_DEPENDS_CHECK_CXX | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen/mocs_compilation.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/breezebutton.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/breezebutton.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/breezedecoration.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/breezedecoration.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/breezeexceptionlist.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/build/breezesettings.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/breezesettings.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/breezesettingsprovider.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/breezesizegrip.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/breezesizegrip.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/config/breezeconfigwidget.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/config/breezedetectwidget.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptiondialog.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionlistwidget.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionmodel.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o" | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/config/breezeitemmodel.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o" | ||||||
|  |   ) | ||||||
|  | set(CMAKE_CXX_COMPILER_ID "GNU") | ||||||
|  | 
 | ||||||
|  | # Preprocessor definitions for this target. | ||||||
|  | set(CMAKE_TARGET_DEFINITIONS_CXX | ||||||
|  |   "KCOREADDONS_LIB" | ||||||
|  |   "KGUIADDONS_LIB" | ||||||
|  |   "QT_CORE_LIB" | ||||||
|  |   "QT_DBUS_LIB" | ||||||
|  |   "QT_GUI_LIB" | ||||||
|  |   "QT_NO_DEBUG" | ||||||
|  |   "QT_WIDGETS_LIB" | ||||||
|  |   "QT_X11EXTRAS_LIB" | ||||||
|  |   "QT_XML_LIB" | ||||||
|  |   "TRANSLATION_DOMAIN=\"breeze_kwin_deco\"" | ||||||
|  |   "_GNU_SOURCE" | ||||||
|  |   "_LARGEFILE64_SOURCE" | ||||||
|  |   "breeze10_EXPORTS" | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # The include file search paths: | ||||||
|  | set(CMAKE_CXX_TARGET_INCLUDE_PATH | ||||||
|  |   "." | ||||||
|  |   "../" | ||||||
|  |   "breeze10_autogen/include" | ||||||
|  |   "libbreezecommon" | ||||||
|  |   "../libbreezecommon" | ||||||
|  |   "/usr/include/qt" | ||||||
|  |   "/usr/include/qt/QtCore" | ||||||
|  |   "/usr/lib/qt/mkspecs/linux-g++" | ||||||
|  |   "/usr/include/qt/QtGui" | ||||||
|  |   "/usr/include/qt/QtDBus" | ||||||
|  |   "/usr/include/KDecoration2" | ||||||
|  |   "/usr/include/KF5" | ||||||
|  |   "/usr/include/KF5/KConfigCore" | ||||||
|  |   "/usr/include/KF5/KCoreAddons" | ||||||
|  |   "/usr/include/KF5/KConfigWidgets" | ||||||
|  |   "/usr/include/KF5/KCodecs" | ||||||
|  |   "/usr/include/KF5/KWidgetsAddons" | ||||||
|  |   "/usr/include/qt/QtWidgets" | ||||||
|  |   "/usr/include/KF5/KConfigGui" | ||||||
|  |   "/usr/include/qt/QtXml" | ||||||
|  |   "/usr/include/KF5/KAuth" | ||||||
|  |   "/usr/include/KF5/KGuiAddons" | ||||||
|  |   "/usr/include/KF5/KI18n" | ||||||
|  |   "/usr/include/KF5/KWindowSystem" | ||||||
|  |   "/usr/include/qt/QtX11Extras" | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Pairs of files generated by the same build rule. | ||||||
|  | set(CMAKE_MULTIPLE_OUTPUT_PAIRS | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/build/breezesettings.cpp" "/home/codic/coding/cpp/Bogir-decorations/build/breezesettings.h" | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   "/home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon/CMakeFiles/breeze10common5.dir/DependInfo.cmake" | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezebutton.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezebutton.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezedecoration.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezedecoration.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezesettings.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezesettings.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezesizegrip.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/breezesizegrip.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										329
									
								
								build/CMakeFiles/breeze10.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										329
									
								
								build/CMakeFiles/breeze10.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,329 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Include any dependencies generated for this target. | ||||||
|  | include CMakeFiles/breeze10.dir/depend.make | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/breeze10.dir/progress.make | ||||||
|  | 
 | ||||||
|  | # Include the compile flags for this target's objects. | ||||||
|  | include CMakeFiles/breeze10.dir/flags.make | ||||||
|  | 
 | ||||||
|  | breezesettings.h: ../breezesettingsdata.kcfg | ||||||
|  | breezesettings.h: /usr/lib/kf5/kconfig_compiler_kf5 | ||||||
|  | breezesettings.h: ../breezesettings.kcfgc | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating breezesettings.h, breezesettings.cpp" | ||||||
|  | 	/usr/lib/kf5/kconfig_compiler_kf5 /home/codic/coding/cpp/Bogir-decorations/breezesettingsdata.kcfg /home/codic/coding/cpp/Bogir-decorations/breezesettings.kcfgc -d /home/codic/coding/cpp/Bogir-decorations/build/ | ||||||
|  | 
 | ||||||
|  | breezesettings.cpp: breezesettings.h | ||||||
|  | 	@$(CMAKE_COMMAND) -E touch_nocreate breezesettings.cpp | ||||||
|  | 
 | ||||||
|  | ui_breezeconfigurationui.h: ../config/ui/breezeconfigurationui.ui | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating ui_breezeconfigurationui.h" | ||||||
|  | 	/usr/bin/cmake -DKDE_UIC_EXECUTABLE:FILEPATH=/usr/bin/uic -DKDE_UIC_FILE:FILEPATH=/home/codic/coding/cpp/Bogir-decorations/config/ui/breezeconfigurationui.ui -DKDE_UIC_H_FILE:FILEPATH=/home/codic/coding/cpp/Bogir-decorations/build/ui_breezeconfigurationui.h -DKDE_UIC_BASENAME:STRING=breezeconfigurationui -P /usr/lib64/cmake/KF5I18n/kf5i18nuic.cmake | ||||||
|  | 
 | ||||||
|  | ui_breezedetectwidget.h: ../config/ui/breezedetectwidget.ui | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Generating ui_breezedetectwidget.h" | ||||||
|  | 	/usr/bin/cmake -DKDE_UIC_EXECUTABLE:FILEPATH=/usr/bin/uic -DKDE_UIC_FILE:FILEPATH=/home/codic/coding/cpp/Bogir-decorations/config/ui/breezedetectwidget.ui -DKDE_UIC_H_FILE:FILEPATH=/home/codic/coding/cpp/Bogir-decorations/build/ui_breezedetectwidget.h -DKDE_UIC_BASENAME:STRING=breezedetectwidget -P /usr/lib64/cmake/KF5I18n/kf5i18nuic.cmake | ||||||
|  | 
 | ||||||
|  | ui_breezeexceptiondialog.h: ../config/ui/breezeexceptiondialog.ui | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Generating ui_breezeexceptiondialog.h" | ||||||
|  | 	/usr/bin/cmake -DKDE_UIC_EXECUTABLE:FILEPATH=/usr/bin/uic -DKDE_UIC_FILE:FILEPATH=/home/codic/coding/cpp/Bogir-decorations/config/ui/breezeexceptiondialog.ui -DKDE_UIC_H_FILE:FILEPATH=/home/codic/coding/cpp/Bogir-decorations/build/ui_breezeexceptiondialog.h -DKDE_UIC_BASENAME:STRING=breezeexceptiondialog -P /usr/lib64/cmake/KF5I18n/kf5i18nuic.cmake | ||||||
|  | 
 | ||||||
|  | ui_breezeexceptionlistwidget.h: ../config/ui/breezeexceptionlistwidget.ui | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Generating ui_breezeexceptionlistwidget.h" | ||||||
|  | 	/usr/bin/cmake -DKDE_UIC_EXECUTABLE:FILEPATH=/usr/bin/uic -DKDE_UIC_FILE:FILEPATH=/home/codic/coding/cpp/Bogir-decorations/config/ui/breezeexceptionlistwidget.ui -DKDE_UIC_H_FILE:FILEPATH=/home/codic/coding/cpp/Bogir-decorations/build/ui_breezeexceptionlistwidget.h -DKDE_UIC_BASENAME:STRING=breezeexceptionlistwidget -P /usr/lib64/cmake/KF5I18n/kf5i18nuic.cmake | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o: breeze10_autogen/mocs_compilation.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen/mocs_compilation.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen/mocs_compilation.cpp > CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen/mocs_compilation.cpp -o CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezebutton.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/breezebutton.cpp.o: ../breezebutton.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object CMakeFiles/breeze10.dir/breezebutton.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/breezebutton.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/breezebutton.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezebutton.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/breezebutton.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/breezebutton.cpp > CMakeFiles/breeze10.dir/breezebutton.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezebutton.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/breezebutton.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/breezebutton.cpp -o CMakeFiles/breeze10.dir/breezebutton.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezedecoration.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/breezedecoration.cpp.o: ../breezedecoration.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object CMakeFiles/breeze10.dir/breezedecoration.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/breezedecoration.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/breezedecoration.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezedecoration.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/breezedecoration.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/breezedecoration.cpp > CMakeFiles/breeze10.dir/breezedecoration.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezedecoration.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/breezedecoration.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/breezedecoration.cpp -o CMakeFiles/breeze10.dir/breezedecoration.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o: ../breezeexceptionlist.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/breezeexceptionlist.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/breezeexceptionlist.cpp > CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/breezeexceptionlist.cpp -o CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o: ../breezesettingsprovider.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/breezesettingsprovider.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/breezesettingsprovider.cpp > CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/breezesettingsprovider.cpp -o CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesizegrip.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/breezesizegrip.cpp.o: ../breezesizegrip.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object CMakeFiles/breeze10.dir/breezesizegrip.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/breezesizegrip.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/breezesizegrip.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesizegrip.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/breezesizegrip.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/breezesizegrip.cpp > CMakeFiles/breeze10.dir/breezesizegrip.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesizegrip.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/breezesizegrip.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/breezesizegrip.cpp -o CMakeFiles/breeze10.dir/breezesizegrip.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesettings.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/breezesettings.cpp.o: breezesettings.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object CMakeFiles/breeze10.dir/breezesettings.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/breezesettings.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/build/breezesettings.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesettings.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/breezesettings.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/build/breezesettings.cpp > CMakeFiles/breeze10.dir/breezesettings.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/breezesettings.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/breezesettings.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/build/breezesettings.cpp -o CMakeFiles/breeze10.dir/breezesettings.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o: ../config/breezeconfigwidget.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/config/breezeconfigwidget.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/config/breezeconfigwidget.cpp > CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/config/breezeconfigwidget.cpp -o CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o: ../config/breezedetectwidget.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/config/breezedetectwidget.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/config/breezedetectwidget.cpp > CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/config/breezedetectwidget.cpp -o CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o: ../config/breezeexceptiondialog.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptiondialog.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptiondialog.cpp > CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptiondialog.cpp -o CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o: ../config/breezeexceptionlistwidget.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionlistwidget.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionlistwidget.cpp > CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionlistwidget.cpp -o CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o: ../config/breezeexceptionmodel.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionmodel.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionmodel.cpp > CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionmodel.cpp -o CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.s | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o: CMakeFiles/breeze10.dir/flags.make | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o: ../config/breezeitemmodel.cpp | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o" | ||||||
|  | 	/usr/bin/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o -c /home/codic/coding/cpp/Bogir-decorations/config/breezeitemmodel.cpp | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.i: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.i" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/codic/coding/cpp/Bogir-decorations/config/breezeitemmodel.cpp > CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.i | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.s: cmake_force | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.s" | ||||||
|  | 	/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/codic/coding/cpp/Bogir-decorations/config/breezeitemmodel.cpp -o CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.s | ||||||
|  | 
 | ||||||
|  | # Object files for target breeze10 | ||||||
|  | breeze10_OBJECTS = \ | ||||||
|  | "CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/breezebutton.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/breezedecoration.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/breezesizegrip.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/breezesettings.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o" \ | ||||||
|  | "CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o" | ||||||
|  | 
 | ||||||
|  | # External object files for target breeze10 | ||||||
|  | breeze10_EXTERNAL_OBJECTS = | ||||||
|  | 
 | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/breezebutton.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/breezedecoration.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/breezesizegrip.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/breezesettings.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/build.make | ||||||
|  | breeze10.so: /usr/lib/libxcb.so | ||||||
|  | breeze10.so: CMakeFiles/breeze10.dir/link.txt | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Linking CXX shared module breeze10.so" | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/breeze10.dir/link.txt --verbose=$(VERBOSE) | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/breeze10.dir/build: breeze10.so | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/breeze10.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/breeze10.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/breeze10.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10.dir/depend: breezesettings.h | ||||||
|  | CMakeFiles/breeze10.dir/depend: breezesettings.cpp | ||||||
|  | CMakeFiles/breeze10.dir/depend: ui_breezeconfigurationui.h | ||||||
|  | CMakeFiles/breeze10.dir/depend: ui_breezedetectwidget.h | ||||||
|  | CMakeFiles/breeze10.dir/depend: ui_breezeexceptiondialog.h | ||||||
|  | CMakeFiles/breeze10.dir/depend: ui_breezeexceptionlistwidget.h | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/breeze10.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										31
									
								
								build/CMakeFiles/breeze10.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								build/CMakeFiles/breeze10.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | ||||||
|  | file(REMOVE_RECURSE | ||||||
|  |   "CMakeFiles/breeze10_autogen.dir/AutogenUsed.txt" | ||||||
|  |   "CMakeFiles/breeze10_autogen.dir/ParseCache.txt" | ||||||
|  |   "breeze10_autogen" | ||||||
|  |   "CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/breezebutton.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/breezedecoration.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/breezesettings.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/breezesizegrip.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o" | ||||||
|  |   "CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o" | ||||||
|  |   "breeze10.pdb" | ||||||
|  |   "breeze10.so" | ||||||
|  |   "breezesettings.cpp" | ||||||
|  |   "breezesettings.h" | ||||||
|  |   "ui_breezeconfigurationui.h" | ||||||
|  |   "ui_breezedetectwidget.h" | ||||||
|  |   "ui_breezeexceptiondialog.h" | ||||||
|  |   "ui_breezeexceptionlistwidget.h" | ||||||
|  | ) | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang CXX) | ||||||
|  |   include(CMakeFiles/breeze10.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										2316
									
								
								build/CMakeFiles/breeze10.dir/depend.internal
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2316
									
								
								build/CMakeFiles/breeze10.dir/depend.internal
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										2316
									
								
								build/CMakeFiles/breeze10.dir/depend.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2316
									
								
								build/CMakeFiles/breeze10.dir/depend.make
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										10
									
								
								build/CMakeFiles/breeze10.dir/flags.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								build/CMakeFiles/breeze10.dir/flags.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # compile CXX with /usr/bin/c++ | ||||||
|  | CXX_FLAGS =  -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC -std=gnu++11 | ||||||
|  | 
 | ||||||
|  | CXX_DEFINES = -DKCOREADDONS_LIB -DKGUIADDONS_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN=\"breeze_kwin_deco\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dbreeze10_EXPORTS | ||||||
|  | 
 | ||||||
|  | CXX_INCLUDES = -I/home/codic/coding/cpp/Bogir-decorations/build -I/home/codic/coding/cpp/Bogir-decorations -I/home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen/include -I/home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon -I/home/codic/coding/cpp/Bogir-decorations/libbreezecommon -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtDBus -isystem /usr/include/KDecoration2 -isystem /usr/include/KF5 -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/qt/QtWidgets -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/qt/QtXml -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KGuiAddons -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt/QtX11Extras  | ||||||
|  | 
 | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/breeze10.dir/link.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/breeze10.dir/link.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | /usr/bin/c++ -fPIC  -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -O3 -DNDEBUG -Wl,--no-undefined -Wl,--fatal-warnings -Wl,--enable-new-dtags  -shared  -o breeze10.so CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o CMakeFiles/breeze10.dir/breezebutton.cpp.o CMakeFiles/breeze10.dir/breezedecoration.cpp.o CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o CMakeFiles/breeze10.dir/breezesizegrip.cpp.o CMakeFiles/breeze10.dir/breezesettings.cpp.o CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o  -Wl,-rpath,/home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon: libbreezecommon/libbreeze10common5.so.0.1 /usr/lib/libkdecorations2.so.5.18.4 /usr/lib/libKF5ConfigWidgets.so.5.69.0 /usr/lib/libKF5GuiAddons.so.5.69.0 /usr/lib/libKF5I18n.so.5.69.0 /usr/lib/libKF5WindowSystem.so.5.69.0 /usr/lib/libQt5X11Extras.so.5.14.2 /usr/lib/libxcb.so /usr/lib/libKF5Codecs.so.5.69.0 /usr/lib/libKF5WidgetsAddons.so.5.69.0 /usr/lib/libKF5ConfigGui.so.5.69.0 /usr/lib/libKF5ConfigCore.so.5.69.0 /usr/lib/libQt5Xml.so.5.14.2 /usr/lib/libKF5Auth.so.5.69.0 /usr/lib/libKF5AuthCore.so.5.69.0 /usr/lib/libQt5DBus.so.5.14.2 /usr/lib/libKF5CoreAddons.so.5.69.0 /usr/lib/libQt5Widgets.so.5.14.2 /usr/lib/libQt5Gui.so.5.14.2 /usr/lib/libQt5Core.so.5.14.2  | ||||||
							
								
								
									
										20
									
								
								build/CMakeFiles/breeze10.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								build/CMakeFiles/breeze10.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | ||||||
|  | CMAKE_PROGRESS_1 = 1 | ||||||
|  | CMAKE_PROGRESS_2 = 2 | ||||||
|  | CMAKE_PROGRESS_3 = 3 | ||||||
|  | CMAKE_PROGRESS_4 = 4 | ||||||
|  | CMAKE_PROGRESS_5 = 5 | ||||||
|  | CMAKE_PROGRESS_6 = 6 | ||||||
|  | CMAKE_PROGRESS_7 = 7 | ||||||
|  | CMAKE_PROGRESS_8 = 8 | ||||||
|  | CMAKE_PROGRESS_9 = 9 | ||||||
|  | CMAKE_PROGRESS_10 = 10 | ||||||
|  | CMAKE_PROGRESS_11 = 11 | ||||||
|  | CMAKE_PROGRESS_12 = 12 | ||||||
|  | CMAKE_PROGRESS_13 = 13 | ||||||
|  | CMAKE_PROGRESS_14 = 14 | ||||||
|  | CMAKE_PROGRESS_15 = 15 | ||||||
|  | CMAKE_PROGRESS_16 = 16 | ||||||
|  | CMAKE_PROGRESS_17 = 17 | ||||||
|  | CMAKE_PROGRESS_18 = 18 | ||||||
|  | CMAKE_PROGRESS_19 = 19 | ||||||
|  | 
 | ||||||
							
								
								
									
										217
									
								
								build/CMakeFiles/breeze10_autogen.dir/AutogenInfo.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										217
									
								
								build/CMakeFiles/breeze10_autogen.dir/AutogenInfo.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,217 @@ | ||||||
|  | { | ||||||
|  | 	"BUILD_DIR" : "/home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen", | ||||||
|  | 	"CMAKE_BINARY_DIR" : "/home/codic/coding/cpp/Bogir-decorations/build", | ||||||
|  | 	"CMAKE_CURRENT_BINARY_DIR" : "/home/codic/coding/cpp/Bogir-decorations/build", | ||||||
|  | 	"CMAKE_CURRENT_SOURCE_DIR" : "/home/codic/coding/cpp/Bogir-decorations", | ||||||
|  | 	"CMAKE_EXECUTABLE" : "/usr/bin/cmake", | ||||||
|  | 	"CMAKE_SOURCE_DIR" : "/home/codic/coding/cpp/Bogir-decorations", | ||||||
|  | 	"DEP_FILE" : "", | ||||||
|  | 	"DEP_FILE_RULE_NAME" : "", | ||||||
|  | 	"HEADERS" :  | ||||||
|  | 	[ | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/breezebutton.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"EWIEGA46WW/moc_breezebutton.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/breezedecoration.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"EWIEGA46WW/moc_breezedecoration.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/breezeexceptionlist.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"EWIEGA46WW/moc_breezeexceptionlist.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/breezesettingsprovider.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"EWIEGA46WW/moc_breezesettingsprovider.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/breezesizegrip.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"EWIEGA46WW/moc_breezesizegrip.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeconfigwidget.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"IJHAR2IVER/moc_breezeconfigwidget.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezedetectwidget.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"IJHAR2IVER/moc_breezedetectwidget.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptiondialog.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"IJHAR2IVER/moc_breezeexceptiondialog.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionlistwidget.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"IJHAR2IVER/moc_breezeexceptionlistwidget.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionmodel.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"IJHAR2IVER/moc_breezeexceptionmodel.cpp" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeitemmodel.h", | ||||||
|  | 			"Mu", | ||||||
|  | 			"IJHAR2IVER/moc_breezeitemmodel.cpp" | ||||||
|  | 		] | ||||||
|  | 	], | ||||||
|  | 	"HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], | ||||||
|  | 	"INCLUDE_DIR" : "/home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen/include", | ||||||
|  | 	"MOC_COMPILATION_FILE" : "/home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen/mocs_compilation.cpp", | ||||||
|  | 	"MOC_DEFINITIONS" :  | ||||||
|  | 	[ | ||||||
|  | 		"KCOREADDONS_LIB", | ||||||
|  | 		"KGUIADDONS_LIB", | ||||||
|  | 		"QT_CORE_LIB", | ||||||
|  | 		"QT_DBUS_LIB", | ||||||
|  | 		"QT_GUI_LIB", | ||||||
|  | 		"QT_NO_DEBUG", | ||||||
|  | 		"QT_WIDGETS_LIB", | ||||||
|  | 		"QT_X11EXTRAS_LIB", | ||||||
|  | 		"QT_XML_LIB", | ||||||
|  | 		"TRANSLATION_DOMAIN=\"breeze_kwin_deco\"", | ||||||
|  | 		"_GNU_SOURCE", | ||||||
|  | 		"_LARGEFILE64_SOURCE", | ||||||
|  | 		"breeze10_EXPORTS" | ||||||
|  | 	], | ||||||
|  | 	"MOC_DEPEND_FILTERS" :  | ||||||
|  | 	[ | ||||||
|  | 		[ | ||||||
|  | 			"Q_PLUGIN_METADATA", | ||||||
|  | 			"[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"K_PLUGIN_FACTORY_WITH_JSON", | ||||||
|  | 			"[\n^][ \t]*K_PLUGIN_FACTORY_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"K_PLUGIN_CLASS_WITH_JSON", | ||||||
|  | 			"[\n^][ \t]*K_PLUGIN_CLASS_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"K_PLUGIN_FACTORY_WITH_JSON", | ||||||
|  | 			"[\n^][ \t]*K_PLUGIN_FACTORY_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"K_PLUGIN_CLASS_WITH_JSON", | ||||||
|  | 			"[\n^][ \t]*K_PLUGIN_CLASS_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" | ||||||
|  | 		] | ||||||
|  | 	], | ||||||
|  | 	"MOC_INCLUDES" :  | ||||||
|  | 	[ | ||||||
|  | 		"/home/codic/coding/cpp/Bogir-decorations/build", | ||||||
|  | 		"/home/codic/coding/cpp/Bogir-decorations", | ||||||
|  | 		"/home/codic/coding/cpp/Bogir-decorations/build/libbreezecommon", | ||||||
|  | 		"/home/codic/coding/cpp/Bogir-decorations/libbreezecommon", | ||||||
|  | 		"/usr/include/qt", | ||||||
|  | 		"/usr/include/qt/QtCore", | ||||||
|  | 		"/usr/lib/qt/mkspecs/linux-g++", | ||||||
|  | 		"/usr/include/qt/QtGui", | ||||||
|  | 		"/usr/include/qt/QtDBus", | ||||||
|  | 		"/usr/include/KDecoration2", | ||||||
|  | 		"/usr/include/KF5", | ||||||
|  | 		"/usr/include/KF5/KConfigCore", | ||||||
|  | 		"/usr/include/KF5/KCoreAddons", | ||||||
|  | 		"/usr/include/KF5/KConfigWidgets", | ||||||
|  | 		"/usr/include/KF5/KCodecs", | ||||||
|  | 		"/usr/include/KF5/KWidgetsAddons", | ||||||
|  | 		"/usr/include/qt/QtWidgets", | ||||||
|  | 		"/usr/include/KF5/KConfigGui", | ||||||
|  | 		"/usr/include/qt/QtXml", | ||||||
|  | 		"/usr/include/KF5/KAuth", | ||||||
|  | 		"/usr/include/KF5/KGuiAddons", | ||||||
|  | 		"/usr/include/KF5/KI18n", | ||||||
|  | 		"/usr/include/KF5/KWindowSystem", | ||||||
|  | 		"/usr/include/qt/QtX11Extras", | ||||||
|  | 		"/usr/include", | ||||||
|  | 		"/usr/include/c++/9.3.0", | ||||||
|  | 		"/usr/include/c++/9.3.0/x86_64-pc-linux-gnu", | ||||||
|  | 		"/usr/include/c++/9.3.0/backward", | ||||||
|  | 		"/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include", | ||||||
|  | 		"/usr/local/include", | ||||||
|  | 		"/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed" | ||||||
|  | 	], | ||||||
|  | 	"MOC_MACRO_NAMES" :  | ||||||
|  | 	[ | ||||||
|  | 		"Q_OBJECT", | ||||||
|  | 		"Q_GADGET", | ||||||
|  | 		"Q_NAMESPACE", | ||||||
|  | 		"Q_NAMESPACE_EXPORT", | ||||||
|  | 		"K_PLUGIN_FACTORY", | ||||||
|  | 		"K_PLUGIN_FACTORY_WITH_JSON", | ||||||
|  | 		"K_PLUGIN_CLASS_WITH_JSON", | ||||||
|  | 		"K_PLUGIN_FACTORY", | ||||||
|  | 		"K_PLUGIN_FACTORY_WITH_JSON", | ||||||
|  | 		"K_PLUGIN_CLASS_WITH_JSON" | ||||||
|  | 	], | ||||||
|  | 	"MOC_OPTIONS" : [], | ||||||
|  | 	"MOC_PATH_PREFIX" : true, | ||||||
|  | 	"MOC_PREDEFS_CMD" :  | ||||||
|  | 	[ | ||||||
|  | 		"/usr/bin/c++", | ||||||
|  | 		"-dM", | ||||||
|  | 		"-E", | ||||||
|  | 		"-c", | ||||||
|  | 		"/usr/share/cmake-3.17/Modules/CMakeCXXCompilerABI.cpp" | ||||||
|  | 	], | ||||||
|  | 	"MOC_PREDEFS_FILE" : "/home/codic/coding/cpp/Bogir-decorations/build/breeze10_autogen/moc_predefs.h", | ||||||
|  | 	"MOC_RELAXED_MODE" : false, | ||||||
|  | 	"MOC_SKIP" : [], | ||||||
|  | 	"MULTI_CONFIG" : false, | ||||||
|  | 	"PARALLEL" : 2, | ||||||
|  | 	"PARSE_CACHE_FILE" : "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10_autogen.dir/ParseCache.txt", | ||||||
|  | 	"QT_MOC_EXECUTABLE" : "/usr/bin/moc", | ||||||
|  | 	"QT_UIC_EXECUTABLE" : "", | ||||||
|  | 	"QT_VERSION_MAJOR" : 5, | ||||||
|  | 	"QT_VERSION_MINOR" : 14, | ||||||
|  | 	"SETTINGS_FILE" : "/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10_autogen.dir/AutogenUsed.txt", | ||||||
|  | 	"SOURCES" :  | ||||||
|  | 	[ | ||||||
|  | 		[ "/home/codic/coding/cpp/Bogir-decorations/breezebutton.cpp", "Mu" ], | ||||||
|  | 		[ "/home/codic/coding/cpp/Bogir-decorations/breezedecoration.cpp", "Mu" ], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/breezeexceptionlist.cpp", | ||||||
|  | 			"Mu" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/breezesettingsprovider.cpp", | ||||||
|  | 			"Mu" | ||||||
|  | 		], | ||||||
|  | 		[ "/home/codic/coding/cpp/Bogir-decorations/breezesizegrip.cpp", "Mu" ], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeconfigwidget.cpp", | ||||||
|  | 			"Mu" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezedetectwidget.cpp", | ||||||
|  | 			"Mu" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptiondialog.cpp", | ||||||
|  | 			"Mu" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionlistwidget.cpp", | ||||||
|  | 			"Mu" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionmodel.cpp", | ||||||
|  | 			"Mu" | ||||||
|  | 		], | ||||||
|  | 		[ | ||||||
|  | 			"/home/codic/coding/cpp/Bogir-decorations/config/breezeitemmodel.cpp", | ||||||
|  | 			"Mu" | ||||||
|  | 		] | ||||||
|  | 	], | ||||||
|  | 	"VERBOSITY" : 0 | ||||||
|  | } | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/breeze10_autogen.dir/AutogenUsed.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/breeze10_autogen.dir/AutogenUsed.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | moc:3f7cc0b73aa3481ada04a044966b2970f3b01ac45d2bb2001da3f1f5355b36f8 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/breeze10_autogen.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/breeze10_autogen.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										34
									
								
								build/CMakeFiles/breeze10_autogen.dir/ParseCache.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								build/CMakeFiles/breeze10_autogen.dir/ParseCache.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,34 @@ | ||||||
|  | # Generated by CMake. Changes will be overwritten. | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeitemmodel.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionmodel.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionlistwidget.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezedetectwidget.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptiondialog.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezesizegrip.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezesettingsprovider.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezeexceptionlist.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezedecoration.cpp | ||||||
|  |  mmc:K_PLUGIN_FACTORY_WITH_JSON | ||||||
|  |  mid:breezedecoration.moc | ||||||
|  |  mdp:breeze.json | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezeexceptionlist.h | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezebutton.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezebutton.h | ||||||
|  |  mmc:Q_OBJECT | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeconfigwidget.cpp | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezesettingsprovider.h | ||||||
|  |  mmc:Q_OBJECT | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionlistwidget.h | ||||||
|  |  mmc:Q_OBJECT | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezesizegrip.h | ||||||
|  |  mmc:Q_OBJECT | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/breezedecoration.h | ||||||
|  |  mmc:Q_OBJECT | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeconfigwidget.h | ||||||
|  |  mmc:Q_OBJECT | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptiondialog.h | ||||||
|  |  mmc:Q_OBJECT | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeexceptionmodel.h | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezeitemmodel.h | ||||||
|  | /home/codic/coding/cpp/Bogir-decorations/config/breezedetectwidget.h | ||||||
|  |  mmc:Q_OBJECT | ||||||
							
								
								
									
										97
									
								
								build/CMakeFiles/breeze10_autogen.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										97
									
								
								build/CMakeFiles/breeze10_autogen.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,97 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for breeze10_autogen. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/breeze10_autogen.dir/progress.make | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10_autogen: | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC for target breeze10" | ||||||
|  | 	/usr/bin/cmake -E cmake_autogen /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10_autogen.dir/AutogenInfo.json Release | ||||||
|  | 
 | ||||||
|  | breeze10_autogen: CMakeFiles/breeze10_autogen | ||||||
|  | breeze10_autogen: CMakeFiles/breeze10_autogen.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : breeze10_autogen | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/breeze10_autogen.dir/build: breeze10_autogen | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/breeze10_autogen.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10_autogen.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/breeze10_autogen.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/breeze10_autogen.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/breeze10_autogen.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/breeze10_autogen.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/breeze10_autogen.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										9
									
								
								build/CMakeFiles/breeze10_autogen.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								build/CMakeFiles/breeze10_autogen.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | ||||||
|  | file(REMOVE_RECURSE | ||||||
|  |   "CMakeFiles/breeze10_autogen" | ||||||
|  |   "breeze10_autogen/mocs_compilation.cpp" | ||||||
|  | ) | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/breeze10_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										3
									
								
								build/CMakeFiles/breeze10_autogen.dir/depend.internal
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								build/CMakeFiles/breeze10_autogen.dir/depend.internal
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,3 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
							
								
								
									
										3
									
								
								build/CMakeFiles/breeze10_autogen.dir/depend.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								build/CMakeFiles/breeze10_autogen.dir/depend.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,3 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
							
								
								
									
										2
									
								
								build/CMakeFiles/breeze10_autogen.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								build/CMakeFiles/breeze10_autogen.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,2 @@ | ||||||
|  | CMAKE_PROGRESS_1 = 20 | ||||||
|  | 
 | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/cmake.check_cache
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/cmake.check_cache
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | # This file is generated by cmake for dependency checking of the CMakeCache.txt file | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/fetch-translations.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/fetch-translations.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										105
									
								
								build/CMakeFiles/fetch-translations.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										105
									
								
								build/CMakeFiles/fetch-translations.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,105 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for fetch-translations. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/fetch-translations.dir/progress.make | ||||||
|  | 
 | ||||||
|  | CMakeFiles/fetch-translations: releaseme | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Downloading translations for Bogir-decorations branch trunk..." | ||||||
|  | 	git -C /home/codic/coding/cpp/Bogir-decorations/build/releaseme pull | ||||||
|  | 	cmake -E remove_directory /home/codic/coding/cpp/Bogir-decorations/build/po | ||||||
|  | 	cmake -E remove_directory /home/codic/coding/cpp/Bogir-decorations/build/poqm | ||||||
|  | 	ruby /home/codic/coding/cpp/Bogir-decorations/build/releaseme/fetchpo.rb --origin trunk --project Bogir-decorations --output-dir /home/codic/coding/cpp/Bogir-decorations/build/po --output-poqm-dir /home/codic/coding/cpp/Bogir-decorations/build/poqm /home/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | releaseme: | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Fetching releaseme scripts to download translations..." | ||||||
|  | 	git clone --depth 1 https://anongit.kde.org/releaseme.git | ||||||
|  | 
 | ||||||
|  | fetch-translations: CMakeFiles/fetch-translations | ||||||
|  | fetch-translations: releaseme | ||||||
|  | fetch-translations: CMakeFiles/fetch-translations.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : fetch-translations | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/fetch-translations.dir/build: fetch-translations | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/fetch-translations.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/fetch-translations.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/fetch-translations.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/fetch-translations.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/fetch-translations.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/fetch-translations.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | file(REMOVE_RECURSE | ||||||
|  |   "CMakeFiles/fetch-translations" | ||||||
|  |   "po" | ||||||
|  |   "poqm" | ||||||
|  |   "releaseme" | ||||||
|  | ) | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/fetch-translations.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										3
									
								
								build/CMakeFiles/fetch-translations.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								build/CMakeFiles/fetch-translations.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,3 @@ | ||||||
|  | CMAKE_PROGRESS_1 = 25 | ||||||
|  | CMAKE_PROGRESS_2 = 26 | ||||||
|  | 
 | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/progress.marks
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/progress.marks
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 24 | ||||||
							
								
								
									
										11
									
								
								build/CMakeFiles/uninstall.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								build/CMakeFiles/uninstall.dir/DependInfo.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | # The set of languages for which implicit dependencies are needed: | ||||||
|  | set(CMAKE_DEPENDS_LANGUAGES | ||||||
|  |   ) | ||||||
|  | # The set of files for implicit dependencies of each language: | ||||||
|  | 
 | ||||||
|  | # Targets to which this target links. | ||||||
|  | set(CMAKE_TARGET_LINKED_INFO_FILES | ||||||
|  |   ) | ||||||
|  | 
 | ||||||
|  | # Fortran module output directory. | ||||||
|  | set(CMAKE_Fortran_TARGET_MODULE_DIR "") | ||||||
							
								
								
									
										96
									
								
								build/CMakeFiles/uninstall.dir/build.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										96
									
								
								build/CMakeFiles/uninstall.dir/build.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,96 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT! | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17 | ||||||
|  | 
 | ||||||
|  | # Delete rule output on recipe failure. | ||||||
|  | .DELETE_ON_ERROR: | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #============================================================================= | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run. | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | # Utility rule file for uninstall. | ||||||
|  | 
 | ||||||
|  | # Include the progress variables for this target. | ||||||
|  | include CMakeFiles/uninstall.dir/progress.make | ||||||
|  | 
 | ||||||
|  | CMakeFiles/uninstall: | ||||||
|  | 	/usr/bin/cmake -P /home/codic/coding/cpp/Bogir-decorations/build/ecm_uninstall.cmake | ||||||
|  | 
 | ||||||
|  | uninstall: CMakeFiles/uninstall | ||||||
|  | uninstall: CMakeFiles/uninstall.dir/build.make | ||||||
|  | 
 | ||||||
|  | .PHONY : uninstall | ||||||
|  | 
 | ||||||
|  | # Rule to build all files generated by this target. | ||||||
|  | CMakeFiles/uninstall.dir/build: uninstall | ||||||
|  | 
 | ||||||
|  | .PHONY : CMakeFiles/uninstall.dir/build | ||||||
|  | 
 | ||||||
|  | CMakeFiles/uninstall.dir/clean: | ||||||
|  | 	$(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake | ||||||
|  | .PHONY : CMakeFiles/uninstall.dir/clean | ||||||
|  | 
 | ||||||
|  | CMakeFiles/uninstall.dir/depend: | ||||||
|  | 	cd /home/codic/coding/cpp/Bogir-decorations/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR) | ||||||
|  | .PHONY : CMakeFiles/uninstall.dir/depend | ||||||
|  | 
 | ||||||
							
								
								
									
										8
									
								
								build/CMakeFiles/uninstall.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								build/CMakeFiles/uninstall.dir/cmake_clean.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,8 @@ | ||||||
|  | file(REMOVE_RECURSE | ||||||
|  |   "CMakeFiles/uninstall" | ||||||
|  | ) | ||||||
|  | 
 | ||||||
|  | # Per-language clean rules from dependency scanning. | ||||||
|  | foreach(lang ) | ||||||
|  |   include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) | ||||||
|  | endforeach() | ||||||
							
								
								
									
										1
									
								
								build/CMakeFiles/uninstall.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								build/CMakeFiles/uninstall.dir/progress.make
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | 
 | ||||||
							
								
								
									
										804
									
								
								build/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										804
									
								
								build/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,804 @@ | ||||||
|  | # CMAKE generated file: DO NOT EDIT!
 | ||||||
|  | # Generated by "Unix Makefiles" Generator, CMake Version 3.17
 | ||||||
|  | 
 | ||||||
|  | # 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/codic/coding/cpp/Bogir-decorations | ||||||
|  | 
 | ||||||
|  | # The top-level build directory on which CMake was run.
 | ||||||
|  | CMAKE_BINARY_DIR = /home/codic/coding/cpp/Bogir-decorations/build | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Targets provided globally by CMake.
 | ||||||
|  | 
 | ||||||
|  | # 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 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 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 | ||||||
|  | 
 | ||||||
|  | # Special rule for the target list_install_components
 | ||||||
|  | list_install_components: | ||||||
|  | 	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"breeze10\"" | ||||||
|  | .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 | ||||||
|  | 
 | ||||||
|  | # The main all target
 | ||||||
|  | all: cmake_check_build_system | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles/progress.marks | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all | ||||||
|  | 	$(CMAKE_COMMAND) -E cmake_progress_start /home/codic/coding/cpp/Bogir-decorations/build/CMakeFiles 0 | ||||||
|  | .PHONY : all | ||||||
|  | 
 | ||||||
|  | # The main clean target
 | ||||||
|  | clean: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean | ||||||
|  | .PHONY : clean | ||||||
|  | 
 | ||||||
|  | # The main clean target
 | ||||||
|  | clean/fast: clean | ||||||
|  | 
 | ||||||
|  | .PHONY : clean/fast | ||||||
|  | 
 | ||||||
|  | # Prepare targets for installation.
 | ||||||
|  | preinstall: all | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall | ||||||
|  | .PHONY : preinstall | ||||||
|  | 
 | ||||||
|  | # Prepare targets for installation.
 | ||||||
|  | preinstall/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall | ||||||
|  | .PHONY : preinstall/fast | ||||||
|  | 
 | ||||||
|  | # clear depends
 | ||||||
|  | depend: | ||||||
|  | 	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 | ||||||
|  | .PHONY : depend | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named breeze10
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | breeze10: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 breeze10 | ||||||
|  | .PHONY : breeze10 | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | breeze10/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/build | ||||||
|  | .PHONY : breeze10/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5Auth_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5Auth_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Auth_QCH | ||||||
|  | .PHONY : KF5Auth_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5Auth_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Auth_QCH.dir/build.make CMakeFiles/KF5Auth_QCH.dir/build | ||||||
|  | .PHONY : KF5Auth_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5GuiAddons_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5GuiAddons_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5GuiAddons_QCH | ||||||
|  | .PHONY : KF5GuiAddons_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5GuiAddons_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5GuiAddons_QCH.dir/build.make CMakeFiles/KF5GuiAddons_QCH.dir/build | ||||||
|  | .PHONY : KF5GuiAddons_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5CoreAddons_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5CoreAddons_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5CoreAddons_QCH | ||||||
|  | .PHONY : KF5CoreAddons_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5CoreAddons_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build | ||||||
|  | .PHONY : KF5CoreAddons_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5Codecs_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5Codecs_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Codecs_QCH | ||||||
|  | .PHONY : KF5Codecs_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5Codecs_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Codecs_QCH.dir/build.make CMakeFiles/KF5Codecs_QCH.dir/build | ||||||
|  | .PHONY : KF5Codecs_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5Config_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5Config_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Config_QCH | ||||||
|  | .PHONY : KF5Config_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5Config_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/build | ||||||
|  | .PHONY : KF5Config_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named uninstall
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | uninstall: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall | ||||||
|  | .PHONY : uninstall | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | uninstall/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build | ||||||
|  | .PHONY : uninstall/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named fetch-translations
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | fetch-translations: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fetch-translations | ||||||
|  | .PHONY : fetch-translations | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | fetch-translations/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build | ||||||
|  | .PHONY : fetch-translations/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5WidgetsAddons_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5WidgetsAddons_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5WidgetsAddons_QCH | ||||||
|  | .PHONY : KF5WidgetsAddons_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5WidgetsAddons_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make CMakeFiles/KF5WidgetsAddons_QCH.dir/build | ||||||
|  | .PHONY : KF5WidgetsAddons_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5ConfigWidgets_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5ConfigWidgets_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5ConfigWidgets_QCH | ||||||
|  | .PHONY : KF5ConfigWidgets_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5ConfigWidgets_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make CMakeFiles/KF5ConfigWidgets_QCH.dir/build | ||||||
|  | .PHONY : KF5ConfigWidgets_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5I18n_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5I18n_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5I18n_QCH | ||||||
|  | .PHONY : KF5I18n_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5I18n_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/build | ||||||
|  | .PHONY : KF5I18n_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named KF5WindowSystem_QCH
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | KF5WindowSystem_QCH: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5WindowSystem_QCH | ||||||
|  | .PHONY : KF5WindowSystem_QCH | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | KF5WindowSystem_QCH/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/build | ||||||
|  | .PHONY : KF5WindowSystem_QCH/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named breeze10_autogen
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | breeze10_autogen: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 breeze10_autogen | ||||||
|  | .PHONY : breeze10_autogen | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | breeze10_autogen/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10_autogen.dir/build.make CMakeFiles/breeze10_autogen.dir/build | ||||||
|  | .PHONY : breeze10_autogen/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named breeze10common5
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | breeze10common5: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 breeze10common5 | ||||||
|  | .PHONY : breeze10common5 | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | breeze10common5/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f libbreezecommon/CMakeFiles/breeze10common5.dir/build.make libbreezecommon/CMakeFiles/breeze10common5.dir/build | ||||||
|  | .PHONY : breeze10common5/fast | ||||||
|  | 
 | ||||||
|  | #=============================================================================
 | ||||||
|  | # Target rules for targets named breeze10common5_autogen
 | ||||||
|  | 
 | ||||||
|  | # Build rule for target.
 | ||||||
|  | breeze10common5_autogen: cmake_check_build_system | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 breeze10common5_autogen | ||||||
|  | .PHONY : breeze10common5_autogen | ||||||
|  | 
 | ||||||
|  | # fast build rule for target.
 | ||||||
|  | breeze10common5_autogen/fast: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/build.make libbreezecommon/CMakeFiles/breeze10common5_autogen.dir/build | ||||||
|  | .PHONY : breeze10common5_autogen/fast | ||||||
|  | 
 | ||||||
|  | breeze10_autogen/mocs_compilation.o: breeze10_autogen/mocs_compilation.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : breeze10_autogen/mocs_compilation.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | breeze10_autogen/mocs_compilation.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.o | ||||||
|  | .PHONY : breeze10_autogen/mocs_compilation.cpp.o | ||||||
|  | 
 | ||||||
|  | breeze10_autogen/mocs_compilation.i: breeze10_autogen/mocs_compilation.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : breeze10_autogen/mocs_compilation.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | breeze10_autogen/mocs_compilation.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.i | ||||||
|  | .PHONY : breeze10_autogen/mocs_compilation.cpp.i | ||||||
|  | 
 | ||||||
|  | breeze10_autogen/mocs_compilation.s: breeze10_autogen/mocs_compilation.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : breeze10_autogen/mocs_compilation.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | breeze10_autogen/mocs_compilation.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breeze10_autogen/mocs_compilation.cpp.s | ||||||
|  | .PHONY : breeze10_autogen/mocs_compilation.cpp.s | ||||||
|  | 
 | ||||||
|  | breezebutton.o: breezebutton.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : breezebutton.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | breezebutton.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezebutton.cpp.o | ||||||
|  | .PHONY : breezebutton.cpp.o | ||||||
|  | 
 | ||||||
|  | breezebutton.i: breezebutton.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : breezebutton.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | breezebutton.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezebutton.cpp.i | ||||||
|  | .PHONY : breezebutton.cpp.i | ||||||
|  | 
 | ||||||
|  | breezebutton.s: breezebutton.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : breezebutton.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | breezebutton.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezebutton.cpp.s | ||||||
|  | .PHONY : breezebutton.cpp.s | ||||||
|  | 
 | ||||||
|  | breezedecoration.o: breezedecoration.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : breezedecoration.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | breezedecoration.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezedecoration.cpp.o | ||||||
|  | .PHONY : breezedecoration.cpp.o | ||||||
|  | 
 | ||||||
|  | breezedecoration.i: breezedecoration.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : breezedecoration.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | breezedecoration.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezedecoration.cpp.i | ||||||
|  | .PHONY : breezedecoration.cpp.i | ||||||
|  | 
 | ||||||
|  | breezedecoration.s: breezedecoration.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : breezedecoration.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | breezedecoration.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezedecoration.cpp.s | ||||||
|  | .PHONY : breezedecoration.cpp.s | ||||||
|  | 
 | ||||||
|  | breezeexceptionlist.o: breezeexceptionlist.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : breezeexceptionlist.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | breezeexceptionlist.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.o | ||||||
|  | .PHONY : breezeexceptionlist.cpp.o | ||||||
|  | 
 | ||||||
|  | breezeexceptionlist.i: breezeexceptionlist.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : breezeexceptionlist.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | breezeexceptionlist.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.i | ||||||
|  | .PHONY : breezeexceptionlist.cpp.i | ||||||
|  | 
 | ||||||
|  | breezeexceptionlist.s: breezeexceptionlist.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : breezeexceptionlist.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | breezeexceptionlist.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezeexceptionlist.cpp.s | ||||||
|  | .PHONY : breezeexceptionlist.cpp.s | ||||||
|  | 
 | ||||||
|  | breezesettings.o: breezesettings.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesettings.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | breezesettings.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesettings.cpp.o | ||||||
|  | .PHONY : breezesettings.cpp.o | ||||||
|  | 
 | ||||||
|  | breezesettings.i: breezesettings.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesettings.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | breezesettings.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesettings.cpp.i | ||||||
|  | .PHONY : breezesettings.cpp.i | ||||||
|  | 
 | ||||||
|  | breezesettings.s: breezesettings.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesettings.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | breezesettings.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesettings.cpp.s | ||||||
|  | .PHONY : breezesettings.cpp.s | ||||||
|  | 
 | ||||||
|  | breezesettingsprovider.o: breezesettingsprovider.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesettingsprovider.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | breezesettingsprovider.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.o | ||||||
|  | .PHONY : breezesettingsprovider.cpp.o | ||||||
|  | 
 | ||||||
|  | breezesettingsprovider.i: breezesettingsprovider.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesettingsprovider.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | breezesettingsprovider.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.i | ||||||
|  | .PHONY : breezesettingsprovider.cpp.i | ||||||
|  | 
 | ||||||
|  | breezesettingsprovider.s: breezesettingsprovider.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesettingsprovider.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | breezesettingsprovider.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesettingsprovider.cpp.s | ||||||
|  | .PHONY : breezesettingsprovider.cpp.s | ||||||
|  | 
 | ||||||
|  | breezesizegrip.o: breezesizegrip.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesizegrip.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | breezesizegrip.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesizegrip.cpp.o | ||||||
|  | .PHONY : breezesizegrip.cpp.o | ||||||
|  | 
 | ||||||
|  | breezesizegrip.i: breezesizegrip.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesizegrip.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | breezesizegrip.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesizegrip.cpp.i | ||||||
|  | .PHONY : breezesizegrip.cpp.i | ||||||
|  | 
 | ||||||
|  | breezesizegrip.s: breezesizegrip.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : breezesizegrip.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | breezesizegrip.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/breezesizegrip.cpp.s | ||||||
|  | .PHONY : breezesizegrip.cpp.s | ||||||
|  | 
 | ||||||
|  | config/breezeconfigwidget.o: config/breezeconfigwidget.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeconfigwidget.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | config/breezeconfigwidget.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.o | ||||||
|  | .PHONY : config/breezeconfigwidget.cpp.o | ||||||
|  | 
 | ||||||
|  | config/breezeconfigwidget.i: config/breezeconfigwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeconfigwidget.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | config/breezeconfigwidget.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.i | ||||||
|  | .PHONY : config/breezeconfigwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | config/breezeconfigwidget.s: config/breezeconfigwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeconfigwidget.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | config/breezeconfigwidget.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeconfigwidget.cpp.s | ||||||
|  | .PHONY : config/breezeconfigwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | config/breezedetectwidget.o: config/breezedetectwidget.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezedetectwidget.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | config/breezedetectwidget.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.o | ||||||
|  | .PHONY : config/breezedetectwidget.cpp.o | ||||||
|  | 
 | ||||||
|  | config/breezedetectwidget.i: config/breezedetectwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezedetectwidget.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | config/breezedetectwidget.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.i | ||||||
|  | .PHONY : config/breezedetectwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | config/breezedetectwidget.s: config/breezedetectwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezedetectwidget.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | config/breezedetectwidget.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezedetectwidget.cpp.s | ||||||
|  | .PHONY : config/breezedetectwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | config/breezeexceptiondialog.o: config/breezeexceptiondialog.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptiondialog.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | config/breezeexceptiondialog.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.o | ||||||
|  | .PHONY : config/breezeexceptiondialog.cpp.o | ||||||
|  | 
 | ||||||
|  | config/breezeexceptiondialog.i: config/breezeexceptiondialog.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptiondialog.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | config/breezeexceptiondialog.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.i | ||||||
|  | .PHONY : config/breezeexceptiondialog.cpp.i | ||||||
|  | 
 | ||||||
|  | config/breezeexceptiondialog.s: config/breezeexceptiondialog.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptiondialog.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | config/breezeexceptiondialog.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptiondialog.cpp.s | ||||||
|  | .PHONY : config/breezeexceptiondialog.cpp.s | ||||||
|  | 
 | ||||||
|  | config/breezeexceptionlistwidget.o: config/breezeexceptionlistwidget.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptionlistwidget.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | config/breezeexceptionlistwidget.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.o | ||||||
|  | .PHONY : config/breezeexceptionlistwidget.cpp.o | ||||||
|  | 
 | ||||||
|  | config/breezeexceptionlistwidget.i: config/breezeexceptionlistwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptionlistwidget.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | config/breezeexceptionlistwidget.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.i | ||||||
|  | .PHONY : config/breezeexceptionlistwidget.cpp.i | ||||||
|  | 
 | ||||||
|  | config/breezeexceptionlistwidget.s: config/breezeexceptionlistwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptionlistwidget.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | config/breezeexceptionlistwidget.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptionlistwidget.cpp.s | ||||||
|  | .PHONY : config/breezeexceptionlistwidget.cpp.s | ||||||
|  | 
 | ||||||
|  | config/breezeexceptionmodel.o: config/breezeexceptionmodel.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptionmodel.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | config/breezeexceptionmodel.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.o | ||||||
|  | .PHONY : config/breezeexceptionmodel.cpp.o | ||||||
|  | 
 | ||||||
|  | config/breezeexceptionmodel.i: config/breezeexceptionmodel.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptionmodel.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | config/breezeexceptionmodel.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.i | ||||||
|  | .PHONY : config/breezeexceptionmodel.cpp.i | ||||||
|  | 
 | ||||||
|  | config/breezeexceptionmodel.s: config/breezeexceptionmodel.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeexceptionmodel.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | config/breezeexceptionmodel.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeexceptionmodel.cpp.s | ||||||
|  | .PHONY : config/breezeexceptionmodel.cpp.s | ||||||
|  | 
 | ||||||
|  | config/breezeitemmodel.o: config/breezeitemmodel.cpp.o | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeitemmodel.o | ||||||
|  | 
 | ||||||
|  | # target to build an object file
 | ||||||
|  | config/breezeitemmodel.cpp.o: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.o | ||||||
|  | .PHONY : config/breezeitemmodel.cpp.o | ||||||
|  | 
 | ||||||
|  | config/breezeitemmodel.i: config/breezeitemmodel.cpp.i | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeitemmodel.i | ||||||
|  | 
 | ||||||
|  | # target to preprocess a source file
 | ||||||
|  | config/breezeitemmodel.cpp.i: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.i | ||||||
|  | .PHONY : config/breezeitemmodel.cpp.i | ||||||
|  | 
 | ||||||
|  | config/breezeitemmodel.s: config/breezeitemmodel.cpp.s | ||||||
|  | 
 | ||||||
|  | .PHONY : config/breezeitemmodel.s | ||||||
|  | 
 | ||||||
|  | # target to generate assembly for a file
 | ||||||
|  | config/breezeitemmodel.cpp.s: | ||||||
|  | 	$(MAKE) $(MAKESILENT) -f CMakeFiles/breeze10.dir/build.make CMakeFiles/breeze10.dir/config/breezeitemmodel.cpp.s | ||||||
|  | .PHONY : config/breezeitemmodel.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 "... KF5Auth_QCH" | ||||||
|  | 	@echo "... KF5Codecs_QCH" | ||||||
|  | 	@echo "... KF5ConfigWidgets_QCH" | ||||||
|  | 	@echo "... KF5Config_QCH" | ||||||
|  | 	@echo "... KF5CoreAddons_QCH" | ||||||
|  | 	@echo "... KF5GuiAddons_QCH" | ||||||
|  | 	@echo "... KF5I18n_QCH" | ||||||
|  | 	@echo "... KF5WidgetsAddons_QCH" | ||||||
|  | 	@echo "... KF5WindowSystem_QCH" | ||||||
|  | 	@echo "... breeze10_autogen" | ||||||
|  | 	@echo "... breeze10common5_autogen" | ||||||
|  | 	@echo "... fetch-translations" | ||||||
|  | 	@echo "... uninstall" | ||||||
|  | 	@echo "... breeze10" | ||||||
|  | 	@echo "... breeze10common5" | ||||||
|  | 	@echo "... breeze10_autogen/mocs_compilation.o" | ||||||
|  | 	@echo "... breeze10_autogen/mocs_compilation.i" | ||||||
|  | 	@echo "... breeze10_autogen/mocs_compilation.s" | ||||||
|  | 	@echo "... breezebutton.o" | ||||||
|  | 	@echo "... breezebutton.i" | ||||||
|  | 	@echo "... breezebutton.s" | ||||||
|  | 	@echo "... breezedecoration.o" | ||||||
|  | 	@echo "... breezedecoration.i" | ||||||
|  | 	@echo "... breezedecoration.s" | ||||||
|  | 	@echo "... breezeexceptionlist.o" | ||||||
|  | 	@echo "... breezeexceptionlist.i" | ||||||
|  | 	@echo "... breezeexceptionlist.s" | ||||||
|  | 	@echo "... breezesettings.o" | ||||||
|  | 	@echo "... breezesettings.i" | ||||||
|  | 	@echo "... breezesettings.s" | ||||||
|  | 	@echo "... breezesettingsprovider.o" | ||||||
|  | 	@echo "... breezesettingsprovider.i" | ||||||
|  | 	@echo "... breezesettingsprovider.s" | ||||||
|  | 	@echo "... breezesizegrip.o" | ||||||
|  | 	@echo "... breezesizegrip.i" | ||||||
|  | 	@echo "... breezesizegrip.s" | ||||||
|  | 	@echo "... config/breezeconfigwidget.o" | ||||||
|  | 	@echo "... config/breezeconfigwidget.i" | ||||||
|  | 	@echo "... config/breezeconfigwidget.s" | ||||||
|  | 	@echo "... config/breezedetectwidget.o" | ||||||
|  | 	@echo "... config/breezedetectwidget.i" | ||||||
|  | 	@echo "... config/breezedetectwidget.s" | ||||||
|  | 	@echo "... config/breezeexceptiondialog.o" | ||||||
|  | 	@echo "... config/breezeexceptiondialog.i" | ||||||
|  | 	@echo "... config/breezeexceptiondialog.s" | ||||||
|  | 	@echo "... config/breezeexceptionlistwidget.o" | ||||||
|  | 	@echo "... config/breezeexceptionlistwidget.i" | ||||||
|  | 	@echo "... config/breezeexceptionlistwidget.s" | ||||||
|  | 	@echo "... config/breezeexceptionmodel.o" | ||||||
|  | 	@echo "... config/breezeexceptionmodel.i" | ||||||
|  | 	@echo "... config/breezeexceptionmodel.s" | ||||||
|  | 	@echo "... config/breezeitemmodel.o" | ||||||
|  | 	@echo "... config/breezeitemmodel.i" | ||||||
|  | 	@echo "... config/breezeitemmodel.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | ||||||
|  | .PHONY : cmake_check_build_system | ||||||
|  | 
 | ||||||
							
								
								
									
										
											BIN
										
									
								
								build/breeze10.so
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								build/breeze10.so
									
										
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										164
									
								
								build/breeze10_autogen/EWIEGA46WW/moc_breezebutton.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										164
									
								
								build/breeze10_autogen/EWIEGA46WW/moc_breezebutton.cpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,164 @@ | ||||||
|  | /****************************************************************************
 | ||||||
|  | ** Meta object code from reading C++ file 'breezebutton.h' | ||||||
|  | ** | ||||||
|  | ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) | ||||||
|  | ** | ||||||
|  | ** WARNING! All changes made in this file will be lost! | ||||||
|  | *****************************************************************************/ | ||||||
|  | 
 | ||||||
|  | #include <memory> | ||||||
|  | #include "breezebutton.h" | ||||||
|  | #include <QtCore/qbytearray.h> | ||||||
|  | #include <QtCore/qmetatype.h> | ||||||
|  | #if !defined(Q_MOC_OUTPUT_REVISION) | ||||||
|  | #error "The header file 'breezebutton.h' doesn't include <QObject>." | ||||||
|  | #elif Q_MOC_OUTPUT_REVISION != 67 | ||||||
|  | #error "This file was generated using the moc from 5.14.2. It" | ||||||
|  | #error "cannot be used with the include files from this version of Qt." | ||||||
|  | #error "(The moc has changed too much.)" | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | QT_BEGIN_MOC_NAMESPACE | ||||||
|  | QT_WARNING_PUSH | ||||||
|  | QT_WARNING_DISABLE_DEPRECATED | ||||||
|  | struct qt_meta_stringdata_Breeze__Button_t { | ||||||
|  |     QByteArrayData data[5]; | ||||||
|  |     char stringdata0[57]; | ||||||
|  | }; | ||||||
|  | #define QT_MOC_LITERAL(idx, ofs, len) \ | ||||||
|  |     Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ | ||||||
|  |     qptrdiff(offsetof(qt_meta_stringdata_Breeze__Button_t, stringdata0) + ofs \ | ||||||
|  |         - idx * sizeof(QByteArrayData)) \ | ||||||
|  |     ) | ||||||
|  | static const qt_meta_stringdata_Breeze__Button_t qt_meta_stringdata_Breeze__Button = { | ||||||
|  |     { | ||||||
|  | QT_MOC_LITERAL(0, 0, 14), // "Breeze::Button"
 | ||||||
|  | QT_MOC_LITERAL(1, 15, 11), // "reconfigure"
 | ||||||
|  | QT_MOC_LITERAL(2, 27, 0), // ""
 | ||||||
|  | QT_MOC_LITERAL(3, 28, 20), // "updateAnimationState"
 | ||||||
|  | QT_MOC_LITERAL(4, 49, 7) // "opacity"
 | ||||||
|  | 
 | ||||||
|  |     }, | ||||||
|  |     "Breeze::Button\0reconfigure\0\0" | ||||||
|  |     "updateAnimationState\0opacity" | ||||||
|  | }; | ||||||
|  | #undef QT_MOC_LITERAL | ||||||
|  | 
 | ||||||
|  | static const uint qt_meta_data_Breeze__Button[] = { | ||||||
|  | 
 | ||||||
|  |  // content:
 | ||||||
|  |        8,       // revision
 | ||||||
|  |        0,       // classname
 | ||||||
|  |        0,    0, // classinfo
 | ||||||
|  |        2,   14, // methods
 | ||||||
|  |        1,   28, // properties
 | ||||||
|  |        0,    0, // enums/sets
 | ||||||
|  |        0,    0, // constructors
 | ||||||
|  |        0,       // flags
 | ||||||
|  |        0,       // signalCount
 | ||||||
|  | 
 | ||||||
|  |  // slots: name, argc, parameters, tag, flags
 | ||||||
|  |        1,    0,   24,    2, 0x08 /* Private */, | ||||||
|  |        3,    1,   25,    2, 0x08 /* Private */, | ||||||
|  | 
 | ||||||
|  |  // slots: parameters
 | ||||||
|  |     QMetaType::Void, | ||||||
|  |     QMetaType::Void, QMetaType::Bool,    2, | ||||||
|  | 
 | ||||||
|  |  // properties: name, type, flags
 | ||||||
|  |        4, QMetaType::QReal, 0x00095103, | ||||||
|  | 
 | ||||||
|  |        0        // eod
 | ||||||
|  | }; | ||||||
|  | 
 | ||||||
|  | void Breeze::Button::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | ||||||
|  | { | ||||||
|  |     if (_c == QMetaObject::InvokeMetaMethod) { | ||||||
|  |         auto *_t = static_cast<Button *>(_o); | ||||||
|  |         Q_UNUSED(_t) | ||||||
|  |         switch (_id) { | ||||||
|  |         case 0: _t->reconfigure(); break; | ||||||
|  |         case 1: _t->updateAnimationState((*reinterpret_cast< bool(*)>(_a[1]))); break; | ||||||
|  |         default: ; | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | #ifndef QT_NO_PROPERTIES | ||||||
|  |     else if (_c == QMetaObject::ReadProperty) { | ||||||
|  |         auto *_t = static_cast<Button *>(_o); | ||||||
|  |         Q_UNUSED(_t) | ||||||
|  |         void *_v = _a[0]; | ||||||
|  |         switch (_id) { | ||||||
|  |         case 0: *reinterpret_cast< qreal*>(_v) = _t->opacity(); break; | ||||||
|  |         default: break; | ||||||
|  |         } | ||||||
|  |     } else if (_c == QMetaObject::WriteProperty) { | ||||||
|  |         auto *_t = static_cast<Button *>(_o); | ||||||
|  |         Q_UNUSED(_t) | ||||||
|  |         void *_v = _a[0]; | ||||||
|  |         switch (_id) { | ||||||
|  |         case 0: _t->setOpacity(*reinterpret_cast< qreal*>(_v)); break; | ||||||
|  |         default: break; | ||||||
|  |         } | ||||||
|  |     } else if (_c == QMetaObject::ResetProperty) { | ||||||
|  |     } | ||||||
|  | #endif // QT_NO_PROPERTIES
 | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | QT_INIT_METAOBJECT const QMetaObject Breeze::Button::staticMetaObject = { { | ||||||
|  |     QMetaObject::SuperData::link<KDecoration2::DecorationButton::staticMetaObject>(), | ||||||
|  |     qt_meta_stringdata_Breeze__Button.data, | ||||||
|  |     qt_meta_data_Breeze__Button, | ||||||
|  |     qt_static_metacall, | ||||||
|  |     nullptr, | ||||||
|  |     nullptr | ||||||
|  | } }; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | const QMetaObject *Breeze::Button::metaObject() const | ||||||
|  | { | ||||||
|  |     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | void *Breeze::Button::qt_metacast(const char *_clname) | ||||||
|  | { | ||||||
|  |     if (!_clname) return nullptr; | ||||||
|  |     if (!strcmp(_clname, qt_meta_stringdata_Breeze__Button.stringdata0)) | ||||||
|  |         return static_cast<void*>(this); | ||||||
|  |     return KDecoration2::DecorationButton::qt_metacast(_clname); | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | int Breeze::Button::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | ||||||
|  | { | ||||||
|  |     _id = KDecoration2::DecorationButton::qt_metacall(_c, _id, _a); | ||||||
|  |     if (_id < 0) | ||||||
|  |         return _id; | ||||||
|  |     if (_c == QMetaObject::InvokeMetaMethod) { | ||||||
|  |         if (_id < 2) | ||||||
|  |             qt_static_metacall(this, _c, _id, _a); | ||||||
|  |         _id -= 2; | ||||||
|  |     } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { | ||||||
|  |         if (_id < 2) | ||||||
|  |             *reinterpret_cast<int*>(_a[0]) = -1; | ||||||
|  |         _id -= 2; | ||||||
|  |     } | ||||||
|  | #ifndef QT_NO_PROPERTIES | ||||||
|  |     else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty | ||||||
|  |             || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { | ||||||
|  |         qt_static_metacall(this, _c, _id, _a); | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyDesignable) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyScriptable) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyStored) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyEditable) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyUser) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } | ||||||
|  | #endif // QT_NO_PROPERTIES
 | ||||||
|  |     return _id; | ||||||
|  | } | ||||||
|  | QT_WARNING_POP | ||||||
|  | QT_END_MOC_NAMESPACE | ||||||
							
								
								
									
										192
									
								
								build/breeze10_autogen/EWIEGA46WW/moc_breezedecoration.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										192
									
								
								build/breeze10_autogen/EWIEGA46WW/moc_breezedecoration.cpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,192 @@ | ||||||
|  | /****************************************************************************
 | ||||||
|  | ** Meta object code from reading C++ file 'breezedecoration.h' | ||||||
|  | ** | ||||||
|  | ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) | ||||||
|  | ** | ||||||
|  | ** WARNING! All changes made in this file will be lost! | ||||||
|  | *****************************************************************************/ | ||||||
|  | 
 | ||||||
|  | #include <memory> | ||||||
|  | #include "breezedecoration.h" | ||||||
|  | #include <QtCore/qbytearray.h> | ||||||
|  | #include <QtCore/qmetatype.h> | ||||||
|  | #if !defined(Q_MOC_OUTPUT_REVISION) | ||||||
|  | #error "The header file 'breezedecoration.h' doesn't include <QObject>." | ||||||
|  | #elif Q_MOC_OUTPUT_REVISION != 67 | ||||||
|  | #error "This file was generated using the moc from 5.14.2. It" | ||||||
|  | #error "cannot be used with the include files from this version of Qt." | ||||||
|  | #error "(The moc has changed too much.)" | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | QT_BEGIN_MOC_NAMESPACE | ||||||
|  | QT_WARNING_PUSH | ||||||
|  | QT_WARNING_DISABLE_DEPRECATED | ||||||
|  | struct qt_meta_stringdata_Breeze__Decoration_t { | ||||||
|  |     QByteArrayData data[11]; | ||||||
|  |     char stringdata0[176]; | ||||||
|  | }; | ||||||
|  | #define QT_MOC_LITERAL(idx, ofs, len) \ | ||||||
|  |     Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ | ||||||
|  |     qptrdiff(offsetof(qt_meta_stringdata_Breeze__Decoration_t, stringdata0) + ofs \ | ||||||
|  |         - idx * sizeof(QByteArrayData)) \ | ||||||
|  |     ) | ||||||
|  | static const qt_meta_stringdata_Breeze__Decoration_t qt_meta_stringdata_Breeze__Decoration = { | ||||||
|  |     { | ||||||
|  | QT_MOC_LITERAL(0, 0, 18), // "Breeze::Decoration"
 | ||||||
|  | QT_MOC_LITERAL(1, 19, 4), // "init"
 | ||||||
|  | QT_MOC_LITERAL(2, 24, 0), // ""
 | ||||||
|  | QT_MOC_LITERAL(3, 25, 11), // "reconfigure"
 | ||||||
|  | QT_MOC_LITERAL(4, 37, 18), // "recalculateBorders"
 | ||||||
|  | QT_MOC_LITERAL(5, 56, 21), // "updateButtonsGeometry"
 | ||||||
|  | QT_MOC_LITERAL(6, 78, 28), // "updateButtonsGeometryDelayed"
 | ||||||
|  | QT_MOC_LITERAL(7, 107, 14), // "updateTitleBar"
 | ||||||
|  | QT_MOC_LITERAL(8, 122, 20), // "updateAnimationState"
 | ||||||
|  | QT_MOC_LITERAL(9, 143, 24), // "updateSizeGripVisibility"
 | ||||||
|  | QT_MOC_LITERAL(10, 168, 7) // "opacity"
 | ||||||
|  | 
 | ||||||
|  |     }, | ||||||
|  |     "Breeze::Decoration\0init\0\0reconfigure\0" | ||||||
|  |     "recalculateBorders\0updateButtonsGeometry\0" | ||||||
|  |     "updateButtonsGeometryDelayed\0" | ||||||
|  |     "updateTitleBar\0updateAnimationState\0" | ||||||
|  |     "updateSizeGripVisibility\0opacity" | ||||||
|  | }; | ||||||
|  | #undef QT_MOC_LITERAL | ||||||
|  | 
 | ||||||
|  | static const uint qt_meta_data_Breeze__Decoration[] = { | ||||||
|  | 
 | ||||||
|  |  // content:
 | ||||||
|  |        8,       // revision
 | ||||||
|  |        0,       // classname
 | ||||||
|  |        0,    0, // classinfo
 | ||||||
|  |        8,   14, // methods
 | ||||||
|  |        1,   62, // properties
 | ||||||
|  |        0,    0, // enums/sets
 | ||||||
|  |        0,    0, // constructors
 | ||||||
|  |        0,       // flags
 | ||||||
|  |        0,       // signalCount
 | ||||||
|  | 
 | ||||||
|  |  // slots: name, argc, parameters, tag, flags
 | ||||||
|  |        1,    0,   54,    2, 0x0a /* Public */, | ||||||
|  |        3,    0,   55,    2, 0x08 /* Private */, | ||||||
|  |        4,    0,   56,    2, 0x08 /* Private */, | ||||||
|  |        5,    0,   57,    2, 0x08 /* Private */, | ||||||
|  |        6,    0,   58,    2, 0x08 /* Private */, | ||||||
|  |        7,    0,   59,    2, 0x08 /* Private */, | ||||||
|  |        8,    0,   60,    2, 0x08 /* Private */, | ||||||
|  |        9,    0,   61,    2, 0x08 /* Private */, | ||||||
|  | 
 | ||||||
|  |  // slots: parameters
 | ||||||
|  |     QMetaType::Void, | ||||||
|  |     QMetaType::Void, | ||||||
|  |     QMetaType::Void, | ||||||
|  |     QMetaType::Void, | ||||||
|  |     QMetaType::Void, | ||||||
|  |     QMetaType::Void, | ||||||
|  |     QMetaType::Void, | ||||||
|  |     QMetaType::Void, | ||||||
|  | 
 | ||||||
|  |  // properties: name, type, flags
 | ||||||
|  |       10, QMetaType::QReal, 0x00095103, | ||||||
|  | 
 | ||||||
|  |        0        // eod
 | ||||||
|  | }; | ||||||
|  | 
 | ||||||
|  | void Breeze::Decoration::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | ||||||
|  | { | ||||||
|  |     if (_c == QMetaObject::InvokeMetaMethod) { | ||||||
|  |         auto *_t = static_cast<Decoration *>(_o); | ||||||
|  |         Q_UNUSED(_t) | ||||||
|  |         switch (_id) { | ||||||
|  |         case 0: _t->init(); break; | ||||||
|  |         case 1: _t->reconfigure(); break; | ||||||
|  |         case 2: _t->recalculateBorders(); break; | ||||||
|  |         case 3: _t->updateButtonsGeometry(); break; | ||||||
|  |         case 4: _t->updateButtonsGeometryDelayed(); break; | ||||||
|  |         case 5: _t->updateTitleBar(); break; | ||||||
|  |         case 6: _t->updateAnimationState(); break; | ||||||
|  |         case 7: _t->updateSizeGripVisibility(); break; | ||||||
|  |         default: ; | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | #ifndef QT_NO_PROPERTIES | ||||||
|  |     else if (_c == QMetaObject::ReadProperty) { | ||||||
|  |         auto *_t = static_cast<Decoration *>(_o); | ||||||
|  |         Q_UNUSED(_t) | ||||||
|  |         void *_v = _a[0]; | ||||||
|  |         switch (_id) { | ||||||
|  |         case 0: *reinterpret_cast< qreal*>(_v) = _t->opacity(); break; | ||||||
|  |         default: break; | ||||||
|  |         } | ||||||
|  |     } else if (_c == QMetaObject::WriteProperty) { | ||||||
|  |         auto *_t = static_cast<Decoration *>(_o); | ||||||
|  |         Q_UNUSED(_t) | ||||||
|  |         void *_v = _a[0]; | ||||||
|  |         switch (_id) { | ||||||
|  |         case 0: _t->setOpacity(*reinterpret_cast< qreal*>(_v)); break; | ||||||
|  |         default: break; | ||||||
|  |         } | ||||||
|  |     } else if (_c == QMetaObject::ResetProperty) { | ||||||
|  |     } | ||||||
|  | #endif // QT_NO_PROPERTIES
 | ||||||
|  |     Q_UNUSED(_a); | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | QT_INIT_METAOBJECT const QMetaObject Breeze::Decoration::staticMetaObject = { { | ||||||
|  |     QMetaObject::SuperData::link<KDecoration2::Decoration::staticMetaObject>(), | ||||||
|  |     qt_meta_stringdata_Breeze__Decoration.data, | ||||||
|  |     qt_meta_data_Breeze__Decoration, | ||||||
|  |     qt_static_metacall, | ||||||
|  |     nullptr, | ||||||
|  |     nullptr | ||||||
|  | } }; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | const QMetaObject *Breeze::Decoration::metaObject() const | ||||||
|  | { | ||||||
|  |     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | void *Breeze::Decoration::qt_metacast(const char *_clname) | ||||||
|  | { | ||||||
|  |     if (!_clname) return nullptr; | ||||||
|  |     if (!strcmp(_clname, qt_meta_stringdata_Breeze__Decoration.stringdata0)) | ||||||
|  |         return static_cast<void*>(this); | ||||||
|  |     return KDecoration2::Decoration::qt_metacast(_clname); | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | int Breeze::Decoration::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | ||||||
|  | { | ||||||
|  |     _id = KDecoration2::Decoration::qt_metacall(_c, _id, _a); | ||||||
|  |     if (_id < 0) | ||||||
|  |         return _id; | ||||||
|  |     if (_c == QMetaObject::InvokeMetaMethod) { | ||||||
|  |         if (_id < 8) | ||||||
|  |             qt_static_metacall(this, _c, _id, _a); | ||||||
|  |         _id -= 8; | ||||||
|  |     } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { | ||||||
|  |         if (_id < 8) | ||||||
|  |             *reinterpret_cast<int*>(_a[0]) = -1; | ||||||
|  |         _id -= 8; | ||||||
|  |     } | ||||||
|  | #ifndef QT_NO_PROPERTIES | ||||||
|  |     else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty | ||||||
|  |             || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { | ||||||
|  |         qt_static_metacall(this, _c, _id, _a); | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyDesignable) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyScriptable) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyStored) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyEditable) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::QueryPropertyUser) { | ||||||
|  |         _id -= 1; | ||||||
|  |     } | ||||||
|  | #endif // QT_NO_PROPERTIES
 | ||||||
|  |     return _id; | ||||||
|  | } | ||||||
|  | QT_WARNING_POP | ||||||
|  | QT_END_MOC_NAMESPACE | ||||||
							
								
								
									
										120
									
								
								build/breeze10_autogen/EWIEGA46WW/moc_breezesettingsprovider.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										120
									
								
								build/breeze10_autogen/EWIEGA46WW/moc_breezesettingsprovider.cpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,120 @@ | ||||||
|  | /****************************************************************************
 | ||||||
|  | ** Meta object code from reading C++ file 'breezesettingsprovider.h' | ||||||
|  | ** | ||||||
|  | ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) | ||||||
|  | ** | ||||||
|  | ** WARNING! All changes made in this file will be lost! | ||||||
|  | *****************************************************************************/ | ||||||
|  | 
 | ||||||
|  | #include <memory> | ||||||
|  | #include "breezesettingsprovider.h" | ||||||
|  | #include <QtCore/qbytearray.h> | ||||||
|  | #include <QtCore/qmetatype.h> | ||||||
|  | #if !defined(Q_MOC_OUTPUT_REVISION) | ||||||
|  | #error "The header file 'breezesettingsprovider.h' doesn't include <QObject>." | ||||||
|  | #elif Q_MOC_OUTPUT_REVISION != 67 | ||||||
|  | #error "This file was generated using the moc from 5.14.2. It" | ||||||
|  | #error "cannot be used with the include files from this version of Qt." | ||||||
|  | #error "(The moc has changed too much.)" | ||||||
|  | #endif | ||||||
|  | 
 | ||||||
|  | QT_BEGIN_MOC_NAMESPACE | ||||||
|  | QT_WARNING_PUSH | ||||||
|  | QT_WARNING_DISABLE_DEPRECATED | ||||||
|  | struct qt_meta_stringdata_Breeze__SettingsProvider_t { | ||||||
|  |     QByteArrayData data[3]; | ||||||
|  |     char stringdata0[38]; | ||||||
|  | }; | ||||||
|  | #define QT_MOC_LITERAL(idx, ofs, len) \ | ||||||
|  |     Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ | ||||||
|  |     qptrdiff(offsetof(qt_meta_stringdata_Breeze__SettingsProvider_t, stringdata0) + ofs \ | ||||||
|  |         - idx * sizeof(QByteArrayData)) \ | ||||||
|  |     ) | ||||||
|  | static const qt_meta_stringdata_Breeze__SettingsProvider_t qt_meta_stringdata_Breeze__SettingsProvider = { | ||||||
|  |     { | ||||||
|  | QT_MOC_LITERAL(0, 0, 24), // "Breeze::SettingsProvider"
 | ||||||
|  | QT_MOC_LITERAL(1, 25, 11), // "reconfigure"
 | ||||||
|  | QT_MOC_LITERAL(2, 37, 0) // ""
 | ||||||
|  | 
 | ||||||
|  |     }, | ||||||
|  |     "Breeze::SettingsProvider\0reconfigure\0" | ||||||
|  |     "" | ||||||
|  | }; | ||||||
|  | #undef QT_MOC_LITERAL | ||||||
|  | 
 | ||||||
|  | static const uint qt_meta_data_Breeze__SettingsProvider[] = { | ||||||
|  | 
 | ||||||
|  |  // content:
 | ||||||
|  |        8,       // revision
 | ||||||
|  |        0,       // classname
 | ||||||
|  |        0,    0, // classinfo
 | ||||||
|  |        1,   14, // methods
 | ||||||
|  |        0,    0, // properties
 | ||||||
|  |        0,    0, // enums/sets
 | ||||||
|  |        0,    0, // constructors
 | ||||||
|  |        0,       // flags
 | ||||||
|  |        0,       // signalCount
 | ||||||
|  | 
 | ||||||
|  |  // slots: name, argc, parameters, tag, flags
 | ||||||
|  |        1,    0,   19,    2, 0x0a /* Public */, | ||||||
|  | 
 | ||||||
|  |  // slots: parameters
 | ||||||
|  |     QMetaType::Void, | ||||||
|  | 
 | ||||||
|  |        0        // eod
 | ||||||
|  | }; | ||||||
|  | 
 | ||||||
|  | void Breeze::SettingsProvider::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | ||||||
|  | { | ||||||
|  |     if (_c == QMetaObject::InvokeMetaMethod) { | ||||||
|  |         auto *_t = static_cast<SettingsProvider *>(_o); | ||||||
|  |         Q_UNUSED(_t) | ||||||
|  |         switch (_id) { | ||||||
|  |         case 0: _t->reconfigure(); break; | ||||||
|  |         default: ; | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  |     Q_UNUSED(_a); | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | QT_INIT_METAOBJECT const QMetaObject Breeze::SettingsProvider::staticMetaObject = { { | ||||||
|  |     QMetaObject::SuperData::link<QObject::staticMetaObject>(), | ||||||
|  |     qt_meta_stringdata_Breeze__SettingsProvider.data, | ||||||
|  |     qt_meta_data_Breeze__SettingsProvider, | ||||||
|  |     qt_static_metacall, | ||||||
|  |     nullptr, | ||||||
|  |     nullptr | ||||||
|  | } }; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | const QMetaObject *Breeze::SettingsProvider::metaObject() const | ||||||
|  | { | ||||||
|  |     return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | void *Breeze::SettingsProvider::qt_metacast(const char *_clname) | ||||||
|  | { | ||||||
|  |     if (!_clname) return nullptr; | ||||||
|  |     if (!strcmp(_clname, qt_meta_stringdata_Breeze__SettingsProvider.stringdata0)) | ||||||
|  |         return static_cast<void*>(this); | ||||||
|  |     return QObject::qt_metacast(_clname); | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | int Breeze::SettingsProvider::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | ||||||
|  | { | ||||||
|  |     _id = QObject::qt_metacall(_c, _id, _a); | ||||||
|  |     if (_id < 0) | ||||||
|  |         return _id; | ||||||
|  |     if (_c == QMetaObject::InvokeMetaMethod) { | ||||||
|  |         if (_id < 1) | ||||||
|  |             qt_static_metacall(this, _c, _id, _a); | ||||||
|  |         _id -= 1; | ||||||
|  |     } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { | ||||||
|  |         if (_id < 1) | ||||||
|  |             *reinterpret_cast<int*>(_a[0]) = -1; | ||||||
|  |         _id -= 1; | ||||||
|  |     } | ||||||
|  |     return _id; | ||||||
|  | } | ||||||
|  | QT_WARNING_POP | ||||||
|  | QT_END_MOC_NAMESPACE | ||||||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue