diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f43a8d1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,503 @@ +v0.17.2 (2020-12-24) + +[albert] +* Drop telemetry + +[plugins] +* [wbm] Fix completion + +v0.17.1 (2020-12-21) + +[albert] +* Fix OBS builds +* Several fixes +* Archive virtualbox python extension + +Copyright (c) 2018 Copyright Holder All Rights Reserved.v0.17.0 (2020-12-17) + +[albert] +* Again break init order of Item for the sake of less boilerplate. Presumed this frequency indexStrings > actions > completion > urgency. +* Let shells handle splitting/quoting +* Add core as QueryHandler. Add restart, quit, settings action. Also to tray and cli. +* Drop shutil:: and let shells handle lexing + +[plugins] +* FINALLY ARCHIVE EXTERNAL EXTENSIONS. +* New extension state : MissingDependencies +* Disable settings items of exts in this new state +* Use pybind v2.6.1 +* [term] v1.1 Let shells handle lexing +* [calc] Add muparserInt option for hex calculations +* Use QLoggingCategory in all extensions +* Implicit dependency check for executables and Python modules +* [Pyv1.3] Adopt core changes. PyAPIv0.4. Changes to the API: + * embedded module is called 'albert' now + * Reflect core api changes: + * Positional arguments of the standard item changes + * New semantics of the term action constructors + * String commandline will be executed in a shell + * StringList commandline will be executed without shell + * Add core version of iconLookup(StringList) + * New metadata labels: + * __version__: new versioning scheme iid_maj.iid_min.ext_version + * __title__: former __prettyname__ + * __authors__: string or list + * __exec_deps__: string or list + * __py_deps__: string or list + * __triggers__: string or list + * Allow multiple triggers + * Allow multiple authors + +[python] +* Adpot APIv0.4 changes +* [locate] ' for basename '' for full path lookups +* [timer] Make notification stay. +* [baseconv] Python-style base prefixes to detect source base +* [texdoc] Add texdoc plugin +* [aur] add yay helper + +Check the GitHub repositories for details. +https://github.com/albertlauncher/albert/commits/v0.17.0 + +v0.16.4 (2020-12-10) + +Hotfix for #959 + +[albert] +* Fix tab order. Closes #866 +* Update stale.yml + +[plugins] +* [chromium] Chromium v1.1 + +[python] +* [docker] New extension prototype +* [timer] Use dbus instead of notify-send +* [units] v1.2 including to time conversion + +v0.16.3 (2020-12-03) + +* Hotfix for #955 +* Archive defunct CoinMarketCap and Bitfinex extensions + +v0.16.2 (2020-11-26) + +[albert] +* Allow multiple instances of albert on different X sessions +* Fix super key not registering +* Add terms: Elementary, Tilix, QTerminal, Termite +* Fix build on FreeBSD +* Dont show fallbacks on triggered queries + +[plugins] +* [Applications] Index desktop files on desktop +* [firefox] Rework v2 +* [ssh] Respect the Include keyword +* [ssh] Allow hyphens to be part of hostnames +* [chromium] Add brave-browser to list of chromium based browsers. + +[python] +* Add an offline emoji picker +* Add bitwarden extension +* Add xkcd plugin as submodule +* Add new extension: node.js evaluator +* Add new extension: php evaluator + +v0.16.1 (2018-12-31) + +* [albert] Fix default plugin lookup path +* [albert] Fix flicker when changing frontends +* [albert] Fix "Terminal option resets after a restart" +* [albert] Link libglobalshortcut statically +* [albert] Add a build flag for QtCharts +* [albert] Drop debug options if favor of QLoggingCategory env vars +* [plugins:ssh] Fix input regex. Sort by length then lexically. +* [plugins:ssh] Use backward compatible ssh url syntax +* [plugins:qml] Consistent form layout +* [modules:aur] Sort items by length first + +v0.16.0 (2018-12-28) + +* Add jekyll website as submodule +* New project structure (minimal shared lib) +* Let travis build against Ubuntu 18.04 and 16.04 +* Backward compatibility for Ubuntu 16.04 +* Let fuzzy require an additional character. Tolerance: floor((wordlen - 1)/3)) +* Print logging category to stdout QT_LOGGING_RULES="*debug=false;driver.usb.debug=true" +* [Term] Change terminal action order: Let "Run w/o term" be the last one +* [VBox] Set default build switch for VirtualBox to OFF +* [Files] Add fancy icons to mime dialog +* [Py] Use ast to read metadata without loading the modules +* [Py] Additional constraint: Metadata have to be string literals (for ast) +* [Py] Additional constraint: Name modules according PEP8 +* [Py/WinSwitch] Add close win action +* [Py/VBox] Add VirtualBox extension + +v0.15.0 (2018-12-16) + +* Usage graph in the settings (QtCharts (>=5.6)) +* [QML] Frontend plugin requires ()5.9 +* [QML] History search of the input now allows substring matching (Type and navigate) +* [QML] Store user input of every session +* New Python extension: Fortune +* New Python extension: Window switcher + +v0.14.22 (2018-09-21) + +* Telemetry is now opt-in. +* New Python extension: Pidgin +* New themes + +v0.14.21 (2018-06-08) + +* Bugfix release + +v0.14.20 (2018-06-04) + +* Bugfix release + +v0.14.19 (2018-05-15) + +* New Python extension: Datetime. (Time display and conversion. Supersedes the external extension) +* New Python extension: Bitfinex. (Quickly access Bitfinex markets) +* The file browse mode finally mimics bash completion behavior. + +v0.14.18 (2018-03-23) + +* Hotfix release + +v0.14.17 (2018-03-23) + +* New Python extension: Arch Wiki +* New option in applications extension: Use keywords for lookup +* New option in applications extension: Use generic name for lookup +* The _kvstore_ extension was renamed to _Snippets_ and got an improved config UI. + +v0.14.16 (2018-03-09) + +* New Python extension: Gnome dictionary (nikhilwanpal) +* New Python extension: Mathematica (Asger Hautop Drewsen) +* New Python extension: TeX to unicode (Asger Hautop Drewsen) +* New Python extension: IP address (Benedict Dudel) +* New Python extension: Multi Translate (David Britt) +* New Python extension: Emoji lookup (David Britt) +* New Python extension: Kaomoji lookup (David Britt) +* New Python extension: Timer +* New Python extension: Binance + +v0.14.15 (2018-01-26) + +* New Python extensions: CoinMarketCap, Trash, Pomodoro, Epoch, Packagist. +* New Python API PythonInterface/v0.2 (`configLocation()`, `dataLocation()`,`cacheLocation()`). + +v0.14.14 (2017-12-06) + +* New Python extension: npm (Benedict Dudel) + +v0.14.13 (2017-11-25) + +* Rich text support +* New AUR Python extension +* New `scrot` Python extension + +v0.14.12 (2017-11-23) + +* New CopyQ Python extension (Ported from external extension) + +v0.14.11 (2017-11-19) + +* New `locate` Python extension + +v0.14.10 (2017-11-16) + +* Bugfixes + +v0.14.9 (2017-11-16) + +* Better HiDPI support +* New commandline option for debug output (-d) + +v0.14.8 (2017-11-14) + +* New Gnote Python extension (Ported from external extension) +* New Tomboy Python extension (Ported from external extension) +* New Pacman Python extension +* New Pass Python extension +* New Kill Python extension + +v0.14.7 (2017-11-03) + +* Bugfixes + +v0.14.6 (2017-10-31) + +* New Wikipedia Python extension + +v0.14.5 (2017-10-30) + +* Bugfixes + +v0.14.4 (2017-10-25) + +* New base converter Python extension + +v0.14.3 (2017-10-21) + +* New Google Translate Python extension + +v0.14.2 (2017-10-20) + +* Bugfixes + +v0.14.1 (2017-10-19) + +* Bugfixes + +v0.14.0 (2017-10-18) + +* New Python Embedding extension +* New Python Eval Python extension +* New Debugging Python extension +* New Zeal Python extension +* New GoldenDict Python extension +* New Unit Converter Python extension (Gnu units) +* New Currency Converter Python extension (Google finance) + +v0.13.1 (2017-00-30) + +* Bugfixes + +v0.13.0 (2017-09-28) + +* Modular frontends +* QML frontend +* Tree structure in file index and "smart" indexing +* New KeyValue extension +* New Hash Generator extension +* Shell like completion for terminal extension + +v0.12.0 (2017-06-09) + +* Git-like ignore files +* Dedicated dialog for websearch editing. + +v0.11.3 (2017-05-28) + +* Bugfixes + +v0.11.2 (2017-05-13) + +* Home and End now work for the results list holding Ctrl. + +v0.11.1 (2017-04-16) + +* Bugfixes + +v0.11.0 (2017-04-16) + +* Fine-grained control of the MIME types to be indexed. +* Extensions can now have multiple triggers. +* The sorting algorithm is now stable. +* Browse mode now lists the results in lexicographical order with directories before the files. +* The use of fallbacks has been disabled for triggered queries. +* Further the websearch extension now contains an URL handler. +* The qss property `selection-color` works as expected now. + +v0.10.4 (2017-04-14) + +* Bugfixes + +v0.10.3 (2017-04-02) + +* Terminal extension does no more show suggestions. +* Any shell querying dropped. +* Bugfixes + +v0.10.2 (2017-03-24) + +* Bugfixes + +v0.10.1 (2017-03-20) + +* Bugfixes + +v0.10.0 (2017-03-19) + +* Tab completion. +* Hovering over the input box the mouse wheel can now be used to browse the history. +* Spotlight themes (Bright, Dark and Space). +* New native extension: MPRIS +* New native extension: Secure Shell +* The terminal extension now provides the shell aliases too. +* File browse mode. +* The application extension allows to ignore the `OnlyShowIn`/`NotShowIn` keys. +* The bash script to clone the template extension is now deprecated and replaced by a Python script. + +v0.9.5 (2017-03-13) + +* Bugfixes + +v0.9.4 (2017-03-01) + +* Bugfixes + +v0.9.3 (2017-02-05) + +* Bugfixes + +v0.9.2 (2017-01-30) + +* Bugfixes + +v0.9.1 (2017-01-23) + +* Chooseable terminal command of a list of installed terminals. +* The app icon now uses a theme icon +* _Open terminal here_ action. +* Mostly fixes + +v0.9.0 (2017-01-17) + +* New extension system architecture +* New native extension: External extensions +* New native extension: Firefox +* Improved VirtualBox extension + +v0.8.11 (2016-09-29) + +* Plugin abstraction architecture +* New plugin support: Native C++ QPlugins +* New plugin support: Executables +* Single click activation of items +* Action modifiers +* Multithreading +* Core is now responsible for usage counting (obsoletes most serialization) +* Asynchronous query "live" results +* Tray icon +* New option: Show tray icon +* New extension: Debug + +v0.8.10 (2016-06-23) + +* New extension: Virtual Box +* Basic IPC +* Graceful termination on SIGHUP + +v0.8.9 (2016-05-12) + +* New option: Hide on close +* New option: Display shadow +* Graceful termination on SIGINT + +v0.8.8 (2016-04-28) + +* Single instance + +v0.8.7.3 (2016-04-27), v0.8.7.2 (2016-04-03), v0.8.7.1 (2016-03-31) + +* Hotfixes + +v0.8.7 (2016-03-31) + +* New extension: Terminal +* Project structure: Use libraries + +v0.8.6 (2016-03-28) + +* Restructured settings widget + +v0.8.5 (2016-03-25) + +* Custom icon lookup +* Make main window movable +* Show alternative actions o Tab +* New option: Always on top +* New option: Hide on focus out +* New option: Display icons +* New option: Display scrollbar +* Dozens of new themes: Dark, Bright, SolarizedDark, SolarizedBright in several colors. + +v0.8.4 (2016-03-15) + +* Show message box after ungraceful termination + +v0.8.3 (2016-03-13) + +* Restructured settings widget + +v0.8.2 (2016-03-09) + +* New option: Group separators for calculator +* New themes: Arc +* New theme: Numix + +v0.8.1 (2016-03-04) + +* Minor tasks and improvements + +v0.8.0 (2015-10-27) + +* New extension: System control + +v0.7.7 (2015-10-16) + +* Bring settings window to front if it is already open. + +v0.7.6 (2015-10-15) + +* Reorderable websearches +* Allow exclusive queries by trigger + +v0.7.5 (2015-10-12) + +* Graceful termination on SIGINT + +v0.7.1 (2015-10-06), v0.7.2 (2015-10-07), v0.7.3 (2015-10-07), v0.7.4 (2015-10-08) + +* Tasks, Hotfixes, minor changes + +v0.7.0 (2015-10-05) + +* Implement plugin architecture +* Port the modules +* Ignore file (".albertignore") +* Actions +* Threaded background indexing +* New themes + +v0.6.0 (2014-11-12) + +* Make action modifications configurable +* Command history + +v0.5.0 (2014-11-06) + +* Add configuration widget to configure the modules +* Make user interface themable +* Provide proof-of-concept themes +* Make actions modifiable +* Show action modifications in the list +* Use CMake build system + +v0.4.0 (2014-10-16) + +* Add settings widget +* Implement indexing and search algorithms 'prefixmatch' and 'fuzzy' + +v0.3.0 (2014-09-12) + +* Implement serialization of indexes +* New module: Applications +* New module: Bookmarks +* New module: Calculator +* New module: Web search + +v0.2.0 (2014-09-08) + +* Abstract module architecture +* New module: Files + +v0.1.0 (2014-09-01) + +* Basic user interface +* Hotkeymanager diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dbc12d..ba70dc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1.3) # Least supporting CMAKE_CXX_STANDARD ############################################################################### -project(albert VERSION 0.16.1) +project(albert VERSION 0.17.2) ############################################################################### @@ -88,6 +88,7 @@ find_package(Qt5 5.5.0 Network Sql Widgets + X11Extras OPTIONAL_COMPONENTS Charts ) @@ -118,6 +119,7 @@ target_link_libraries(${TARGET_NAME_BIN} Qt5::Network Qt5::Sql Qt5::Widgets + Qt5::X11Extras albert::lib globalshortcut xdg @@ -137,6 +139,9 @@ install(TARGETS ${TARGET_NAME_LIB} ${TARGET_NAME_BIN} # Do platform specific post target stuff if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") # Install desktop entry and icon - install(FILES resources/albert.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications ) + # install(FILES resources/albert.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications ) install(FILES resources/icons/albert.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps) + # Add HamoniKR Default Settings + install(DIRECTORY "hamonikr/etc/" DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}) + install(FILES hamonikr/albert.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications ) endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux") diff --git a/HOWTO-BUILD-on-HamoniKR b/HOWTO-BUILD-on-HamoniKR index f280dae..1a0b66c 100644 --- a/HOWTO-BUILD-on-HamoniKR +++ b/HOWTO-BUILD-on-HamoniKR @@ -10,3 +10,14 @@ dpkg-buildpackage --sign-key=9FA298A1E42665B8 # 설치 확인 sudo dpkg -i ../*.deb + + +# Compile on linuxmint 20.1 from UPSTREAM +sudo apt-get install libqt5x11extras5-dev qtbase5-dev libmuparser-dev python3-dev + +git clone --recursive https://github.com/albertlauncher/albert.git +mkdir albert-build +cd albert-build +cmake ../albert -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug +make +sudo make install diff --git a/README.md b/README.md index c814630..e1d3a7f 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,24 @@ -# Albert launcher [![Build Status](https://api.travis-ci.org/albertlauncher/albert.svg?branch=dev)](https://travis-ci.org/albertlauncher/albert) +# 하모니카 런처 -[![Telegram news channel](https://img.shields.io/badge/news%20channel-telegram-0088cc.svg?style=flat)](https://telegram.me/albertlauncher) -[![Telegram community chat](https://img.shields.io/badge/chat-telegram-0088cc.svg?style=flat)](https://telegram.me/albert_launcher_community) -[![Discord](https://img.shields.io/badge/chat-discord-7289da.svg?style=flat)](https://discord.gg/enGMWUG) -[![IRC](https://img.shields.io/badge/chat-IRC-brightgreen.svg)](http://webchat.freenode.net/?channels=%23albertlauncher) +하모니카에서 사용하는 런처 프로젝트 -## Albert in a nutshell +단축키 Alt+Space 키를 눌러 PC에 설치된 프로그램과 웹에서 바로 검색할 수 있습니다. -Albert is a unified and efficient access to your machine. Technically it is a keyboard launcher written in C++/Qt. The plugin based architecture makes it extremely flexible and powerful. Plugins can be used to create modular frontends or native extensions. Extensions can also be implemented using embedded Python modules or via a CGI approach in any language you want. The frontends shipped heavily focus on customizability. +![screenshot](./albert.png) -## Getting started -Check the section [*Installing Albert*](https://albertlauncher.github.io/docs/installing/) in the docs for setup instructions. When you are set up take a look at the section [*Using Albert*](https://albertlauncher.github.io/docs/using/). If you have problems check the [*Troubleshooting*](https://albertlauncher.github.io/docs/faq/) section. If it does not cover your problems seek for [*help*](https://albertlauncher.github.io/help/) in one of the chats. Developers may want to check the [*Extending Albert*](https://albertlauncher.github.io/docs/extending/) section. +upstream : https://github.com/albertlauncher/albert.git -## Albert at a glance -
- - - - - - - - - - - - +# Install -# Support +## HamoniKR (>=3.0), Ubuntu (>=18.04) +``` +wget -qO- https://pkg.hamonikr.org/add-hamonikr.apt | sudo -E bash - + +sudo apt install albert +``` -If you like this software consider [donating](https://albertlauncher.github.io/docs/donation/) a :beer:. :+1: +# Support -Have fun with albert, if you do not, [tell me why](https://telegram.me/albert_launcher_community). +* [HamoniKR Community](https://hamonikr.org/) diff --git a/albert.png b/albert.png new file mode 100644 index 0000000..d573ed7 Binary files /dev/null and b/albert.png differ diff --git a/build/.cmake/api/v1/query/client-vscode/query.json b/build/.cmake/api/v1/query/client-vscode/query.json new file mode 100644 index 0000000..7730820 --- /dev/null +++ b/build/.cmake/api/v1/query/client-vscode/query.json @@ -0,0 +1 @@ +{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2}]} \ No newline at end of file diff --git a/build/.cmake/api/v1/reply/cache-v2-28e5adba9cf517f214a6.json b/build/.cmake/api/v1/reply/cache-v2-28e5adba9cf517f214a6.json new file mode 100644 index 0000000..ed76f9f --- /dev/null +++ b/build/.cmake/api/v1/reply/cache-v2-28e5adba9cf517f214a6.json @@ -0,0 +1,2827 @@ +{ + "entries" : + [ + { + "name" : "BUILD_APPLICATIONS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_CALCULATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_CHROMEBOOKMARKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_DEBUG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_FILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_FIREFOXBOOKMARKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_HASHGENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_MPRIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PYTHON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_QMLBOXMODEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the frontend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SNIPPETS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SSH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SYSTEM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_TEMPLATE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_TERMINAL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_VIRTUALBOX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_WEBSEARCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_WIDGETBOXMODEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the frontend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_WITH_QTCHARTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use QtCharts to plot stats." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "16" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable color output during build." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/bin/x86_64-linux-gnu-g++-9" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/bin/gcc-ar-9" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/bin/gcc-ranlib-9" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/bin/x86_64-linux-gnu-gcc-9" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/bin/gcc-ar-9" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/bin/gcc-ranlib-9" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "TRUE" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Unix Makefiles" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/make" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "20" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "albert" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.17.2" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "17" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "2" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake-3.16" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "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." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PYTHON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PYTHON" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/python3.83.8.5" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PythonInterp" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/python3.8][v3.8.5()]" + }, + { + "name" : "HAS_FLTO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAS_FLTO" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PYBIND11_FINDPYTHON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Force new FindPython" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "PYBIND11_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include" + }, + { + "name" : "PYBIND11_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install pybind11 header files?" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "PYBIND11_NOPYTHON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable search for Python" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "PYBIND11_PYTHON_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Python version to use for compiling modules" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "PYBIND11_TEST", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build pybind11 test suite?" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "PYTHON_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/python3.8" + }, + { + "name" : "PYTHON_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "PYTHON_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/python3.8" + }, + { + "name" : "PYTHON_IS_DEBUG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "PYTHON_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu/libpython3.8.so" + }, + { + "name" : "PYTHON_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpython3.8.so" + }, + { + "name" : "PYTHON_MODULE_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : ".cpython-38-x86_64-linux-gnu.so" + }, + { + "name" : "PYTHON_MODULE_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PYTHON_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "3.8.5" + }, + { + "name" : "PYTHON_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "PYTHON_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "name" : "Python_ADDITIONAL_VERSIONS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "3.9;3.8;3.7;3.6;3.5;3.4" + }, + { + "name" : "Qt5Charts_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Charts." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Charts" + }, + { + "name" : "Qt5Concurrent_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Concurrent." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Concurrent" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core" + }, + { + "name" : "Qt5DBus_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5DBus." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5DBus" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui" + }, + { + "name" : "Qt5Network_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Network." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Network" + }, + { + "name" : "Qt5Qml_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Qml." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml" + }, + { + "name" : "Qt5Quick_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Quick." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Quick" + }, + { + "name" : "Qt5Sql_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Sql." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Sql" + }, + { + "name" : "Qt5Svg_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Svg." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Svg" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets" + }, + { + "name" : "Qt5X11Extras_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5X11Extras." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5X11Extras" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/Qt5" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "_Python", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "PYTHON" + }, + { + "name" : "albert-lib_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Gui;general;Qt5::Sql;" + }, + { + "name" : "albert_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build" + }, + { + "name" : "albert_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2" + }, + { + "name" : "applications_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications" + }, + { + "name" : "applications_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Concurrent;general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "applications_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications" + }, + { + "name" : "calculator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator" + }, + { + "name" : "calculator_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;albert::lib;general;muparser;general;xdg;" + }, + { + "name" : "calculator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator" + }, + { + "name" : "chromium_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium" + }, + { + "name" : "chromium_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;Qt5::Concurrent;general;albert::lib;general;xdg;" + }, + { + "name" : "chromium_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium" + }, + { + "name" : "files_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files" + }, + { + "name" : "files_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Concurrent;general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "files_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files" + }, + { + "name" : "firefoxbookmarks_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks" + }, + { + "name" : "firefoxbookmarks_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Concurrent;general;Qt5::Sql;general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "firefoxbookmarks_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks" + }, + { + "name" : "globalshortcut_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut" + }, + { + "name" : "globalshortcut_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Gui;general;Qt5::X11Extras;general;X11;" + }, + { + "name" : "globalshortcut_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut" + }, + { + "name" : "hashgenerator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator" + }, + { + "name" : "hashgenerator_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;albert::lib;" + }, + { + "name" : "hashgenerator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator" + }, + { + "name" : "mpris_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris" + }, + { + "name" : "mpris_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::DBus;general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "mpris_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris" + }, + { + "name" : "pybind11_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11" + }, + { + "name" : "pybind11_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "True if pybind11 and all required components found on the system" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "pybind11_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Directory where pybind11 headers are located" + } + ], + "type" : "INTERNAL", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include" + }, + { + "name" : "pybind11_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Directories where pybind11 and possibly Python headers are located" + } + ], + "type" : "INTERNAL", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include;/usr/include/python3.8" + }, + { + "name" : "pybind11_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11" + }, + { + "name" : "python_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python" + }, + { + "name" : "python_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "python_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python" + }, + { + "name" : "qmlboxmodel_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel" + }, + { + "name" : "qmlboxmodel_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Qml;general;Qt5::Quick;general;Qt5::Widgets;general;albert::lib;general;Xext;" + }, + { + "name" : "qmlboxmodel_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel" + }, + { + "name" : "snippets_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets" + }, + { + "name" : "snippets_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Sql;general;Qt5::Widgets;general;albert::lib;" + }, + { + "name" : "snippets_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets" + }, + { + "name" : "ssh_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh" + }, + { + "name" : "ssh_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "ssh_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh" + }, + { + "name" : "system_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system" + }, + { + "name" : "system_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "system_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system" + }, + { + "name" : "terminal_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal" + }, + { + "name" : "terminal_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Concurrent;general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "terminal_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal" + }, + { + "name" : "websearch_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch" + }, + { + "name" : "websearch_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Widgets;general;albert::lib;general;xdg;" + }, + { + "name" : "websearch_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch" + }, + { + "name" : "widgetboxmodel_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel" + }, + { + "name" : "widgetboxmodel_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Svg;general;Qt5::Widgets;general;Qt5::X11Extras;general;albert::lib;general;Xext;" + }, + { + "name" : "widgetboxmodel_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel" + }, + { + "name" : "xdg_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg" + }, + { + "name" : "xdg_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;Qt5::Gui;" + }, + { + "name" : "xdg_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/build/.cmake/api/v1/reply/codemodel-v2-6f44fa020fe1e9d16097.json b/build/.cmake/api/v1/reply/codemodel-v2-6f44fa020fe1e9d16097.json new file mode 100644 index 0000000..8d35f89 --- /dev/null +++ b/build/.cmake/api/v1/reply/codemodel-v2-6f44fa020fe1e9d16097.json @@ -0,0 +1,899 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1, + 2, + 3 + ], + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2, + 3 + ] + }, + { + "build" : "lib/globalshortcut", + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "lib/globalshortcut", + "targetIndexes" : + [ + 14, + 15 + ] + }, + { + "build" : "lib/xdg", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 0, + "projectIndex" : 2, + "source" : "lib/xdg", + "targetIndexes" : + [ + 36, + 37 + ] + }, + { + "build" : "plugins", + "childIndexes" : + [ + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 19 + ], + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 0, + "projectIndex" : 0, + "source" : "plugins" + }, + { + "build" : "plugins/widgetboxmodel", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 3, + "source" : "plugins/widgetboxmodel", + "targetIndexes" : + [ + 34, + 35 + ] + }, + { + "build" : "plugins/qmlboxmodel", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 4, + "source" : "plugins/qmlboxmodel", + "targetIndexes" : + [ + 22, + 23 + ] + }, + { + "build" : "plugins/applications", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 5, + "source" : "plugins/applications", + "targetIndexes" : + [ + 4, + 5 + ] + }, + { + "build" : "plugins/calculator", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 6, + "source" : "plugins/calculator", + "targetIndexes" : + [ + 6, + 7 + ] + }, + { + "build" : "plugins/chromium", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 7, + "source" : "plugins/chromium", + "targetIndexes" : + [ + 8, + 9 + ] + }, + { + "build" : "plugins/files", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 8, + "source" : "plugins/files", + "targetIndexes" : + [ + 10, + 11 + ] + }, + { + "build" : "plugins/firefoxbookmarks", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 9, + "source" : "plugins/firefoxbookmarks", + "targetIndexes" : + [ + 12, + 13 + ] + }, + { + "build" : "plugins/hashgenerator", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 10, + "source" : "plugins/hashgenerator", + "targetIndexes" : + [ + 16, + 17 + ] + }, + { + "build" : "plugins/mpris", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 11, + "source" : "plugins/mpris", + "targetIndexes" : + [ + 18, + 19 + ] + }, + { + "build" : "plugins/python", + "childIndexes" : + [ + 14 + ], + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 12, + "source" : "plugins/python", + "targetIndexes" : + [ + 20, + 21 + ] + }, + { + "build" : "plugins/python/pybind11", + "minimumCMakeVersion" : + { + "string" : "3.4" + }, + "parentIndex" : 13, + "projectIndex" : 13, + "source" : "plugins/python/pybind11" + }, + { + "build" : "plugins/snippets", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 14, + "source" : "plugins/snippets", + "targetIndexes" : + [ + 24, + 25 + ] + }, + { + "build" : "plugins/ssh", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 15, + "source" : "plugins/ssh", + "targetIndexes" : + [ + 26, + 27 + ] + }, + { + "build" : "plugins/system", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 16, + "source" : "plugins/system", + "targetIndexes" : + [ + 28, + 29 + ] + }, + { + "build" : "plugins/terminal", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 17, + "source" : "plugins/terminal", + "targetIndexes" : + [ + 30, + 31 + ] + }, + { + "build" : "plugins/websearch", + "hasInstallRule" : true, + "minimumCMakeVersion" : + { + "string" : "3.1.3" + }, + "parentIndex" : 3, + "projectIndex" : 18, + "source" : "plugins/websearch", + "targetIndexes" : + [ + 32, + 33 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "childIndexes" : + [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 14, + 15, + 16, + 17, + 18 + ], + "directoryIndexes" : + [ + 0, + 3 + ], + "name" : "albert", + "targetIndexes" : + [ + 0, + 1, + 2, + 3 + ] + }, + { + "directoryIndexes" : + [ + 1 + ], + "name" : "globalshortcut", + "parentIndex" : 0, + "targetIndexes" : + [ + 14, + 15 + ] + }, + { + "directoryIndexes" : + [ + 2 + ], + "name" : "xdg", + "parentIndex" : 0, + "targetIndexes" : + [ + 36, + 37 + ] + }, + { + "directoryIndexes" : + [ + 4 + ], + "name" : "widgetboxmodel", + "parentIndex" : 0, + "targetIndexes" : + [ + 34, + 35 + ] + }, + { + "directoryIndexes" : + [ + 5 + ], + "name" : "qmlboxmodel", + "parentIndex" : 0, + "targetIndexes" : + [ + 22, + 23 + ] + }, + { + "directoryIndexes" : + [ + 6 + ], + "name" : "applications", + "parentIndex" : 0, + "targetIndexes" : + [ + 4, + 5 + ] + }, + { + "directoryIndexes" : + [ + 7 + ], + "name" : "calculator", + "parentIndex" : 0, + "targetIndexes" : + [ + 6, + 7 + ] + }, + { + "directoryIndexes" : + [ + 8 + ], + "name" : "chromium", + "parentIndex" : 0, + "targetIndexes" : + [ + 8, + 9 + ] + }, + { + "directoryIndexes" : + [ + 9 + ], + "name" : "files", + "parentIndex" : 0, + "targetIndexes" : + [ + 10, + 11 + ] + }, + { + "directoryIndexes" : + [ + 10 + ], + "name" : "firefoxbookmarks", + "parentIndex" : 0, + "targetIndexes" : + [ + 12, + 13 + ] + }, + { + "directoryIndexes" : + [ + 11 + ], + "name" : "hashgenerator", + "parentIndex" : 0, + "targetIndexes" : + [ + 16, + 17 + ] + }, + { + "directoryIndexes" : + [ + 12 + ], + "name" : "mpris", + "parentIndex" : 0, + "targetIndexes" : + [ + 18, + 19 + ] + }, + { + "childIndexes" : + [ + 13 + ], + "directoryIndexes" : + [ + 13 + ], + "name" : "python", + "parentIndex" : 0, + "targetIndexes" : + [ + 20, + 21 + ] + }, + { + "directoryIndexes" : + [ + 14 + ], + "name" : "pybind11", + "parentIndex" : 12 + }, + { + "directoryIndexes" : + [ + 15 + ], + "name" : "snippets", + "parentIndex" : 0, + "targetIndexes" : + [ + 24, + 25 + ] + }, + { + "directoryIndexes" : + [ + 16 + ], + "name" : "ssh", + "parentIndex" : 0, + "targetIndexes" : + [ + 26, + 27 + ] + }, + { + "directoryIndexes" : + [ + 17 + ], + "name" : "system", + "parentIndex" : 0, + "targetIndexes" : + [ + 28, + 29 + ] + }, + { + "directoryIndexes" : + [ + 18 + ], + "name" : "terminal", + "parentIndex" : 0, + "targetIndexes" : + [ + 30, + 31 + ] + }, + { + "directoryIndexes" : + [ + 19 + ], + "name" : "websearch", + "parentIndex" : 0, + "targetIndexes" : + [ + 32, + 33 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "albert-bin::@6890427a1f51a3e7e1df", + "jsonFile" : "target-albert-bin-Debug-7b459d6ec10f68da7772.json", + "name" : "albert-bin", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "albert-bin_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-albert-bin_autogen-Debug-3838f4f70dd823832bb1.json", + "name" : "albert-bin_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df", + "jsonFile" : "target-albert-lib-Debug-8db5dd15c22e3963d38a.json", + "name" : "albert-lib", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "albert-lib_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-albert-lib_autogen-Debug-7964369b2bfc7ce58464.json", + "name" : "albert-lib_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 6, + "id" : "applications::@7281d2ba7ca24a3754ac", + "jsonFile" : "target-applications-Debug-b6a503d5f7e0da8acd92.json", + "name" : "applications", + "projectIndex" : 5 + }, + { + "directoryIndex" : 6, + "id" : "applications_autogen::@7281d2ba7ca24a3754ac", + "jsonFile" : "target-applications_autogen-Debug-cb64350108dd6caadb07.json", + "name" : "applications_autogen", + "projectIndex" : 5 + }, + { + "directoryIndex" : 7, + "id" : "calculator::@601f12d898c1deb6d715", + "jsonFile" : "target-calculator-Debug-63f5e9aeb5d7170c34ad.json", + "name" : "calculator", + "projectIndex" : 6 + }, + { + "directoryIndex" : 7, + "id" : "calculator_autogen::@601f12d898c1deb6d715", + "jsonFile" : "target-calculator_autogen-Debug-e1a7ee154105a90a9598.json", + "name" : "calculator_autogen", + "projectIndex" : 6 + }, + { + "directoryIndex" : 8, + "id" : "chromium::@1a0b6e5111b849f04423", + "jsonFile" : "target-chromium-Debug-eb58aca63d326f9cd32a.json", + "name" : "chromium", + "projectIndex" : 7 + }, + { + "directoryIndex" : 8, + "id" : "chromium_autogen::@1a0b6e5111b849f04423", + "jsonFile" : "target-chromium_autogen-Debug-7bef17168f2f1f098d4d.json", + "name" : "chromium_autogen", + "projectIndex" : 7 + }, + { + "directoryIndex" : 9, + "id" : "files::@481c3c5026e94f3b0757", + "jsonFile" : "target-files-Debug-e2a0c74573009c6a484c.json", + "name" : "files", + "projectIndex" : 8 + }, + { + "directoryIndex" : 9, + "id" : "files_autogen::@481c3c5026e94f3b0757", + "jsonFile" : "target-files_autogen-Debug-257c34759125ae096081.json", + "name" : "files_autogen", + "projectIndex" : 8 + }, + { + "directoryIndex" : 10, + "id" : "firefoxbookmarks::@2501d2c7474e7c42c665", + "jsonFile" : "target-firefoxbookmarks-Debug-cbc31ae4c17d7f085b18.json", + "name" : "firefoxbookmarks", + "projectIndex" : 9 + }, + { + "directoryIndex" : 10, + "id" : "firefoxbookmarks_autogen::@2501d2c7474e7c42c665", + "jsonFile" : "target-firefoxbookmarks_autogen-Debug-0d3eb7486a6df8f9cb80.json", + "name" : "firefoxbookmarks_autogen", + "projectIndex" : 9 + }, + { + "directoryIndex" : 1, + "id" : "globalshortcut::@ff7eea8e0fa3f4feab76", + "jsonFile" : "target-globalshortcut-Debug-badd0b9c45654272e2b3.json", + "name" : "globalshortcut", + "projectIndex" : 1 + }, + { + "directoryIndex" : 1, + "id" : "globalshortcut_autogen::@ff7eea8e0fa3f4feab76", + "jsonFile" : "target-globalshortcut_autogen-Debug-e4db85e552bffa8f4e38.json", + "name" : "globalshortcut_autogen", + "projectIndex" : 1 + }, + { + "directoryIndex" : 11, + "id" : "hashgenerator::@39c14bce642b6ee11759", + "jsonFile" : "target-hashgenerator-Debug-f3558c8d8f359af0cad2.json", + "name" : "hashgenerator", + "projectIndex" : 10 + }, + { + "directoryIndex" : 11, + "id" : "hashgenerator_autogen::@39c14bce642b6ee11759", + "jsonFile" : "target-hashgenerator_autogen-Debug-4107c9cc6744e872a629.json", + "name" : "hashgenerator_autogen", + "projectIndex" : 10 + }, + { + "directoryIndex" : 12, + "id" : "mpris::@00b802361444a6224639", + "jsonFile" : "target-mpris-Debug-8a4fd6fcff6e8820f881.json", + "name" : "mpris", + "projectIndex" : 11 + }, + { + "directoryIndex" : 12, + "id" : "mpris_autogen::@00b802361444a6224639", + "jsonFile" : "target-mpris_autogen-Debug-0cc090612bbde4c03453.json", + "name" : "mpris_autogen", + "projectIndex" : 11 + }, + { + "directoryIndex" : 13, + "id" : "python::@ce75543fdb77a6fda5ea", + "jsonFile" : "target-python-Debug-f77de8707e8cfe54cf31.json", + "name" : "python", + "projectIndex" : 12 + }, + { + "directoryIndex" : 13, + "id" : "python_autogen::@ce75543fdb77a6fda5ea", + "jsonFile" : "target-python_autogen-Debug-badd377ce3a43cab4366.json", + "name" : "python_autogen", + "projectIndex" : 12 + }, + { + "directoryIndex" : 5, + "id" : "qmlboxmodel::@bc5f185630bda582a0d7", + "jsonFile" : "target-qmlboxmodel-Debug-d1cfef91b55d73c45ca2.json", + "name" : "qmlboxmodel", + "projectIndex" : 4 + }, + { + "directoryIndex" : 5, + "id" : "qmlboxmodel_autogen::@bc5f185630bda582a0d7", + "jsonFile" : "target-qmlboxmodel_autogen-Debug-3b9bb69b44fa2f8899f8.json", + "name" : "qmlboxmodel_autogen", + "projectIndex" : 4 + }, + { + "directoryIndex" : 15, + "id" : "snippets::@5e2f4addcd87e9f7501d", + "jsonFile" : "target-snippets-Debug-592a4a47608f3fe646a9.json", + "name" : "snippets", + "projectIndex" : 14 + }, + { + "directoryIndex" : 15, + "id" : "snippets_autogen::@5e2f4addcd87e9f7501d", + "jsonFile" : "target-snippets_autogen-Debug-2a85aa502105ffa79438.json", + "name" : "snippets_autogen", + "projectIndex" : 14 + }, + { + "directoryIndex" : 16, + "id" : "ssh::@26e5a8b9797229ddf2e5", + "jsonFile" : "target-ssh-Debug-d6ba80dcda563e3c5bbe.json", + "name" : "ssh", + "projectIndex" : 15 + }, + { + "directoryIndex" : 16, + "id" : "ssh_autogen::@26e5a8b9797229ddf2e5", + "jsonFile" : "target-ssh_autogen-Debug-897694006d25d5cfae79.json", + "name" : "ssh_autogen", + "projectIndex" : 15 + }, + { + "directoryIndex" : 17, + "id" : "system::@33f9e2f80cb2e8167e50", + "jsonFile" : "target-system-Debug-3f993ac8a3518ff720d3.json", + "name" : "system", + "projectIndex" : 16 + }, + { + "directoryIndex" : 17, + "id" : "system_autogen::@33f9e2f80cb2e8167e50", + "jsonFile" : "target-system_autogen-Debug-df93704b5e5861b87871.json", + "name" : "system_autogen", + "projectIndex" : 16 + }, + { + "directoryIndex" : 18, + "id" : "terminal::@dffc0d1f6799ea8c7c3b", + "jsonFile" : "target-terminal-Debug-0788d0c17b1c71fa7f78.json", + "name" : "terminal", + "projectIndex" : 17 + }, + { + "directoryIndex" : 18, + "id" : "terminal_autogen::@dffc0d1f6799ea8c7c3b", + "jsonFile" : "target-terminal_autogen-Debug-4ba46e7bf76893be01e2.json", + "name" : "terminal_autogen", + "projectIndex" : 17 + }, + { + "directoryIndex" : 19, + "id" : "websearch::@31bcb147de38b410e436", + "jsonFile" : "target-websearch-Debug-0d09017a05cb8ea08500.json", + "name" : "websearch", + "projectIndex" : 18 + }, + { + "directoryIndex" : 19, + "id" : "websearch_autogen::@31bcb147de38b410e436", + "jsonFile" : "target-websearch_autogen-Debug-bab073aee85906c1cc90.json", + "name" : "websearch_autogen", + "projectIndex" : 18 + }, + { + "directoryIndex" : 4, + "id" : "widgetboxmodel::@fff0be52a7d7487a9dff", + "jsonFile" : "target-widgetboxmodel-Debug-ee0344ebcdf0a1121825.json", + "name" : "widgetboxmodel", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "widgetboxmodel_autogen::@fff0be52a7d7487a9dff", + "jsonFile" : "target-widgetboxmodel_autogen-Debug-823c04e1ca30b858ad8f.json", + "name" : "widgetboxmodel_autogen", + "projectIndex" : 3 + }, + { + "directoryIndex" : 2, + "id" : "xdg::@306eba029accaca1ca4f", + "jsonFile" : "target-xdg-Debug-bae64f9e564c6982ae44.json", + "name" : "xdg", + "projectIndex" : 2 + }, + { + "directoryIndex" : 2, + "id" : "xdg_autogen::@306eba029accaca1ca4f", + "jsonFile" : "target-xdg_autogen-Debug-e6ee28ce63fc23da9185.json", + "name" : "xdg_autogen", + "projectIndex" : 2 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "source" : "/home/hamonikr/workspaces/tmp/albert-0.17.2" + }, + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/build/.cmake/api/v1/reply/index-2021-03-03T07-46-18-0196.json b/build/.cmake/api/v1/reply/index-2021-03-03T07-46-18-0196.json new file mode 100644 index 0000000..ecb1d2c --- /dev/null +++ b/build/.cmake/api/v1/reply/index-2021-03-03T07-46-18-0196.json @@ -0,0 +1,87 @@ +{ + "cmake" : + { + "generator" : + { + "name" : "Unix Makefiles" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake-3.16" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 16, + "patch" : 3, + "string" : "3.16.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6f44fa020fe1e9d16097.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cache-v2-28e5adba9cf517f214a6.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + } + ], + "reply" : + { + "client-vscode" : + { + "query.json" : + { + "requests" : + [ + { + "kind" : "cache", + "version" : 2 + }, + { + "kind" : "codemodel", + "version" : 2 + } + ], + "responses" : + [ + { + "jsonFile" : "cache-v2-28e5adba9cf517f214a6.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "codemodel-v2-6f44fa020fe1e9d16097.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 0 + } + } + ] + } + } + } +} diff --git a/build/.cmake/api/v1/reply/target-albert-bin-Debug-7b459d6ec10f68da7772.json b/build/.cmake/api/v1/reply/target-albert-bin-Debug-7b459d6ec10f68da7772.json new file mode 100644 index 0000000..fd058c9 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-albert-bin-Debug-7b459d6ec10f68da7772.json @@ -0,0 +1,599 @@ +{ + "artifacts" : + [ + { + "path" : "bin/albert" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "add_definitions", + "target_compile_definitions", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 104, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 134, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 116, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 128, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 12, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 129, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 113, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 111, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 6, + "define" : "BUILD_WITH_QTCHARTS" + }, + { + "backtrace" : 7, + "define" : "MULTIARCH_TUPLE=\"x86_64-linux-gnu\"" + }, + { + "backtrace" : 4, + "define" : "QT_CHARTS_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_CONCURRENT_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_NETWORK_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_SQL_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_X11EXTRAS_LIB" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include" + }, + { + "backtrace" : 8, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app" + }, + { + "backtrace" : 8, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtNetwork" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtSql" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras" + }, + { + "backtrace" : 4, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCharts" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 2, + 4, + 7, + 8, + 10, + 11, + 13, + 15, + 17, + 19, + 22, + 24, + 27 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "globalshortcut::@ff7eea8e0fa3f4feab76" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "albert-bin_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "albert-bin::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Wall -Wextra -pedantic -g -DQT_QML_DEBUG", + "role" : "flags" + }, + { + "fragment" : "-rdynamic", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "lib/globalshortcut/libglobalshortcut.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "lib/libxdg.so", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Charts.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "-lX11", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "albert-bin", + "nameOnDisk" : "albert", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 4, + 7, + 8, + 10, + 11, + 13, + 15, + 17, + 19, + 22, + 24, + 27 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5, + 6, + 9, + 12, + 14, + 16, + 18, + 20, + 23, + 25 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 21, + 26 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/albert-bin_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/extensionmanager.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/extensionmanager.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/frontendmanager.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/frontendmanager.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/app/logging.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/pluginspec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/pluginspec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/query.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/queryexecution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/queryexecution.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/querymanager.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/querymanager.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/settingswidget/grabkeybutton.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/settingswidget/grabkeybutton.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/settingswidget/loadermodel.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/settingswidget/loadermodel.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/settingswidget/settingswidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/settingswidget/settingswidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "src/app/settingswidget/settingswidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/settingswidget/statswidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/settingswidget/statswidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/app/trayicon.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/app/trayicon.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "resources.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-albert-bin_autogen-Debug-3838f4f70dd823832bb1.json b/build/.cmake/api/v1/reply/target-albert-bin_autogen-Debug-3838f4f70dd823832bb1.json new file mode 100644 index 0000000..4f02a09 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-albert-bin_autogen-Debug-3838f4f70dd823832bb1.json @@ -0,0 +1,73 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "globalshortcut::@ff7eea8e0fa3f4feab76" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "albert-bin_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "albert-bin_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/CMakeFiles/albert-bin_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/CMakeFiles/albert-bin_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-albert-lib-Debug-8db5dd15c22e3963d38a.json b/build/.cmake/api/v1/reply/target-albert-lib-Debug-8db5dd15c22e3963d38a.json new file mode 100644 index 0000000..693e987 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-albert-lib-Debug-8db5dd15c22e3963d38a.json @@ -0,0 +1,445 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libalbert.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_compile_definitions", + "target_include_directories" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 134, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 75, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 12, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 58, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 60, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 5, + "define" : "CORE" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_SQL_LIB" + }, + { + "define" : "albert_lib_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtSql" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 17, + 19, + 20, + 21, + 22, + 24, + 26, + 27, + 28 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "albert-lib::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert" + }, + { + "backtrace" : 2, + "path" : "lib/albert" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,:::::::", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "albert-lib", + "nameOnDisk" : "libalbert.so", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 17, + 19, + 20, + 21, + 22, + 24, + 26, + 27, + 28 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 23, + 25 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/albert-lib_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "include/albert/action.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/core_globals.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/fallbackprovider.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/frontend.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/indexable.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/item.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/plugin.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/query.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/queryhandler.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/util/history.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/util/itemroles.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/util/offlineindex.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/util/standardactions.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/util/standardindexitem.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "include/albert/util/standarditem.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/fuzzysearch.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/lib/fuzzysearch.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/history.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/offlineindex.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/plugin.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/prefixsearch.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/lib/prefixsearch.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/searchbase.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "src/lib/searchbase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/standardactions.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/standardindexitem.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/lib/standarditem.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-albert-lib_autogen-Debug-7964369b2bfc7ce58464.json b/build/.cmake/api/v1/reply/target-albert-lib_autogen-Debug-7964369b2bfc7ce58464.json new file mode 100644 index 0000000..0acf67d --- /dev/null +++ b/build/.cmake/api/v1/reply/target-albert-lib_autogen-Debug-7964369b2bfc7ce58464.json @@ -0,0 +1,58 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "albert-lib_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "albert-lib_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/CMakeFiles/albert-lib_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/CMakeFiles/albert-lib_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-applications-Debug-b6a503d5f7e0da8acd92.json b/build/.cmake/api/v1/reply/target-applications-Debug-b6a503d5f7e0da8acd92.json new file mode 100644 index 0000000..d255eb4 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-applications-Debug-b6a503d5f7e0da8acd92.json @@ -0,0 +1,353 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libapplications.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/applications/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 21, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CONCURRENT_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "applications_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "applications_autogen::@7281d2ba7ca24a3754ac" + } + ], + "id" : "applications::@7281d2ba7ca24a3754ac", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "applications", + "nameOnDisk" : "libapplications.so", + "paths" : + { + "build" : "plugins/applications", + "source" : "plugins/applications" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 6, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/applications/applications_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/applications/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/applications/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/applications/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/applications/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/applications/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/applications/applications.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/applications/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-applications_autogen-Debug-cb64350108dd6caadb07.json b/build/.cmake/api/v1/reply/target-applications_autogen-Debug-cb64350108dd6caadb07.json new file mode 100644 index 0000000..9476d3e --- /dev/null +++ b/build/.cmake/api/v1/reply/target-applications_autogen-Debug-cb64350108dd6caadb07.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/applications/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "applications_autogen::@7281d2ba7ca24a3754ac", + "isGeneratorProvided" : true, + "name" : "applications_autogen", + "paths" : + { + "build" : "plugins/applications", + "source" : "plugins/applications" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/applications/CMakeFiles/applications_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/applications/CMakeFiles/applications_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-calculator-Debug-63f5e9aeb5d7170c34ad.json b/build/.cmake/api/v1/reply/target-calculator-Debug-63f5e9aeb5d7170c34ad.json new file mode 100644 index 0000000..7dd2128 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-calculator-Debug-63f5e9aeb5d7170c34ad.json @@ -0,0 +1,343 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libcalculator.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/calculator/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 21, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "calculator_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "calculator_autogen::@601f12d898c1deb6d715" + } + ], + "id" : "calculator::@601f12d898c1deb6d715", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "fragment" : "-lmuparser", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "calculator", + "nameOnDisk" : "libcalculator.so", + "paths" : + { + "build" : "plugins/calculator", + "source" : "plugins/calculator" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 6, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/calculator/calculator_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/calculator/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/calculator/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/calculator/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/calculator/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/calculator/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/calculator/calculator.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/calculator/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-calculator_autogen-Debug-e1a7ee154105a90a9598.json b/build/.cmake/api/v1/reply/target-calculator_autogen-Debug-e1a7ee154105a90a9598.json new file mode 100644 index 0000000..ac8eb07 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-calculator_autogen-Debug-e1a7ee154105a90a9598.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/calculator/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "calculator_autogen::@601f12d898c1deb6d715", + "isGeneratorProvided" : true, + "name" : "calculator_autogen", + "paths" : + { + "build" : "plugins/calculator", + "source" : "plugins/calculator" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/calculator/CMakeFiles/calculator_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/calculator/CMakeFiles/calculator_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-chromium-Debug-eb58aca63d326f9cd32a.json b/build/.cmake/api/v1/reply/target-chromium-Debug-eb58aca63d326f9cd32a.json new file mode 100644 index 0000000..61d2cc7 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-chromium-Debug-eb58aca63d326f9cd32a.json @@ -0,0 +1,339 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libchromium.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/chromium/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 21, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CONCURRENT_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "chromium_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 2, + 6 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "chromium_autogen::@1a0b6e5111b849f04423" + } + ], + "id" : "chromium::@1a0b6e5111b849f04423", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "chromium", + "nameOnDisk" : "libchromium.so", + "paths" : + { + "build" : "plugins/chromium", + "source" : "plugins/chromium" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 6 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 4, + 5 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/chromium/chromium_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/chromium/src/configwidget.ui", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/chromium/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/chromium/src/extension.h", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/chromium/chromium.qrc", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/chromium/metadata.json", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-chromium_autogen-Debug-7bef17168f2f1f098d4d.json b/build/.cmake/api/v1/reply/target-chromium_autogen-Debug-7bef17168f2f1f098d4d.json new file mode 100644 index 0000000..5a9fa39 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-chromium_autogen-Debug-7bef17168f2f1f098d4d.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/chromium/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "chromium_autogen::@1a0b6e5111b849f04423", + "isGeneratorProvided" : true, + "name" : "chromium_autogen", + "paths" : + { + "build" : "plugins/chromium", + "source" : "plugins/chromium" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/chromium/CMakeFiles/chromium_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/chromium/CMakeFiles/chromium_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-files-Debug-e2a0c74573009c6a484c.json b/build/.cmake/api/v1/reply/target-files-Debug-e2a0c74573009c6a484c.json new file mode 100644 index 0000000..cdeda3f --- /dev/null +++ b/build/.cmake/api/v1/reply/target-files-Debug-e2a0c74573009c6a484c.json @@ -0,0 +1,429 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libfiles.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/files/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 21, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CONCURRENT_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "files_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 8, + 10, + 12, + 15, + 19 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "files_autogen::@481c3c5026e94f3b0757" + } + ], + "id" : "files::@481c3c5026e94f3b0757", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "files", + "nameOnDisk" : "libfiles.so", + "paths" : + { + "build" : "plugins/files", + "source" : "plugins/files" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 8, + 10, + 12, + 15, + 19 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5, + 7, + 9, + 11, + 13, + 16 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 14, + 17, + 18 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 20 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/files/files_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/files/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/files/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/files/src/file.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/file.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/files/src/indexfile.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/indexfile.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/files/src/indextreenode.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/indextreenode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/files/src/mimetypedialog.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/mimetypedialog.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/mimetypedialog.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/files/src/standardfile.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/files/src/standardfile.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/files/files.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/files/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-files_autogen-Debug-257c34759125ae096081.json b/build/.cmake/api/v1/reply/target-files_autogen-Debug-257c34759125ae096081.json new file mode 100644 index 0000000..fe1a168 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-files_autogen-Debug-257c34759125ae096081.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/files/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "files_autogen::@481c3c5026e94f3b0757", + "isGeneratorProvided" : true, + "name" : "files_autogen", + "paths" : + { + "build" : "plugins/files", + "source" : "plugins/files" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/files/CMakeFiles/files_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/files/CMakeFiles/files_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-firefoxbookmarks-Debug-cbc31ae4c17d7f085b18.json b/build/.cmake/api/v1/reply/target-firefoxbookmarks-Debug-cbc31ae4c17d7f085b18.json new file mode 100644 index 0000000..dcc1e9d --- /dev/null +++ b/build/.cmake/api/v1/reply/target-firefoxbookmarks-Debug-cbc31ae4c17d7f085b18.json @@ -0,0 +1,367 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libfirefoxbookmarks.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/firefoxbookmarks/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 22, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CONCURRENT_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_SQL_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "firefoxbookmarks_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtSql" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "firefoxbookmarks_autogen::@2501d2c7474e7c42c665" + } + ], + "id" : "firefoxbookmarks::@2501d2c7474e7c42c665", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "firefoxbookmarks", + "nameOnDisk" : "libfirefoxbookmarks.so", + "paths" : + { + "build" : "plugins/firefoxbookmarks", + "source" : "plugins/firefoxbookmarks" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 6, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/firefoxbookmarks/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/firefoxbookmarks/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/firefoxbookmarks/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/firefoxbookmarks/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/firefoxbookmarks/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/firefoxbookmarks/firefoxbookmarks.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/firefoxbookmarks/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-firefoxbookmarks_autogen-Debug-0d3eb7486a6df8f9cb80.json b/build/.cmake/api/v1/reply/target-firefoxbookmarks_autogen-Debug-0d3eb7486a6df8f9cb80.json new file mode 100644 index 0000000..b553544 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-firefoxbookmarks_autogen-Debug-0d3eb7486a6df8f9cb80.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/firefoxbookmarks/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "firefoxbookmarks_autogen::@2501d2c7474e7c42c665", + "isGeneratorProvided" : true, + "name" : "firefoxbookmarks_autogen", + "paths" : + { + "build" : "plugins/firefoxbookmarks", + "source" : "plugins/firefoxbookmarks" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-globalshortcut-Debug-badd0b9c45654272e2b3.json b/build/.cmake/api/v1/reply/target-globalshortcut-Debug-badd0b9c45654272e2b3.json new file mode 100644 index 0000000..2fb7e21 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-globalshortcut-Debug-badd0b9c45654272e2b3.json @@ -0,0 +1,231 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "lib/globalshortcut/libglobalshortcut.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "add_definitions", + "target_compile_definitions", + "target_include_directories" + ], + "files" : + [ + "lib/globalshortcut/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 29, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 12, + "parent" : 3 + }, + { + "command" : 3, + "file" : 0, + "line" : 31, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 33, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG " + }, + { + "backtrace" : 2, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 5, + "define" : "GLOBALSHORTCUT" + }, + { + "backtrace" : 2, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 2, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 2, + "define" : "QT_X11EXTRAS_LIB" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include/globalshortcut" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 2, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 3, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "globalshortcut_autogen::@ff7eea8e0fa3f4feab76" + } + ], + "id" : "globalshortcut::@ff7eea8e0fa3f4feab76", + "name" : "globalshortcut", + "nameOnDisk" : "libglobalshortcut.a", + "paths" : + { + "build" : "lib/globalshortcut", + "source" : "lib/globalshortcut" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 3, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "lib/globalshortcut/include/globalshortcut/globalshortcut_globals.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "lib/globalshortcut/include/globalshortcut/hotkeymanager.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "lib/globalshortcut/src/hotkeymanager.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "lib/globalshortcut/src/hotkeymanager_x11.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-globalshortcut_autogen-Debug-e4db85e552bffa8f4e38.json b/build/.cmake/api/v1/reply/target-globalshortcut_autogen-Debug-e4db85e552bffa8f4e38.json new file mode 100644 index 0000000..077bd26 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-globalshortcut_autogen-Debug-e4db85e552bffa8f4e38.json @@ -0,0 +1,58 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "lib/globalshortcut/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "globalshortcut_autogen::@ff7eea8e0fa3f4feab76", + "isGeneratorProvided" : true, + "name" : "globalshortcut_autogen", + "paths" : + { + "build" : "lib/globalshortcut", + "source" : "lib/globalshortcut" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-hashgenerator-Debug-f3558c8d8f359af0cad2.json b/build/.cmake/api/v1/reply/target-hashgenerator-Debug-f3558c8d8f359af0cad2.json new file mode 100644 index 0000000..a944577 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-hashgenerator-Debug-f3558c8d8f359af0cad2.json @@ -0,0 +1,326 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libhashgenerator.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/hashgenerator/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 19, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "hashgenerator_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "hashgenerator_autogen::@39c14bce642b6ee11759" + } + ], + "id" : "hashgenerator::@39c14bce642b6ee11759", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "hashgenerator", + "nameOnDisk" : "libhashgenerator.so", + "paths" : + { + "build" : "plugins/hashgenerator", + "source" : "plugins/hashgenerator" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 6, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/hashgenerator/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/hashgenerator/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/hashgenerator/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/hashgenerator/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/hashgenerator/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/hashgenerator/hashgenerator.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/hashgenerator/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-hashgenerator_autogen-Debug-4107c9cc6744e872a629.json b/build/.cmake/api/v1/reply/target-hashgenerator_autogen-Debug-4107c9cc6744e872a629.json new file mode 100644 index 0000000..3d2b640 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-hashgenerator_autogen-Debug-4107c9cc6744e872a629.json @@ -0,0 +1,65 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/hashgenerator/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + } + ], + "id" : "hashgenerator_autogen::@39c14bce642b6ee11759", + "isGeneratorProvided" : true, + "name" : "hashgenerator_autogen", + "paths" : + { + "build" : "plugins/hashgenerator", + "source" : "plugins/hashgenerator" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-mpris-Debug-8a4fd6fcff6e8820f881.json b/build/.cmake/api/v1/reply/target-mpris-Debug-8a4fd6fcff6e8820f881.json new file mode 100644 index 0000000..3264dde --- /dev/null +++ b/build/.cmake/api/v1/reply/target-mpris-Debug-8a4fd6fcff6e8820f881.json @@ -0,0 +1,387 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libmpris.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/mpris/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 21, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_DBUS_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "mpris_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtDBus" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 3, + 6, + 8, + 13 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "mpris_autogen::@00b802361444a6224639" + } + ], + "id" : "mpris::@00b802361444a6224639", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5DBus.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "mpris", + "nameOnDisk" : "libmpris.so", + "paths" : + { + "build" : "plugins/mpris", + "source" : "plugins/mpris" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 3, + 6, + 8, + 13 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 4, + 7, + 9, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 5, + 11, + 12 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 14 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/mpris/mpris_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/mpris/src/command.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/mpris/src/command.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/mpris/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/mpris/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/mpris/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/mpris/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/mpris/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/mpris/src/item.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/mpris/src/item.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/mpris/src/player.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/mpris/mpris.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/mpris/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-mpris_autogen-Debug-0cc090612bbde4c03453.json b/build/.cmake/api/v1/reply/target-mpris_autogen-Debug-0cc090612bbde4c03453.json new file mode 100644 index 0000000..6700c08 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-mpris_autogen-Debug-0cc090612bbde4c03453.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/mpris/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "mpris_autogen::@00b802361444a6224639", + "isGeneratorProvided" : true, + "name" : "mpris_autogen", + "paths" : + { + "build" : "plugins/mpris", + "source" : "plugins/mpris" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/mpris/CMakeFiles/mpris_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/mpris/CMakeFiles/mpris_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-python-Debug-f77de8707e8cfe54cf31.json b/build/.cmake/api/v1/reply/target-python-Debug-f77de8707e8cfe54cf31.json new file mode 100644 index 0000000..4828bfd --- /dev/null +++ b/build/.cmake/api/v1/reply/target-python-Debug-f77de8707e8cfe54cf31.json @@ -0,0 +1,387 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libpython.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/python/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 10, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 23, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 14, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 12, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "python_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/python3.8" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 2, + 5, + 7, + 9, + 13 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "python_autogen::@ce75543fdb77a6fda5ea" + } + ], + "id" : "python::@ce75543fdb77a6fda5ea", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "-lpython3.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "python", + "nameOnDisk" : "libpython.so", + "paths" : + { + "build" : "plugins/python", + "source" : "plugins/python" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 5, + 7, + 9, + 13 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 6, + 8, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 11, + 12 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 14 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/python/python_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/python/src/cast_specialization.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/python/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/python/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/python/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/python/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/python/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/python/src/modulesmodel.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/python/src/modulesmodel.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/python/src/pythonmodulev1.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/python/src/pythonmodulev1.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/python/python.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/python/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-python_autogen-Debug-badd377ce3a43cab4366.json b/build/.cmake/api/v1/reply/target-python_autogen-Debug-badd377ce3a43cab4366.json new file mode 100644 index 0000000..50c7f71 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-python_autogen-Debug-badd377ce3a43cab4366.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/python/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "python_autogen::@ce75543fdb77a6fda5ea", + "isGeneratorProvided" : true, + "name" : "python_autogen", + "paths" : + { + "build" : "plugins/python", + "source" : "plugins/python" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/python/CMakeFiles/python_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/python/CMakeFiles/python_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-qmlboxmodel-Debug-d1cfef91b55d73c45ca2.json b/build/.cmake/api/v1/reply/target-qmlboxmodel-Debug-d1cfef91b55d73c45ca2.json new file mode 100644 index 0000000..2273b8b --- /dev/null +++ b/build/.cmake/api/v1/reply/target-qmlboxmodel-Debug-d1cfef91b55d73c45ca2.json @@ -0,0 +1,377 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libqmlboxmodel.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/qmlboxmodel/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 22, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_NETWORK_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_QML_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_QUICK_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "qmlboxmodel_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtQml" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtNetwork" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtQuick" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 2, + 5, + 7, + 9 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "qmlboxmodel_autogen::@bc5f185630bda582a0d7" + } + ], + "id" : "qmlboxmodel::@bc5f185630bda582a0d7", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "fragment" : "-lXext", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Qml.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "qmlboxmodel", + "nameOnDisk" : "libqmlboxmodel.so", + "paths" : + { + "build" : "plugins/qmlboxmodel", + "source" : "plugins/qmlboxmodel" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 5, + 7, + 9 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 6, + 8, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 11 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/qmlboxmodel/src/colordialog.hpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/qmlboxmodel/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/qmlboxmodel/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/qmlboxmodel/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/qmlboxmodel/src/frontendplugin.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/qmlboxmodel/src/frontendplugin.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/qmlboxmodel/src/mainwindow.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/qmlboxmodel/src/mainwindow.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/qmlboxmodel/src/propertyeditor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/qmlboxmodel/src/propertyeditor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/qmlboxmodel/metadata.json", + "sourceGroupIndex" : 2 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-qmlboxmodel_autogen-Debug-3b9bb69b44fa2f8899f8.json b/build/.cmake/api/v1/reply/target-qmlboxmodel_autogen-Debug-3b9bb69b44fa2f8899f8.json new file mode 100644 index 0000000..aea4475 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-qmlboxmodel_autogen-Debug-3b9bb69b44fa2f8899f8.json @@ -0,0 +1,65 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/qmlboxmodel/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + } + ], + "id" : "qmlboxmodel_autogen::@bc5f185630bda582a0d7", + "isGeneratorProvided" : true, + "name" : "qmlboxmodel_autogen", + "paths" : + { + "build" : "plugins/qmlboxmodel", + "source" : "plugins/qmlboxmodel" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-snippets-Debug-592a4a47608f3fe646a9.json b/build/.cmake/api/v1/reply/target-snippets-Debug-592a4a47608f3fe646a9.json new file mode 100644 index 0000000..3acd249 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-snippets-Debug-592a4a47608f3fe646a9.json @@ -0,0 +1,360 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libsnippets.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/snippets/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_SQL_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "snippets_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtSql" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 11 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "snippets_autogen::@5e2f4addcd87e9f7501d" + } + ], + "id" : "snippets::@5e2f4addcd87e9f7501d", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "snippets", + "nameOnDisk" : "libsnippets.so", + "paths" : + { + "build" : "plugins/snippets", + "source" : "plugins/snippets" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 11 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5, + 7 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 8, + 9, + 10 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 12 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/snippets/snippets_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/snippets/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/snippets/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/snippets/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/snippets/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/snippets/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/snippets/src/snippeteditordialog.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/snippets/src/snippeteditordialog.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/snippets/src/snippeteditordialog.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/snippets/snippets.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/snippets/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-snippets_autogen-Debug-2a85aa502105ffa79438.json b/build/.cmake/api/v1/reply/target-snippets_autogen-Debug-2a85aa502105ffa79438.json new file mode 100644 index 0000000..b5f7af7 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-snippets_autogen-Debug-2a85aa502105ffa79438.json @@ -0,0 +1,65 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/snippets/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + } + ], + "id" : "snippets_autogen::@5e2f4addcd87e9f7501d", + "isGeneratorProvided" : true, + "name" : "snippets_autogen", + "paths" : + { + "build" : "plugins/snippets", + "source" : "plugins/snippets" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/snippets/CMakeFiles/snippets_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/snippets/CMakeFiles/snippets_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-ssh-Debug-d6ba80dcda563e3c5bbe.json b/build/.cmake/api/v1/reply/target-ssh-Debug-d6ba80dcda563e3c5bbe.json new file mode 100644 index 0000000..19435b6 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-ssh-Debug-d6ba80dcda563e3c5bbe.json @@ -0,0 +1,339 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libssh.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/ssh/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "ssh_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "ssh_autogen::@26e5a8b9797229ddf2e5" + } + ], + "id" : "ssh::@26e5a8b9797229ddf2e5", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "ssh", + "nameOnDisk" : "libssh.so", + "paths" : + { + "build" : "plugins/ssh", + "source" : "plugins/ssh" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 6, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/ssh/ssh_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/ssh/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/ssh/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/ssh/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/ssh/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/ssh/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/ssh/ssh.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/ssh/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-ssh_autogen-Debug-897694006d25d5cfae79.json b/build/.cmake/api/v1/reply/target-ssh_autogen-Debug-897694006d25d5cfae79.json new file mode 100644 index 0000000..ba8c3e4 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-ssh_autogen-Debug-897694006d25d5cfae79.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/ssh/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "ssh_autogen::@26e5a8b9797229ddf2e5", + "isGeneratorProvided" : true, + "name" : "ssh_autogen", + "paths" : + { + "build" : "plugins/ssh", + "source" : "plugins/ssh" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/ssh/CMakeFiles/ssh_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/ssh/CMakeFiles/ssh_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-system-Debug-3f993ac8a3518ff720d3.json b/build/.cmake/api/v1/reply/target-system-Debug-3f993ac8a3518ff720d3.json new file mode 100644 index 0000000..4b85cb0 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-system-Debug-3f993ac8a3518ff720d3.json @@ -0,0 +1,339 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libsystem.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/system/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "system_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "system_autogen::@33f9e2f80cb2e8167e50" + } + ], + "id" : "system::@33f9e2f80cb2e8167e50", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "system", + "nameOnDisk" : "libsystem.so", + "paths" : + { + "build" : "plugins/system", + "source" : "plugins/system" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 6, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/system/system_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/system/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/system/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/system/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/system/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/system/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/system/system.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/system/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-system_autogen-Debug-df93704b5e5861b87871.json b/build/.cmake/api/v1/reply/target-system_autogen-Debug-df93704b5e5861b87871.json new file mode 100644 index 0000000..2cd0812 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-system_autogen-Debug-df93704b5e5861b87871.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/system/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "system_autogen::@33f9e2f80cb2e8167e50", + "isGeneratorProvided" : true, + "name" : "system_autogen", + "paths" : + { + "build" : "plugins/system", + "source" : "plugins/system" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/system/CMakeFiles/system_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/system/CMakeFiles/system_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-terminal-Debug-0788d0c17b1c71fa7f78.json b/build/.cmake/api/v1/reply/target-terminal-Debug-0788d0c17b1c71fa7f78.json new file mode 100644 index 0000000..dcfa908 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-terminal-Debug-0788d0c17b1c71fa7f78.json @@ -0,0 +1,333 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libterminal.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/terminal/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 21, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CONCURRENT_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "terminal_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 5 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "terminal_autogen::@dffc0d1f6799ea8c7c3b" + } + ], + "id" : "terminal::@dffc0d1f6799ea8c7c3b", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "terminal", + "nameOnDisk" : "libterminal.so", + "paths" : + { + "build" : "plugins/terminal", + "source" : "plugins/terminal" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 5 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 4 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 6 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/terminal/terminal_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/terminal/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/terminal/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/terminal/terminal.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/terminal/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-terminal_autogen-Debug-4ba46e7bf76893be01e2.json b/build/.cmake/api/v1/reply/target-terminal_autogen-Debug-4ba46e7bf76893be01e2.json new file mode 100644 index 0000000..55c59a0 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-terminal_autogen-Debug-4ba46e7bf76893be01e2.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/terminal/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "terminal_autogen::@dffc0d1f6799ea8c7c3b", + "isGeneratorProvided" : true, + "name" : "terminal_autogen", + "paths" : + { + "build" : "plugins/terminal", + "source" : "plugins/terminal" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/terminal/CMakeFiles/terminal_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/terminal/CMakeFiles/terminal_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-websearch-Debug-0d09017a05cb8ea08500.json b/build/.cmake/api/v1/reply/target-websearch-Debug-0d09017a05cb8ea08500.json new file mode 100644 index 0000000..2ac74c9 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-websearch-Debug-0d09017a05cb8ea08500.json @@ -0,0 +1,379 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libwebsearch.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/websearch/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "define" : "websearch_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 9, + 14 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 3, + "id" : "xdg::@306eba029accaca1ca4f" + }, + { + "backtrace" : 0, + "id" : "websearch_autogen::@31bcb147de38b410e436" + } + ], + "id" : "websearch::@31bcb147de38b410e436", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libxdg.so", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "websearch", + "nameOnDisk" : "libwebsearch.so", + "paths" : + { + "build" : "plugins/websearch", + "source" : "plugins/websearch" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 4, + 6, + 9, + 14 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 5, + 7, + 8, + 10 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 3, + 11, + 12, + 13 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 15 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/websearch/websearch_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/websearch/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/websearch/src/enginesmodel.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/src/enginesmodel.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/websearch/src/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/src/extension.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/src/searchengine.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/websearch/src/searchengineeditor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/src/searchengineeditor.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/src/searchengineeditor.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/websearch.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/websearch/metadata.json", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-websearch_autogen-Debug-bab073aee85906c1cc90.json b/build/.cmake/api/v1/reply/target-websearch_autogen-Debug-bab073aee85906c1cc90.json new file mode 100644 index 0000000..4e31204 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-websearch_autogen-Debug-bab073aee85906c1cc90.json @@ -0,0 +1,69 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/websearch/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "xdg::@306eba029accaca1ca4f" + } + ], + "id" : "websearch_autogen::@31bcb147de38b410e436", + "isGeneratorProvided" : true, + "name" : "websearch_autogen", + "paths" : + { + "build" : "plugins/websearch", + "source" : "plugins/websearch" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/websearch/CMakeFiles/websearch_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/websearch/CMakeFiles/websearch_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-widgetboxmodel-Debug-ee0344ebcdf0a1121825.json b/build/.cmake/api/v1/reply/target-widgetboxmodel-Debug-ee0344ebcdf0a1121825.json new file mode 100644 index 0000000..40a2e1c --- /dev/null +++ b/build/.cmake/api/v1/reply/target-widgetboxmodel-Debug-ee0344ebcdf0a1121825.json @@ -0,0 +1,406 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libwidgetboxmodel.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_include_directories" + ], + "files" : + [ + "plugins/widgetboxmodel/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 23, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 14, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_SVG_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_X11EXTRAS_LIB" + }, + { + "define" : "widgetboxmodel_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include" + }, + { + "backtrace" : 6, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src" + }, + { + "backtrace" : 3, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtSvg" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 1, + 3, + 7, + 9, + 11, + 13, + 15 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "widgetboxmodel_autogen::@fff0be52a7d7487a9dff" + } + ], + "id" : "widgetboxmodel::@fff0be52a7d7487a9dff", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + }, + { + "backtrace" : 2, + "path" : "lib/albert/plugins" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Svg.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "../../lib/libalbert.so", + "role" : "libraries" + }, + { + "fragment" : "-lXext", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "widgetboxmodel", + "nameOnDisk" : "libwidgetboxmodel.so", + "paths" : + { + "build" : "plugins/widgetboxmodel", + "source" : "plugins/widgetboxmodel" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 3, + 7, + 9, + 11, + 13, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2, + 4, + 8, + 10, + 12, + 14, + 16 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 5, + 6, + 17 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/widgetboxmodel/src/actionlist.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/actionlist.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/widgetboxmodel/src/configwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/configwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/configwidget.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/frontend.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/widgetboxmodel/src/frontendplugin.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/frontendplugin.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/widgetboxmodel/src/frontendwidget.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/frontendwidget.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/widgetboxmodel/src/resizinglist.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/resizinglist.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/widgetboxmodel/src/resultslist.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/resultslist.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "plugins/widgetboxmodel/src/settingsbutton.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/src/settingsbutton.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "plugins/widgetboxmodel/metadata.json", + "sourceGroupIndex" : 2 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-widgetboxmodel_autogen-Debug-823c04e1ca30b858ad8f.json b/build/.cmake/api/v1/reply/target-widgetboxmodel_autogen-Debug-823c04e1ca30b858ad8f.json new file mode 100644 index 0000000..29e12b1 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-widgetboxmodel_autogen-Debug-823c04e1ca30b858ad8f.json @@ -0,0 +1,65 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "plugins/widgetboxmodel/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "albert-lib::@6890427a1f51a3e7e1df" + } + ], + "id" : "widgetboxmodel_autogen::@fff0be52a7d7487a9dff", + "isGeneratorProvided" : true, + "name" : "widgetboxmodel_autogen", + "paths" : + { + "build" : "plugins/widgetboxmodel", + "source" : "plugins/widgetboxmodel" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-xdg-Debug-bae64f9e564c6982ae44.json b/build/.cmake/api/v1/reply/target-xdg-Debug-bae64f9e564c6982ae44.json new file mode 100644 index 0000000..5ab58d0 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-xdg-Debug-bae64f9e564c6982ae44.json @@ -0,0 +1,275 @@ +{ + "artifacts" : + [ + { + "path" : "lib/libxdg.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_libraries", + "add_definitions", + "target_compile_definitions", + "target_include_directories" + ], + "files" : + [ + "lib/xdg/CMakeLists.txt", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 23, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 21, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 3, + "file" : 1, + "line" : 12, + "parent" : 4 + }, + { + "command" : 4, + "file" : 0, + "line" : 11, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC " + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + }, + { + "fragment" : "-std=c++14" + } + ], + "defines" : + [ + { + "backtrace" : 5, + "define" : "ALBERT_VERSION=\"0.17.2\"" + }, + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 6, + "define" : "XDG_DEF" + }, + { + "define" : "xdg_EXPORTS" + } + ], + "includes" : + [ + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg" + }, + { + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg" + }, + { + "backtrace" : 0, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/include" + }, + { + "backtrace" : 7, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include" + }, + { + "backtrace" : 7, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include/xdg" + }, + { + "backtrace" : 7, + "path" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/x86_64-linux-gnu/qt5/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 0, + 3, + 4 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 0, + "id" : "xdg_autogen::@306eba029accaca1ca4f" + } + ], + "id" : "xdg::@306eba029accaca1ca4f", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib/albert" + }, + { + "backtrace" : 2, + "path" : "lib/albert" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8", + "role" : "libraries" + }, + { + "fragment" : "/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "xdg", + "nameOnDisk" : "libxdg.so", + "paths" : + { + "build" : "lib/xdg", + "source" : "lib/xdg" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 3, + 4 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 2, + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/lib/xdg/xdg_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "lib/xdg/include/xdg/iconlookup.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "lib/xdg/include/xdg/xdg_globals.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "lib/xdg/src/iconlookup.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "lib/xdg/src/themefileparser.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "lib/xdg/src/themefileparser.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/build/.cmake/api/v1/reply/target-xdg_autogen-Debug-e6ee28ce63fc23da9185.json b/build/.cmake/api/v1/reply/target-xdg_autogen-Debug-e6ee28ce63fc23da9185.json new file mode 100644 index 0000000..c0e02bd --- /dev/null +++ b/build/.cmake/api/v1/reply/target-xdg_autogen-Debug-e6ee28ce63fc23da9185.json @@ -0,0 +1,58 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "lib/xdg/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "xdg_autogen::@306eba029accaca1ca4f", + "isGeneratorProvided" : true, + "name" : "xdg_autogen", + "paths" : + { + "build" : "lib/xdg", + "source" : "lib/xdg" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/lib/xdg/CMakeFiles/xdg_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/lib/xdg/CMakeFiles/xdg_autogen.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt new file mode 100644 index 0000000..ffd11e9 --- /dev/null +++ b/build/CMakeCache.txt @@ -0,0 +1,768 @@ +# This is the CMakeCache file. +# For build in directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/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 +######################## + +//Build the extension +BUILD_APPLICATIONS:BOOL=ON + +//Build the extension +BUILD_CALCULATOR:BOOL=ON + +//Build the extension +BUILD_CHROMEBOOKMARKS:BOOL=ON + +//Build the extension +BUILD_DEBUG:BOOL=OFF + +//Build the extension +BUILD_FILES:BOOL=ON + +//Build the extension +BUILD_FIREFOXBOOKMARKS:BOOL=ON + +//Build the extension +BUILD_HASHGENERATOR:BOOL=ON + +//Build the extension +BUILD_MPRIS:BOOL=ON + +//Build the extension +BUILD_PYTHON:BOOL=ON + +//Build the frontend +BUILD_QMLBOXMODEL:BOOL=ON + +//Build the extension +BUILD_SNIPPETS:BOOL=ON + +//Build the extension +BUILD_SSH:BOOL=ON + +//Build the extension +BUILD_SYSTEM:BOOL=ON + +//Build the extension +BUILD_TEMPLATE:BOOL=OFF + +//Build the extension +BUILD_TERMINAL:BOOL=ON + +//Build the extension +BUILD_VIRTUALBOX:BOOL=OFF + +//Build the extension +BUILD_WEBSEARCH:BOOL=ON + +//Build the frontend +BUILD_WIDGETBOXMODEL:BOOL=ON + +//Use QtCharts to plot stats. +BUILD_WITH_QTCHARTS:BOOL=ON + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//No help, variable specified on the command line. +CMAKE_CXX_COMPILER:FILEPATH=/bin/x86_64-linux-gnu-g++-9 + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/bin/gcc-ar-9 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/bin/gcc-ranlib-9 + +//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 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/bin/x86_64-linux-gnu-gcc-9 + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/bin/gcc-ar-9 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/bin/gcc-ranlib-9 + +//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= + +//No help, variable specified on the command line. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/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=/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/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=albert + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.17.2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=17 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/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=/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 + +//Force new FindPython +PYBIND11_FINDPYTHON:BOOL=OFF + +//Install pybind11 header files? +PYBIND11_INSTALL:BOOL=OFF + +//Disable search for Python +PYBIND11_NOPYTHON:BOOL=OFF + +//Python version to use for compiling modules +PYBIND11_PYTHON_VERSION:STRING= + +//Build pybind11 test suite? +PYBIND11_TEST:BOOL=OFF + +//Path to a program. +PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3.8 + +//Path to a library. +PYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython3.8.so + +//The directory containing a CMake configuration file for Qt5Charts. +Qt5Charts_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Charts + +//The directory containing a CMake configuration file for Qt5Concurrent. +Qt5Concurrent_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Concurrent + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5DBus. +Qt5DBus_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5DBus + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Network. +Qt5Network_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Network + +//The directory containing a CMake configuration file for Qt5Qml. +Qt5Qml_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml + +//The directory containing a CMake configuration file for Qt5Quick. +Qt5Quick_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Quick + +//The directory containing a CMake configuration file for Qt5Sql. +Qt5Sql_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Sql + +//The directory containing a CMake configuration file for Qt5Svg. +Qt5Svg_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Svg + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5X11Extras. +Qt5X11Extras_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5X11Extras + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5 + +//Dependencies for the target +albert-lib_LIB_DEPENDS:STATIC=general;Qt5::Gui;general;Qt5::Sql; + +//Value Computed by CMake +albert_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build + +//Value Computed by CMake +albert_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2 + +//Value Computed by CMake +applications_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications + +//Dependencies for the target +applications_LIB_DEPENDS:STATIC=general;Qt5::Concurrent;general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +applications_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications + +//Value Computed by CMake +calculator_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator + +//Dependencies for the target +calculator_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;albert::lib;general;muparser;general;xdg; + +//Value Computed by CMake +calculator_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator + +//Value Computed by CMake +chromium_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium + +//Dependencies for the target +chromium_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;Qt5::Concurrent;general;albert::lib;general;xdg; + +//Value Computed by CMake +chromium_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium + +//Value Computed by CMake +files_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files + +//Dependencies for the target +files_LIB_DEPENDS:STATIC=general;Qt5::Concurrent;general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +files_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files + +//Value Computed by CMake +firefoxbookmarks_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks + +//Dependencies for the target +firefoxbookmarks_LIB_DEPENDS:STATIC=general;Qt5::Concurrent;general;Qt5::Sql;general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +firefoxbookmarks_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks + +//Value Computed by CMake +globalshortcut_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut + +//Dependencies for the target +globalshortcut_LIB_DEPENDS:STATIC=general;Qt5::Gui;general;Qt5::X11Extras;general;X11; + +//Value Computed by CMake +globalshortcut_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut + +//Value Computed by CMake +hashgenerator_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator + +//Dependencies for the target +hashgenerator_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;albert::lib; + +//Value Computed by CMake +hashgenerator_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator + +//Value Computed by CMake +mpris_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris + +//Dependencies for the target +mpris_LIB_DEPENDS:STATIC=general;Qt5::DBus;general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +mpris_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris + +//Value Computed by CMake +pybind11_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11 + +//Value Computed by CMake +pybind11_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11 + +//Value Computed by CMake +python_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python + +//Dependencies for the target +python_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +python_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python + +//Value Computed by CMake +qmlboxmodel_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel + +//Dependencies for the target +qmlboxmodel_LIB_DEPENDS:STATIC=general;Qt5::Qml;general;Qt5::Quick;general;Qt5::Widgets;general;albert::lib;general;Xext; + +//Value Computed by CMake +qmlboxmodel_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel + +//Value Computed by CMake +snippets_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets + +//Dependencies for the target +snippets_LIB_DEPENDS:STATIC=general;Qt5::Sql;general;Qt5::Widgets;general;albert::lib; + +//Value Computed by CMake +snippets_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets + +//Value Computed by CMake +ssh_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh + +//Dependencies for the target +ssh_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +ssh_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh + +//Value Computed by CMake +system_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system + +//Dependencies for the target +system_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +system_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system + +//Value Computed by CMake +terminal_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal + +//Dependencies for the target +terminal_LIB_DEPENDS:STATIC=general;Qt5::Concurrent;general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +terminal_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal + +//Value Computed by CMake +websearch_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch + +//Dependencies for the target +websearch_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;albert::lib;general;xdg; + +//Value Computed by CMake +websearch_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch + +//Value Computed by CMake +widgetboxmodel_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel + +//Dependencies for the target +widgetboxmodel_LIB_DEPENDS:STATIC=general;Qt5::Svg;general;Qt5::Widgets;general;Qt5::X11Extras;general;albert::lib;general;Xext; + +//Value Computed by CMake +widgetboxmodel_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel + +//Value Computed by CMake +xdg_BINARY_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg + +//Dependencies for the target +xdg_LIB_DEPENDS:STATIC=general;Qt5::Gui; + +//Value Computed by CMake +xdg_SOURCE_DIR:STATIC=/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg + + +######################## +# 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/hamonikr/workspaces/tmp/albert-0.17.2/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=16 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//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 +//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/hamonikr/workspaces/tmp/albert-0.17.2 +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//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=20 +//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.16 +//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 +//Details about finding PYTHON +FIND_PACKAGE_MESSAGE_DETAILS_PYTHON:INTERNAL=/usr/bin/python3.83.8.5 +//Details about finding PythonInterp +FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python3.8][v3.8.5()] +//Test HAS_FLTO +HAS_FLTO:INTERNAL=1 +PYBIND11_INCLUDE_DIR:INTERNAL=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include +//ADVANCED property for variable: PYTHON_EXECUTABLE +PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 +PYTHON_INCLUDE_DIRS:INTERNAL=/usr/include/python3.8 +PYTHON_IS_DEBUG:INTERNAL=0 +PYTHON_LIBRARIES:INTERNAL=/usr/lib/x86_64-linux-gnu/libpython3.8.so +//ADVANCED property for variable: PYTHON_LIBRARY +PYTHON_LIBRARY-ADVANCED:INTERNAL=1 +PYTHON_MODULE_EXTENSION:INTERNAL=.cpython-38-x86_64-linux-gnu.so +PYTHON_MODULE_PREFIX:INTERNAL= +PYTHON_VERSION:INTERNAL=3.8.5 +PYTHON_VERSION_MAJOR:INTERNAL=3 +PYTHON_VERSION_MINOR:INTERNAL=8 +Python_ADDITIONAL_VERSIONS:INTERNAL=3.9;3.8;3.7;3.6;3.5;3.4 +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +_Python:INTERNAL=PYTHON +//True if pybind11 and all required components found on the system +pybind11_FOUND:INTERNAL=TRUE +//Directory where pybind11 headers are located +pybind11_INCLUDE_DIR:INTERNAL=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include +//Directories where pybind11 and possibly Python headers are located +pybind11_INCLUDE_DIRS:INTERNAL=/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include;/usr/include/python3.8 + diff --git a/build/CMakeFiles/3.16.3/CMakeCCompiler.cmake b/build/CMakeFiles/3.16.3/CMakeCCompiler.cmake new file mode 100644 index 0000000..8e80216 --- /dev/null +++ b/build/CMakeFiles/3.16.3/CMakeCCompiler.cmake @@ -0,0 +1,76 @@ +set(CMAKE_C_COMPILER "/bin/x86_64-linux-gnu-gcc-9") +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 "/bin/ar") +set(CMAKE_C_COMPILER_AR "/bin/gcc-ar-9") +set(CMAKE_RANLIB "/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/bin/gcc-ranlib-9") +set(CMAKE_LINKER "/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 "x86_64-linux-gnu") + +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 "x86_64-linux-gnu") +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-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/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-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.16.3/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.16.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..bd1fe26 --- /dev/null +++ b/build/CMakeFiles/3.16.3/CMakeCXXCompiler.cmake @@ -0,0 +1,88 @@ +set(CMAKE_CXX_COMPILER "/bin/x86_64-linux-gnu-g++-9") +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 "/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/bin/gcc-ar-9") +set(CMAKE_RANLIB "/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/bin/gcc-ranlib-9") +set(CMAKE_LINKER "/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 "x86_64-linux-gnu") + +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 "x86_64-linux-gnu") +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;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/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-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..b6f7a32 Binary files /dev/null and b/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d8ed013 Binary files /dev/null and b/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/CMakeFiles/3.16.3/CMakeSystem.cmake b/build/CMakeFiles/3.16.3/CMakeSystem.cmake new file mode 100644 index 0000000..b33d2e7 --- /dev/null +++ b/build/CMakeFiles/3.16.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-5.4.0-58-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "5.4.0-58-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-5.4.0-58-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "5.4.0-58-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.16.3/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.16.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..d884b50 --- /dev/null +++ b/build/CMakeFiles/3.16.3/CompilerIdC/CMakeCCompilerId.c @@ -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 diff --git a/build/CMakeFiles/3.16.3/CompilerIdC/a.out b/build/CMakeFiles/3.16.3/CompilerIdC/a.out new file mode 100755 index 0000000..46f1233 Binary files /dev/null and b/build/CMakeFiles/3.16.3/CompilerIdC/a.out differ diff --git a/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..69cfdba --- /dev/null +++ b/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -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; +} diff --git a/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out b/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..c868426 Binary files /dev/null and b/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out differ diff --git a/build/CMakeFiles/CMakeDirectoryInformation.cmake b/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/CMakeFiles/CMakeOutput.log b/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..f57593e --- /dev/null +++ b/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,478 @@ +The system is: Linux - 5.4.0-58-generic - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /bin/x86_64-linux-gnu-gcc-9 +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/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/3.16.3/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /bin/x86_64-linux-gnu-g++-9 +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/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_c874e/fast && /usr/bin/make -f CMakeFiles/cmTC_c874e.dir/build.make CMakeFiles/cmTC_c874e.dir/build +make[1]: Entering directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_c874e.dir/testCCompiler.c.o +/bin/x86_64-linux-gnu-gcc-9 -o CMakeFiles/cmTC_c874e.dir/testCCompiler.c.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTC_c874e +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c874e.dir/link.txt --verbose=1 +/bin/x86_64-linux-gnu-gcc-9 -rdynamic CMakeFiles/cmTC_c874e.dir/testCCompiler.c.o -o cmTC_c874e +make[1]: Leaving directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp' + + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_4214e/fast && /usr/bin/make -f CMakeFiles/cmTC_4214e.dir/build.make CMakeFiles/cmTC_4214e.dir/build +make[1]: Entering directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o +/bin/x86_64-linux-gnu-gcc-9 -v -o CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c +Using built-in specs. +COLLECT_GCC=/bin/x86_64-linux-gnu-gcc-9 +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccQOOU9q.s +GNU C17 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-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.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/9/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-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.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: bbf13931d8de1abe14040c9909cb6969 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o /tmp/ccQOOU9q.s +GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' +Linking C executable cmTC_4214e +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4214e.dir/link.txt --verbose=1 +/bin/x86_64-linux-gnu-gcc-9 -v -rdynamic CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o -o cmTC_4214e +Using built-in specs. +COLLECT_GCC=/bin/x86_64-linux-gnu-gcc-9 +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_4214e' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/cccCf2KW.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 -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_4214e /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_4214e.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-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_4214e' '-mtune=generic' '-march=x86-64' +make[1]: Leaving directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/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-linux-gnu/9/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/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/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/make cmTC_4214e/fast && /usr/bin/make -f CMakeFiles/cmTC_4214e.dir/build.make CMakeFiles/cmTC_4214e.dir/build] + ignore line: [make[1]: Entering directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o] + ignore line: [/bin/x86_64-linux-gnu-gcc-9 -v -o CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/bin/x86_64-linux-gnu-gcc-9] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccQOOU9q.s] + ignore line: [GNU C17 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-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.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-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.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: bbf13931d8de1abe14040c9909cb6969] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o /tmp/ccQOOU9q.s] + ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking C executable cmTC_4214e] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4214e.dir/link.txt --verbose=1] + ignore line: [/bin/x86_64-linux-gnu-gcc-9 -v -rdynamic CMakeFiles/cmTC_4214e.dir/CMakeCCompilerABI.c.o -o cmTC_4214e ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/bin/x86_64-linux-gnu-gcc-9] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_4214e' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/cccCf2KW.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 -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_4214e /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_4214e.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-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cccCf2KW.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 [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_4214e] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] + arg [CMakeFiles/cmTC_4214e.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-linux-gnu/9/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Determining if the CXX compiler works passed with the following output: +Change Dir: /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_2c9be/fast && /usr/bin/make -f CMakeFiles/cmTC_2c9be.dir/build.make CMakeFiles/cmTC_2c9be.dir/build +make[1]: Entering directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_2c9be.dir/testCXXCompiler.cxx.o +/bin/x86_64-linux-gnu-g++-9 -o CMakeFiles/cmTC_2c9be.dir/testCXXCompiler.cxx.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx +Linking CXX executable cmTC_2c9be +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2c9be.dir/link.txt --verbose=1 +/bin/x86_64-linux-gnu-g++-9 -rdynamic CMakeFiles/cmTC_2c9be.dir/testCXXCompiler.cxx.o -o cmTC_2c9be +make[1]: Leaving directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp' + + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_e9690/fast && /usr/bin/make -f CMakeFiles/cmTC_e9690.dir/build.make CMakeFiles/cmTC_e9690.dir/build +make[1]: Entering directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o +/bin/x86_64-linux-gnu-g++-9 -v -o CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/bin/x86_64-linux-gnu-g++-9 +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccZrhU8r.s +GNU C++14 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-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.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/9 + /usr/include/x86_64-linux-gnu/c++/9 + /usr/include/c++/9/backward + /usr/lib/gcc/x86_64-linux-gnu/9/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++14 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-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.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 466f818abe2f30ba03783f22bd12d815 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccZrhU8r.s +GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +Linking CXX executable cmTC_e9690 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9690.dir/link.txt --verbose=1 +/bin/x86_64-linux-gnu-g++-9 -v -rdynamic CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e9690 +Using built-in specs. +COLLECT_GCC=/bin/x86_64-linux-gnu-g++-9 +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_e9690' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccnDWzmT.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 -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_e9690 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_e9690' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +make[1]: Leaving directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/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/include/c++/9] + add: [/usr/include/x86_64-linux-gnu/c++/9] + add: [/usr/include/c++/9/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/9/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/9] ==> [/usr/include/c++/9] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/9] ==> [/usr/include/x86_64-linux-gnu/c++/9] + collapse include dir [/usr/include/c++/9/backward] ==> [/usr/include/c++/9/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/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/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/make cmTC_e9690/fast && /usr/bin/make -f CMakeFiles/cmTC_e9690.dir/build.make CMakeFiles/cmTC_e9690.dir/build] + ignore line: [make[1]: Entering directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/bin/x86_64-linux-gnu-g++-9 -v -o CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/bin/x86_64-linux-gnu-g++-9] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccZrhU8r.s] + ignore line: [GNU C++14 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-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.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/9] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/9] + ignore line: [ /usr/include/c++/9/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (Ubuntu 9.3.0-17ubuntu1~20.04) version 9.3.0 (x86_64-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.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 466f818abe2f30ba03783f22bd12d815] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccZrhU8r.s] + ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking CXX executable cmTC_e9690] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9690.dir/link.txt --verbose=1] + ignore line: [/bin/x86_64-linux-gnu-g++-9 -v -rdynamic CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e9690 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/bin/x86_64-linux-gnu-g++-9] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_e9690' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccnDWzmT.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 -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_e9690 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_e9690.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccnDWzmT.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 [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_e9690] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] + arg [CMakeFiles/cmTC_e9690.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-linux-gnu/9/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Performing C++ SOURCE FILE Test HAS_FLTO succeeded with the following output: +Change Dir: /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_0782e/fast && /usr/bin/make -f CMakeFiles/cmTC_0782e.dir/build.make CMakeFiles/cmTC_0782e.dir/build +make[1]: Entering directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_0782e.dir/src.cxx.o +/bin/x86_64-linux-gnu-g++-9 -Wall -Wextra -pedantic -DHAS_FLTO -flto -fno-fat-lto-objects -std=c++14 -o CMakeFiles/cmTC_0782e.dir/src.cxx.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp/src.cxx +Linking CXX executable cmTC_0782e +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0782e.dir/link.txt --verbose=1 +/bin/x86_64-linux-gnu-g++-9 -Wall -Wextra -pedantic -DHAS_FLTO CMakeFiles/cmTC_0782e.dir/src.cxx.o -o cmTC_0782e -flto +make[1]: Leaving directory '/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/CMakeTmp' + + +Source file was: +int main() { return 0; } diff --git a/build/CMakeFiles/CMakeRuleHashes.txt b/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..f2a8670 --- /dev/null +++ b/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,34 @@ +# Hashes of file build rules. +74ed1c0ee6e6e1ebec79277f78c3965a CMakeFiles/albert-bin_autogen +26ef5a7e33ad8ad41b427f7356cc0634 CMakeFiles/albert-lib_autogen +c607f57dd0e79193626abed7435db8ed albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp +e9ff4fd033ae775231cd109000d3c512 lib/globalshortcut/CMakeFiles/globalshortcut_autogen +9d09bae668c2435225c3d1959c003414 lib/xdg/CMakeFiles/xdg_autogen +9d6e68c759432781bea9dca82fd1abd3 plugins/applications/CMakeFiles/applications_autogen +aa22231014a3a6943d4b5be34096779a plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp +37f3d51a498b28ce7808ba293f611646 plugins/calculator/CMakeFiles/calculator_autogen +e2f0284c7a73d099dd6b939ec0db1251 plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp +7e50caba996bf857ab0ddd866c8267a1 plugins/chromium/CMakeFiles/chromium_autogen +f8d5f98339df294f2a3b440c83096fe8 plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp +d52ffb1505bb0b4be783d57f9c70431a plugins/files/CMakeFiles/files_autogen +ef54ed2302502253d68461163f50425d plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp +afb5c60239a5f29e9a0fcf55e01b8359 plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen +9340a5c938b03861a1444844d06a5eb1 plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp +54417aefb5de019727d2a55f63f93ed2 plugins/hashgenerator/CMakeFiles/hashgenerator_autogen +ed448b4f1a8f01906ebbe70a851f7fec plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp +0beca63c4dee83f1b881f79ab0be6629 plugins/mpris/CMakeFiles/mpris_autogen +55baecf57e79613f03aed833df8b120f plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp +7511fe7c7f58a220af1be129c5181ee9 plugins/python/CMakeFiles/python_autogen +ba580e124339ee4b1a027a435d89f5c4 plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp +95d5969f7e044fa4cf2b2d68f3eb0eb0 plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen +5b7ddcbe73bb097c27b79e61f3b7d37c plugins/snippets/CMakeFiles/snippets_autogen +1a94390b664c92c00a6411c1c18d4885 plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp +502ec1c5e47d1bf5a2a540bad57dffa3 plugins/ssh/CMakeFiles/ssh_autogen +9ebed01652d3fc86ec7c1fb1e013f796 plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp +d5c7c90a4f5260f9e4972b53c86a7c1f plugins/system/CMakeFiles/system_autogen +36c2763a532d19f11afa87ac54a26bf1 plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp +4ab13024c364b0ddfa7c7227d48a8d7b plugins/terminal/CMakeFiles/terminal_autogen +5f400be5d253ff211ea4553e45b6491f plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp +15a7cd8f0ef3616cc42df5f5a49baaa7 plugins/websearch/CMakeFiles/websearch_autogen +ab5b73c9137af0384ba866093891e0e3 plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp +44fc3aa607eda9ba383e5cd7c5bf0798 plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen diff --git a/build/CMakeFiles/Makefile.cmake b/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..17780c5 --- /dev/null +++ b/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,231 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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" + "CMakeFiles/3.16.3/CMakeCCompiler.cmake" + "CMakeFiles/3.16.3/CMakeCXXCompiler.cmake" + "CMakeFiles/3.16.3/CMakeSystem.cmake" + "../lib/globalshortcut/CMakeLists.txt" + "../lib/xdg/CMakeLists.txt" + "../plugins/CMakeLists.txt" + "../plugins/applications/CMakeLists.txt" + "../plugins/applications/applications.qrc" + "../plugins/calculator/CMakeLists.txt" + "../plugins/calculator/calculator.qrc" + "../plugins/chromium/CMakeLists.txt" + "../plugins/chromium/chromium.qrc" + "../plugins/files/CMakeLists.txt" + "../plugins/files/files.qrc" + "../plugins/firefoxbookmarks/CMakeLists.txt" + "../plugins/firefoxbookmarks/firefoxbookmarks.qrc" + "../plugins/hashgenerator/CMakeLists.txt" + "../plugins/hashgenerator/hashgenerator.qrc" + "../plugins/mpris/CMakeLists.txt" + "../plugins/mpris/mpris.qrc" + "../plugins/python/CMakeLists.txt" + "../plugins/python/pybind11/CMakeLists.txt" + "../plugins/python/pybind11/tools/FindPythonLibsNew.cmake" + "../plugins/python/pybind11/tools/pybind11Common.cmake" + "../plugins/python/pybind11/tools/pybind11Tools.cmake" + "../plugins/python/python.qrc" + "../plugins/qmlboxmodel/CMakeLists.txt" + "../plugins/snippets/CMakeLists.txt" + "../plugins/snippets/snippets.qrc" + "../plugins/ssh/CMakeLists.txt" + "../plugins/ssh/ssh.qrc" + "../plugins/system/CMakeLists.txt" + "../plugins/system/system.qrc" + "../plugins/terminal/CMakeLists.txt" + "../plugins/terminal/terminal.qrc" + "../plugins/websearch/CMakeLists.txt" + "../plugins/websearch/websearch.qrc" + "../plugins/widgetboxmodel/CMakeLists.txt" + "../resources.qrc" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5ConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5ModuleLocation.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Charts/Qt5ChartsConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Charts/Qt5ChartsConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Concurrent/Qt5ConcurrentConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Concurrent/Qt5ConcurrentConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5DBus/Qt5DBusConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5DBus/Qt5DBusMacros.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5NetworkConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5Network_QConnmanEnginePlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5Network_QNetworkManagerEnginePlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5QmlConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5QmlConfigExtras.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5QmlConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QDebugMessageServiceFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QLocalClientConnectionFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QQmlDebugServerFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QQmlDebuggerServiceFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QQmlInspectorServiceFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugConnectorFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugServiceFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QQmlPreviewServiceFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QQmlProfilerServiceFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QQuickProfilerAdapterFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml/Qt5Qml_QTcpServerConnectionFactory.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Quick/Qt5QuickConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Quick/Qt5QuickConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Sql/Qt5SqlConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Svg/Qt5SvgConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Svg/Qt5Svg_QSvgIconPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Svg/Qt5Svg_QSvgPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake" + "/usr/share/cmake-3.16/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake-3.16/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.16/Modules/CMakeDependentOption.cmake" + "/usr/share/cmake-3.16/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.16/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.16/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakePackageConfigHelpers.cmake" + "/usr/share/cmake-3.16/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.16/Modules/CheckCXXCompilerFlag.cmake" + "/usr/share/cmake-3.16/Modules/CheckCXXSourceCompiles.cmake" + "/usr/share/cmake-3.16/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.16/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.16/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.16/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.16/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.16/Modules/FindPythonInterp.cmake" + "/usr/share/cmake-3.16/Modules/GNUInstallDirs.cmake" + "/usr/share/cmake-3.16/Modules/Internal/CMakeCheckCompilerFlag.cmake" + "/usr/share/cmake-3.16/Modules/MacroAddFileDependencies.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.16/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake-3.16/Modules/WriteBasicConfigVersionFile.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/albert-bin_autogen.dir/AutogenInfo.json" + "CMakeFiles/albert-bin_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json" + "CMakeFiles/albert-lib_autogen.dir/AutogenInfo.json" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "lib/globalshortcut/CMakeFiles/CMakeDirectoryInformation.cmake" + "lib/xdg/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/widgetboxmodel/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/qmlboxmodel/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/applications/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/calculator/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/chromium/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/files/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/firefoxbookmarks/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/hashgenerator/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/mpris/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/python/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/python/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/snippets/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/ssh/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/system/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/terminal/CMakeFiles/CMakeDirectoryInformation.cmake" + "plugins/websearch/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/albert-bin.dir/DependInfo.cmake" + "CMakeFiles/albert-lib.dir/DependInfo.cmake" + "CMakeFiles/albert-bin_autogen.dir/DependInfo.cmake" + "CMakeFiles/albert-lib_autogen.dir/DependInfo.cmake" + "lib/globalshortcut/CMakeFiles/globalshortcut.dir/DependInfo.cmake" + "lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/DependInfo.cmake" + "lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + "lib/xdg/CMakeFiles/xdg_autogen.dir/DependInfo.cmake" + "plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/DependInfo.cmake" + "plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/DependInfo.cmake" + "plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/DependInfo.cmake" + "plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/DependInfo.cmake" + "plugins/applications/CMakeFiles/applications.dir/DependInfo.cmake" + "plugins/applications/CMakeFiles/applications_autogen.dir/DependInfo.cmake" + "plugins/calculator/CMakeFiles/calculator.dir/DependInfo.cmake" + "plugins/calculator/CMakeFiles/calculator_autogen.dir/DependInfo.cmake" + "plugins/chromium/CMakeFiles/chromium.dir/DependInfo.cmake" + "plugins/chromium/CMakeFiles/chromium_autogen.dir/DependInfo.cmake" + "plugins/files/CMakeFiles/files.dir/DependInfo.cmake" + "plugins/files/CMakeFiles/files_autogen.dir/DependInfo.cmake" + "plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/DependInfo.cmake" + "plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/DependInfo.cmake" + "plugins/hashgenerator/CMakeFiles/hashgenerator.dir/DependInfo.cmake" + "plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/DependInfo.cmake" + "plugins/mpris/CMakeFiles/mpris.dir/DependInfo.cmake" + "plugins/mpris/CMakeFiles/mpris_autogen.dir/DependInfo.cmake" + "plugins/python/CMakeFiles/python.dir/DependInfo.cmake" + "plugins/python/CMakeFiles/python_autogen.dir/DependInfo.cmake" + "plugins/snippets/CMakeFiles/snippets.dir/DependInfo.cmake" + "plugins/snippets/CMakeFiles/snippets_autogen.dir/DependInfo.cmake" + "plugins/ssh/CMakeFiles/ssh.dir/DependInfo.cmake" + "plugins/ssh/CMakeFiles/ssh_autogen.dir/DependInfo.cmake" + "plugins/system/CMakeFiles/system.dir/DependInfo.cmake" + "plugins/system/CMakeFiles/system_autogen.dir/DependInfo.cmake" + "plugins/terminal/CMakeFiles/terminal.dir/DependInfo.cmake" + "plugins/terminal/CMakeFiles/terminal_autogen.dir/DependInfo.cmake" + "plugins/websearch/CMakeFiles/websearch.dir/DependInfo.cmake" + "plugins/websearch/CMakeFiles/websearch_autogen.dir/DependInfo.cmake" + ) diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..c0b2ada --- /dev/null +++ b/build/CMakeFiles/Makefile2 @@ -0,0 +1,1562 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/albert-bin.dir/all +all: CMakeFiles/albert-lib.dir/all +all: lib/globalshortcut/all +all: lib/xdg/all +all: plugins/all + +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: lib/globalshortcut/preinstall +preinstall: lib/xdg/preinstall +preinstall: plugins/preinstall + +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/albert-bin.dir/clean +clean: CMakeFiles/albert-lib.dir/clean +clean: CMakeFiles/albert-bin_autogen.dir/clean +clean: CMakeFiles/albert-lib_autogen.dir/clean +clean: lib/globalshortcut/clean +clean: lib/xdg/clean +clean: plugins/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory lib/globalshortcut + +# Recursive "all" directory target. +lib/globalshortcut/all: lib/globalshortcut/CMakeFiles/globalshortcut.dir/all + +.PHONY : lib/globalshortcut/all + +# Recursive "preinstall" directory target. +lib/globalshortcut/preinstall: + +.PHONY : lib/globalshortcut/preinstall + +# Recursive "clean" directory target. +lib/globalshortcut/clean: lib/globalshortcut/CMakeFiles/globalshortcut.dir/clean +lib/globalshortcut/clean: lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/clean + +.PHONY : lib/globalshortcut/clean + +#============================================================================= +# Directory level rules for directory lib/xdg + +# Recursive "all" directory target. +lib/xdg/all: lib/xdg/CMakeFiles/xdg.dir/all + +.PHONY : lib/xdg/all + +# Recursive "preinstall" directory target. +lib/xdg/preinstall: + +.PHONY : lib/xdg/preinstall + +# Recursive "clean" directory target. +lib/xdg/clean: lib/xdg/CMakeFiles/xdg.dir/clean +lib/xdg/clean: lib/xdg/CMakeFiles/xdg_autogen.dir/clean + +.PHONY : lib/xdg/clean + +#============================================================================= +# Directory level rules for directory plugins + +# Recursive "all" directory target. +plugins/all: plugins/widgetboxmodel/all +plugins/all: plugins/qmlboxmodel/all +plugins/all: plugins/applications/all +plugins/all: plugins/calculator/all +plugins/all: plugins/chromium/all +plugins/all: plugins/files/all +plugins/all: plugins/firefoxbookmarks/all +plugins/all: plugins/hashgenerator/all +plugins/all: plugins/mpris/all +plugins/all: plugins/python/all +plugins/all: plugins/snippets/all +plugins/all: plugins/ssh/all +plugins/all: plugins/system/all +plugins/all: plugins/terminal/all +plugins/all: plugins/websearch/all + +.PHONY : plugins/all + +# Recursive "preinstall" directory target. +plugins/preinstall: plugins/widgetboxmodel/preinstall +plugins/preinstall: plugins/qmlboxmodel/preinstall +plugins/preinstall: plugins/applications/preinstall +plugins/preinstall: plugins/calculator/preinstall +plugins/preinstall: plugins/chromium/preinstall +plugins/preinstall: plugins/files/preinstall +plugins/preinstall: plugins/firefoxbookmarks/preinstall +plugins/preinstall: plugins/hashgenerator/preinstall +plugins/preinstall: plugins/mpris/preinstall +plugins/preinstall: plugins/python/preinstall +plugins/preinstall: plugins/snippets/preinstall +plugins/preinstall: plugins/ssh/preinstall +plugins/preinstall: plugins/system/preinstall +plugins/preinstall: plugins/terminal/preinstall +plugins/preinstall: plugins/websearch/preinstall + +.PHONY : plugins/preinstall + +# Recursive "clean" directory target. +plugins/clean: plugins/widgetboxmodel/clean +plugins/clean: plugins/qmlboxmodel/clean +plugins/clean: plugins/applications/clean +plugins/clean: plugins/calculator/clean +plugins/clean: plugins/chromium/clean +plugins/clean: plugins/files/clean +plugins/clean: plugins/firefoxbookmarks/clean +plugins/clean: plugins/hashgenerator/clean +plugins/clean: plugins/mpris/clean +plugins/clean: plugins/python/clean +plugins/clean: plugins/snippets/clean +plugins/clean: plugins/ssh/clean +plugins/clean: plugins/system/clean +plugins/clean: plugins/terminal/clean +plugins/clean: plugins/websearch/clean + +.PHONY : plugins/clean + +#============================================================================= +# Directory level rules for directory plugins/applications + +# Recursive "all" directory target. +plugins/applications/all: plugins/applications/CMakeFiles/applications.dir/all + +.PHONY : plugins/applications/all + +# Recursive "preinstall" directory target. +plugins/applications/preinstall: + +.PHONY : plugins/applications/preinstall + +# Recursive "clean" directory target. +plugins/applications/clean: plugins/applications/CMakeFiles/applications.dir/clean +plugins/applications/clean: plugins/applications/CMakeFiles/applications_autogen.dir/clean + +.PHONY : plugins/applications/clean + +#============================================================================= +# Directory level rules for directory plugins/calculator + +# Recursive "all" directory target. +plugins/calculator/all: plugins/calculator/CMakeFiles/calculator.dir/all + +.PHONY : plugins/calculator/all + +# Recursive "preinstall" directory target. +plugins/calculator/preinstall: + +.PHONY : plugins/calculator/preinstall + +# Recursive "clean" directory target. +plugins/calculator/clean: plugins/calculator/CMakeFiles/calculator.dir/clean +plugins/calculator/clean: plugins/calculator/CMakeFiles/calculator_autogen.dir/clean + +.PHONY : plugins/calculator/clean + +#============================================================================= +# Directory level rules for directory plugins/chromium + +# Recursive "all" directory target. +plugins/chromium/all: plugins/chromium/CMakeFiles/chromium.dir/all + +.PHONY : plugins/chromium/all + +# Recursive "preinstall" directory target. +plugins/chromium/preinstall: + +.PHONY : plugins/chromium/preinstall + +# Recursive "clean" directory target. +plugins/chromium/clean: plugins/chromium/CMakeFiles/chromium.dir/clean +plugins/chromium/clean: plugins/chromium/CMakeFiles/chromium_autogen.dir/clean + +.PHONY : plugins/chromium/clean + +#============================================================================= +# Directory level rules for directory plugins/files + +# Recursive "all" directory target. +plugins/files/all: plugins/files/CMakeFiles/files.dir/all + +.PHONY : plugins/files/all + +# Recursive "preinstall" directory target. +plugins/files/preinstall: + +.PHONY : plugins/files/preinstall + +# Recursive "clean" directory target. +plugins/files/clean: plugins/files/CMakeFiles/files.dir/clean +plugins/files/clean: plugins/files/CMakeFiles/files_autogen.dir/clean + +.PHONY : plugins/files/clean + +#============================================================================= +# Directory level rules for directory plugins/firefoxbookmarks + +# Recursive "all" directory target. +plugins/firefoxbookmarks/all: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/all + +.PHONY : plugins/firefoxbookmarks/all + +# Recursive "preinstall" directory target. +plugins/firefoxbookmarks/preinstall: + +.PHONY : plugins/firefoxbookmarks/preinstall + +# Recursive "clean" directory target. +plugins/firefoxbookmarks/clean: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/clean +plugins/firefoxbookmarks/clean: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/clean + +.PHONY : plugins/firefoxbookmarks/clean + +#============================================================================= +# Directory level rules for directory plugins/hashgenerator + +# Recursive "all" directory target. +plugins/hashgenerator/all: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/all + +.PHONY : plugins/hashgenerator/all + +# Recursive "preinstall" directory target. +plugins/hashgenerator/preinstall: + +.PHONY : plugins/hashgenerator/preinstall + +# Recursive "clean" directory target. +plugins/hashgenerator/clean: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/clean +plugins/hashgenerator/clean: plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/clean + +.PHONY : plugins/hashgenerator/clean + +#============================================================================= +# Directory level rules for directory plugins/mpris + +# Recursive "all" directory target. +plugins/mpris/all: plugins/mpris/CMakeFiles/mpris.dir/all + +.PHONY : plugins/mpris/all + +# Recursive "preinstall" directory target. +plugins/mpris/preinstall: + +.PHONY : plugins/mpris/preinstall + +# Recursive "clean" directory target. +plugins/mpris/clean: plugins/mpris/CMakeFiles/mpris.dir/clean +plugins/mpris/clean: plugins/mpris/CMakeFiles/mpris_autogen.dir/clean + +.PHONY : plugins/mpris/clean + +#============================================================================= +# Directory level rules for directory plugins/python + +# Recursive "all" directory target. +plugins/python/all: plugins/python/CMakeFiles/python.dir/all +plugins/python/all: plugins/python/pybind11/all + +.PHONY : plugins/python/all + +# Recursive "preinstall" directory target. +plugins/python/preinstall: plugins/python/pybind11/preinstall + +.PHONY : plugins/python/preinstall + +# Recursive "clean" directory target. +plugins/python/clean: plugins/python/CMakeFiles/python.dir/clean +plugins/python/clean: plugins/python/CMakeFiles/python_autogen.dir/clean +plugins/python/clean: plugins/python/pybind11/clean + +.PHONY : plugins/python/clean + +#============================================================================= +# Directory level rules for directory plugins/python/pybind11 + +# Recursive "all" directory target. +plugins/python/pybind11/all: + +.PHONY : plugins/python/pybind11/all + +# Recursive "preinstall" directory target. +plugins/python/pybind11/preinstall: + +.PHONY : plugins/python/pybind11/preinstall + +# Recursive "clean" directory target. +plugins/python/pybind11/clean: + +.PHONY : plugins/python/pybind11/clean + +#============================================================================= +# Directory level rules for directory plugins/qmlboxmodel + +# Recursive "all" directory target. +plugins/qmlboxmodel/all: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/all + +.PHONY : plugins/qmlboxmodel/all + +# Recursive "preinstall" directory target. +plugins/qmlboxmodel/preinstall: + +.PHONY : plugins/qmlboxmodel/preinstall + +# Recursive "clean" directory target. +plugins/qmlboxmodel/clean: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/clean +plugins/qmlboxmodel/clean: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/clean + +.PHONY : plugins/qmlboxmodel/clean + +#============================================================================= +# Directory level rules for directory plugins/snippets + +# Recursive "all" directory target. +plugins/snippets/all: plugins/snippets/CMakeFiles/snippets.dir/all + +.PHONY : plugins/snippets/all + +# Recursive "preinstall" directory target. +plugins/snippets/preinstall: + +.PHONY : plugins/snippets/preinstall + +# Recursive "clean" directory target. +plugins/snippets/clean: plugins/snippets/CMakeFiles/snippets.dir/clean +plugins/snippets/clean: plugins/snippets/CMakeFiles/snippets_autogen.dir/clean + +.PHONY : plugins/snippets/clean + +#============================================================================= +# Directory level rules for directory plugins/ssh + +# Recursive "all" directory target. +plugins/ssh/all: plugins/ssh/CMakeFiles/ssh.dir/all + +.PHONY : plugins/ssh/all + +# Recursive "preinstall" directory target. +plugins/ssh/preinstall: + +.PHONY : plugins/ssh/preinstall + +# Recursive "clean" directory target. +plugins/ssh/clean: plugins/ssh/CMakeFiles/ssh.dir/clean +plugins/ssh/clean: plugins/ssh/CMakeFiles/ssh_autogen.dir/clean + +.PHONY : plugins/ssh/clean + +#============================================================================= +# Directory level rules for directory plugins/system + +# Recursive "all" directory target. +plugins/system/all: plugins/system/CMakeFiles/system.dir/all + +.PHONY : plugins/system/all + +# Recursive "preinstall" directory target. +plugins/system/preinstall: + +.PHONY : plugins/system/preinstall + +# Recursive "clean" directory target. +plugins/system/clean: plugins/system/CMakeFiles/system.dir/clean +plugins/system/clean: plugins/system/CMakeFiles/system_autogen.dir/clean + +.PHONY : plugins/system/clean + +#============================================================================= +# Directory level rules for directory plugins/terminal + +# Recursive "all" directory target. +plugins/terminal/all: plugins/terminal/CMakeFiles/terminal.dir/all + +.PHONY : plugins/terminal/all + +# Recursive "preinstall" directory target. +plugins/terminal/preinstall: + +.PHONY : plugins/terminal/preinstall + +# Recursive "clean" directory target. +plugins/terminal/clean: plugins/terminal/CMakeFiles/terminal.dir/clean +plugins/terminal/clean: plugins/terminal/CMakeFiles/terminal_autogen.dir/clean + +.PHONY : plugins/terminal/clean + +#============================================================================= +# Directory level rules for directory plugins/websearch + +# Recursive "all" directory target. +plugins/websearch/all: plugins/websearch/CMakeFiles/websearch.dir/all + +.PHONY : plugins/websearch/all + +# Recursive "preinstall" directory target. +plugins/websearch/preinstall: + +.PHONY : plugins/websearch/preinstall + +# Recursive "clean" directory target. +plugins/websearch/clean: plugins/websearch/CMakeFiles/websearch.dir/clean +plugins/websearch/clean: plugins/websearch/CMakeFiles/websearch_autogen.dir/clean + +.PHONY : plugins/websearch/clean + +#============================================================================= +# Directory level rules for directory plugins/widgetboxmodel + +# Recursive "all" directory target. +plugins/widgetboxmodel/all: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/all + +.PHONY : plugins/widgetboxmodel/all + +# Recursive "preinstall" directory target. +plugins/widgetboxmodel/preinstall: + +.PHONY : plugins/widgetboxmodel/preinstall + +# Recursive "clean" directory target. +plugins/widgetboxmodel/clean: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/clean +plugins/widgetboxmodel/clean: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/clean + +.PHONY : plugins/widgetboxmodel/clean + +#============================================================================= +# Target rules for target CMakeFiles/albert-bin.dir + +# All Build rule for target. +CMakeFiles/albert-bin.dir/all: CMakeFiles/albert-lib.dir/all +CMakeFiles/albert-bin.dir/all: lib/globalshortcut/CMakeFiles/globalshortcut.dir/all +CMakeFiles/albert-bin.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +CMakeFiles/albert-bin.dir/all: CMakeFiles/albert-bin_autogen.dir/all + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/depend + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10 "Built target albert-bin" +.PHONY : CMakeFiles/albert-bin.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/albert-bin.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 25 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/albert-bin.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : CMakeFiles/albert-bin.dir/rule + +# Convenience name for target. +albert-bin: CMakeFiles/albert-bin.dir/rule + +.PHONY : albert-bin + +# clean rule for target. +CMakeFiles/albert-bin.dir/clean: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/clean +.PHONY : CMakeFiles/albert-bin.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/albert-lib.dir + +# All Build rule for target. +CMakeFiles/albert-lib.dir/all: CMakeFiles/albert-lib_autogen.dir/all + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/depend + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=12,13,14,15,16,17,18 "Built target albert-lib" +.PHONY : CMakeFiles/albert-lib.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/albert-lib.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 7 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/albert-lib.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : CMakeFiles/albert-lib.dir/rule + +# Convenience name for target. +albert-lib: CMakeFiles/albert-lib.dir/rule + +.PHONY : albert-lib + +# clean rule for target. +CMakeFiles/albert-lib.dir/clean: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/clean +.PHONY : CMakeFiles/albert-lib.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/albert-bin_autogen.dir + +# All Build rule for target. +CMakeFiles/albert-bin_autogen.dir/all: CMakeFiles/albert-lib.dir/all +CMakeFiles/albert-bin_autogen.dir/all: lib/globalshortcut/CMakeFiles/globalshortcut.dir/all +CMakeFiles/albert-bin_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f CMakeFiles/albert-bin_autogen.dir/build.make CMakeFiles/albert-bin_autogen.dir/depend + $(MAKE) -f CMakeFiles/albert-bin_autogen.dir/build.make CMakeFiles/albert-bin_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=11 "Built target albert-bin_autogen" +.PHONY : CMakeFiles/albert-bin_autogen.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/albert-bin_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 15 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/albert-bin_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : CMakeFiles/albert-bin_autogen.dir/rule + +# Convenience name for target. +albert-bin_autogen: CMakeFiles/albert-bin_autogen.dir/rule + +.PHONY : albert-bin_autogen + +# clean rule for target. +CMakeFiles/albert-bin_autogen.dir/clean: + $(MAKE) -f CMakeFiles/albert-bin_autogen.dir/build.make CMakeFiles/albert-bin_autogen.dir/clean +.PHONY : CMakeFiles/albert-bin_autogen.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/albert-lib_autogen.dir + +# All Build rule for target. +CMakeFiles/albert-lib_autogen.dir/all: + $(MAKE) -f CMakeFiles/albert-lib_autogen.dir/build.make CMakeFiles/albert-lib_autogen.dir/depend + $(MAKE) -f CMakeFiles/albert-lib_autogen.dir/build.make CMakeFiles/albert-lib_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target albert-lib_autogen" +.PHONY : CMakeFiles/albert-lib_autogen.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/albert-lib_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/albert-lib_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : CMakeFiles/albert-lib_autogen.dir/rule + +# Convenience name for target. +albert-lib_autogen: CMakeFiles/albert-lib_autogen.dir/rule + +.PHONY : albert-lib_autogen + +# clean rule for target. +CMakeFiles/albert-lib_autogen.dir/clean: + $(MAKE) -f CMakeFiles/albert-lib_autogen.dir/build.make CMakeFiles/albert-lib_autogen.dir/clean +.PHONY : CMakeFiles/albert-lib_autogen.dir/clean + +#============================================================================= +# Target rules for target lib/globalshortcut/CMakeFiles/globalshortcut.dir + +# All Build rule for target. +lib/globalshortcut/CMakeFiles/globalshortcut.dir/all: lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/all + $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/depend + $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=44,45,46 "Built target globalshortcut" +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut.dir/all + +# Build rule for subdir invocation for target. +lib/globalshortcut/CMakeFiles/globalshortcut.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 3 + $(MAKE) -f CMakeFiles/Makefile2 lib/globalshortcut/CMakeFiles/globalshortcut.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut.dir/rule + +# Convenience name for target. +globalshortcut: lib/globalshortcut/CMakeFiles/globalshortcut.dir/rule + +.PHONY : globalshortcut + +# clean rule for target. +lib/globalshortcut/CMakeFiles/globalshortcut.dir/clean: + $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/clean +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut.dir/clean + +#============================================================================= +# Target rules for target lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir + +# All Build rule for target. +lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/all: + $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/depend + $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target globalshortcut_autogen" +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/all + +# Build rule for subdir invocation for target. +lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 + $(MAKE) -f CMakeFiles/Makefile2 lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/rule + +# Convenience name for target. +globalshortcut_autogen: lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/rule + +.PHONY : globalshortcut_autogen + +# clean rule for target. +lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/clean: + $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/clean +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/clean + +#============================================================================= +# Target rules for target lib/xdg/CMakeFiles/xdg.dir + +# All Build rule for target. +lib/xdg/CMakeFiles/xdg.dir/all: lib/xdg/CMakeFiles/xdg_autogen.dir/all + $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/depend + $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=97,98,99 "Built target xdg" +.PHONY : lib/xdg/CMakeFiles/xdg.dir/all + +# Build rule for subdir invocation for target. +lib/xdg/CMakeFiles/xdg.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 4 + $(MAKE) -f CMakeFiles/Makefile2 lib/xdg/CMakeFiles/xdg.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : lib/xdg/CMakeFiles/xdg.dir/rule + +# Convenience name for target. +xdg: lib/xdg/CMakeFiles/xdg.dir/rule + +.PHONY : xdg + +# clean rule for target. +lib/xdg/CMakeFiles/xdg.dir/clean: + $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/clean +.PHONY : lib/xdg/CMakeFiles/xdg.dir/clean + +#============================================================================= +# Target rules for target lib/xdg/CMakeFiles/xdg_autogen.dir + +# All Build rule for target. +lib/xdg/CMakeFiles/xdg_autogen.dir/all: + $(MAKE) -f lib/xdg/CMakeFiles/xdg_autogen.dir/build.make lib/xdg/CMakeFiles/xdg_autogen.dir/depend + $(MAKE) -f lib/xdg/CMakeFiles/xdg_autogen.dir/build.make lib/xdg/CMakeFiles/xdg_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=100 "Built target xdg_autogen" +.PHONY : lib/xdg/CMakeFiles/xdg_autogen.dir/all + +# Build rule for subdir invocation for target. +lib/xdg/CMakeFiles/xdg_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 lib/xdg/CMakeFiles/xdg_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : lib/xdg/CMakeFiles/xdg_autogen.dir/rule + +# Convenience name for target. +xdg_autogen: lib/xdg/CMakeFiles/xdg_autogen.dir/rule + +.PHONY : xdg_autogen + +# clean rule for target. +lib/xdg/CMakeFiles/xdg_autogen.dir/clean: + $(MAKE) -f lib/xdg/CMakeFiles/xdg_autogen.dir/build.make lib/xdg/CMakeFiles/xdg_autogen.dir/clean +.PHONY : lib/xdg/CMakeFiles/xdg_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir + +# All Build rule for target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/all: CMakeFiles/albert-lib.dir/all +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/all: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/all + $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/depend + $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=91,92,93,94,95,96 "Built target widgetboxmodel" +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/all + +# Build rule for subdir invocation for target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 13 + $(MAKE) -f CMakeFiles/Makefile2 plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/rule + +# Convenience name for target. +widgetboxmodel: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/rule + +.PHONY : widgetboxmodel + +# clean rule for target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/clean: + $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/clean +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/clean + +#============================================================================= +# Target rules for target plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir + +# All Build rule for target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/all: CMakeFiles/albert-lib.dir/all + $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/depend + $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target widgetboxmodel_autogen" +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 7 + $(MAKE) -f CMakeFiles/Makefile2 plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/rule + +# Convenience name for target. +widgetboxmodel_autogen: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/rule + +.PHONY : widgetboxmodel_autogen + +# clean rule for target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/clean: + $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/clean +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir + +# All Build rule for target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/all: CMakeFiles/albert-lib.dir/all +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/all: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/all + $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/depend + $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=63,64,65,66 "Built target qmlboxmodel" +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/all + +# Build rule for subdir invocation for target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/rule + +# Convenience name for target. +qmlboxmodel: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/rule + +.PHONY : qmlboxmodel + +# clean rule for target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/clean: + $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/clean +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/clean + +#============================================================================= +# Target rules for target plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir + +# All Build rule for target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/all: CMakeFiles/albert-lib.dir/all + $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/depend + $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=67 "Built target qmlboxmodel_autogen" +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 8 + $(MAKE) -f CMakeFiles/Makefile2 plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/rule + +# Convenience name for target. +qmlboxmodel_autogen: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/rule + +.PHONY : qmlboxmodel_autogen + +# clean rule for target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/clean: + $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/clean +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/applications/CMakeFiles/applications.dir + +# All Build rule for target. +plugins/applications/CMakeFiles/applications.dir/all: CMakeFiles/albert-lib.dir/all +plugins/applications/CMakeFiles/applications.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/applications/CMakeFiles/applications.dir/all: plugins/applications/CMakeFiles/applications_autogen.dir/all + $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/depend + $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=19,20,21,22 "Built target applications" +.PHONY : plugins/applications/CMakeFiles/applications.dir/all + +# Build rule for subdir invocation for target. +plugins/applications/CMakeFiles/applications.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 16 + $(MAKE) -f CMakeFiles/Makefile2 plugins/applications/CMakeFiles/applications.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/applications/CMakeFiles/applications.dir/rule + +# Convenience name for target. +applications: plugins/applications/CMakeFiles/applications.dir/rule + +.PHONY : applications + +# clean rule for target. +plugins/applications/CMakeFiles/applications.dir/clean: + $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/clean +.PHONY : plugins/applications/CMakeFiles/applications.dir/clean + +#============================================================================= +# Target rules for target plugins/applications/CMakeFiles/applications_autogen.dir + +# All Build rule for target. +plugins/applications/CMakeFiles/applications_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/applications/CMakeFiles/applications_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/applications/CMakeFiles/applications_autogen.dir/build.make plugins/applications/CMakeFiles/applications_autogen.dir/depend + $(MAKE) -f plugins/applications/CMakeFiles/applications_autogen.dir/build.make plugins/applications/CMakeFiles/applications_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=23 "Built target applications_autogen" +.PHONY : plugins/applications/CMakeFiles/applications_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/applications/CMakeFiles/applications_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 plugins/applications/CMakeFiles/applications_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/applications/CMakeFiles/applications_autogen.dir/rule + +# Convenience name for target. +applications_autogen: plugins/applications/CMakeFiles/applications_autogen.dir/rule + +.PHONY : applications_autogen + +# clean rule for target. +plugins/applications/CMakeFiles/applications_autogen.dir/clean: + $(MAKE) -f plugins/applications/CMakeFiles/applications_autogen.dir/build.make plugins/applications/CMakeFiles/applications_autogen.dir/clean +.PHONY : plugins/applications/CMakeFiles/applications_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/calculator/CMakeFiles/calculator.dir + +# All Build rule for target. +plugins/calculator/CMakeFiles/calculator.dir/all: CMakeFiles/albert-lib.dir/all +plugins/calculator/CMakeFiles/calculator.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/calculator/CMakeFiles/calculator.dir/all: plugins/calculator/CMakeFiles/calculator_autogen.dir/all + $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/depend + $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=24,25,26,27 "Built target calculator" +.PHONY : plugins/calculator/CMakeFiles/calculator.dir/all + +# Build rule for subdir invocation for target. +plugins/calculator/CMakeFiles/calculator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 15 + $(MAKE) -f CMakeFiles/Makefile2 plugins/calculator/CMakeFiles/calculator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/calculator/CMakeFiles/calculator.dir/rule + +# Convenience name for target. +calculator: plugins/calculator/CMakeFiles/calculator.dir/rule + +.PHONY : calculator + +# clean rule for target. +plugins/calculator/CMakeFiles/calculator.dir/clean: + $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/clean +.PHONY : plugins/calculator/CMakeFiles/calculator.dir/clean + +#============================================================================= +# Target rules for target plugins/calculator/CMakeFiles/calculator_autogen.dir + +# All Build rule for target. +plugins/calculator/CMakeFiles/calculator_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/calculator/CMakeFiles/calculator_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make plugins/calculator/CMakeFiles/calculator_autogen.dir/depend + $(MAKE) -f plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make plugins/calculator/CMakeFiles/calculator_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target calculator_autogen" +.PHONY : plugins/calculator/CMakeFiles/calculator_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/calculator/CMakeFiles/calculator_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 11 + $(MAKE) -f CMakeFiles/Makefile2 plugins/calculator/CMakeFiles/calculator_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/calculator/CMakeFiles/calculator_autogen.dir/rule + +# Convenience name for target. +calculator_autogen: plugins/calculator/CMakeFiles/calculator_autogen.dir/rule + +.PHONY : calculator_autogen + +# clean rule for target. +plugins/calculator/CMakeFiles/calculator_autogen.dir/clean: + $(MAKE) -f plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make plugins/calculator/CMakeFiles/calculator_autogen.dir/clean +.PHONY : plugins/calculator/CMakeFiles/calculator_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/chromium/CMakeFiles/chromium.dir + +# All Build rule for target. +plugins/chromium/CMakeFiles/chromium.dir/all: CMakeFiles/albert-lib.dir/all +plugins/chromium/CMakeFiles/chromium.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/chromium/CMakeFiles/chromium.dir/all: plugins/chromium/CMakeFiles/chromium_autogen.dir/all + $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/depend + $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=28,29,30,31 "Built target chromium" +.PHONY : plugins/chromium/CMakeFiles/chromium.dir/all + +# Build rule for subdir invocation for target. +plugins/chromium/CMakeFiles/chromium.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 15 + $(MAKE) -f CMakeFiles/Makefile2 plugins/chromium/CMakeFiles/chromium.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/chromium/CMakeFiles/chromium.dir/rule + +# Convenience name for target. +chromium: plugins/chromium/CMakeFiles/chromium.dir/rule + +.PHONY : chromium + +# clean rule for target. +plugins/chromium/CMakeFiles/chromium.dir/clean: + $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/clean +.PHONY : plugins/chromium/CMakeFiles/chromium.dir/clean + +#============================================================================= +# Target rules for target plugins/chromium/CMakeFiles/chromium_autogen.dir + +# All Build rule for target. +plugins/chromium/CMakeFiles/chromium_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/chromium/CMakeFiles/chromium_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make plugins/chromium/CMakeFiles/chromium_autogen.dir/depend + $(MAKE) -f plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make plugins/chromium/CMakeFiles/chromium_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target chromium_autogen" +.PHONY : plugins/chromium/CMakeFiles/chromium_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/chromium/CMakeFiles/chromium_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 11 + $(MAKE) -f CMakeFiles/Makefile2 plugins/chromium/CMakeFiles/chromium_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/chromium/CMakeFiles/chromium_autogen.dir/rule + +# Convenience name for target. +chromium_autogen: plugins/chromium/CMakeFiles/chromium_autogen.dir/rule + +.PHONY : chromium_autogen + +# clean rule for target. +plugins/chromium/CMakeFiles/chromium_autogen.dir/clean: + $(MAKE) -f plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make plugins/chromium/CMakeFiles/chromium_autogen.dir/clean +.PHONY : plugins/chromium/CMakeFiles/chromium_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/files/CMakeFiles/files.dir + +# All Build rule for target. +plugins/files/CMakeFiles/files.dir/all: CMakeFiles/albert-lib.dir/all +plugins/files/CMakeFiles/files.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/files/CMakeFiles/files.dir/all: plugins/files/CMakeFiles/files_autogen.dir/all + $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/depend + $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=32,33,34,35,36,37,38 "Built target files" +.PHONY : plugins/files/CMakeFiles/files.dir/all + +# Build rule for subdir invocation for target. +plugins/files/CMakeFiles/files.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 19 + $(MAKE) -f CMakeFiles/Makefile2 plugins/files/CMakeFiles/files.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/files/CMakeFiles/files.dir/rule + +# Convenience name for target. +files: plugins/files/CMakeFiles/files.dir/rule + +.PHONY : files + +# clean rule for target. +plugins/files/CMakeFiles/files.dir/clean: + $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/clean +.PHONY : plugins/files/CMakeFiles/files.dir/clean + +#============================================================================= +# Target rules for target plugins/files/CMakeFiles/files_autogen.dir + +# All Build rule for target. +plugins/files/CMakeFiles/files_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/files/CMakeFiles/files_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/files/CMakeFiles/files_autogen.dir/build.make plugins/files/CMakeFiles/files_autogen.dir/depend + $(MAKE) -f plugins/files/CMakeFiles/files_autogen.dir/build.make plugins/files/CMakeFiles/files_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=39 "Built target files_autogen" +.PHONY : plugins/files/CMakeFiles/files_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/files/CMakeFiles/files_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 plugins/files/CMakeFiles/files_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/files/CMakeFiles/files_autogen.dir/rule + +# Convenience name for target. +files_autogen: plugins/files/CMakeFiles/files_autogen.dir/rule + +.PHONY : files_autogen + +# clean rule for target. +plugins/files/CMakeFiles/files_autogen.dir/clean: + $(MAKE) -f plugins/files/CMakeFiles/files_autogen.dir/build.make plugins/files/CMakeFiles/files_autogen.dir/clean +.PHONY : plugins/files/CMakeFiles/files_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir + +# All Build rule for target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/all: CMakeFiles/albert-lib.dir/all +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/all: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/all + $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/depend + $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=40,41,42,43 "Built target firefoxbookmarks" +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/all + +# Build rule for subdir invocation for target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 15 + $(MAKE) -f CMakeFiles/Makefile2 plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/rule + +# Convenience name for target. +firefoxbookmarks: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/rule + +.PHONY : firefoxbookmarks + +# clean rule for target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/clean: + $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/clean +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/clean + +#============================================================================= +# Target rules for target plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir + +# All Build rule for target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/depend + $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target firefoxbookmarks_autogen" +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 11 + $(MAKE) -f CMakeFiles/Makefile2 plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/rule + +# Convenience name for target. +firefoxbookmarks_autogen: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/rule + +.PHONY : firefoxbookmarks_autogen + +# clean rule for target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/clean: + $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/clean +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/hashgenerator/CMakeFiles/hashgenerator.dir + +# All Build rule for target. +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/all: CMakeFiles/albert-lib.dir/all +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/all: plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/all + $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/depend + $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=47,48,49,50 "Built target hashgenerator" +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator.dir/all + +# Build rule for subdir invocation for target. +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 plugins/hashgenerator/CMakeFiles/hashgenerator.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator.dir/rule + +# Convenience name for target. +hashgenerator: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/rule + +.PHONY : hashgenerator + +# clean rule for target. +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/clean: + $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/clean +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator.dir/clean + +#============================================================================= +# Target rules for target plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir + +# All Build rule for target. +plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/all: CMakeFiles/albert-lib.dir/all + $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/depend + $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=51 "Built target hashgenerator_autogen" +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 8 + $(MAKE) -f CMakeFiles/Makefile2 plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/rule + +# Convenience name for target. +hashgenerator_autogen: plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/rule + +.PHONY : hashgenerator_autogen + +# clean rule for target. +plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/clean: + $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/clean +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/mpris/CMakeFiles/mpris.dir + +# All Build rule for target. +plugins/mpris/CMakeFiles/mpris.dir/all: CMakeFiles/albert-lib.dir/all +plugins/mpris/CMakeFiles/mpris.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/mpris/CMakeFiles/mpris.dir/all: plugins/mpris/CMakeFiles/mpris_autogen.dir/all + $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/depend + $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=52,53,54,55,56 "Built target mpris" +.PHONY : plugins/mpris/CMakeFiles/mpris.dir/all + +# Build rule for subdir invocation for target. +plugins/mpris/CMakeFiles/mpris.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 16 + $(MAKE) -f CMakeFiles/Makefile2 plugins/mpris/CMakeFiles/mpris.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/mpris/CMakeFiles/mpris.dir/rule + +# Convenience name for target. +mpris: plugins/mpris/CMakeFiles/mpris.dir/rule + +.PHONY : mpris + +# clean rule for target. +plugins/mpris/CMakeFiles/mpris.dir/clean: + $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/clean +.PHONY : plugins/mpris/CMakeFiles/mpris.dir/clean + +#============================================================================= +# Target rules for target plugins/mpris/CMakeFiles/mpris_autogen.dir + +# All Build rule for target. +plugins/mpris/CMakeFiles/mpris_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/mpris/CMakeFiles/mpris_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make plugins/mpris/CMakeFiles/mpris_autogen.dir/depend + $(MAKE) -f plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make plugins/mpris/CMakeFiles/mpris_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target mpris_autogen" +.PHONY : plugins/mpris/CMakeFiles/mpris_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/mpris/CMakeFiles/mpris_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 11 + $(MAKE) -f CMakeFiles/Makefile2 plugins/mpris/CMakeFiles/mpris_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/mpris/CMakeFiles/mpris_autogen.dir/rule + +# Convenience name for target. +mpris_autogen: plugins/mpris/CMakeFiles/mpris_autogen.dir/rule + +.PHONY : mpris_autogen + +# clean rule for target. +plugins/mpris/CMakeFiles/mpris_autogen.dir/clean: + $(MAKE) -f plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make plugins/mpris/CMakeFiles/mpris_autogen.dir/clean +.PHONY : plugins/mpris/CMakeFiles/mpris_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/python/CMakeFiles/python.dir + +# All Build rule for target. +plugins/python/CMakeFiles/python.dir/all: CMakeFiles/albert-lib.dir/all +plugins/python/CMakeFiles/python.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/python/CMakeFiles/python.dir/all: plugins/python/CMakeFiles/python_autogen.dir/all + $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/depend + $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=57,58,59,60,61,62 "Built target python" +.PHONY : plugins/python/CMakeFiles/python.dir/all + +# Build rule for subdir invocation for target. +plugins/python/CMakeFiles/python.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 17 + $(MAKE) -f CMakeFiles/Makefile2 plugins/python/CMakeFiles/python.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/python/CMakeFiles/python.dir/rule + +# Convenience name for target. +python: plugins/python/CMakeFiles/python.dir/rule + +.PHONY : python + +# clean rule for target. +plugins/python/CMakeFiles/python.dir/clean: + $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/clean +.PHONY : plugins/python/CMakeFiles/python.dir/clean + +#============================================================================= +# Target rules for target plugins/python/CMakeFiles/python_autogen.dir + +# All Build rule for target. +plugins/python/CMakeFiles/python_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/python/CMakeFiles/python_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/python/CMakeFiles/python_autogen.dir/build.make plugins/python/CMakeFiles/python_autogen.dir/depend + $(MAKE) -f plugins/python/CMakeFiles/python_autogen.dir/build.make plugins/python/CMakeFiles/python_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target python_autogen" +.PHONY : plugins/python/CMakeFiles/python_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/python/CMakeFiles/python_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 11 + $(MAKE) -f CMakeFiles/Makefile2 plugins/python/CMakeFiles/python_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/python/CMakeFiles/python_autogen.dir/rule + +# Convenience name for target. +python_autogen: plugins/python/CMakeFiles/python_autogen.dir/rule + +.PHONY : python_autogen + +# clean rule for target. +plugins/python/CMakeFiles/python_autogen.dir/clean: + $(MAKE) -f plugins/python/CMakeFiles/python_autogen.dir/build.make plugins/python/CMakeFiles/python_autogen.dir/clean +.PHONY : plugins/python/CMakeFiles/python_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/snippets/CMakeFiles/snippets.dir + +# All Build rule for target. +plugins/snippets/CMakeFiles/snippets.dir/all: CMakeFiles/albert-lib.dir/all +plugins/snippets/CMakeFiles/snippets.dir/all: plugins/snippets/CMakeFiles/snippets_autogen.dir/all + $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/depend + $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=68,69,70,71 "Built target snippets" +.PHONY : plugins/snippets/CMakeFiles/snippets.dir/all + +# Build rule for subdir invocation for target. +plugins/snippets/CMakeFiles/snippets.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 plugins/snippets/CMakeFiles/snippets.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/snippets/CMakeFiles/snippets.dir/rule + +# Convenience name for target. +snippets: plugins/snippets/CMakeFiles/snippets.dir/rule + +.PHONY : snippets + +# clean rule for target. +plugins/snippets/CMakeFiles/snippets.dir/clean: + $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/clean +.PHONY : plugins/snippets/CMakeFiles/snippets.dir/clean + +#============================================================================= +# Target rules for target plugins/snippets/CMakeFiles/snippets_autogen.dir + +# All Build rule for target. +plugins/snippets/CMakeFiles/snippets_autogen.dir/all: CMakeFiles/albert-lib.dir/all + $(MAKE) -f plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make plugins/snippets/CMakeFiles/snippets_autogen.dir/depend + $(MAKE) -f plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make plugins/snippets/CMakeFiles/snippets_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=72 "Built target snippets_autogen" +.PHONY : plugins/snippets/CMakeFiles/snippets_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/snippets/CMakeFiles/snippets_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 8 + $(MAKE) -f CMakeFiles/Makefile2 plugins/snippets/CMakeFiles/snippets_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/snippets/CMakeFiles/snippets_autogen.dir/rule + +# Convenience name for target. +snippets_autogen: plugins/snippets/CMakeFiles/snippets_autogen.dir/rule + +.PHONY : snippets_autogen + +# clean rule for target. +plugins/snippets/CMakeFiles/snippets_autogen.dir/clean: + $(MAKE) -f plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make plugins/snippets/CMakeFiles/snippets_autogen.dir/clean +.PHONY : plugins/snippets/CMakeFiles/snippets_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/ssh/CMakeFiles/ssh.dir + +# All Build rule for target. +plugins/ssh/CMakeFiles/ssh.dir/all: CMakeFiles/albert-lib.dir/all +plugins/ssh/CMakeFiles/ssh.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/ssh/CMakeFiles/ssh.dir/all: plugins/ssh/CMakeFiles/ssh_autogen.dir/all + $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/depend + $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=73,74,75 "Built target ssh" +.PHONY : plugins/ssh/CMakeFiles/ssh.dir/all + +# Build rule for subdir invocation for target. +plugins/ssh/CMakeFiles/ssh.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 15 + $(MAKE) -f CMakeFiles/Makefile2 plugins/ssh/CMakeFiles/ssh.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/ssh/CMakeFiles/ssh.dir/rule + +# Convenience name for target. +ssh: plugins/ssh/CMakeFiles/ssh.dir/rule + +.PHONY : ssh + +# clean rule for target. +plugins/ssh/CMakeFiles/ssh.dir/clean: + $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/clean +.PHONY : plugins/ssh/CMakeFiles/ssh.dir/clean + +#============================================================================= +# Target rules for target plugins/ssh/CMakeFiles/ssh_autogen.dir + +# All Build rule for target. +plugins/ssh/CMakeFiles/ssh_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/ssh/CMakeFiles/ssh_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make plugins/ssh/CMakeFiles/ssh_autogen.dir/depend + $(MAKE) -f plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make plugins/ssh/CMakeFiles/ssh_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=76 "Built target ssh_autogen" +.PHONY : plugins/ssh/CMakeFiles/ssh_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/ssh/CMakeFiles/ssh_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 plugins/ssh/CMakeFiles/ssh_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/ssh/CMakeFiles/ssh_autogen.dir/rule + +# Convenience name for target. +ssh_autogen: plugins/ssh/CMakeFiles/ssh_autogen.dir/rule + +.PHONY : ssh_autogen + +# clean rule for target. +plugins/ssh/CMakeFiles/ssh_autogen.dir/clean: + $(MAKE) -f plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make plugins/ssh/CMakeFiles/ssh_autogen.dir/clean +.PHONY : plugins/ssh/CMakeFiles/ssh_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/system/CMakeFiles/system.dir + +# All Build rule for target. +plugins/system/CMakeFiles/system.dir/all: CMakeFiles/albert-lib.dir/all +plugins/system/CMakeFiles/system.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/system/CMakeFiles/system.dir/all: plugins/system/CMakeFiles/system_autogen.dir/all + $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/depend + $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=77,78,79,80 "Built target system" +.PHONY : plugins/system/CMakeFiles/system.dir/all + +# Build rule for subdir invocation for target. +plugins/system/CMakeFiles/system.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 16 + $(MAKE) -f CMakeFiles/Makefile2 plugins/system/CMakeFiles/system.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/system/CMakeFiles/system.dir/rule + +# Convenience name for target. +system: plugins/system/CMakeFiles/system.dir/rule + +.PHONY : system + +# clean rule for target. +plugins/system/CMakeFiles/system.dir/clean: + $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/clean +.PHONY : plugins/system/CMakeFiles/system.dir/clean + +#============================================================================= +# Target rules for target plugins/system/CMakeFiles/system_autogen.dir + +# All Build rule for target. +plugins/system/CMakeFiles/system_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/system/CMakeFiles/system_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/system/CMakeFiles/system_autogen.dir/build.make plugins/system/CMakeFiles/system_autogen.dir/depend + $(MAKE) -f plugins/system/CMakeFiles/system_autogen.dir/build.make plugins/system/CMakeFiles/system_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=81 "Built target system_autogen" +.PHONY : plugins/system/CMakeFiles/system_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/system/CMakeFiles/system_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 plugins/system/CMakeFiles/system_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/system/CMakeFiles/system_autogen.dir/rule + +# Convenience name for target. +system_autogen: plugins/system/CMakeFiles/system_autogen.dir/rule + +.PHONY : system_autogen + +# clean rule for target. +plugins/system/CMakeFiles/system_autogen.dir/clean: + $(MAKE) -f plugins/system/CMakeFiles/system_autogen.dir/build.make plugins/system/CMakeFiles/system_autogen.dir/clean +.PHONY : plugins/system/CMakeFiles/system_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/terminal/CMakeFiles/terminal.dir + +# All Build rule for target. +plugins/terminal/CMakeFiles/terminal.dir/all: CMakeFiles/albert-lib.dir/all +plugins/terminal/CMakeFiles/terminal.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/terminal/CMakeFiles/terminal.dir/all: plugins/terminal/CMakeFiles/terminal_autogen.dir/all + $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/depend + $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=82,83,84 "Built target terminal" +.PHONY : plugins/terminal/CMakeFiles/terminal.dir/all + +# Build rule for subdir invocation for target. +plugins/terminal/CMakeFiles/terminal.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 14 + $(MAKE) -f CMakeFiles/Makefile2 plugins/terminal/CMakeFiles/terminal.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/terminal/CMakeFiles/terminal.dir/rule + +# Convenience name for target. +terminal: plugins/terminal/CMakeFiles/terminal.dir/rule + +.PHONY : terminal + +# clean rule for target. +plugins/terminal/CMakeFiles/terminal.dir/clean: + $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/clean +.PHONY : plugins/terminal/CMakeFiles/terminal.dir/clean + +#============================================================================= +# Target rules for target plugins/terminal/CMakeFiles/terminal_autogen.dir + +# All Build rule for target. +plugins/terminal/CMakeFiles/terminal_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/terminal/CMakeFiles/terminal_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make plugins/terminal/CMakeFiles/terminal_autogen.dir/depend + $(MAKE) -f plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make plugins/terminal/CMakeFiles/terminal_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num= "Built target terminal_autogen" +.PHONY : plugins/terminal/CMakeFiles/terminal_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/terminal/CMakeFiles/terminal_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 11 + $(MAKE) -f CMakeFiles/Makefile2 plugins/terminal/CMakeFiles/terminal_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/terminal/CMakeFiles/terminal_autogen.dir/rule + +# Convenience name for target. +terminal_autogen: plugins/terminal/CMakeFiles/terminal_autogen.dir/rule + +.PHONY : terminal_autogen + +# clean rule for target. +plugins/terminal/CMakeFiles/terminal_autogen.dir/clean: + $(MAKE) -f plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make plugins/terminal/CMakeFiles/terminal_autogen.dir/clean +.PHONY : plugins/terminal/CMakeFiles/terminal_autogen.dir/clean + +#============================================================================= +# Target rules for target plugins/websearch/CMakeFiles/websearch.dir + +# All Build rule for target. +plugins/websearch/CMakeFiles/websearch.dir/all: CMakeFiles/albert-lib.dir/all +plugins/websearch/CMakeFiles/websearch.dir/all: lib/xdg/CMakeFiles/xdg.dir/all +plugins/websearch/CMakeFiles/websearch.dir/all: plugins/websearch/CMakeFiles/websearch_autogen.dir/all + $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/depend + $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=85,86,87,88,89 "Built target websearch" +.PHONY : plugins/websearch/CMakeFiles/websearch.dir/all + +# Build rule for subdir invocation for target. +plugins/websearch/CMakeFiles/websearch.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 17 + $(MAKE) -f CMakeFiles/Makefile2 plugins/websearch/CMakeFiles/websearch.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/websearch/CMakeFiles/websearch.dir/rule + +# Convenience name for target. +websearch: plugins/websearch/CMakeFiles/websearch.dir/rule + +.PHONY : websearch + +# clean rule for target. +plugins/websearch/CMakeFiles/websearch.dir/clean: + $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/clean +.PHONY : plugins/websearch/CMakeFiles/websearch.dir/clean + +#============================================================================= +# Target rules for target plugins/websearch/CMakeFiles/websearch_autogen.dir + +# All Build rule for target. +plugins/websearch/CMakeFiles/websearch_autogen.dir/all: CMakeFiles/albert-lib.dir/all +plugins/websearch/CMakeFiles/websearch_autogen.dir/all: lib/xdg/CMakeFiles/xdg.dir/all + $(MAKE) -f plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make plugins/websearch/CMakeFiles/websearch_autogen.dir/depend + $(MAKE) -f plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make plugins/websearch/CMakeFiles/websearch_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=90 "Built target websearch_autogen" +.PHONY : plugins/websearch/CMakeFiles/websearch_autogen.dir/all + +# Build rule for subdir invocation for target. +plugins/websearch/CMakeFiles/websearch_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 plugins/websearch/CMakeFiles/websearch_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : plugins/websearch/CMakeFiles/websearch_autogen.dir/rule + +# Convenience name for target. +websearch_autogen: plugins/websearch/CMakeFiles/websearch_autogen.dir/rule + +.PHONY : websearch_autogen + +# clean rule for target. +plugins/websearch/CMakeFiles/websearch_autogen.dir/clean: + $(MAKE) -f plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make plugins/websearch/CMakeFiles/websearch_autogen.dir/clean +.PHONY : plugins/websearch/CMakeFiles/websearch_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 + diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..a45122f --- /dev/null +++ b/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,158 @@ +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal_autogen.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/install/strip.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/install/local.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/install.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/list_install_components.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/rebuild_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/edit_cache.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch.dir +/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch_autogen.dir diff --git a/build/CMakeFiles/albert-bin.dir/DependInfo.cmake b/build/CMakeFiles/albert-bin.dir/DependInfo.cmake new file mode 100644 index 0000000..0504b7d --- /dev/null +++ b/build/CMakeFiles/albert-bin.dir/DependInfo.cmake @@ -0,0 +1,70 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extensionmanager.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/frontendmanager.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/main.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/main.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/pluginspec.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/query.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/query.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/queryexecution.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/querymanager.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/grabkeybutton.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/loadermodel.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/settingswidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/statswidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/trayicon.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "BUILD_WITH_QTCHARTS" + "MULTIARCH_TUPLE=\"x86_64-linux-gnu\"" + "QT_CHARTS_LIB" + "QT_CONCURRENT_LIB" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_NETWORK_LIB" + "QT_SQL_LIB" + "QT_WIDGETS_LIB" + "QT_X11EXTRAS_LIB" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "../" + "albert-bin_autogen/include" + "../src/app" + "../src/app/settingswidget" + "../include" + "../lib/globalshortcut/include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtNetwork" + "/usr/include/x86_64-linux-gnu/qt5/QtSql" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras" + "/usr/include/x86_64-linux-gnu/qt5/QtCharts" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/albert-bin.dir/build.make b/build/CMakeFiles/albert-bin.dir/build.make new file mode 100644 index 0000000..1bd783c --- /dev/null +++ b/build/CMakeFiles/albert-bin.dir/build.make @@ -0,0 +1,334 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include CMakeFiles/albert-bin.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/albert-bin.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/albert-bin.dir/flags.make + +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: ../resources.qrc +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: CMakeFiles/albert-bin_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: ../resources/icons/albert.svg +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: ../resources/icons/gear.svg +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: ../resources/icons/plugin_notloaded.png +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: ../resources/icons/plugin_ok.png +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: ../resources/icons/plugin_error.png +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: ../resources/icons/unknown.svg +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for resources.qrc" + /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json Debug + +CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o: albert-bin_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/mocs_compilation.cpp + +CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/mocs_compilation.cpp > CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.i + +CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/mocs_compilation.cpp -o CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.s + +CMakeFiles/albert-bin.dir/src/app/extension.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/extension.cpp.o: ../src/app/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/albert-bin.dir/src/app/extension.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extension.cpp + +CMakeFiles/albert-bin.dir/src/app/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/extension.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extension.cpp > CMakeFiles/albert-bin.dir/src/app/extension.cpp.i + +CMakeFiles/albert-bin.dir/src/app/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/extension.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extension.cpp -o CMakeFiles/albert-bin.dir/src/app/extension.cpp.s + +CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o: ../src/app/extensionmanager.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extensionmanager.cpp + +CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extensionmanager.cpp > CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.i + +CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extensionmanager.cpp -o CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.s + +CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o: ../src/app/frontendmanager.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/frontendmanager.cpp + +CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/frontendmanager.cpp > CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.i + +CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/frontendmanager.cpp -o CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.s + +CMakeFiles/albert-bin.dir/src/app/main.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/main.cpp.o: ../src/app/main.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object CMakeFiles/albert-bin.dir/src/app/main.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/main.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/main.cpp + +CMakeFiles/albert-bin.dir/src/app/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/main.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/main.cpp > CMakeFiles/albert-bin.dir/src/app/main.cpp.i + +CMakeFiles/albert-bin.dir/src/app/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/main.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/main.cpp -o CMakeFiles/albert-bin.dir/src/app/main.cpp.s + +CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o: ../src/app/pluginspec.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/pluginspec.cpp + +CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/pluginspec.cpp > CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.i + +CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/pluginspec.cpp -o CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.s + +CMakeFiles/albert-bin.dir/src/app/query.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/query.cpp.o: ../src/app/query.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object CMakeFiles/albert-bin.dir/src/app/query.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/query.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/query.cpp + +CMakeFiles/albert-bin.dir/src/app/query.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/query.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/query.cpp > CMakeFiles/albert-bin.dir/src/app/query.cpp.i + +CMakeFiles/albert-bin.dir/src/app/query.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/query.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/query.cpp -o CMakeFiles/albert-bin.dir/src/app/query.cpp.s + +CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o: ../src/app/queryexecution.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/queryexecution.cpp + +CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/queryexecution.cpp > CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.i + +CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/queryexecution.cpp -o CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.s + +CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o: ../src/app/querymanager.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/querymanager.cpp + +CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/querymanager.cpp > CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.i + +CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/querymanager.cpp -o CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.s + +CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o: ../src/app/settingswidget/grabkeybutton.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/grabkeybutton.cpp + +CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/grabkeybutton.cpp > CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.i + +CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/grabkeybutton.cpp -o CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.s + +CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o: ../src/app/settingswidget/loadermodel.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/loadermodel.cpp + +CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/loadermodel.cpp > CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.i + +CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/loadermodel.cpp -o CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.s + +CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o: ../src/app/settingswidget/settingswidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/settingswidget.cpp + +CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/settingswidget.cpp > CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.i + +CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/settingswidget.cpp -o CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.s + +CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o: ../src/app/settingswidget/statswidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/statswidget.cpp + +CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/statswidget.cpp > CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.i + +CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/statswidget.cpp -o CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.s + +CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o: ../src/app/trayicon.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/trayicon.cpp + +CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/trayicon.cpp > CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.i + +CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/trayicon.cpp -o CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.s + +CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o: CMakeFiles/albert-bin.dir/flags.make +CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o: albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp + +CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp > CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.i + +CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp -o CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.s + +# Object files for target albert-bin +albert__bin_OBJECTS = \ +"CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/extension.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/main.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/query.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o" \ +"CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o" \ +"CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o" + +# External object files for target albert-bin +albert__bin_EXTERNAL_OBJECTS = + +bin/albert: CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/extension.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/main.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/query.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o +bin/albert: CMakeFiles/albert-bin.dir/build.make +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8 +bin/albert: lib/libalbert.so +bin/albert: lib/globalshortcut/libglobalshortcut.a +bin/albert: lib/libxdg.so +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Charts.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +bin/albert: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +bin/albert: CMakeFiles/albert-bin.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Linking CXX executable bin/albert" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/albert-bin.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/albert-bin.dir/build: bin/albert + +.PHONY : CMakeFiles/albert-bin.dir/build + +CMakeFiles/albert-bin.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/albert-bin.dir/cmake_clean.cmake +.PHONY : CMakeFiles/albert-bin.dir/clean + +CMakeFiles/albert-bin.dir/depend: albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/albert-bin.dir/depend + diff --git a/build/CMakeFiles/albert-bin.dir/cmake_clean.cmake b/build/CMakeFiles/albert-bin.dir/cmake_clean.cmake new file mode 100644 index 0000000..7f2a526 --- /dev/null +++ b/build/CMakeFiles/albert-bin.dir/cmake_clean.cmake @@ -0,0 +1,28 @@ +file(REMOVE_RECURSE + "CMakeFiles/albert-bin_autogen.dir/AutogenUsed.txt" + "CMakeFiles/albert-bin_autogen.dir/ParseCache.txt" + "albert-bin_autogen" + "CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o" + "CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/extension.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/main.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/query.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o" + "CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o" + "albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp" + "bin/albert" + "bin/albert.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/albert-bin.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/albert-bin.dir/depend.make b/build/CMakeFiles/albert-bin.dir/depend.make new file mode 100644 index 0000000..1cc5a2a --- /dev/null +++ b/build/CMakeFiles/albert-bin.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for albert-bin. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/albert-bin.dir/flags.make b/build/CMakeFiles/albert-bin.dir/flags.make new file mode 100644 index 0000000..9598b76 --- /dev/null +++ b/build/CMakeFiles/albert-bin.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\"x86_64-linux-gnu\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts + diff --git a/build/CMakeFiles/albert-bin.dir/link.txt b/build/CMakeFiles/albert-bin.dir/link.txt new file mode 100644 index 0000000..7ae069f --- /dev/null +++ b/build/CMakeFiles/albert-bin.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -rdynamic CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o CMakeFiles/albert-bin.dir/src/app/extension.cpp.o CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o CMakeFiles/albert-bin.dir/src/app/main.cpp.o CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o CMakeFiles/albert-bin.dir/src/app/query.cpp.o CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o -o bin/albert -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8 lib/libalbert.so lib/globalshortcut/libglobalshortcut.a lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Charts.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 -lX11 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/CMakeFiles/albert-bin.dir/progress.make b/build/CMakeFiles/albert-bin.dir/progress.make new file mode 100644 index 0000000..6d145b1 --- /dev/null +++ b/build/CMakeFiles/albert-bin.dir/progress.make @@ -0,0 +1,18 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 1 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 2 +CMAKE_PROGRESS_5 = 3 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = 4 +CMAKE_PROGRESS_8 = 5 +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = 6 +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = 7 +CMAKE_PROGRESS_13 = 8 +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = 9 +CMAKE_PROGRESS_16 = 10 +CMAKE_PROGRESS_17 = + diff --git a/build/CMakeFiles/albert-bin_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json b/build/CMakeFiles/albert-bin_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json new file mode 100644 index 0000000..5b99bf2 --- /dev/null +++ b/build/CMakeFiles/albert-bin_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json @@ -0,0 +1,27 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/resources/icons/albert.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/resources/icons/gear.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/resources/icons/plugin_notloaded.png", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/resources/icons/plugin_ok.png", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/resources/icons/plugin_error.png", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/resources/icons/unknown.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin_autogen.dir/AutoRcc_resources_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "resources" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_resources.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin_autogen.dir/AutoRcc_resources_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/resources.qrc", + "VERBOSITY" : 0 +} diff --git a/build/CMakeFiles/albert-bin_autogen.dir/AutogenInfo.json b/build/CMakeFiles/albert-bin_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..2de9287 --- /dev/null +++ b/build/CMakeFiles/albert-bin_autogen.dir/AutogenInfo.json @@ -0,0 +1,192 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extensionmanager.h", + "MU", + "ISMKEKEPX5/moc_extensionmanager.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/frontendmanager.h", + "MU", + "ISMKEKEPX5/moc_frontendmanager.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/logging.h", + "MU", + "ISMKEKEPX5/moc_logging.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/pluginspec.h", + "MU", + "ISMKEKEPX5/moc_pluginspec.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/queryexecution.h", + "MU", + "ISMKEKEPX5/moc_queryexecution.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/querymanager.h", + "MU", + "ISMKEKEPX5/moc_querymanager.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/grabkeybutton.h", + "MU", + "2ELFKGE4VT/moc_grabkeybutton.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/loadermodel.h", + "MU", + "2ELFKGE4VT/moc_loadermodel.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/settingswidget.h", + "MU", + "2ELFKGE4VT/moc_settingswidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/statswidget.h", + "MU", + "2ELFKGE4VT/moc_statswidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/trayicon.h", + "MU", + "ISMKEKEPX5/moc_trayicon.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "BUILD_WITH_QTCHARTS", + "MULTIARCH_TUPLE=\"x86_64-linux-gnu\"", + "QT_CHARTS_LIB", + "QT_CONCURRENT_LIB", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_NETWORK_LIB", + "QT_SQL_LIB", + "QT_WIDGETS_LIB", + "QT_X11EXTRAS_LIB" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtNetwork", + "/usr/include/x86_64-linux-gnu/qt5/QtSql", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras", + "/usr/include/x86_64-linux-gnu/qt5/QtCharts", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extension.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extensionmanager.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/frontendmanager.cpp", + "MU" + ], + [ "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/main.cpp", "MU" ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/pluginspec.cpp", + "MU" + ], + [ "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/query.cpp", "MU" ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/queryexecution.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/querymanager.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/grabkeybutton.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/loadermodel.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/settingswidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/statswidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/trayicon.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/CMakeFiles/albert-bin_autogen.dir/DependInfo.cmake b/build/CMakeFiles/albert-bin_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/CMakeFiles/albert-bin_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/CMakeFiles/albert-bin_autogen.dir/build.make b/build/CMakeFiles/albert-bin_autogen.dir/build.make new file mode 100644 index 0000000..c9340a2 --- /dev/null +++ b/build/CMakeFiles/albert-bin_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for albert-bin_autogen. + +# Include the progress variables for this target. +include CMakeFiles/albert-bin_autogen.dir/progress.make + +CMakeFiles/albert-bin_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target albert-bin" + /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin_autogen.dir/AutogenInfo.json Debug + +albert-bin_autogen: CMakeFiles/albert-bin_autogen +albert-bin_autogen: CMakeFiles/albert-bin_autogen.dir/build.make + +.PHONY : albert-bin_autogen + +# Rule to build all files generated by this target. +CMakeFiles/albert-bin_autogen.dir/build: albert-bin_autogen + +.PHONY : CMakeFiles/albert-bin_autogen.dir/build + +CMakeFiles/albert-bin_autogen.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/albert-bin_autogen.dir/cmake_clean.cmake +.PHONY : CMakeFiles/albert-bin_autogen.dir/clean + +CMakeFiles/albert-bin_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-bin_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/albert-bin_autogen.dir/depend + diff --git a/build/CMakeFiles/albert-bin_autogen.dir/cmake_clean.cmake b/build/CMakeFiles/albert-bin_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..ac63449 --- /dev/null +++ b/build/CMakeFiles/albert-bin_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/albert-bin_autogen" + "albert-bin_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/albert-bin_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/albert-bin_autogen.dir/progress.make b/build/CMakeFiles/albert-bin_autogen.dir/progress.make new file mode 100644 index 0000000..27952ed --- /dev/null +++ b/build/CMakeFiles/albert-bin_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 11 + diff --git a/build/CMakeFiles/albert-lib.dir/DependInfo.cmake b/build/CMakeFiles/albert-lib.dir/DependInfo.cmake new file mode 100644 index 0000000..da06972 --- /dev/null +++ b/build/CMakeFiles/albert-lib.dir/DependInfo.cmake @@ -0,0 +1,51 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/fuzzysearch.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/history.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/history.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/offlineindex.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/plugin.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/prefixsearch.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/searchbase.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardactions.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardindexitem.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standarditem.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "CORE" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_SQL_LIB" + "albert_lib_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "../" + "albert-lib_autogen/include" + "../include" + "../include/albert" + "../include/albert/util" + "../src/lib" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtSql" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/CMakeFiles/albert-lib.dir/build.make b/build/CMakeFiles/albert-lib.dir/build.make new file mode 100644 index 0000000..0d4ec41 --- /dev/null +++ b/build/CMakeFiles/albert-lib.dir/build.make @@ -0,0 +1,236 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include CMakeFiles/albert-lib.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/albert-lib.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/albert-lib.dir/flags.make + +CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o: albert-lib_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/mocs_compilation.cpp + +CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/mocs_compilation.cpp > CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.i + +CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/mocs_compilation.cpp -o CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o: ../src/lib/fuzzysearch.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/fuzzysearch.cpp + +CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/fuzzysearch.cpp > CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/fuzzysearch.cpp -o CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/history.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/history.cpp.o: ../src/lib/history.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/history.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/history.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/history.cpp + +CMakeFiles/albert-lib.dir/src/lib/history.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/history.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/history.cpp > CMakeFiles/albert-lib.dir/src/lib/history.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/history.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/history.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/history.cpp -o CMakeFiles/albert-lib.dir/src/lib/history.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o: ../src/lib/offlineindex.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/offlineindex.cpp + +CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/offlineindex.cpp > CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/offlineindex.cpp -o CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o: ../src/lib/plugin.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/plugin.cpp + +CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/plugin.cpp > CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/plugin.cpp -o CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o: ../src/lib/prefixsearch.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/prefixsearch.cpp + +CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/prefixsearch.cpp > CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/prefixsearch.cpp -o CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o: ../src/lib/searchbase.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/searchbase.cpp + +CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/searchbase.cpp > CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/searchbase.cpp -o CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o: ../src/lib/standardactions.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardactions.cpp + +CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardactions.cpp > CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardactions.cpp -o CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o: ../src/lib/standardindexitem.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardindexitem.cpp + +CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardindexitem.cpp > CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardindexitem.cpp -o CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.s + +CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o: CMakeFiles/albert-lib.dir/flags.make +CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o: ../src/lib/standarditem.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standarditem.cpp + +CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.i" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standarditem.cpp > CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.i + +CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.s" + /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standarditem.cpp -o CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.s + +# Object files for target albert-lib +albert__lib_OBJECTS = \ +"CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/history.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o" \ +"CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o" + +# External object files for target albert-lib +albert__lib_EXTERNAL_OBJECTS = + +lib/libalbert.so: CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/history.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o +lib/libalbert.so: CMakeFiles/albert-lib.dir/build.make +lib/libalbert.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libalbert.so: /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8 +lib/libalbert.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libalbert.so: CMakeFiles/albert-lib.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking CXX shared library lib/libalbert.so" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/albert-lib.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/albert-lib.dir/build: lib/libalbert.so + +.PHONY : CMakeFiles/albert-lib.dir/build + +CMakeFiles/albert-lib.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/albert-lib.dir/cmake_clean.cmake +.PHONY : CMakeFiles/albert-lib.dir/clean + +CMakeFiles/albert-lib.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/albert-lib.dir/depend + diff --git a/build/CMakeFiles/albert-lib.dir/cmake_clean.cmake b/build/CMakeFiles/albert-lib.dir/cmake_clean.cmake new file mode 100644 index 0000000..844f944 --- /dev/null +++ b/build/CMakeFiles/albert-lib.dir/cmake_clean.cmake @@ -0,0 +1,22 @@ +file(REMOVE_RECURSE + "CMakeFiles/albert-lib_autogen.dir/AutogenUsed.txt" + "CMakeFiles/albert-lib_autogen.dir/ParseCache.txt" + "albert-lib_autogen" + "CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/history.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o" + "CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o" + "lib/libalbert.pdb" + "lib/libalbert.so" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/albert-lib.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/albert-lib.dir/depend.make b/build/CMakeFiles/albert-lib.dir/depend.make new file mode 100644 index 0000000..5183d06 --- /dev/null +++ b/build/CMakeFiles/albert-lib.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for albert-lib. +# This may be replaced when dependencies are built. diff --git a/build/CMakeFiles/albert-lib.dir/flags.make b/build/CMakeFiles/albert-lib.dir/flags.make new file mode 100644 index 0000000..1902bf3 --- /dev/null +++ b/build/CMakeFiles/albert-lib.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql + diff --git a/build/CMakeFiles/albert-lib.dir/link.txt b/build/CMakeFiles/albert-lib.dir/link.txt new file mode 100644 index 0000000..474f465 --- /dev/null +++ b/build/CMakeFiles/albert-lib.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libalbert.so -o lib/libalbert.so CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o CMakeFiles/albert-lib.dir/src/lib/history.cpp.o CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o -Wl,-rpath,::::::: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/CMakeFiles/albert-lib.dir/progress.make b/build/CMakeFiles/albert-lib.dir/progress.make new file mode 100644 index 0000000..f151e80 --- /dev/null +++ b/build/CMakeFiles/albert-lib.dir/progress.make @@ -0,0 +1,12 @@ +CMAKE_PROGRESS_1 = 12 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 13 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 14 +CMAKE_PROGRESS_6 = 15 +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = 16 +CMAKE_PROGRESS_9 = 17 +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = 18 + diff --git a/build/CMakeFiles/albert-lib_autogen.dir/AutogenInfo.json b/build/CMakeFiles/albert-lib_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..2b5e84e --- /dev/null +++ b/build/CMakeFiles/albert-lib_autogen.dir/AutogenInfo.json @@ -0,0 +1,211 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/action.h", + "MU", + "NMUIJRV2Y4/moc_action.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/core_globals.h", + "MU", + "NMUIJRV2Y4/moc_core_globals.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/extension.h", + "MU", + "NMUIJRV2Y4/moc_extension.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/fallbackprovider.h", + "MU", + "NMUIJRV2Y4/moc_fallbackprovider.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/frontend.h", + "MU", + "NMUIJRV2Y4/moc_frontend.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/indexable.h", + "MU", + "NMUIJRV2Y4/moc_indexable.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/item.h", + "MU", + "NMUIJRV2Y4/moc_item.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/plugin.h", + "MU", + "NMUIJRV2Y4/moc_plugin.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/query.h", + "MU", + "NMUIJRV2Y4/moc_query.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/queryhandler.h", + "MU", + "NMUIJRV2Y4/moc_queryhandler.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util/history.h", + "MU", + "MFICXSPAVC/moc_history.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util/itemroles.h", + "MU", + "MFICXSPAVC/moc_itemroles.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util/offlineindex.h", + "MU", + "MFICXSPAVC/moc_offlineindex.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util/standardactions.h", + "MU", + "MFICXSPAVC/moc_standardactions.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util/standardindexitem.h", + "MU", + "MFICXSPAVC/moc_standardindexitem.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util/standarditem.h", + "MU", + "MFICXSPAVC/moc_standarditem.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/fuzzysearch.h", + "MU", + "46IEQ6DIVK/moc_fuzzysearch.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/prefixsearch.h", + "MU", + "46IEQ6DIVK/moc_prefixsearch.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/searchbase.h", + "MU", + "46IEQ6DIVK/moc_searchbase.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "CORE", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_SQL_LIB", + "albert_lib_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtSql", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/fuzzysearch.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/history.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/offlineindex.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/plugin.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/prefixsearch.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/searchbase.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardactions.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardindexitem.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standarditem.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/CMakeFiles/albert-lib_autogen.dir/DependInfo.cmake b/build/CMakeFiles/albert-lib_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/CMakeFiles/albert-lib_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/CMakeFiles/albert-lib_autogen.dir/build.make b/build/CMakeFiles/albert-lib_autogen.dir/build.make new file mode 100644 index 0000000..be4e0e7 --- /dev/null +++ b/build/CMakeFiles/albert-lib_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for albert-lib_autogen. + +# Include the progress variables for this target. +include CMakeFiles/albert-lib_autogen.dir/progress.make + +CMakeFiles/albert-lib_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target albert-lib" + /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib_autogen.dir/AutogenInfo.json Debug + +albert-lib_autogen: CMakeFiles/albert-lib_autogen +albert-lib_autogen: CMakeFiles/albert-lib_autogen.dir/build.make + +.PHONY : albert-lib_autogen + +# Rule to build all files generated by this target. +CMakeFiles/albert-lib_autogen.dir/build: albert-lib_autogen + +.PHONY : CMakeFiles/albert-lib_autogen.dir/build + +CMakeFiles/albert-lib_autogen.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/albert-lib_autogen.dir/cmake_clean.cmake +.PHONY : CMakeFiles/albert-lib_autogen.dir/clean + +CMakeFiles/albert-lib_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/albert-lib_autogen.dir/depend + diff --git a/build/CMakeFiles/albert-lib_autogen.dir/cmake_clean.cmake b/build/CMakeFiles/albert-lib_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..91a5b56 --- /dev/null +++ b/build/CMakeFiles/albert-lib_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/albert-lib_autogen" + "albert-lib_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/albert-lib_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/CMakeFiles/albert-lib_autogen.dir/progress.make b/build/CMakeFiles/albert-lib_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/CMakeFiles/albert-lib_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/progress.marks b/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..29d6383 --- /dev/null +++ b/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +100 diff --git a/build/Makefile b/build/Makefile new file mode 100644 index 0000000..c7fef14 --- /dev/null +++ b/build/Makefile @@ -0,0 +1,1466 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named albert-bin + +# Build rule for target. +albert-bin: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 albert-bin +.PHONY : albert-bin + +# fast build rule for target. +albert-bin/fast: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/build +.PHONY : albert-bin/fast + +#============================================================================= +# Target rules for targets named albert-lib + +# Build rule for target. +albert-lib: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 albert-lib +.PHONY : albert-lib + +# fast build rule for target. +albert-lib/fast: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/build +.PHONY : albert-lib/fast + +#============================================================================= +# Target rules for targets named albert-bin_autogen + +# Build rule for target. +albert-bin_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 albert-bin_autogen +.PHONY : albert-bin_autogen + +# fast build rule for target. +albert-bin_autogen/fast: + $(MAKE) -f CMakeFiles/albert-bin_autogen.dir/build.make CMakeFiles/albert-bin_autogen.dir/build +.PHONY : albert-bin_autogen/fast + +#============================================================================= +# Target rules for targets named albert-lib_autogen + +# Build rule for target. +albert-lib_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 albert-lib_autogen +.PHONY : albert-lib_autogen + +# fast build rule for target. +albert-lib_autogen/fast: + $(MAKE) -f CMakeFiles/albert-lib_autogen.dir/build.make CMakeFiles/albert-lib_autogen.dir/build +.PHONY : albert-lib_autogen/fast + +#============================================================================= +# Target rules for targets named globalshortcut + +# Build rule for target. +globalshortcut: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 globalshortcut +.PHONY : globalshortcut + +# fast build rule for target. +globalshortcut/fast: + $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/build +.PHONY : globalshortcut/fast + +#============================================================================= +# Target rules for targets named globalshortcut_autogen + +# Build rule for target. +globalshortcut_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 globalshortcut_autogen +.PHONY : globalshortcut_autogen + +# fast build rule for target. +globalshortcut_autogen/fast: + $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build +.PHONY : globalshortcut_autogen/fast + +#============================================================================= +# Target rules for targets named xdg + +# Build rule for target. +xdg: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 xdg +.PHONY : xdg + +# fast build rule for target. +xdg/fast: + $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/build +.PHONY : xdg/fast + +#============================================================================= +# Target rules for targets named xdg_autogen + +# Build rule for target. +xdg_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 xdg_autogen +.PHONY : xdg_autogen + +# fast build rule for target. +xdg_autogen/fast: + $(MAKE) -f lib/xdg/CMakeFiles/xdg_autogen.dir/build.make lib/xdg/CMakeFiles/xdg_autogen.dir/build +.PHONY : xdg_autogen/fast + +#============================================================================= +# Target rules for targets named widgetboxmodel + +# Build rule for target. +widgetboxmodel: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 widgetboxmodel +.PHONY : widgetboxmodel + +# fast build rule for target. +widgetboxmodel/fast: + $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build +.PHONY : widgetboxmodel/fast + +#============================================================================= +# Target rules for targets named widgetboxmodel_autogen + +# Build rule for target. +widgetboxmodel_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 widgetboxmodel_autogen +.PHONY : widgetboxmodel_autogen + +# fast build rule for target. +widgetboxmodel_autogen/fast: + $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build +.PHONY : widgetboxmodel_autogen/fast + +#============================================================================= +# Target rules for targets named qmlboxmodel + +# Build rule for target. +qmlboxmodel: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 qmlboxmodel +.PHONY : qmlboxmodel + +# fast build rule for target. +qmlboxmodel/fast: + $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build +.PHONY : qmlboxmodel/fast + +#============================================================================= +# Target rules for targets named qmlboxmodel_autogen + +# Build rule for target. +qmlboxmodel_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 qmlboxmodel_autogen +.PHONY : qmlboxmodel_autogen + +# fast build rule for target. +qmlboxmodel_autogen/fast: + $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build +.PHONY : qmlboxmodel_autogen/fast + +#============================================================================= +# Target rules for targets named applications + +# Build rule for target. +applications: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 applications +.PHONY : applications + +# fast build rule for target. +applications/fast: + $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/build +.PHONY : applications/fast + +#============================================================================= +# Target rules for targets named applications_autogen + +# Build rule for target. +applications_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 applications_autogen +.PHONY : applications_autogen + +# fast build rule for target. +applications_autogen/fast: + $(MAKE) -f plugins/applications/CMakeFiles/applications_autogen.dir/build.make plugins/applications/CMakeFiles/applications_autogen.dir/build +.PHONY : applications_autogen/fast + +#============================================================================= +# Target rules for targets named calculator + +# Build rule for target. +calculator: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 calculator +.PHONY : calculator + +# fast build rule for target. +calculator/fast: + $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/build +.PHONY : calculator/fast + +#============================================================================= +# Target rules for targets named calculator_autogen + +# Build rule for target. +calculator_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 calculator_autogen +.PHONY : calculator_autogen + +# fast build rule for target. +calculator_autogen/fast: + $(MAKE) -f plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make plugins/calculator/CMakeFiles/calculator_autogen.dir/build +.PHONY : calculator_autogen/fast + +#============================================================================= +# Target rules for targets named chromium + +# Build rule for target. +chromium: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 chromium +.PHONY : chromium + +# fast build rule for target. +chromium/fast: + $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/build +.PHONY : chromium/fast + +#============================================================================= +# Target rules for targets named chromium_autogen + +# Build rule for target. +chromium_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 chromium_autogen +.PHONY : chromium_autogen + +# fast build rule for target. +chromium_autogen/fast: + $(MAKE) -f plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make plugins/chromium/CMakeFiles/chromium_autogen.dir/build +.PHONY : chromium_autogen/fast + +#============================================================================= +# Target rules for targets named files + +# Build rule for target. +files: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 files +.PHONY : files + +# fast build rule for target. +files/fast: + $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/build +.PHONY : files/fast + +#============================================================================= +# Target rules for targets named files_autogen + +# Build rule for target. +files_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 files_autogen +.PHONY : files_autogen + +# fast build rule for target. +files_autogen/fast: + $(MAKE) -f plugins/files/CMakeFiles/files_autogen.dir/build.make plugins/files/CMakeFiles/files_autogen.dir/build +.PHONY : files_autogen/fast + +#============================================================================= +# Target rules for targets named firefoxbookmarks + +# Build rule for target. +firefoxbookmarks: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 firefoxbookmarks +.PHONY : firefoxbookmarks + +# fast build rule for target. +firefoxbookmarks/fast: + $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build +.PHONY : firefoxbookmarks/fast + +#============================================================================= +# Target rules for targets named firefoxbookmarks_autogen + +# Build rule for target. +firefoxbookmarks_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 firefoxbookmarks_autogen +.PHONY : firefoxbookmarks_autogen + +# fast build rule for target. +firefoxbookmarks_autogen/fast: + $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build +.PHONY : firefoxbookmarks_autogen/fast + +#============================================================================= +# Target rules for targets named hashgenerator + +# Build rule for target. +hashgenerator: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 hashgenerator +.PHONY : hashgenerator + +# fast build rule for target. +hashgenerator/fast: + $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build +.PHONY : hashgenerator/fast + +#============================================================================= +# Target rules for targets named hashgenerator_autogen + +# Build rule for target. +hashgenerator_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 hashgenerator_autogen +.PHONY : hashgenerator_autogen + +# fast build rule for target. +hashgenerator_autogen/fast: + $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build +.PHONY : hashgenerator_autogen/fast + +#============================================================================= +# Target rules for targets named mpris + +# Build rule for target. +mpris: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 mpris +.PHONY : mpris + +# fast build rule for target. +mpris/fast: + $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/build +.PHONY : mpris/fast + +#============================================================================= +# Target rules for targets named mpris_autogen + +# Build rule for target. +mpris_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 mpris_autogen +.PHONY : mpris_autogen + +# fast build rule for target. +mpris_autogen/fast: + $(MAKE) -f plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make plugins/mpris/CMakeFiles/mpris_autogen.dir/build +.PHONY : mpris_autogen/fast + +#============================================================================= +# Target rules for targets named python + +# Build rule for target. +python: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 python +.PHONY : python + +# fast build rule for target. +python/fast: + $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/build +.PHONY : python/fast + +#============================================================================= +# Target rules for targets named python_autogen + +# Build rule for target. +python_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 python_autogen +.PHONY : python_autogen + +# fast build rule for target. +python_autogen/fast: + $(MAKE) -f plugins/python/CMakeFiles/python_autogen.dir/build.make plugins/python/CMakeFiles/python_autogen.dir/build +.PHONY : python_autogen/fast + +#============================================================================= +# Target rules for targets named snippets + +# Build rule for target. +snippets: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 snippets +.PHONY : snippets + +# fast build rule for target. +snippets/fast: + $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/build +.PHONY : snippets/fast + +#============================================================================= +# Target rules for targets named snippets_autogen + +# Build rule for target. +snippets_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 snippets_autogen +.PHONY : snippets_autogen + +# fast build rule for target. +snippets_autogen/fast: + $(MAKE) -f plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make plugins/snippets/CMakeFiles/snippets_autogen.dir/build +.PHONY : snippets_autogen/fast + +#============================================================================= +# Target rules for targets named ssh + +# Build rule for target. +ssh: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 ssh +.PHONY : ssh + +# fast build rule for target. +ssh/fast: + $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/build +.PHONY : ssh/fast + +#============================================================================= +# Target rules for targets named ssh_autogen + +# Build rule for target. +ssh_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 ssh_autogen +.PHONY : ssh_autogen + +# fast build rule for target. +ssh_autogen/fast: + $(MAKE) -f plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make plugins/ssh/CMakeFiles/ssh_autogen.dir/build +.PHONY : ssh_autogen/fast + +#============================================================================= +# Target rules for targets named system + +# Build rule for target. +system: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 system +.PHONY : system + +# fast build rule for target. +system/fast: + $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/build +.PHONY : system/fast + +#============================================================================= +# Target rules for targets named system_autogen + +# Build rule for target. +system_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 system_autogen +.PHONY : system_autogen + +# fast build rule for target. +system_autogen/fast: + $(MAKE) -f plugins/system/CMakeFiles/system_autogen.dir/build.make plugins/system/CMakeFiles/system_autogen.dir/build +.PHONY : system_autogen/fast + +#============================================================================= +# Target rules for targets named terminal + +# Build rule for target. +terminal: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 terminal +.PHONY : terminal + +# fast build rule for target. +terminal/fast: + $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/build +.PHONY : terminal/fast + +#============================================================================= +# Target rules for targets named terminal_autogen + +# Build rule for target. +terminal_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 terminal_autogen +.PHONY : terminal_autogen + +# fast build rule for target. +terminal_autogen/fast: + $(MAKE) -f plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make plugins/terminal/CMakeFiles/terminal_autogen.dir/build +.PHONY : terminal_autogen/fast + +#============================================================================= +# Target rules for targets named websearch + +# Build rule for target. +websearch: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 websearch +.PHONY : websearch + +# fast build rule for target. +websearch/fast: + $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/build +.PHONY : websearch/fast + +#============================================================================= +# Target rules for targets named websearch_autogen + +# Build rule for target. +websearch_autogen: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 websearch_autogen +.PHONY : websearch_autogen + +# fast build rule for target. +websearch_autogen/fast: + $(MAKE) -f plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make plugins/websearch/CMakeFiles/websearch_autogen.dir/build +.PHONY : websearch_autogen/fast + +albert-bin_autogen/EWIEGA46WW/qrc_resources.o: albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o + +.PHONY : albert-bin_autogen/EWIEGA46WW/qrc_resources.o + +# target to build an object file +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o +.PHONY : albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o + +albert-bin_autogen/EWIEGA46WW/qrc_resources.i: albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.i + +.PHONY : albert-bin_autogen/EWIEGA46WW/qrc_resources.i + +# target to preprocess a source file +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.i +.PHONY : albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.i + +albert-bin_autogen/EWIEGA46WW/qrc_resources.s: albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.s + +.PHONY : albert-bin_autogen/EWIEGA46WW/qrc_resources.s + +# target to generate assembly for a file +albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.s +.PHONY : albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.s + +albert-bin_autogen/mocs_compilation.o: albert-bin_autogen/mocs_compilation.cpp.o + +.PHONY : albert-bin_autogen/mocs_compilation.o + +# target to build an object file +albert-bin_autogen/mocs_compilation.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o +.PHONY : albert-bin_autogen/mocs_compilation.cpp.o + +albert-bin_autogen/mocs_compilation.i: albert-bin_autogen/mocs_compilation.cpp.i + +.PHONY : albert-bin_autogen/mocs_compilation.i + +# target to preprocess a source file +albert-bin_autogen/mocs_compilation.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.i +.PHONY : albert-bin_autogen/mocs_compilation.cpp.i + +albert-bin_autogen/mocs_compilation.s: albert-bin_autogen/mocs_compilation.cpp.s + +.PHONY : albert-bin_autogen/mocs_compilation.s + +# target to generate assembly for a file +albert-bin_autogen/mocs_compilation.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.s +.PHONY : albert-bin_autogen/mocs_compilation.cpp.s + +albert-lib_autogen/mocs_compilation.o: albert-lib_autogen/mocs_compilation.cpp.o + +.PHONY : albert-lib_autogen/mocs_compilation.o + +# target to build an object file +albert-lib_autogen/mocs_compilation.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o +.PHONY : albert-lib_autogen/mocs_compilation.cpp.o + +albert-lib_autogen/mocs_compilation.i: albert-lib_autogen/mocs_compilation.cpp.i + +.PHONY : albert-lib_autogen/mocs_compilation.i + +# target to preprocess a source file +albert-lib_autogen/mocs_compilation.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.i +.PHONY : albert-lib_autogen/mocs_compilation.cpp.i + +albert-lib_autogen/mocs_compilation.s: albert-lib_autogen/mocs_compilation.cpp.s + +.PHONY : albert-lib_autogen/mocs_compilation.s + +# target to generate assembly for a file +albert-lib_autogen/mocs_compilation.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.s +.PHONY : albert-lib_autogen/mocs_compilation.cpp.s + +src/app/extension.o: src/app/extension.cpp.o + +.PHONY : src/app/extension.o + +# target to build an object file +src/app/extension.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/extension.cpp.o +.PHONY : src/app/extension.cpp.o + +src/app/extension.i: src/app/extension.cpp.i + +.PHONY : src/app/extension.i + +# target to preprocess a source file +src/app/extension.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/extension.cpp.i +.PHONY : src/app/extension.cpp.i + +src/app/extension.s: src/app/extension.cpp.s + +.PHONY : src/app/extension.s + +# target to generate assembly for a file +src/app/extension.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/extension.cpp.s +.PHONY : src/app/extension.cpp.s + +src/app/extensionmanager.o: src/app/extensionmanager.cpp.o + +.PHONY : src/app/extensionmanager.o + +# target to build an object file +src/app/extensionmanager.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o +.PHONY : src/app/extensionmanager.cpp.o + +src/app/extensionmanager.i: src/app/extensionmanager.cpp.i + +.PHONY : src/app/extensionmanager.i + +# target to preprocess a source file +src/app/extensionmanager.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.i +.PHONY : src/app/extensionmanager.cpp.i + +src/app/extensionmanager.s: src/app/extensionmanager.cpp.s + +.PHONY : src/app/extensionmanager.s + +# target to generate assembly for a file +src/app/extensionmanager.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.s +.PHONY : src/app/extensionmanager.cpp.s + +src/app/frontendmanager.o: src/app/frontendmanager.cpp.o + +.PHONY : src/app/frontendmanager.o + +# target to build an object file +src/app/frontendmanager.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o +.PHONY : src/app/frontendmanager.cpp.o + +src/app/frontendmanager.i: src/app/frontendmanager.cpp.i + +.PHONY : src/app/frontendmanager.i + +# target to preprocess a source file +src/app/frontendmanager.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.i +.PHONY : src/app/frontendmanager.cpp.i + +src/app/frontendmanager.s: src/app/frontendmanager.cpp.s + +.PHONY : src/app/frontendmanager.s + +# target to generate assembly for a file +src/app/frontendmanager.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.s +.PHONY : src/app/frontendmanager.cpp.s + +src/app/main.o: src/app/main.cpp.o + +.PHONY : src/app/main.o + +# target to build an object file +src/app/main.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/main.cpp.o +.PHONY : src/app/main.cpp.o + +src/app/main.i: src/app/main.cpp.i + +.PHONY : src/app/main.i + +# target to preprocess a source file +src/app/main.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/main.cpp.i +.PHONY : src/app/main.cpp.i + +src/app/main.s: src/app/main.cpp.s + +.PHONY : src/app/main.s + +# target to generate assembly for a file +src/app/main.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/main.cpp.s +.PHONY : src/app/main.cpp.s + +src/app/pluginspec.o: src/app/pluginspec.cpp.o + +.PHONY : src/app/pluginspec.o + +# target to build an object file +src/app/pluginspec.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o +.PHONY : src/app/pluginspec.cpp.o + +src/app/pluginspec.i: src/app/pluginspec.cpp.i + +.PHONY : src/app/pluginspec.i + +# target to preprocess a source file +src/app/pluginspec.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.i +.PHONY : src/app/pluginspec.cpp.i + +src/app/pluginspec.s: src/app/pluginspec.cpp.s + +.PHONY : src/app/pluginspec.s + +# target to generate assembly for a file +src/app/pluginspec.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.s +.PHONY : src/app/pluginspec.cpp.s + +src/app/query.o: src/app/query.cpp.o + +.PHONY : src/app/query.o + +# target to build an object file +src/app/query.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/query.cpp.o +.PHONY : src/app/query.cpp.o + +src/app/query.i: src/app/query.cpp.i + +.PHONY : src/app/query.i + +# target to preprocess a source file +src/app/query.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/query.cpp.i +.PHONY : src/app/query.cpp.i + +src/app/query.s: src/app/query.cpp.s + +.PHONY : src/app/query.s + +# target to generate assembly for a file +src/app/query.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/query.cpp.s +.PHONY : src/app/query.cpp.s + +src/app/queryexecution.o: src/app/queryexecution.cpp.o + +.PHONY : src/app/queryexecution.o + +# target to build an object file +src/app/queryexecution.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o +.PHONY : src/app/queryexecution.cpp.o + +src/app/queryexecution.i: src/app/queryexecution.cpp.i + +.PHONY : src/app/queryexecution.i + +# target to preprocess a source file +src/app/queryexecution.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.i +.PHONY : src/app/queryexecution.cpp.i + +src/app/queryexecution.s: src/app/queryexecution.cpp.s + +.PHONY : src/app/queryexecution.s + +# target to generate assembly for a file +src/app/queryexecution.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.s +.PHONY : src/app/queryexecution.cpp.s + +src/app/querymanager.o: src/app/querymanager.cpp.o + +.PHONY : src/app/querymanager.o + +# target to build an object file +src/app/querymanager.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o +.PHONY : src/app/querymanager.cpp.o + +src/app/querymanager.i: src/app/querymanager.cpp.i + +.PHONY : src/app/querymanager.i + +# target to preprocess a source file +src/app/querymanager.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.i +.PHONY : src/app/querymanager.cpp.i + +src/app/querymanager.s: src/app/querymanager.cpp.s + +.PHONY : src/app/querymanager.s + +# target to generate assembly for a file +src/app/querymanager.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.s +.PHONY : src/app/querymanager.cpp.s + +src/app/settingswidget/grabkeybutton.o: src/app/settingswidget/grabkeybutton.cpp.o + +.PHONY : src/app/settingswidget/grabkeybutton.o + +# target to build an object file +src/app/settingswidget/grabkeybutton.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o +.PHONY : src/app/settingswidget/grabkeybutton.cpp.o + +src/app/settingswidget/grabkeybutton.i: src/app/settingswidget/grabkeybutton.cpp.i + +.PHONY : src/app/settingswidget/grabkeybutton.i + +# target to preprocess a source file +src/app/settingswidget/grabkeybutton.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.i +.PHONY : src/app/settingswidget/grabkeybutton.cpp.i + +src/app/settingswidget/grabkeybutton.s: src/app/settingswidget/grabkeybutton.cpp.s + +.PHONY : src/app/settingswidget/grabkeybutton.s + +# target to generate assembly for a file +src/app/settingswidget/grabkeybutton.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.s +.PHONY : src/app/settingswidget/grabkeybutton.cpp.s + +src/app/settingswidget/loadermodel.o: src/app/settingswidget/loadermodel.cpp.o + +.PHONY : src/app/settingswidget/loadermodel.o + +# target to build an object file +src/app/settingswidget/loadermodel.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o +.PHONY : src/app/settingswidget/loadermodel.cpp.o + +src/app/settingswidget/loadermodel.i: src/app/settingswidget/loadermodel.cpp.i + +.PHONY : src/app/settingswidget/loadermodel.i + +# target to preprocess a source file +src/app/settingswidget/loadermodel.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.i +.PHONY : src/app/settingswidget/loadermodel.cpp.i + +src/app/settingswidget/loadermodel.s: src/app/settingswidget/loadermodel.cpp.s + +.PHONY : src/app/settingswidget/loadermodel.s + +# target to generate assembly for a file +src/app/settingswidget/loadermodel.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.s +.PHONY : src/app/settingswidget/loadermodel.cpp.s + +src/app/settingswidget/settingswidget.o: src/app/settingswidget/settingswidget.cpp.o + +.PHONY : src/app/settingswidget/settingswidget.o + +# target to build an object file +src/app/settingswidget/settingswidget.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o +.PHONY : src/app/settingswidget/settingswidget.cpp.o + +src/app/settingswidget/settingswidget.i: src/app/settingswidget/settingswidget.cpp.i + +.PHONY : src/app/settingswidget/settingswidget.i + +# target to preprocess a source file +src/app/settingswidget/settingswidget.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.i +.PHONY : src/app/settingswidget/settingswidget.cpp.i + +src/app/settingswidget/settingswidget.s: src/app/settingswidget/settingswidget.cpp.s + +.PHONY : src/app/settingswidget/settingswidget.s + +# target to generate assembly for a file +src/app/settingswidget/settingswidget.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.s +.PHONY : src/app/settingswidget/settingswidget.cpp.s + +src/app/settingswidget/statswidget.o: src/app/settingswidget/statswidget.cpp.o + +.PHONY : src/app/settingswidget/statswidget.o + +# target to build an object file +src/app/settingswidget/statswidget.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o +.PHONY : src/app/settingswidget/statswidget.cpp.o + +src/app/settingswidget/statswidget.i: src/app/settingswidget/statswidget.cpp.i + +.PHONY : src/app/settingswidget/statswidget.i + +# target to preprocess a source file +src/app/settingswidget/statswidget.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.i +.PHONY : src/app/settingswidget/statswidget.cpp.i + +src/app/settingswidget/statswidget.s: src/app/settingswidget/statswidget.cpp.s + +.PHONY : src/app/settingswidget/statswidget.s + +# target to generate assembly for a file +src/app/settingswidget/statswidget.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.s +.PHONY : src/app/settingswidget/statswidget.cpp.s + +src/app/trayicon.o: src/app/trayicon.cpp.o + +.PHONY : src/app/trayicon.o + +# target to build an object file +src/app/trayicon.cpp.o: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o +.PHONY : src/app/trayicon.cpp.o + +src/app/trayicon.i: src/app/trayicon.cpp.i + +.PHONY : src/app/trayicon.i + +# target to preprocess a source file +src/app/trayicon.cpp.i: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.i +.PHONY : src/app/trayicon.cpp.i + +src/app/trayicon.s: src/app/trayicon.cpp.s + +.PHONY : src/app/trayicon.s + +# target to generate assembly for a file +src/app/trayicon.cpp.s: + $(MAKE) -f CMakeFiles/albert-bin.dir/build.make CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.s +.PHONY : src/app/trayicon.cpp.s + +src/lib/fuzzysearch.o: src/lib/fuzzysearch.cpp.o + +.PHONY : src/lib/fuzzysearch.o + +# target to build an object file +src/lib/fuzzysearch.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o +.PHONY : src/lib/fuzzysearch.cpp.o + +src/lib/fuzzysearch.i: src/lib/fuzzysearch.cpp.i + +.PHONY : src/lib/fuzzysearch.i + +# target to preprocess a source file +src/lib/fuzzysearch.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.i +.PHONY : src/lib/fuzzysearch.cpp.i + +src/lib/fuzzysearch.s: src/lib/fuzzysearch.cpp.s + +.PHONY : src/lib/fuzzysearch.s + +# target to generate assembly for a file +src/lib/fuzzysearch.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.s +.PHONY : src/lib/fuzzysearch.cpp.s + +src/lib/history.o: src/lib/history.cpp.o + +.PHONY : src/lib/history.o + +# target to build an object file +src/lib/history.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/history.cpp.o +.PHONY : src/lib/history.cpp.o + +src/lib/history.i: src/lib/history.cpp.i + +.PHONY : src/lib/history.i + +# target to preprocess a source file +src/lib/history.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/history.cpp.i +.PHONY : src/lib/history.cpp.i + +src/lib/history.s: src/lib/history.cpp.s + +.PHONY : src/lib/history.s + +# target to generate assembly for a file +src/lib/history.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/history.cpp.s +.PHONY : src/lib/history.cpp.s + +src/lib/offlineindex.o: src/lib/offlineindex.cpp.o + +.PHONY : src/lib/offlineindex.o + +# target to build an object file +src/lib/offlineindex.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o +.PHONY : src/lib/offlineindex.cpp.o + +src/lib/offlineindex.i: src/lib/offlineindex.cpp.i + +.PHONY : src/lib/offlineindex.i + +# target to preprocess a source file +src/lib/offlineindex.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.i +.PHONY : src/lib/offlineindex.cpp.i + +src/lib/offlineindex.s: src/lib/offlineindex.cpp.s + +.PHONY : src/lib/offlineindex.s + +# target to generate assembly for a file +src/lib/offlineindex.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.s +.PHONY : src/lib/offlineindex.cpp.s + +src/lib/plugin.o: src/lib/plugin.cpp.o + +.PHONY : src/lib/plugin.o + +# target to build an object file +src/lib/plugin.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o +.PHONY : src/lib/plugin.cpp.o + +src/lib/plugin.i: src/lib/plugin.cpp.i + +.PHONY : src/lib/plugin.i + +# target to preprocess a source file +src/lib/plugin.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.i +.PHONY : src/lib/plugin.cpp.i + +src/lib/plugin.s: src/lib/plugin.cpp.s + +.PHONY : src/lib/plugin.s + +# target to generate assembly for a file +src/lib/plugin.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.s +.PHONY : src/lib/plugin.cpp.s + +src/lib/prefixsearch.o: src/lib/prefixsearch.cpp.o + +.PHONY : src/lib/prefixsearch.o + +# target to build an object file +src/lib/prefixsearch.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o +.PHONY : src/lib/prefixsearch.cpp.o + +src/lib/prefixsearch.i: src/lib/prefixsearch.cpp.i + +.PHONY : src/lib/prefixsearch.i + +# target to preprocess a source file +src/lib/prefixsearch.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.i +.PHONY : src/lib/prefixsearch.cpp.i + +src/lib/prefixsearch.s: src/lib/prefixsearch.cpp.s + +.PHONY : src/lib/prefixsearch.s + +# target to generate assembly for a file +src/lib/prefixsearch.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.s +.PHONY : src/lib/prefixsearch.cpp.s + +src/lib/searchbase.o: src/lib/searchbase.cpp.o + +.PHONY : src/lib/searchbase.o + +# target to build an object file +src/lib/searchbase.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o +.PHONY : src/lib/searchbase.cpp.o + +src/lib/searchbase.i: src/lib/searchbase.cpp.i + +.PHONY : src/lib/searchbase.i + +# target to preprocess a source file +src/lib/searchbase.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.i +.PHONY : src/lib/searchbase.cpp.i + +src/lib/searchbase.s: src/lib/searchbase.cpp.s + +.PHONY : src/lib/searchbase.s + +# target to generate assembly for a file +src/lib/searchbase.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.s +.PHONY : src/lib/searchbase.cpp.s + +src/lib/standardactions.o: src/lib/standardactions.cpp.o + +.PHONY : src/lib/standardactions.o + +# target to build an object file +src/lib/standardactions.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o +.PHONY : src/lib/standardactions.cpp.o + +src/lib/standardactions.i: src/lib/standardactions.cpp.i + +.PHONY : src/lib/standardactions.i + +# target to preprocess a source file +src/lib/standardactions.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.i +.PHONY : src/lib/standardactions.cpp.i + +src/lib/standardactions.s: src/lib/standardactions.cpp.s + +.PHONY : src/lib/standardactions.s + +# target to generate assembly for a file +src/lib/standardactions.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.s +.PHONY : src/lib/standardactions.cpp.s + +src/lib/standardindexitem.o: src/lib/standardindexitem.cpp.o + +.PHONY : src/lib/standardindexitem.o + +# target to build an object file +src/lib/standardindexitem.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o +.PHONY : src/lib/standardindexitem.cpp.o + +src/lib/standardindexitem.i: src/lib/standardindexitem.cpp.i + +.PHONY : src/lib/standardindexitem.i + +# target to preprocess a source file +src/lib/standardindexitem.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.i +.PHONY : src/lib/standardindexitem.cpp.i + +src/lib/standardindexitem.s: src/lib/standardindexitem.cpp.s + +.PHONY : src/lib/standardindexitem.s + +# target to generate assembly for a file +src/lib/standardindexitem.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.s +.PHONY : src/lib/standardindexitem.cpp.s + +src/lib/standarditem.o: src/lib/standarditem.cpp.o + +.PHONY : src/lib/standarditem.o + +# target to build an object file +src/lib/standarditem.cpp.o: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o +.PHONY : src/lib/standarditem.cpp.o + +src/lib/standarditem.i: src/lib/standarditem.cpp.i + +.PHONY : src/lib/standarditem.i + +# target to preprocess a source file +src/lib/standarditem.cpp.i: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.i +.PHONY : src/lib/standarditem.cpp.i + +src/lib/standarditem.s: src/lib/standarditem.cpp.s + +.PHONY : src/lib/standarditem.s + +# target to generate assembly for a file +src/lib/standarditem.cpp.s: + $(MAKE) -f CMakeFiles/albert-lib.dir/build.make CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.s +.PHONY : src/lib/standarditem.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... albert-bin" + @echo "... albert-lib" + @echo "... albert-bin_autogen" + @echo "... albert-lib_autogen" + @echo "... globalshortcut" + @echo "... globalshortcut_autogen" + @echo "... xdg" + @echo "... xdg_autogen" + @echo "... widgetboxmodel" + @echo "... widgetboxmodel_autogen" + @echo "... qmlboxmodel" + @echo "... qmlboxmodel_autogen" + @echo "... applications" + @echo "... applications_autogen" + @echo "... calculator" + @echo "... calculator_autogen" + @echo "... chromium" + @echo "... chromium_autogen" + @echo "... files" + @echo "... files_autogen" + @echo "... firefoxbookmarks" + @echo "... firefoxbookmarks_autogen" + @echo "... hashgenerator" + @echo "... hashgenerator_autogen" + @echo "... mpris" + @echo "... mpris_autogen" + @echo "... python" + @echo "... python_autogen" + @echo "... snippets" + @echo "... snippets_autogen" + @echo "... ssh" + @echo "... ssh_autogen" + @echo "... system" + @echo "... system_autogen" + @echo "... terminal" + @echo "... terminal_autogen" + @echo "... websearch" + @echo "... websearch_autogen" + @echo "... albert-bin_autogen/EWIEGA46WW/qrc_resources.o" + @echo "... albert-bin_autogen/EWIEGA46WW/qrc_resources.i" + @echo "... albert-bin_autogen/EWIEGA46WW/qrc_resources.s" + @echo "... albert-bin_autogen/mocs_compilation.o" + @echo "... albert-bin_autogen/mocs_compilation.i" + @echo "... albert-bin_autogen/mocs_compilation.s" + @echo "... albert-lib_autogen/mocs_compilation.o" + @echo "... albert-lib_autogen/mocs_compilation.i" + @echo "... albert-lib_autogen/mocs_compilation.s" + @echo "... src/app/extension.o" + @echo "... src/app/extension.i" + @echo "... src/app/extension.s" + @echo "... src/app/extensionmanager.o" + @echo "... src/app/extensionmanager.i" + @echo "... src/app/extensionmanager.s" + @echo "... src/app/frontendmanager.o" + @echo "... src/app/frontendmanager.i" + @echo "... src/app/frontendmanager.s" + @echo "... src/app/main.o" + @echo "... src/app/main.i" + @echo "... src/app/main.s" + @echo "... src/app/pluginspec.o" + @echo "... src/app/pluginspec.i" + @echo "... src/app/pluginspec.s" + @echo "... src/app/query.o" + @echo "... src/app/query.i" + @echo "... src/app/query.s" + @echo "... src/app/queryexecution.o" + @echo "... src/app/queryexecution.i" + @echo "... src/app/queryexecution.s" + @echo "... src/app/querymanager.o" + @echo "... src/app/querymanager.i" + @echo "... src/app/querymanager.s" + @echo "... src/app/settingswidget/grabkeybutton.o" + @echo "... src/app/settingswidget/grabkeybutton.i" + @echo "... src/app/settingswidget/grabkeybutton.s" + @echo "... src/app/settingswidget/loadermodel.o" + @echo "... src/app/settingswidget/loadermodel.i" + @echo "... src/app/settingswidget/loadermodel.s" + @echo "... src/app/settingswidget/settingswidget.o" + @echo "... src/app/settingswidget/settingswidget.i" + @echo "... src/app/settingswidget/settingswidget.s" + @echo "... src/app/settingswidget/statswidget.o" + @echo "... src/app/settingswidget/statswidget.i" + @echo "... src/app/settingswidget/statswidget.s" + @echo "... src/app/trayicon.o" + @echo "... src/app/trayicon.i" + @echo "... src/app/trayicon.s" + @echo "... src/lib/fuzzysearch.o" + @echo "... src/lib/fuzzysearch.i" + @echo "... src/lib/fuzzysearch.s" + @echo "... src/lib/history.o" + @echo "... src/lib/history.i" + @echo "... src/lib/history.s" + @echo "... src/lib/offlineindex.o" + @echo "... src/lib/offlineindex.i" + @echo "... src/lib/offlineindex.s" + @echo "... src/lib/plugin.o" + @echo "... src/lib/plugin.i" + @echo "... src/lib/plugin.s" + @echo "... src/lib/prefixsearch.o" + @echo "... src/lib/prefixsearch.i" + @echo "... src/lib/prefixsearch.s" + @echo "... src/lib/searchbase.o" + @echo "... src/lib/searchbase.i" + @echo "... src/lib/searchbase.s" + @echo "... src/lib/standardactions.o" + @echo "... src/lib/standardactions.i" + @echo "... src/lib/standardactions.s" + @echo "... src/lib/standardindexitem.o" + @echo "... src/lib/standardindexitem.i" + @echo "... src/lib/standardindexitem.s" + @echo "... src/lib/standarditem.o" + @echo "... src/lib/standarditem.i" + @echo "... src/lib/standarditem.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 + diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake new file mode 100644 index 0000000..d140ecb --- /dev/null +++ b/build/cmake_install.cmake @@ -0,0 +1,112 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libalbert.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libalbert.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libalbert.so" + RPATH "$ORIGIN") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libalbert.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libalbert.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libalbert.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libalbert.so" + OLD_RPATH ":::::::" + NEW_RPATH "$ORIGIN") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libalbert.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/albert" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/albert") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/albert" + RPATH "$ORIGIN/../lib/albert/") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/bin/albert") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/albert" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/albert") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/albert" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../lib/albert/") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/albert") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps" TYPE FILE FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/resources/icons/albert.svg") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/etc" TYPE DIRECTORY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/hamonikr/etc/") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications" TYPE FILE FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/hamonikr/albert.desktop") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/compile_commands.json b/build/compile_commands.json new file mode 100644 index 0000000..271e30c --- /dev/null +++ b/build/compile_commands.json @@ -0,0 +1,532 @@ +[ +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/albert-bin_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/extensionmanager.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extensionmanager.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/extensionmanager.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/frontendmanager.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/frontendmanager.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/frontendmanager.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/main.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/main.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/main.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/pluginspec.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/pluginspec.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/pluginspec.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/query.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/query.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/query.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/queryexecution.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/queryexecution.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/queryexecution.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/querymanager.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/querymanager.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/querymanager.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/settingswidget/grabkeybutton.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/grabkeybutton.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/grabkeybutton.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/settingswidget/loadermodel.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/loadermodel.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/loadermodel.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/settingswidget/settingswidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/settingswidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/settingswidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/settingswidget/statswidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/statswidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget/statswidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/src/app/trayicon.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/trayicon.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/trayicon.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DBUILD_WITH_QTCHARTS -DMULTIARCH_TUPLE=\\\"x86_64-linux-gnu\\\" -DQT_CHARTS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/app/settingswidget -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtCharts -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/albert-bin.dir/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-bin_autogen/EWIEGA46WW/qrc_resources.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/albert-lib_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/fuzzysearch.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/fuzzysearch.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/fuzzysearch.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/history.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/history.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/history.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/offlineindex.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/offlineindex.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/offlineindex.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/plugin.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/plugin.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/plugin.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/prefixsearch.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/prefixsearch.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/prefixsearch.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/searchbase.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/searchbase.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/searchbase.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/standardactions.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardactions.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardactions.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/standardindexitem.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardindexitem.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standardindexitem.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DCORE -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -Dalbert_lib_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build -I/home/hamonikr/workspaces/tmp/albert-0.17.2 -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/albert-lib_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include/albert/util -I/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/albert-lib.dir/src/lib/standarditem.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standarditem.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/src/lib/standarditem.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DGLOBALSHORTCUT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DGLOBALSHORTCUT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DGLOBALSHORTCUT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_X11EXTRAS_LIB -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 -o CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager_x11.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager_x11.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DXDG_DEF -Dxdg_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DXDG_DEF -Dxdg_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/xdg.dir/src/iconlookup.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/iconlookup.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/iconlookup.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DXDG_DEF -Dxdg_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 -o CMakeFiles/xdg.dir/src/themefileparser.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/themefileparser.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/themefileparser.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/actionlist.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/actionlist.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendplugin.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendplugin.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resizinglist.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resizinglist.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resultslist.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resultslist.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/settingsbutton.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/settingsbutton.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -Dqmlboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -Dqmlboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -Dqmlboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/frontendplugin.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/frontendplugin.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -Dqmlboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/mainwindow.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/mainwindow.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -Dqmlboxmodel_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/propertyeditor.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/propertyeditor.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dapplications_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dapplications_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/applications.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dapplications_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/applications.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dapplications_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dcalculator_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dcalculator_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/calculator.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dcalculator_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/calculator.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dcalculator_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dchromium_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dchromium_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/chromium.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dchromium_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/src/file.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/file.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/file.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/src/indexfile.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indexfile.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indexfile.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/src/indextreenode.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indextreenode.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indextreenode.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/src/mimetypedialog.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/mimetypedialog.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/mimetypedialog.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/src/standardfile.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/standardfile.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/standardfile.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dfirefoxbookmarks_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dfirefoxbookmarks_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dfirefoxbookmarks_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dfirefoxbookmarks_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dhashgenerator_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dhashgenerator_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dhashgenerator_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/hashgenerator.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dhashgenerator_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dmpris_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dmpris_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/mpris.dir/src/command.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/command.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/command.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dmpris_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/mpris.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dmpris_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/mpris.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dmpris_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/mpris.dir/src/item.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/item.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/item.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dmpris_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dpython_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/python3.8 -isystem /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dpython_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/python3.8 -isystem /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/python.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dpython_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/python3.8 -isystem /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/python.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dpython_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/python3.8 -isystem /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/python.dir/src/modulesmodel.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/modulesmodel.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/modulesmodel.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dpython_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/python3.8 -isystem /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/python.dir/src/pythonmodulev1.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/pythonmodulev1.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/pythonmodulev1.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dpython_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/python3.8 -isystem /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dsnippets_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dsnippets_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/snippets.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dsnippets_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/snippets.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dsnippets_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/snippeteditordialog.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/snippeteditordialog.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dsnippets_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dssh_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dssh_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/ssh.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dssh_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/ssh.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dssh_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dsystem_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dsystem_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/system.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dsystem_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/system.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dsystem_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dterminal_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dterminal_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/terminal.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dterminal_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dwebsearch_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/mocs_compilation.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/mocs_compilation.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dwebsearch_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/websearch.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/configwidget.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/configwidget.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dwebsearch_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/websearch.dir/src/enginesmodel.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/enginesmodel.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/enginesmodel.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dwebsearch_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/websearch.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/extension.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/extension.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dwebsearch_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengineeditor.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengineeditor.cpp" +}, +{ + "directory": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "command": "/bin/x86_64-linux-gnu-g++-9 -DALBERT_VERSION=\\\"0.17.2\\\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dwebsearch_EXPORTS -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 -o CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp", + "file": "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp" +} +] \ No newline at end of file diff --git a/build/lib/globalshortcut/CMakeFiles/CMakeDirectoryInformation.cmake b/build/lib/globalshortcut/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/DependInfo.cmake b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/DependInfo.cmake new file mode 100644 index 0000000..ae10a2e --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/DependInfo.cmake @@ -0,0 +1,42 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager_x11.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "GLOBALSHORTCUT" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_X11EXTRAS_LIB" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "lib/globalshortcut" + "../lib/globalshortcut" + "lib/globalshortcut/globalshortcut_autogen/include" + "../lib/globalshortcut/include" + "../lib/globalshortcut/include/globalshortcut" + "../lib/globalshortcut/src" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make new file mode 100644 index 0000000..4356a24 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make @@ -0,0 +1,129 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include lib/globalshortcut/CMakeFiles/globalshortcut.dir/depend.make + +# Include the progress variables for this target. +include lib/globalshortcut/CMakeFiles/globalshortcut.dir/progress.make + +# Include the compile flags for this target's objects. +include lib/globalshortcut/CMakeFiles/globalshortcut.dir/flags.make + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o: lib/globalshortcut/CMakeFiles/globalshortcut.dir/flags.make +lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o: lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp > CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.i + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp -o CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.s + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o: lib/globalshortcut/CMakeFiles/globalshortcut.dir/flags.make +lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o: ../lib/globalshortcut/src/hotkeymanager.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager.cpp + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager.cpp > CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.i + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager.cpp -o CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.s + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o: lib/globalshortcut/CMakeFiles/globalshortcut.dir/flags.make +lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o: ../lib/globalshortcut/src/hotkeymanager_x11.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager_x11.cpp + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager_x11.cpp > CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.i + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager_x11.cpp -o CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.s + +# Object files for target globalshortcut +globalshortcut_OBJECTS = \ +"CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o" \ +"CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o" + +# External object files for target globalshortcut +globalshortcut_EXTERNAL_OBJECTS = + +lib/globalshortcut/libglobalshortcut.a: lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o +lib/globalshortcut/libglobalshortcut.a: lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o +lib/globalshortcut/libglobalshortcut.a: lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o +lib/globalshortcut/libglobalshortcut.a: lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make +lib/globalshortcut/libglobalshortcut.a: lib/globalshortcut/CMakeFiles/globalshortcut.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX static library libglobalshortcut.a" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && $(CMAKE_COMMAND) -P CMakeFiles/globalshortcut.dir/cmake_clean_target.cmake + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/globalshortcut.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +lib/globalshortcut/CMakeFiles/globalshortcut.dir/build: lib/globalshortcut/libglobalshortcut.a + +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut.dir/build + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && $(CMAKE_COMMAND) -P CMakeFiles/globalshortcut.dir/cmake_clean.cmake +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut.dir/clean + +lib/globalshortcut/CMakeFiles/globalshortcut.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut.dir/depend + diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/cmake_clean.cmake b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/cmake_clean.cmake new file mode 100644 index 0000000..8701d33 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + "CMakeFiles/globalshortcut_autogen.dir/AutogenUsed.txt" + "CMakeFiles/globalshortcut_autogen.dir/ParseCache.txt" + "globalshortcut_autogen" + "CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o" + "CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o" + "CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o" + "libglobalshortcut.a" + "libglobalshortcut.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/globalshortcut.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/cmake_clean_target.cmake b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..c1fda66 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libglobalshortcut.a" +) diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/depend.make b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/depend.make new file mode 100644 index 0000000..59c8312 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for globalshortcut. +# This may be replaced when dependencies are built. diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/flags.make b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/flags.make new file mode 100644 index 0000000..ea663a2 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DGLOBALSHORTCUT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_X11EXTRAS_LIB + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include/globalshortcut -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras + diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/link.txt b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/link.txt new file mode 100644 index 0000000..121aaf9 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/link.txt @@ -0,0 +1,2 @@ +/bin/ar qc libglobalshortcut.a CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o +/bin/ranlib libglobalshortcut.a diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/progress.make b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/progress.make new file mode 100644 index 0000000..f965c55 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 44 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 45 +CMAKE_PROGRESS_4 = 46 + diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/AutogenInfo.json b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..4ff5425 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/AutogenInfo.json @@ -0,0 +1,101 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include/globalshortcut/globalshortcut_globals.h", + "MU", + "CNNQ6PPAUA/moc_globalshortcut_globals.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include/globalshortcut/hotkeymanager.h", + "MU", + "CNNQ6PPAUA/moc_hotkeymanager.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager_x11.h", + "MU", + "UVLADIE3JM/moc_hotkeymanager_x11.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "GLOBALSHORTCUT", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_X11EXTRAS_LIB" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/include/globalshortcut", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/globalshortcut_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut/src/hotkeymanager_x11.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/DependInfo.cmake b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make new file mode 100644 index 0000000..af732ca --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for globalshortcut_autogen. + +# Include the progress variables for this target. +include lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/progress.make + +lib/globalshortcut/CMakeFiles/globalshortcut_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target globalshortcut" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/AutogenInfo.json Debug + +globalshortcut_autogen: lib/globalshortcut/CMakeFiles/globalshortcut_autogen +globalshortcut_autogen: lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make + +.PHONY : globalshortcut_autogen + +# Rule to build all files generated by this target. +lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build: globalshortcut_autogen + +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build + +lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut && $(CMAKE_COMMAND) -P CMakeFiles/globalshortcut_autogen.dir/cmake_clean.cmake +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/clean + +lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/depend + diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/cmake_clean.cmake b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..8358915 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/globalshortcut_autogen" + "globalshortcut_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/globalshortcut_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/progress.make b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/lib/globalshortcut/CMakeFiles/progress.marks b/build/lib/globalshortcut/CMakeFiles/progress.marks new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/build/lib/globalshortcut/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/build/lib/globalshortcut/Makefile b/build/lib/globalshortcut/Makefile new file mode 100644 index 0000000..b22ec8e --- /dev/null +++ b/build/lib/globalshortcut/Makefile @@ -0,0 +1,306 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/globalshortcut/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/globalshortcut/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/globalshortcut/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/globalshortcut/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/globalshortcut/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +lib/globalshortcut/CMakeFiles/globalshortcut.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/globalshortcut/CMakeFiles/globalshortcut.dir/rule +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut.dir/rule + +# Convenience name for target. +globalshortcut: lib/globalshortcut/CMakeFiles/globalshortcut.dir/rule + +.PHONY : globalshortcut + +# fast build rule for target. +globalshortcut/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/build +.PHONY : globalshortcut/fast + +# Convenience name for target. +lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/rule +.PHONY : lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/rule + +# Convenience name for target. +globalshortcut_autogen: lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/rule + +.PHONY : globalshortcut_autogen + +# fast build rule for target. +globalshortcut_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut_autogen.dir/build +.PHONY : globalshortcut_autogen/fast + +globalshortcut_autogen/mocs_compilation.o: globalshortcut_autogen/mocs_compilation.cpp.o + +.PHONY : globalshortcut_autogen/mocs_compilation.o + +# target to build an object file +globalshortcut_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.o +.PHONY : globalshortcut_autogen/mocs_compilation.cpp.o + +globalshortcut_autogen/mocs_compilation.i: globalshortcut_autogen/mocs_compilation.cpp.i + +.PHONY : globalshortcut_autogen/mocs_compilation.i + +# target to preprocess a source file +globalshortcut_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.i +.PHONY : globalshortcut_autogen/mocs_compilation.cpp.i + +globalshortcut_autogen/mocs_compilation.s: globalshortcut_autogen/mocs_compilation.cpp.s + +.PHONY : globalshortcut_autogen/mocs_compilation.s + +# target to generate assembly for a file +globalshortcut_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/globalshortcut_autogen/mocs_compilation.cpp.s +.PHONY : globalshortcut_autogen/mocs_compilation.cpp.s + +src/hotkeymanager.o: src/hotkeymanager.cpp.o + +.PHONY : src/hotkeymanager.o + +# target to build an object file +src/hotkeymanager.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.o +.PHONY : src/hotkeymanager.cpp.o + +src/hotkeymanager.i: src/hotkeymanager.cpp.i + +.PHONY : src/hotkeymanager.i + +# target to preprocess a source file +src/hotkeymanager.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.i +.PHONY : src/hotkeymanager.cpp.i + +src/hotkeymanager.s: src/hotkeymanager.cpp.s + +.PHONY : src/hotkeymanager.s + +# target to generate assembly for a file +src/hotkeymanager.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager.cpp.s +.PHONY : src/hotkeymanager.cpp.s + +src/hotkeymanager_x11.o: src/hotkeymanager_x11.cpp.o + +.PHONY : src/hotkeymanager_x11.o + +# target to build an object file +src/hotkeymanager_x11.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.o +.PHONY : src/hotkeymanager_x11.cpp.o + +src/hotkeymanager_x11.i: src/hotkeymanager_x11.cpp.i + +.PHONY : src/hotkeymanager_x11.i + +# target to preprocess a source file +src/hotkeymanager_x11.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.i +.PHONY : src/hotkeymanager_x11.cpp.i + +src/hotkeymanager_x11.s: src/hotkeymanager_x11.cpp.s + +.PHONY : src/hotkeymanager_x11.s + +# target to generate assembly for a file +src/hotkeymanager_x11.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/globalshortcut/CMakeFiles/globalshortcut.dir/build.make lib/globalshortcut/CMakeFiles/globalshortcut.dir/src/hotkeymanager_x11.cpp.s +.PHONY : src/hotkeymanager_x11.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... globalshortcut" + @echo "... globalshortcut_autogen" + @echo "... globalshortcut_autogen/mocs_compilation.o" + @echo "... globalshortcut_autogen/mocs_compilation.i" + @echo "... globalshortcut_autogen/mocs_compilation.s" + @echo "... src/hotkeymanager.o" + @echo "... src/hotkeymanager.i" + @echo "... src/hotkeymanager.s" + @echo "... src/hotkeymanager_x11.o" + @echo "... src/hotkeymanager_x11.i" + @echo "... src/hotkeymanager_x11.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/lib/globalshortcut/cmake_install.cmake b/build/lib/globalshortcut/cmake_install.cmake new file mode 100644 index 0000000..c3f0a8a --- /dev/null +++ b/build/lib/globalshortcut/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/globalshortcut + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + diff --git a/build/lib/xdg/CMakeFiles/CMakeDirectoryInformation.cmake b/build/lib/xdg/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/lib/xdg/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/lib/xdg/CMakeFiles/progress.marks b/build/lib/xdg/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/build/lib/xdg/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake b/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake new file mode 100644 index 0000000..c593f5c --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/iconlookup.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/themefileparser.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "XDG_DEF" + "xdg_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "lib/xdg" + "../lib/xdg" + "lib/xdg/xdg_autogen/include" + "../lib/xdg/include" + "../lib/xdg/include/xdg" + "../lib/xdg/src" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/lib/xdg/CMakeFiles/xdg.dir/build.make b/build/lib/xdg/CMakeFiles/xdg.dir/build.make new file mode 100644 index 0000000..58814a2 --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg.dir/build.make @@ -0,0 +1,130 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include lib/xdg/CMakeFiles/xdg.dir/depend.make + +# Include the progress variables for this target. +include lib/xdg/CMakeFiles/xdg.dir/progress.make + +# Include the compile flags for this target's objects. +include lib/xdg/CMakeFiles/xdg.dir/flags.make + +lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o: lib/xdg/CMakeFiles/xdg.dir/flags.make +lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o: lib/xdg/xdg_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/mocs_compilation.cpp + +lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/mocs_compilation.cpp > CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.i + +lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/mocs_compilation.cpp -o CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.s + +lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.o: lib/xdg/CMakeFiles/xdg.dir/flags.make +lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.o: ../lib/xdg/src/iconlookup.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/xdg.dir/src/iconlookup.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/iconlookup.cpp + +lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/xdg.dir/src/iconlookup.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/iconlookup.cpp > CMakeFiles/xdg.dir/src/iconlookup.cpp.i + +lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/xdg.dir/src/iconlookup.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/iconlookup.cpp -o CMakeFiles/xdg.dir/src/iconlookup.cpp.s + +lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.o: lib/xdg/CMakeFiles/xdg.dir/flags.make +lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.o: ../lib/xdg/src/themefileparser.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/xdg.dir/src/themefileparser.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/themefileparser.cpp + +lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/xdg.dir/src/themefileparser.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/themefileparser.cpp > CMakeFiles/xdg.dir/src/themefileparser.cpp.i + +lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/xdg.dir/src/themefileparser.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/themefileparser.cpp -o CMakeFiles/xdg.dir/src/themefileparser.cpp.s + +# Object files for target xdg +xdg_OBJECTS = \ +"CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/xdg.dir/src/iconlookup.cpp.o" \ +"CMakeFiles/xdg.dir/src/themefileparser.cpp.o" + +# External object files for target xdg +xdg_EXTERNAL_OBJECTS = + +lib/libxdg.so: lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o +lib/libxdg.so: lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.o +lib/libxdg.so: lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.o +lib/libxdg.so: lib/xdg/CMakeFiles/xdg.dir/build.make +lib/libxdg.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libxdg.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libxdg.so: lib/xdg/CMakeFiles/xdg.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX shared library ../libxdg.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/xdg.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +lib/xdg/CMakeFiles/xdg.dir/build: lib/libxdg.so + +.PHONY : lib/xdg/CMakeFiles/xdg.dir/build + +lib/xdg/CMakeFiles/xdg.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && $(CMAKE_COMMAND) -P CMakeFiles/xdg.dir/cmake_clean.cmake +.PHONY : lib/xdg/CMakeFiles/xdg.dir/clean + +lib/xdg/CMakeFiles/xdg.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : lib/xdg/CMakeFiles/xdg.dir/depend + diff --git a/build/lib/xdg/CMakeFiles/xdg.dir/cmake_clean.cmake b/build/lib/xdg/CMakeFiles/xdg.dir/cmake_clean.cmake new file mode 100644 index 0000000..53a0538 --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + "../libxdg.pdb" + "../libxdg.so" + "CMakeFiles/xdg_autogen.dir/AutogenUsed.txt" + "CMakeFiles/xdg_autogen.dir/ParseCache.txt" + "xdg_autogen" + "CMakeFiles/xdg.dir/src/iconlookup.cpp.o" + "CMakeFiles/xdg.dir/src/themefileparser.cpp.o" + "CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/xdg.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/lib/xdg/CMakeFiles/xdg.dir/depend.make b/build/lib/xdg/CMakeFiles/xdg.dir/depend.make new file mode 100644 index 0000000..6985a41 --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for xdg. +# This may be replaced when dependencies are built. diff --git a/build/lib/xdg/CMakeFiles/xdg.dir/flags.make b/build/lib/xdg/CMakeFiles/xdg.dir/flags.make new file mode 100644 index 0000000..d5eae83 --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DXDG_DEF -Dxdg_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include/xdg -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ + diff --git a/build/lib/xdg/CMakeFiles/xdg.dir/link.txt b/build/lib/xdg/CMakeFiles/xdg.dir/link.txt new file mode 100644 index 0000000..c9bcb3d --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libxdg.so -o ../libxdg.so CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o CMakeFiles/xdg.dir/src/iconlookup.cpp.o CMakeFiles/xdg.dir/src/themefileparser.cpp.o /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/lib/xdg/CMakeFiles/xdg.dir/progress.make b/build/lib/xdg/CMakeFiles/xdg.dir/progress.make new file mode 100644 index 0000000..10f99ce --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 97 +CMAKE_PROGRESS_2 = 98 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 99 + diff --git a/build/lib/xdg/CMakeFiles/xdg_autogen.dir/AutogenInfo.json b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..2d7db93 --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/AutogenInfo.json @@ -0,0 +1,100 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include/xdg/iconlookup.h", + "MU", + "E6LI5OXSPA/moc_iconlookup.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include/xdg/xdg_globals.h", + "MU", + "E6LI5OXSPA/moc_xdg_globals.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/themefileparser.h", + "MU", + "UVLADIE3JM/moc_themefileparser.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "XDG_DEF", + "xdg_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include/xdg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/xdg_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/iconlookup.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/src/themefileparser.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/lib/xdg/CMakeFiles/xdg_autogen.dir/DependInfo.cmake b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/lib/xdg/CMakeFiles/xdg_autogen.dir/build.make b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/build.make new file mode 100644 index 0000000..75daf17 --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for xdg_autogen. + +# Include the progress variables for this target. +include lib/xdg/CMakeFiles/xdg_autogen.dir/progress.make + +lib/xdg/CMakeFiles/xdg_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target xdg" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg_autogen.dir/AutogenInfo.json Debug + +xdg_autogen: lib/xdg/CMakeFiles/xdg_autogen +xdg_autogen: lib/xdg/CMakeFiles/xdg_autogen.dir/build.make + +.PHONY : xdg_autogen + +# Rule to build all files generated by this target. +lib/xdg/CMakeFiles/xdg_autogen.dir/build: xdg_autogen + +.PHONY : lib/xdg/CMakeFiles/xdg_autogen.dir/build + +lib/xdg/CMakeFiles/xdg_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg && $(CMAKE_COMMAND) -P CMakeFiles/xdg_autogen.dir/cmake_clean.cmake +.PHONY : lib/xdg/CMakeFiles/xdg_autogen.dir/clean + +lib/xdg/CMakeFiles/xdg_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : lib/xdg/CMakeFiles/xdg_autogen.dir/depend + diff --git a/build/lib/xdg/CMakeFiles/xdg_autogen.dir/cmake_clean.cmake b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..e61e59b --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/xdg_autogen" + "xdg_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/xdg_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/lib/xdg/CMakeFiles/xdg_autogen.dir/progress.make b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/progress.make new file mode 100644 index 0000000..7ad5bcb --- /dev/null +++ b/build/lib/xdg/CMakeFiles/xdg_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 100 + diff --git a/build/lib/xdg/Makefile b/build/lib/xdg/Makefile new file mode 100644 index 0000000..556cebd --- /dev/null +++ b/build/lib/xdg/Makefile @@ -0,0 +1,306 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/xdg/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/xdg/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/xdg/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/xdg/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +lib/xdg/CMakeFiles/xdg.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/xdg/CMakeFiles/xdg.dir/rule +.PHONY : lib/xdg/CMakeFiles/xdg.dir/rule + +# Convenience name for target. +xdg: lib/xdg/CMakeFiles/xdg.dir/rule + +.PHONY : xdg + +# fast build rule for target. +xdg/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/build +.PHONY : xdg/fast + +# Convenience name for target. +lib/xdg/CMakeFiles/xdg_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 lib/xdg/CMakeFiles/xdg_autogen.dir/rule +.PHONY : lib/xdg/CMakeFiles/xdg_autogen.dir/rule + +# Convenience name for target. +xdg_autogen: lib/xdg/CMakeFiles/xdg_autogen.dir/rule + +.PHONY : xdg_autogen + +# fast build rule for target. +xdg_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg_autogen.dir/build.make lib/xdg/CMakeFiles/xdg_autogen.dir/build +.PHONY : xdg_autogen/fast + +src/iconlookup.o: src/iconlookup.cpp.o + +.PHONY : src/iconlookup.o + +# target to build an object file +src/iconlookup.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.o +.PHONY : src/iconlookup.cpp.o + +src/iconlookup.i: src/iconlookup.cpp.i + +.PHONY : src/iconlookup.i + +# target to preprocess a source file +src/iconlookup.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.i +.PHONY : src/iconlookup.cpp.i + +src/iconlookup.s: src/iconlookup.cpp.s + +.PHONY : src/iconlookup.s + +# target to generate assembly for a file +src/iconlookup.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/src/iconlookup.cpp.s +.PHONY : src/iconlookup.cpp.s + +src/themefileparser.o: src/themefileparser.cpp.o + +.PHONY : src/themefileparser.o + +# target to build an object file +src/themefileparser.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.o +.PHONY : src/themefileparser.cpp.o + +src/themefileparser.i: src/themefileparser.cpp.i + +.PHONY : src/themefileparser.i + +# target to preprocess a source file +src/themefileparser.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.i +.PHONY : src/themefileparser.cpp.i + +src/themefileparser.s: src/themefileparser.cpp.s + +.PHONY : src/themefileparser.s + +# target to generate assembly for a file +src/themefileparser.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/src/themefileparser.cpp.s +.PHONY : src/themefileparser.cpp.s + +xdg_autogen/mocs_compilation.o: xdg_autogen/mocs_compilation.cpp.o + +.PHONY : xdg_autogen/mocs_compilation.o + +# target to build an object file +xdg_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.o +.PHONY : xdg_autogen/mocs_compilation.cpp.o + +xdg_autogen/mocs_compilation.i: xdg_autogen/mocs_compilation.cpp.i + +.PHONY : xdg_autogen/mocs_compilation.i + +# target to preprocess a source file +xdg_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.i +.PHONY : xdg_autogen/mocs_compilation.cpp.i + +xdg_autogen/mocs_compilation.s: xdg_autogen/mocs_compilation.cpp.s + +.PHONY : xdg_autogen/mocs_compilation.s + +# target to generate assembly for a file +xdg_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f lib/xdg/CMakeFiles/xdg.dir/build.make lib/xdg/CMakeFiles/xdg.dir/xdg_autogen/mocs_compilation.cpp.s +.PHONY : xdg_autogen/mocs_compilation.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... xdg" + @echo "... xdg_autogen" + @echo "... src/iconlookup.o" + @echo "... src/iconlookup.i" + @echo "... src/iconlookup.s" + @echo "... src/themefileparser.o" + @echo "... src/themefileparser.i" + @echo "... src/themefileparser.s" + @echo "... xdg_autogen/mocs_compilation.o" + @echo "... xdg_autogen/mocs_compilation.i" + @echo "... xdg_autogen/mocs_compilation.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/lib/xdg/cmake_install.cmake b/build/lib/xdg/cmake_install.cmake new file mode 100644 index 0000000..0322481 --- /dev/null +++ b/build/lib/xdg/cmake_install.cmake @@ -0,0 +1,58 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libxdg.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libxdg.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libxdg.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libxdg.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libxdg.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libxdg.so") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/libxdg.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/CMakeFiles/progress.marks b/build/plugins/CMakeFiles/progress.marks new file mode 100644 index 0000000..8cf5c1a --- /dev/null +++ b/build/plugins/CMakeFiles/progress.marks @@ -0,0 +1 @@ +86 diff --git a/build/plugins/Makefile b/build/plugins/Makefile new file mode 100644 index 0000000..bbb1554 --- /dev/null +++ b/build/plugins/Makefile @@ -0,0 +1,184 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" +.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/applications/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/applications/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/applications/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/applications/CMakeFiles/applications.dir/DependInfo.cmake b/build/plugins/applications/CMakeFiles/applications.dir/DependInfo.cmake new file mode 100644 index 0000000..081f77f --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications.dir/DependInfo.cmake @@ -0,0 +1,47 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CONCURRENT_LIB" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "applications_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/applications" + "../plugins/applications" + "plugins/applications/applications_autogen/include" + "../plugins/applications/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/applications/CMakeFiles/applications.dir/build.make b/build/plugins/applications/CMakeFiles/applications.dir/build.make new file mode 100644 index 0000000..a1db081 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications.dir/build.make @@ -0,0 +1,156 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/applications/CMakeFiles/applications.dir/depend.make + +# Include the progress variables for this target. +include plugins/applications/CMakeFiles/applications.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/applications/CMakeFiles/applications.dir/flags.make + +plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp: ../plugins/applications/applications.qrc +plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp: plugins/applications/CMakeFiles/applications_autogen.dir/AutoRcc_applications_EWIEGA46WW_Info.json +plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp: ../plugins/applications/resources/application-x-executable.svg +plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for applications.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutoRcc_applications_EWIEGA46WW_Info.json Debug + +plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o: plugins/applications/CMakeFiles/applications.dir/flags.make +plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o: plugins/applications/applications_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/mocs_compilation.cpp + +plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/mocs_compilation.cpp > CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.i + +plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/mocs_compilation.cpp -o CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.s + +plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.o: plugins/applications/CMakeFiles/applications.dir/flags.make +plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.o: ../plugins/applications/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/applications.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/configwidget.cpp + +plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/applications.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/configwidget.cpp > CMakeFiles/applications.dir/src/configwidget.cpp.i + +plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/applications.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/configwidget.cpp -o CMakeFiles/applications.dir/src/configwidget.cpp.s + +plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.o: plugins/applications/CMakeFiles/applications.dir/flags.make +plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.o: ../plugins/applications/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/applications.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/extension.cpp + +plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/applications.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/extension.cpp > CMakeFiles/applications.dir/src/extension.cpp.i + +plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/applications.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/extension.cpp -o CMakeFiles/applications.dir/src/extension.cpp.s + +plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o: plugins/applications/CMakeFiles/applications.dir/flags.make +plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o: plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp + +plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp > CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.i + +plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp -o CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.s + +# Object files for target applications +applications_OBJECTS = \ +"CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/applications.dir/src/configwidget.cpp.o" \ +"CMakeFiles/applications.dir/src/extension.cpp.o" \ +"CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o" + +# External object files for target applications +applications_EXTERNAL_OBJECTS = + +lib/libapplications.so: plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o +lib/libapplications.so: plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.o +lib/libapplications.so: plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.o +lib/libapplications.so: plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o +lib/libapplications.so: plugins/applications/CMakeFiles/applications.dir/build.make +lib/libapplications.so: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 +lib/libapplications.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libapplications.so: lib/libalbert.so +lib/libapplications.so: lib/libxdg.so +lib/libapplications.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libapplications.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libapplications.so: plugins/applications/CMakeFiles/applications.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX shared library ../../lib/libapplications.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/applications.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/applications/CMakeFiles/applications.dir/build: lib/libapplications.so + +.PHONY : plugins/applications/CMakeFiles/applications.dir/build + +plugins/applications/CMakeFiles/applications.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && $(CMAKE_COMMAND) -P CMakeFiles/applications.dir/cmake_clean.cmake +.PHONY : plugins/applications/CMakeFiles/applications.dir/clean + +plugins/applications/CMakeFiles/applications.dir/depend: plugins/applications/applications_autogen/EWIEGA46WW/qrc_applications.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/applications/CMakeFiles/applications.dir/depend + diff --git a/build/plugins/applications/CMakeFiles/applications.dir/cmake_clean.cmake b/build/plugins/applications/CMakeFiles/applications.dir/cmake_clean.cmake new file mode 100644 index 0000000..2116c76 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "../../lib/libapplications.pdb" + "../../lib/libapplications.so" + "CMakeFiles/applications_autogen.dir/AutogenUsed.txt" + "CMakeFiles/applications_autogen.dir/ParseCache.txt" + "applications_autogen" + "CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o" + "CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o" + "CMakeFiles/applications.dir/src/configwidget.cpp.o" + "CMakeFiles/applications.dir/src/extension.cpp.o" + "applications_autogen/EWIEGA46WW/qrc_applications.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/applications.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/applications/CMakeFiles/applications.dir/depend.make b/build/plugins/applications/CMakeFiles/applications.dir/depend.make new file mode 100644 index 0000000..6d7d669 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for applications. +# This may be replaced when dependencies are built. diff --git a/build/plugins/applications/CMakeFiles/applications.dir/flags.make b/build/plugins/applications/CMakeFiles/applications.dir/flags.make new file mode 100644 index 0000000..365d0e6 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dapplications_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui + diff --git a/build/plugins/applications/CMakeFiles/applications.dir/link.txt b/build/plugins/applications/CMakeFiles/applications.dir/link.txt new file mode 100644 index 0000000..99f92f9 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libapplications.so -o ../../lib/libapplications.so CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o CMakeFiles/applications.dir/src/configwidget.cpp.o CMakeFiles/applications.dir/src/extension.cpp.o CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/applications/CMakeFiles/applications.dir/progress.make b/build/plugins/applications/CMakeFiles/applications.dir/progress.make new file mode 100644 index 0000000..dfcdd29 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = 19 +CMAKE_PROGRESS_2 = 20 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 21 +CMAKE_PROGRESS_5 = 22 +CMAKE_PROGRESS_6 = + diff --git a/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutoRcc_applications_EWIEGA46WW_Info.json b/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutoRcc_applications_EWIEGA46WW_Info.json new file mode 100644 index 0000000..e04237c --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutoRcc_applications_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/resources/application-x-executable.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutoRcc_applications_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "applications" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_applications.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutoRcc_applications_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/applications.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutogenInfo.json b/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..9184a1e --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutogenInfo.json @@ -0,0 +1,98 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CONCURRENT_LIB", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "applications_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/applications_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications/src/extension.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/applications/CMakeFiles/applications_autogen.dir/DependInfo.cmake b/build/plugins/applications/CMakeFiles/applications_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/applications/CMakeFiles/applications_autogen.dir/build.make b/build/plugins/applications/CMakeFiles/applications_autogen.dir/build.make new file mode 100644 index 0000000..ace57ad --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for applications_autogen. + +# Include the progress variables for this target. +include plugins/applications/CMakeFiles/applications_autogen.dir/progress.make + +plugins/applications/CMakeFiles/applications_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target applications" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications_autogen.dir/AutogenInfo.json Debug + +applications_autogen: plugins/applications/CMakeFiles/applications_autogen +applications_autogen: plugins/applications/CMakeFiles/applications_autogen.dir/build.make + +.PHONY : applications_autogen + +# Rule to build all files generated by this target. +plugins/applications/CMakeFiles/applications_autogen.dir/build: applications_autogen + +.PHONY : plugins/applications/CMakeFiles/applications_autogen.dir/build + +plugins/applications/CMakeFiles/applications_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications && $(CMAKE_COMMAND) -P CMakeFiles/applications_autogen.dir/cmake_clean.cmake +.PHONY : plugins/applications/CMakeFiles/applications_autogen.dir/clean + +plugins/applications/CMakeFiles/applications_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/applications_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/applications/CMakeFiles/applications_autogen.dir/depend + diff --git a/build/plugins/applications/CMakeFiles/applications_autogen.dir/cmake_clean.cmake b/build/plugins/applications/CMakeFiles/applications_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..3b733b5 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/applications_autogen" + "applications_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/applications_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/applications/CMakeFiles/applications_autogen.dir/progress.make b/build/plugins/applications/CMakeFiles/applications_autogen.dir/progress.make new file mode 100644 index 0000000..42585f9 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/applications_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 23 + diff --git a/build/plugins/applications/CMakeFiles/progress.marks b/build/plugins/applications/CMakeFiles/progress.marks new file mode 100644 index 0000000..b6a7d89 --- /dev/null +++ b/build/plugins/applications/CMakeFiles/progress.marks @@ -0,0 +1 @@ +16 diff --git a/build/plugins/applications/Makefile b/build/plugins/applications/Makefile new file mode 100644 index 0000000..f794168 --- /dev/null +++ b/build/plugins/applications/Makefile @@ -0,0 +1,336 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/applications/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/applications/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/applications/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/applications/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/applications/CMakeFiles/applications.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/applications/CMakeFiles/applications.dir/rule +.PHONY : plugins/applications/CMakeFiles/applications.dir/rule + +# Convenience name for target. +applications: plugins/applications/CMakeFiles/applications.dir/rule + +.PHONY : applications + +# fast build rule for target. +applications/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/build +.PHONY : applications/fast + +# Convenience name for target. +plugins/applications/CMakeFiles/applications_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/applications/CMakeFiles/applications_autogen.dir/rule +.PHONY : plugins/applications/CMakeFiles/applications_autogen.dir/rule + +# Convenience name for target. +applications_autogen: plugins/applications/CMakeFiles/applications_autogen.dir/rule + +.PHONY : applications_autogen + +# fast build rule for target. +applications_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications_autogen.dir/build.make plugins/applications/CMakeFiles/applications_autogen.dir/build +.PHONY : applications_autogen/fast + +applications_autogen/EWIEGA46WW/qrc_applications.o: applications_autogen/EWIEGA46WW/qrc_applications.cpp.o + +.PHONY : applications_autogen/EWIEGA46WW/qrc_applications.o + +# target to build an object file +applications_autogen/EWIEGA46WW/qrc_applications.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.o +.PHONY : applications_autogen/EWIEGA46WW/qrc_applications.cpp.o + +applications_autogen/EWIEGA46WW/qrc_applications.i: applications_autogen/EWIEGA46WW/qrc_applications.cpp.i + +.PHONY : applications_autogen/EWIEGA46WW/qrc_applications.i + +# target to preprocess a source file +applications_autogen/EWIEGA46WW/qrc_applications.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.i +.PHONY : applications_autogen/EWIEGA46WW/qrc_applications.cpp.i + +applications_autogen/EWIEGA46WW/qrc_applications.s: applications_autogen/EWIEGA46WW/qrc_applications.cpp.s + +.PHONY : applications_autogen/EWIEGA46WW/qrc_applications.s + +# target to generate assembly for a file +applications_autogen/EWIEGA46WW/qrc_applications.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/applications_autogen/EWIEGA46WW/qrc_applications.cpp.s +.PHONY : applications_autogen/EWIEGA46WW/qrc_applications.cpp.s + +applications_autogen/mocs_compilation.o: applications_autogen/mocs_compilation.cpp.o + +.PHONY : applications_autogen/mocs_compilation.o + +# target to build an object file +applications_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.o +.PHONY : applications_autogen/mocs_compilation.cpp.o + +applications_autogen/mocs_compilation.i: applications_autogen/mocs_compilation.cpp.i + +.PHONY : applications_autogen/mocs_compilation.i + +# target to preprocess a source file +applications_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.i +.PHONY : applications_autogen/mocs_compilation.cpp.i + +applications_autogen/mocs_compilation.s: applications_autogen/mocs_compilation.cpp.s + +.PHONY : applications_autogen/mocs_compilation.s + +# target to generate assembly for a file +applications_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/applications_autogen/mocs_compilation.cpp.s +.PHONY : applications_autogen/mocs_compilation.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/applications/CMakeFiles/applications.dir/build.make plugins/applications/CMakeFiles/applications.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... applications" + @echo "... applications_autogen" + @echo "... applications_autogen/EWIEGA46WW/qrc_applications.o" + @echo "... applications_autogen/EWIEGA46WW/qrc_applications.i" + @echo "... applications_autogen/EWIEGA46WW/qrc_applications.s" + @echo "... applications_autogen/mocs_compilation.o" + @echo "... applications_autogen/mocs_compilation.i" + @echo "... applications_autogen/mocs_compilation.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/applications/cmake_install.cmake b/build/plugins/applications/cmake_install.cmake new file mode 100644 index 0000000..ed5ee49 --- /dev/null +++ b/build/plugins/applications/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/applications + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libapplications.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libapplications.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libapplications.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libapplications.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libapplications.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libapplications.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libapplications.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libapplications.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/calculator/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/calculator/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/calculator/CMakeFiles/calculator.dir/DependInfo.cmake b/build/plugins/calculator/CMakeFiles/calculator.dir/DependInfo.cmake new file mode 100644 index 0000000..3644542 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator.dir/DependInfo.cmake @@ -0,0 +1,45 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "calculator_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/calculator" + "../plugins/calculator" + "plugins/calculator/calculator_autogen/include" + "../plugins/calculator/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/calculator/CMakeFiles/calculator.dir/build.make b/build/plugins/calculator/CMakeFiles/calculator.dir/build.make new file mode 100644 index 0000000..be2e815 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator.dir/build.make @@ -0,0 +1,155 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/calculator/CMakeFiles/calculator.dir/depend.make + +# Include the progress variables for this target. +include plugins/calculator/CMakeFiles/calculator.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/calculator/CMakeFiles/calculator.dir/flags.make + +plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp: ../plugins/calculator/calculator.qrc +plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp: plugins/calculator/CMakeFiles/calculator_autogen.dir/AutoRcc_calculator_EWIEGA46WW_Info.json +plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp: ../plugins/calculator/resources/calc.svg +plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for calculator.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutoRcc_calculator_EWIEGA46WW_Info.json Debug + +plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o: plugins/calculator/CMakeFiles/calculator.dir/flags.make +plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o: plugins/calculator/calculator_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/mocs_compilation.cpp + +plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/mocs_compilation.cpp > CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.i + +plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/mocs_compilation.cpp -o CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.s + +plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.o: plugins/calculator/CMakeFiles/calculator.dir/flags.make +plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.o: ../plugins/calculator/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/calculator.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/configwidget.cpp + +plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/calculator.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/configwidget.cpp > CMakeFiles/calculator.dir/src/configwidget.cpp.i + +plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/calculator.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/configwidget.cpp -o CMakeFiles/calculator.dir/src/configwidget.cpp.s + +plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.o: plugins/calculator/CMakeFiles/calculator.dir/flags.make +plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.o: ../plugins/calculator/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/calculator.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/extension.cpp + +plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/calculator.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/extension.cpp > CMakeFiles/calculator.dir/src/extension.cpp.i + +plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/calculator.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/extension.cpp -o CMakeFiles/calculator.dir/src/extension.cpp.s + +plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o: plugins/calculator/CMakeFiles/calculator.dir/flags.make +plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o: plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp + +plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp > CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.i + +plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp -o CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.s + +# Object files for target calculator +calculator_OBJECTS = \ +"CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/calculator.dir/src/configwidget.cpp.o" \ +"CMakeFiles/calculator.dir/src/extension.cpp.o" \ +"CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o" + +# External object files for target calculator +calculator_EXTERNAL_OBJECTS = + +lib/libcalculator.so: plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o +lib/libcalculator.so: plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.o +lib/libcalculator.so: plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.o +lib/libcalculator.so: plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o +lib/libcalculator.so: plugins/calculator/CMakeFiles/calculator.dir/build.make +lib/libcalculator.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libcalculator.so: lib/libalbert.so +lib/libcalculator.so: lib/libxdg.so +lib/libcalculator.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libcalculator.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libcalculator.so: plugins/calculator/CMakeFiles/calculator.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX shared library ../../lib/libcalculator.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/calculator.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/calculator/CMakeFiles/calculator.dir/build: lib/libcalculator.so + +.PHONY : plugins/calculator/CMakeFiles/calculator.dir/build + +plugins/calculator/CMakeFiles/calculator.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && $(CMAKE_COMMAND) -P CMakeFiles/calculator.dir/cmake_clean.cmake +.PHONY : plugins/calculator/CMakeFiles/calculator.dir/clean + +plugins/calculator/CMakeFiles/calculator.dir/depend: plugins/calculator/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/calculator/CMakeFiles/calculator.dir/depend + diff --git a/build/plugins/calculator/CMakeFiles/calculator.dir/cmake_clean.cmake b/build/plugins/calculator/CMakeFiles/calculator.dir/cmake_clean.cmake new file mode 100644 index 0000000..fbac1b6 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "../../lib/libcalculator.pdb" + "../../lib/libcalculator.so" + "CMakeFiles/calculator_autogen.dir/AutogenUsed.txt" + "CMakeFiles/calculator_autogen.dir/ParseCache.txt" + "calculator_autogen" + "CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o" + "CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o" + "CMakeFiles/calculator.dir/src/configwidget.cpp.o" + "CMakeFiles/calculator.dir/src/extension.cpp.o" + "calculator_autogen/EWIEGA46WW/qrc_calculator.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/calculator.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/calculator/CMakeFiles/calculator.dir/depend.make b/build/plugins/calculator/CMakeFiles/calculator.dir/depend.make new file mode 100644 index 0000000..491f927 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for calculator. +# This may be replaced when dependencies are built. diff --git a/build/plugins/calculator/CMakeFiles/calculator.dir/flags.make b/build/plugins/calculator/CMakeFiles/calculator.dir/flags.make new file mode 100644 index 0000000..bc1ebc1 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dcalculator_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ + diff --git a/build/plugins/calculator/CMakeFiles/calculator.dir/link.txt b/build/plugins/calculator/CMakeFiles/calculator.dir/link.txt new file mode 100644 index 0000000..e782317 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libcalculator.so -o ../../lib/libcalculator.so CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o CMakeFiles/calculator.dir/src/configwidget.cpp.o CMakeFiles/calculator.dir/src/extension.cpp.o CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so -lmuparser ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/calculator/CMakeFiles/calculator.dir/progress.make b/build/plugins/calculator/CMakeFiles/calculator.dir/progress.make new file mode 100644 index 0000000..764cc85 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = 24 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 25 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 26 +CMAKE_PROGRESS_6 = 27 + diff --git a/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutoRcc_calculator_EWIEGA46WW_Info.json b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutoRcc_calculator_EWIEGA46WW_Info.json new file mode 100644 index 0000000..94a6aa1 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutoRcc_calculator_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/resources/calc.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutoRcc_calculator_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "calculator" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_calculator.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutoRcc_calculator_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/calculator.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutogenInfo.json b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..3910ef8 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutogenInfo.json @@ -0,0 +1,96 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "calculator_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/calculator_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator/src/extension.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/DependInfo.cmake b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make new file mode 100644 index 0000000..62ed793 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for calculator_autogen. + +# Include the progress variables for this target. +include plugins/calculator/CMakeFiles/calculator_autogen.dir/progress.make + +plugins/calculator/CMakeFiles/calculator_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target calculator" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/AutogenInfo.json Debug + +calculator_autogen: plugins/calculator/CMakeFiles/calculator_autogen +calculator_autogen: plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make + +.PHONY : calculator_autogen + +# Rule to build all files generated by this target. +plugins/calculator/CMakeFiles/calculator_autogen.dir/build: calculator_autogen + +.PHONY : plugins/calculator/CMakeFiles/calculator_autogen.dir/build + +plugins/calculator/CMakeFiles/calculator_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator && $(CMAKE_COMMAND) -P CMakeFiles/calculator_autogen.dir/cmake_clean.cmake +.PHONY : plugins/calculator/CMakeFiles/calculator_autogen.dir/clean + +plugins/calculator/CMakeFiles/calculator_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/calculator/CMakeFiles/calculator_autogen.dir/depend + diff --git a/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/cmake_clean.cmake b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..ddc2893 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/calculator_autogen" + "calculator_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/calculator_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/progress.make b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/calculator_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/plugins/calculator/CMakeFiles/progress.marks b/build/plugins/calculator/CMakeFiles/progress.marks new file mode 100644 index 0000000..60d3b2f --- /dev/null +++ b/build/plugins/calculator/CMakeFiles/progress.marks @@ -0,0 +1 @@ +15 diff --git a/build/plugins/calculator/Makefile b/build/plugins/calculator/Makefile new file mode 100644 index 0000000..fcd00ac --- /dev/null +++ b/build/plugins/calculator/Makefile @@ -0,0 +1,336 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/calculator/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/calculator/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/calculator/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/calculator/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/calculator/CMakeFiles/calculator.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/calculator/CMakeFiles/calculator.dir/rule +.PHONY : plugins/calculator/CMakeFiles/calculator.dir/rule + +# Convenience name for target. +calculator: plugins/calculator/CMakeFiles/calculator.dir/rule + +.PHONY : calculator + +# fast build rule for target. +calculator/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/build +.PHONY : calculator/fast + +# Convenience name for target. +plugins/calculator/CMakeFiles/calculator_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/calculator/CMakeFiles/calculator_autogen.dir/rule +.PHONY : plugins/calculator/CMakeFiles/calculator_autogen.dir/rule + +# Convenience name for target. +calculator_autogen: plugins/calculator/CMakeFiles/calculator_autogen.dir/rule + +.PHONY : calculator_autogen + +# fast build rule for target. +calculator_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator_autogen.dir/build.make plugins/calculator/CMakeFiles/calculator_autogen.dir/build +.PHONY : calculator_autogen/fast + +calculator_autogen/EWIEGA46WW/qrc_calculator.o: calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o + +.PHONY : calculator_autogen/EWIEGA46WW/qrc_calculator.o + +# target to build an object file +calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o +.PHONY : calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.o + +calculator_autogen/EWIEGA46WW/qrc_calculator.i: calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.i + +.PHONY : calculator_autogen/EWIEGA46WW/qrc_calculator.i + +# target to preprocess a source file +calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.i +.PHONY : calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.i + +calculator_autogen/EWIEGA46WW/qrc_calculator.s: calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.s + +.PHONY : calculator_autogen/EWIEGA46WW/qrc_calculator.s + +# target to generate assembly for a file +calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.s +.PHONY : calculator_autogen/EWIEGA46WW/qrc_calculator.cpp.s + +calculator_autogen/mocs_compilation.o: calculator_autogen/mocs_compilation.cpp.o + +.PHONY : calculator_autogen/mocs_compilation.o + +# target to build an object file +calculator_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.o +.PHONY : calculator_autogen/mocs_compilation.cpp.o + +calculator_autogen/mocs_compilation.i: calculator_autogen/mocs_compilation.cpp.i + +.PHONY : calculator_autogen/mocs_compilation.i + +# target to preprocess a source file +calculator_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.i +.PHONY : calculator_autogen/mocs_compilation.cpp.i + +calculator_autogen/mocs_compilation.s: calculator_autogen/mocs_compilation.cpp.s + +.PHONY : calculator_autogen/mocs_compilation.s + +# target to generate assembly for a file +calculator_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/calculator_autogen/mocs_compilation.cpp.s +.PHONY : calculator_autogen/mocs_compilation.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/calculator/CMakeFiles/calculator.dir/build.make plugins/calculator/CMakeFiles/calculator.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... calculator" + @echo "... calculator_autogen" + @echo "... calculator_autogen/EWIEGA46WW/qrc_calculator.o" + @echo "... calculator_autogen/EWIEGA46WW/qrc_calculator.i" + @echo "... calculator_autogen/EWIEGA46WW/qrc_calculator.s" + @echo "... calculator_autogen/mocs_compilation.o" + @echo "... calculator_autogen/mocs_compilation.i" + @echo "... calculator_autogen/mocs_compilation.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/calculator/cmake_install.cmake b/build/plugins/calculator/cmake_install.cmake new file mode 100644 index 0000000..d326c77 --- /dev/null +++ b/build/plugins/calculator/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/calculator + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libcalculator.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libcalculator.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libcalculator.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libcalculator.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libcalculator.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libcalculator.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libcalculator.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libcalculator.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/chromium/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/chromium/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/chromium/CMakeFiles/chromium.dir/DependInfo.cmake b/build/plugins/chromium/CMakeFiles/chromium.dir/DependInfo.cmake new file mode 100644 index 0000000..5a2690b --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium.dir/DependInfo.cmake @@ -0,0 +1,46 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CONCURRENT_LIB" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "chromium_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/chromium" + "../plugins/chromium" + "plugins/chromium/chromium_autogen/include" + "../plugins/chromium/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/chromium/CMakeFiles/chromium.dir/build.make b/build/plugins/chromium/CMakeFiles/chromium.dir/build.make new file mode 100644 index 0000000..9e1fe77 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium.dir/build.make @@ -0,0 +1,141 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/chromium/CMakeFiles/chromium.dir/depend.make + +# Include the progress variables for this target. +include plugins/chromium/CMakeFiles/chromium.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/chromium/CMakeFiles/chromium.dir/flags.make + +plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp: ../plugins/chromium/chromium.qrc +plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp: plugins/chromium/CMakeFiles/chromium_autogen.dir/AutoRcc_chromium_EWIEGA46WW_Info.json +plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp: ../plugins/chromium/resources/favicon.png +plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for chromium.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutoRcc_chromium_EWIEGA46WW_Info.json Debug + +plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o: plugins/chromium/CMakeFiles/chromium.dir/flags.make +plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o: plugins/chromium/chromium_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/mocs_compilation.cpp + +plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/mocs_compilation.cpp > CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.i + +plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/mocs_compilation.cpp -o CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.s + +plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.o: plugins/chromium/CMakeFiles/chromium.dir/flags.make +plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.o: ../plugins/chromium/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/chromium.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src/extension.cpp + +plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/chromium.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src/extension.cpp > CMakeFiles/chromium.dir/src/extension.cpp.i + +plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/chromium.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src/extension.cpp -o CMakeFiles/chromium.dir/src/extension.cpp.s + +plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o: plugins/chromium/CMakeFiles/chromium.dir/flags.make +plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o: plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp + +plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp > CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.i + +plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp -o CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.s + +# Object files for target chromium +chromium_OBJECTS = \ +"CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/chromium.dir/src/extension.cpp.o" \ +"CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o" + +# External object files for target chromium +chromium_EXTERNAL_OBJECTS = + +lib/libchromium.so: plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o +lib/libchromium.so: plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.o +lib/libchromium.so: plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o +lib/libchromium.so: plugins/chromium/CMakeFiles/chromium.dir/build.make +lib/libchromium.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libchromium.so: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 +lib/libchromium.so: lib/libalbert.so +lib/libchromium.so: lib/libxdg.so +lib/libchromium.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libchromium.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libchromium.so: plugins/chromium/CMakeFiles/chromium.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX shared library ../../lib/libchromium.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/chromium.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/chromium/CMakeFiles/chromium.dir/build: lib/libchromium.so + +.PHONY : plugins/chromium/CMakeFiles/chromium.dir/build + +plugins/chromium/CMakeFiles/chromium.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && $(CMAKE_COMMAND) -P CMakeFiles/chromium.dir/cmake_clean.cmake +.PHONY : plugins/chromium/CMakeFiles/chromium.dir/clean + +plugins/chromium/CMakeFiles/chromium.dir/depend: plugins/chromium/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/chromium/CMakeFiles/chromium.dir/depend + diff --git a/build/plugins/chromium/CMakeFiles/chromium.dir/cmake_clean.cmake b/build/plugins/chromium/CMakeFiles/chromium.dir/cmake_clean.cmake new file mode 100644 index 0000000..623f1c1 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "../../lib/libchromium.pdb" + "../../lib/libchromium.so" + "CMakeFiles/chromium_autogen.dir/AutogenUsed.txt" + "CMakeFiles/chromium_autogen.dir/ParseCache.txt" + "chromium_autogen" + "CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o" + "CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o" + "CMakeFiles/chromium.dir/src/extension.cpp.o" + "chromium_autogen/EWIEGA46WW/qrc_chromium.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/chromium.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/chromium/CMakeFiles/chromium.dir/depend.make b/build/plugins/chromium/CMakeFiles/chromium.dir/depend.make new file mode 100644 index 0000000..e922000 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for chromium. +# This may be replaced when dependencies are built. diff --git a/build/plugins/chromium/CMakeFiles/chromium.dir/flags.make b/build/plugins/chromium/CMakeFiles/chromium.dir/flags.make new file mode 100644 index 0000000..8d0c1b3 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dchromium_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent + diff --git a/build/plugins/chromium/CMakeFiles/chromium.dir/link.txt b/build/plugins/chromium/CMakeFiles/chromium.dir/link.txt new file mode 100644 index 0000000..cc3ec91 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libchromium.so -o ../../lib/libchromium.so CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o CMakeFiles/chromium.dir/src/extension.cpp.o CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/chromium/CMakeFiles/chromium.dir/progress.make b/build/plugins/chromium/CMakeFiles/chromium.dir/progress.make new file mode 100644 index 0000000..3b83fcd --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = 28 +CMAKE_PROGRESS_2 = 29 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 30 +CMAKE_PROGRESS_5 = 31 + diff --git a/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutoRcc_chromium_EWIEGA46WW_Info.json b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutoRcc_chromium_EWIEGA46WW_Info.json new file mode 100644 index 0000000..0a98ff5 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutoRcc_chromium_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/resources/favicon.png" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutoRcc_chromium_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "chromium" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_chromium.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutoRcc_chromium_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/chromium.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutogenInfo.json b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..4241652 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutogenInfo.json @@ -0,0 +1,89 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CONCURRENT_LIB", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "chromium_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/chromium_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium/src/extension.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/DependInfo.cmake b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make new file mode 100644 index 0000000..02046ea --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for chromium_autogen. + +# Include the progress variables for this target. +include plugins/chromium/CMakeFiles/chromium_autogen.dir/progress.make + +plugins/chromium/CMakeFiles/chromium_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target chromium" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/AutogenInfo.json Debug + +chromium_autogen: plugins/chromium/CMakeFiles/chromium_autogen +chromium_autogen: plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make + +.PHONY : chromium_autogen + +# Rule to build all files generated by this target. +plugins/chromium/CMakeFiles/chromium_autogen.dir/build: chromium_autogen + +.PHONY : plugins/chromium/CMakeFiles/chromium_autogen.dir/build + +plugins/chromium/CMakeFiles/chromium_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium && $(CMAKE_COMMAND) -P CMakeFiles/chromium_autogen.dir/cmake_clean.cmake +.PHONY : plugins/chromium/CMakeFiles/chromium_autogen.dir/clean + +plugins/chromium/CMakeFiles/chromium_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/chromium/CMakeFiles/chromium_autogen.dir/depend + diff --git a/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/cmake_clean.cmake b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..130af52 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/chromium_autogen" + "chromium_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/chromium_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/progress.make b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/chromium_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/plugins/chromium/CMakeFiles/progress.marks b/build/plugins/chromium/CMakeFiles/progress.marks new file mode 100644 index 0000000..60d3b2f --- /dev/null +++ b/build/plugins/chromium/CMakeFiles/progress.marks @@ -0,0 +1 @@ +15 diff --git a/build/plugins/chromium/Makefile b/build/plugins/chromium/Makefile new file mode 100644 index 0000000..d3fa868 --- /dev/null +++ b/build/plugins/chromium/Makefile @@ -0,0 +1,306 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/chromium/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/chromium/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/chromium/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/chromium/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/chromium/CMakeFiles/chromium.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/chromium/CMakeFiles/chromium.dir/rule +.PHONY : plugins/chromium/CMakeFiles/chromium.dir/rule + +# Convenience name for target. +chromium: plugins/chromium/CMakeFiles/chromium.dir/rule + +.PHONY : chromium + +# fast build rule for target. +chromium/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/build +.PHONY : chromium/fast + +# Convenience name for target. +plugins/chromium/CMakeFiles/chromium_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/chromium/CMakeFiles/chromium_autogen.dir/rule +.PHONY : plugins/chromium/CMakeFiles/chromium_autogen.dir/rule + +# Convenience name for target. +chromium_autogen: plugins/chromium/CMakeFiles/chromium_autogen.dir/rule + +.PHONY : chromium_autogen + +# fast build rule for target. +chromium_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium_autogen.dir/build.make plugins/chromium/CMakeFiles/chromium_autogen.dir/build +.PHONY : chromium_autogen/fast + +chromium_autogen/EWIEGA46WW/qrc_chromium.o: chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o + +.PHONY : chromium_autogen/EWIEGA46WW/qrc_chromium.o + +# target to build an object file +chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o +.PHONY : chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.o + +chromium_autogen/EWIEGA46WW/qrc_chromium.i: chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.i + +.PHONY : chromium_autogen/EWIEGA46WW/qrc_chromium.i + +# target to preprocess a source file +chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.i +.PHONY : chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.i + +chromium_autogen/EWIEGA46WW/qrc_chromium.s: chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.s + +.PHONY : chromium_autogen/EWIEGA46WW/qrc_chromium.s + +# target to generate assembly for a file +chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.s +.PHONY : chromium_autogen/EWIEGA46WW/qrc_chromium.cpp.s + +chromium_autogen/mocs_compilation.o: chromium_autogen/mocs_compilation.cpp.o + +.PHONY : chromium_autogen/mocs_compilation.o + +# target to build an object file +chromium_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.o +.PHONY : chromium_autogen/mocs_compilation.cpp.o + +chromium_autogen/mocs_compilation.i: chromium_autogen/mocs_compilation.cpp.i + +.PHONY : chromium_autogen/mocs_compilation.i + +# target to preprocess a source file +chromium_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.i +.PHONY : chromium_autogen/mocs_compilation.cpp.i + +chromium_autogen/mocs_compilation.s: chromium_autogen/mocs_compilation.cpp.s + +.PHONY : chromium_autogen/mocs_compilation.s + +# target to generate assembly for a file +chromium_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/chromium_autogen/mocs_compilation.cpp.s +.PHONY : chromium_autogen/mocs_compilation.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/chromium/CMakeFiles/chromium.dir/build.make plugins/chromium/CMakeFiles/chromium.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... chromium" + @echo "... chromium_autogen" + @echo "... chromium_autogen/EWIEGA46WW/qrc_chromium.o" + @echo "... chromium_autogen/EWIEGA46WW/qrc_chromium.i" + @echo "... chromium_autogen/EWIEGA46WW/qrc_chromium.s" + @echo "... chromium_autogen/mocs_compilation.o" + @echo "... chromium_autogen/mocs_compilation.i" + @echo "... chromium_autogen/mocs_compilation.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/chromium/cmake_install.cmake b/build/plugins/chromium/cmake_install.cmake new file mode 100644 index 0000000..ec82ab2 --- /dev/null +++ b/build/plugins/chromium/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/chromium + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libchromium.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libchromium.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libchromium.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libchromium.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libchromium.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libchromium.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libchromium.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libchromium.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/cmake_install.cmake b/build/plugins/cmake_install.cmake new file mode 100644 index 0000000..3095953 --- /dev/null +++ b/build/plugins/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/applications/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/calculator/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/chromium/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/cmake_install.cmake") + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/cmake_install.cmake") + +endif() + diff --git a/build/plugins/files/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/files/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/files/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/files/CMakeFiles/files.dir/DependInfo.cmake b/build/plugins/files/CMakeFiles/files.dir/DependInfo.cmake new file mode 100644 index 0000000..836dca6 --- /dev/null +++ b/build/plugins/files/CMakeFiles/files.dir/DependInfo.cmake @@ -0,0 +1,52 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/src/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/file.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/src/file.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indexfile.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indextreenode.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/mimetypedialog.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/standardfile.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CONCURRENT_LIB" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "files_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/files" + "../plugins/files" + "plugins/files/files_autogen/include" + "../plugins/files/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/files/CMakeFiles/files.dir/build.make b/build/plugins/files/CMakeFiles/files.dir/build.make new file mode 100644 index 0000000..b7945b4 --- /dev/null +++ b/build/plugins/files/CMakeFiles/files.dir/build.make @@ -0,0 +1,231 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/files/CMakeFiles/files.dir/depend.make + +# Include the progress variables for this target. +include plugins/files/CMakeFiles/files.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/files/CMakeFiles/files.dir/flags.make + +plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp: ../plugins/files/files.qrc +plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp: plugins/files/CMakeFiles/files_autogen.dir/AutoRcc_files_EWIEGA46WW_Info.json +plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp: ../plugins/files/resources/inode-directory.svg +plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for files.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files_autogen.dir/AutoRcc_files_EWIEGA46WW_Info.json Debug + +plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o: plugins/files/files_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/mocs_compilation.cpp + +plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/mocs_compilation.cpp > CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.i + +plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/mocs_compilation.cpp -o CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.s + +plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.o: ../plugins/files/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/configwidget.cpp + +plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/configwidget.cpp > CMakeFiles/files.dir/src/configwidget.cpp.i + +plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/configwidget.cpp -o CMakeFiles/files.dir/src/configwidget.cpp.s + +plugins/files/CMakeFiles/files.dir/src/extension.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/src/extension.cpp.o: ../plugins/files/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/files/CMakeFiles/files.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/extension.cpp + +plugins/files/CMakeFiles/files.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/extension.cpp > CMakeFiles/files.dir/src/extension.cpp.i + +plugins/files/CMakeFiles/files.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/extension.cpp -o CMakeFiles/files.dir/src/extension.cpp.s + +plugins/files/CMakeFiles/files.dir/src/file.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/src/file.cpp.o: ../plugins/files/src/file.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/files/CMakeFiles/files.dir/src/file.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/src/file.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/file.cpp + +plugins/files/CMakeFiles/files.dir/src/file.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/src/file.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/file.cpp > CMakeFiles/files.dir/src/file.cpp.i + +plugins/files/CMakeFiles/files.dir/src/file.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/src/file.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/file.cpp -o CMakeFiles/files.dir/src/file.cpp.s + +plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.o: ../plugins/files/src/indexfile.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/src/indexfile.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indexfile.cpp + +plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/src/indexfile.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indexfile.cpp > CMakeFiles/files.dir/src/indexfile.cpp.i + +plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/src/indexfile.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indexfile.cpp -o CMakeFiles/files.dir/src/indexfile.cpp.s + +plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.o: ../plugins/files/src/indextreenode.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/src/indextreenode.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indextreenode.cpp + +plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/src/indextreenode.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indextreenode.cpp > CMakeFiles/files.dir/src/indextreenode.cpp.i + +plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/src/indextreenode.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indextreenode.cpp -o CMakeFiles/files.dir/src/indextreenode.cpp.s + +plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.o: ../plugins/files/src/mimetypedialog.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/src/mimetypedialog.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/mimetypedialog.cpp + +plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/src/mimetypedialog.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/mimetypedialog.cpp > CMakeFiles/files.dir/src/mimetypedialog.cpp.i + +plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/src/mimetypedialog.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/mimetypedialog.cpp -o CMakeFiles/files.dir/src/mimetypedialog.cpp.s + +plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.o: ../plugins/files/src/standardfile.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/src/standardfile.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/standardfile.cpp + +plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/src/standardfile.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/standardfile.cpp > CMakeFiles/files.dir/src/standardfile.cpp.i + +plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/src/standardfile.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/standardfile.cpp -o CMakeFiles/files.dir/src/standardfile.cpp.s + +plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o: plugins/files/CMakeFiles/files.dir/flags.make +plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o: plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp + +plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp > CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.i + +plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp -o CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.s + +# Object files for target files +files_OBJECTS = \ +"CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/files.dir/src/configwidget.cpp.o" \ +"CMakeFiles/files.dir/src/extension.cpp.o" \ +"CMakeFiles/files.dir/src/file.cpp.o" \ +"CMakeFiles/files.dir/src/indexfile.cpp.o" \ +"CMakeFiles/files.dir/src/indextreenode.cpp.o" \ +"CMakeFiles/files.dir/src/mimetypedialog.cpp.o" \ +"CMakeFiles/files.dir/src/standardfile.cpp.o" \ +"CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o" + +# External object files for target files +files_EXTERNAL_OBJECTS = + +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/src/extension.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/src/file.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/build.make +lib/libfiles.so: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 +lib/libfiles.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libfiles.so: lib/libalbert.so +lib/libfiles.so: lib/libxdg.so +lib/libfiles.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libfiles.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libfiles.so: plugins/files/CMakeFiles/files.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking CXX shared library ../../lib/libfiles.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/files.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/files/CMakeFiles/files.dir/build: lib/libfiles.so + +.PHONY : plugins/files/CMakeFiles/files.dir/build + +plugins/files/CMakeFiles/files.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && $(CMAKE_COMMAND) -P CMakeFiles/files.dir/cmake_clean.cmake +.PHONY : plugins/files/CMakeFiles/files.dir/clean + +plugins/files/CMakeFiles/files.dir/depend: plugins/files/files_autogen/EWIEGA46WW/qrc_files.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/files/CMakeFiles/files.dir/depend + diff --git a/build/plugins/files/CMakeFiles/files.dir/cmake_clean.cmake b/build/plugins/files/CMakeFiles/files.dir/cmake_clean.cmake new file mode 100644 index 0000000..9303ab0 --- /dev/null +++ b/build/plugins/files/CMakeFiles/files.dir/cmake_clean.cmake @@ -0,0 +1,22 @@ +file(REMOVE_RECURSE + "../../lib/libfiles.pdb" + "../../lib/libfiles.so" + "CMakeFiles/files_autogen.dir/AutogenUsed.txt" + "CMakeFiles/files_autogen.dir/ParseCache.txt" + "files_autogen" + "CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o" + "CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o" + "CMakeFiles/files.dir/src/configwidget.cpp.o" + "CMakeFiles/files.dir/src/extension.cpp.o" + "CMakeFiles/files.dir/src/file.cpp.o" + "CMakeFiles/files.dir/src/indexfile.cpp.o" + "CMakeFiles/files.dir/src/indextreenode.cpp.o" + "CMakeFiles/files.dir/src/mimetypedialog.cpp.o" + "CMakeFiles/files.dir/src/standardfile.cpp.o" + "files_autogen/EWIEGA46WW/qrc_files.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/files.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/files/CMakeFiles/files.dir/depend.make b/build/plugins/files/CMakeFiles/files.dir/depend.make new file mode 100644 index 0000000..e2272fc --- /dev/null +++ b/build/plugins/files/CMakeFiles/files.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for files. +# This may be replaced when dependencies are built. diff --git a/build/plugins/files/CMakeFiles/files.dir/flags.make b/build/plugins/files/CMakeFiles/files.dir/flags.make new file mode 100644 index 0000000..7e53090 --- /dev/null +++ b/build/plugins/files/CMakeFiles/files.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dfiles_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui + diff --git a/build/plugins/files/CMakeFiles/files.dir/link.txt b/build/plugins/files/CMakeFiles/files.dir/link.txt new file mode 100644 index 0000000..efd809c --- /dev/null +++ b/build/plugins/files/CMakeFiles/files.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libfiles.so -o ../../lib/libfiles.so CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o CMakeFiles/files.dir/src/configwidget.cpp.o CMakeFiles/files.dir/src/extension.cpp.o CMakeFiles/files.dir/src/file.cpp.o CMakeFiles/files.dir/src/indexfile.cpp.o CMakeFiles/files.dir/src/indextreenode.cpp.o CMakeFiles/files.dir/src/mimetypedialog.cpp.o CMakeFiles/files.dir/src/standardfile.cpp.o CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/files/CMakeFiles/files.dir/progress.make b/build/plugins/files/CMakeFiles/files.dir/progress.make new file mode 100644 index 0000000..0de9760 --- /dev/null +++ b/build/plugins/files/CMakeFiles/files.dir/progress.make @@ -0,0 +1,12 @@ +CMAKE_PROGRESS_1 = 32 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 33 +CMAKE_PROGRESS_4 = 34 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 35 +CMAKE_PROGRESS_7 = 36 +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 37 +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = 38 + diff --git a/build/plugins/files/CMakeFiles/files_autogen.dir/AutoRcc_files_EWIEGA46WW_Info.json b/build/plugins/files/CMakeFiles/files_autogen.dir/AutoRcc_files_EWIEGA46WW_Info.json new file mode 100644 index 0000000..0fc6bf6 --- /dev/null +++ b/build/plugins/files/CMakeFiles/files_autogen.dir/AutoRcc_files_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/resources/inode-directory.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files_autogen.dir/AutoRcc_files_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "files" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_files.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files_autogen.dir/AutoRcc_files_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/files.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/files/CMakeFiles/files_autogen.dir/AutogenInfo.json b/build/plugins/files/CMakeFiles/files_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..9cac07a --- /dev/null +++ b/build/plugins/files/CMakeFiles/files_autogen.dir/AutogenInfo.json @@ -0,0 +1,143 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/file.h", + "MU", + "UVLADIE3JM/moc_file.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indexfile.h", + "MU", + "UVLADIE3JM/moc_indexfile.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indextreenode.h", + "MU", + "UVLADIE3JM/moc_indextreenode.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/mimetypedialog.h", + "MU", + "UVLADIE3JM/moc_mimetypedialog.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/standardfile.h", + "MU", + "UVLADIE3JM/moc_standardfile.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CONCURRENT_LIB", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "files_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/files_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/extension.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/file.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indexfile.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/indextreenode.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/mimetypedialog.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files/src/standardfile.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/files/CMakeFiles/files_autogen.dir/DependInfo.cmake b/build/plugins/files/CMakeFiles/files_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/files/CMakeFiles/files_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/files/CMakeFiles/files_autogen.dir/build.make b/build/plugins/files/CMakeFiles/files_autogen.dir/build.make new file mode 100644 index 0000000..2f39e6a --- /dev/null +++ b/build/plugins/files/CMakeFiles/files_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for files_autogen. + +# Include the progress variables for this target. +include plugins/files/CMakeFiles/files_autogen.dir/progress.make + +plugins/files/CMakeFiles/files_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target files" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files_autogen.dir/AutogenInfo.json Debug + +files_autogen: plugins/files/CMakeFiles/files_autogen +files_autogen: plugins/files/CMakeFiles/files_autogen.dir/build.make + +.PHONY : files_autogen + +# Rule to build all files generated by this target. +plugins/files/CMakeFiles/files_autogen.dir/build: files_autogen + +.PHONY : plugins/files/CMakeFiles/files_autogen.dir/build + +plugins/files/CMakeFiles/files_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files && $(CMAKE_COMMAND) -P CMakeFiles/files_autogen.dir/cmake_clean.cmake +.PHONY : plugins/files/CMakeFiles/files_autogen.dir/clean + +plugins/files/CMakeFiles/files_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/files_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/files/CMakeFiles/files_autogen.dir/depend + diff --git a/build/plugins/files/CMakeFiles/files_autogen.dir/cmake_clean.cmake b/build/plugins/files/CMakeFiles/files_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..804ca09 --- /dev/null +++ b/build/plugins/files/CMakeFiles/files_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/files_autogen" + "files_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/files_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/files/CMakeFiles/files_autogen.dir/progress.make b/build/plugins/files/CMakeFiles/files_autogen.dir/progress.make new file mode 100644 index 0000000..303dfaf --- /dev/null +++ b/build/plugins/files/CMakeFiles/files_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 39 + diff --git a/build/plugins/files/CMakeFiles/progress.marks b/build/plugins/files/CMakeFiles/progress.marks new file mode 100644 index 0000000..d6b2404 --- /dev/null +++ b/build/plugins/files/CMakeFiles/progress.marks @@ -0,0 +1 @@ +19 diff --git a/build/plugins/files/Makefile b/build/plugins/files/Makefile new file mode 100644 index 0000000..144d54e --- /dev/null +++ b/build/plugins/files/Makefile @@ -0,0 +1,486 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/files/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/files/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/files/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/files/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/files/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/files/CMakeFiles/files.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/files/CMakeFiles/files.dir/rule +.PHONY : plugins/files/CMakeFiles/files.dir/rule + +# Convenience name for target. +files: plugins/files/CMakeFiles/files.dir/rule + +.PHONY : files + +# fast build rule for target. +files/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/build +.PHONY : files/fast + +# Convenience name for target. +plugins/files/CMakeFiles/files_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/files/CMakeFiles/files_autogen.dir/rule +.PHONY : plugins/files/CMakeFiles/files_autogen.dir/rule + +# Convenience name for target. +files_autogen: plugins/files/CMakeFiles/files_autogen.dir/rule + +.PHONY : files_autogen + +# fast build rule for target. +files_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files_autogen.dir/build.make plugins/files/CMakeFiles/files_autogen.dir/build +.PHONY : files_autogen/fast + +files_autogen/EWIEGA46WW/qrc_files.o: files_autogen/EWIEGA46WW/qrc_files.cpp.o + +.PHONY : files_autogen/EWIEGA46WW/qrc_files.o + +# target to build an object file +files_autogen/EWIEGA46WW/qrc_files.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.o +.PHONY : files_autogen/EWIEGA46WW/qrc_files.cpp.o + +files_autogen/EWIEGA46WW/qrc_files.i: files_autogen/EWIEGA46WW/qrc_files.cpp.i + +.PHONY : files_autogen/EWIEGA46WW/qrc_files.i + +# target to preprocess a source file +files_autogen/EWIEGA46WW/qrc_files.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.i +.PHONY : files_autogen/EWIEGA46WW/qrc_files.cpp.i + +files_autogen/EWIEGA46WW/qrc_files.s: files_autogen/EWIEGA46WW/qrc_files.cpp.s + +.PHONY : files_autogen/EWIEGA46WW/qrc_files.s + +# target to generate assembly for a file +files_autogen/EWIEGA46WW/qrc_files.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/files_autogen/EWIEGA46WW/qrc_files.cpp.s +.PHONY : files_autogen/EWIEGA46WW/qrc_files.cpp.s + +files_autogen/mocs_compilation.o: files_autogen/mocs_compilation.cpp.o + +.PHONY : files_autogen/mocs_compilation.o + +# target to build an object file +files_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.o +.PHONY : files_autogen/mocs_compilation.cpp.o + +files_autogen/mocs_compilation.i: files_autogen/mocs_compilation.cpp.i + +.PHONY : files_autogen/mocs_compilation.i + +# target to preprocess a source file +files_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.i +.PHONY : files_autogen/mocs_compilation.cpp.i + +files_autogen/mocs_compilation.s: files_autogen/mocs_compilation.cpp.s + +.PHONY : files_autogen/mocs_compilation.s + +# target to generate assembly for a file +files_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/files_autogen/mocs_compilation.cpp.s +.PHONY : files_autogen/mocs_compilation.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +src/file.o: src/file.cpp.o + +.PHONY : src/file.o + +# target to build an object file +src/file.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/file.cpp.o +.PHONY : src/file.cpp.o + +src/file.i: src/file.cpp.i + +.PHONY : src/file.i + +# target to preprocess a source file +src/file.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/file.cpp.i +.PHONY : src/file.cpp.i + +src/file.s: src/file.cpp.s + +.PHONY : src/file.s + +# target to generate assembly for a file +src/file.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/file.cpp.s +.PHONY : src/file.cpp.s + +src/indexfile.o: src/indexfile.cpp.o + +.PHONY : src/indexfile.o + +# target to build an object file +src/indexfile.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.o +.PHONY : src/indexfile.cpp.o + +src/indexfile.i: src/indexfile.cpp.i + +.PHONY : src/indexfile.i + +# target to preprocess a source file +src/indexfile.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.i +.PHONY : src/indexfile.cpp.i + +src/indexfile.s: src/indexfile.cpp.s + +.PHONY : src/indexfile.s + +# target to generate assembly for a file +src/indexfile.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/indexfile.cpp.s +.PHONY : src/indexfile.cpp.s + +src/indextreenode.o: src/indextreenode.cpp.o + +.PHONY : src/indextreenode.o + +# target to build an object file +src/indextreenode.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.o +.PHONY : src/indextreenode.cpp.o + +src/indextreenode.i: src/indextreenode.cpp.i + +.PHONY : src/indextreenode.i + +# target to preprocess a source file +src/indextreenode.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.i +.PHONY : src/indextreenode.cpp.i + +src/indextreenode.s: src/indextreenode.cpp.s + +.PHONY : src/indextreenode.s + +# target to generate assembly for a file +src/indextreenode.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/indextreenode.cpp.s +.PHONY : src/indextreenode.cpp.s + +src/mimetypedialog.o: src/mimetypedialog.cpp.o + +.PHONY : src/mimetypedialog.o + +# target to build an object file +src/mimetypedialog.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.o +.PHONY : src/mimetypedialog.cpp.o + +src/mimetypedialog.i: src/mimetypedialog.cpp.i + +.PHONY : src/mimetypedialog.i + +# target to preprocess a source file +src/mimetypedialog.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.i +.PHONY : src/mimetypedialog.cpp.i + +src/mimetypedialog.s: src/mimetypedialog.cpp.s + +.PHONY : src/mimetypedialog.s + +# target to generate assembly for a file +src/mimetypedialog.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/mimetypedialog.cpp.s +.PHONY : src/mimetypedialog.cpp.s + +src/standardfile.o: src/standardfile.cpp.o + +.PHONY : src/standardfile.o + +# target to build an object file +src/standardfile.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.o +.PHONY : src/standardfile.cpp.o + +src/standardfile.i: src/standardfile.cpp.i + +.PHONY : src/standardfile.i + +# target to preprocess a source file +src/standardfile.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.i +.PHONY : src/standardfile.cpp.i + +src/standardfile.s: src/standardfile.cpp.s + +.PHONY : src/standardfile.s + +# target to generate assembly for a file +src/standardfile.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/files/CMakeFiles/files.dir/build.make plugins/files/CMakeFiles/files.dir/src/standardfile.cpp.s +.PHONY : src/standardfile.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... files" + @echo "... files_autogen" + @echo "... files_autogen/EWIEGA46WW/qrc_files.o" + @echo "... files_autogen/EWIEGA46WW/qrc_files.i" + @echo "... files_autogen/EWIEGA46WW/qrc_files.s" + @echo "... files_autogen/mocs_compilation.o" + @echo "... files_autogen/mocs_compilation.i" + @echo "... files_autogen/mocs_compilation.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.s" + @echo "... src/file.o" + @echo "... src/file.i" + @echo "... src/file.s" + @echo "... src/indexfile.o" + @echo "... src/indexfile.i" + @echo "... src/indexfile.s" + @echo "... src/indextreenode.o" + @echo "... src/indextreenode.i" + @echo "... src/indextreenode.s" + @echo "... src/mimetypedialog.o" + @echo "... src/mimetypedialog.i" + @echo "... src/mimetypedialog.s" + @echo "... src/standardfile.o" + @echo "... src/standardfile.i" + @echo "... src/standardfile.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/files/cmake_install.cmake b/build/plugins/files/cmake_install.cmake new file mode 100644 index 0000000..fd6cccf --- /dev/null +++ b/build/plugins/files/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/files + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfiles.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfiles.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfiles.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libfiles.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfiles.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfiles.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfiles.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfiles.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/firefoxbookmarks/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/DependInfo.cmake b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/DependInfo.cmake new file mode 100644 index 0000000..aadafe4 --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/DependInfo.cmake @@ -0,0 +1,49 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CONCURRENT_LIB" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_SQL_LIB" + "QT_WIDGETS_LIB" + "firefoxbookmarks_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/firefoxbookmarks" + "../plugins/firefoxbookmarks" + "plugins/firefoxbookmarks/firefoxbookmarks_autogen/include" + "../plugins/firefoxbookmarks/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtSql" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make new file mode 100644 index 0000000..8166bbc --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make @@ -0,0 +1,157 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/depend.make + +# Include the progress variables for this target. +include plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/flags.make + +plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp: ../plugins/firefoxbookmarks/firefoxbookmarks.qrc +plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutoRcc_firefoxbookmarks_EWIEGA46WW_Info.json +plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp: ../plugins/firefoxbookmarks/resources/favicon.png +plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for firefoxbookmarks.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutoRcc_firefoxbookmarks_EWIEGA46WW_Info.json Debug + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/flags.make +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o: plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp > CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.i + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp -o CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.s + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/flags.make +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o: ../plugins/firefoxbookmarks/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/configwidget.cpp + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/configwidget.cpp > CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.i + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/configwidget.cpp -o CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.s + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/flags.make +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o: ../plugins/firefoxbookmarks/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/extension.cpp + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/extension.cpp > CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.i + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/extension.cpp -o CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.s + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/flags.make +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o: plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp > CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.i + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp -o CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.s + +# Object files for target firefoxbookmarks +firefoxbookmarks_OBJECTS = \ +"CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o" \ +"CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o" \ +"CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o" + +# External object files for target firefoxbookmarks +firefoxbookmarks_EXTERNAL_OBJECTS = + +lib/libfirefoxbookmarks.so: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o +lib/libfirefoxbookmarks.so: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o +lib/libfirefoxbookmarks.so: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o +lib/libfirefoxbookmarks.so: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o +lib/libfirefoxbookmarks.so: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make +lib/libfirefoxbookmarks.so: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 +lib/libfirefoxbookmarks.so: /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8 +lib/libfirefoxbookmarks.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libfirefoxbookmarks.so: lib/libalbert.so +lib/libfirefoxbookmarks.so: lib/libxdg.so +lib/libfirefoxbookmarks.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libfirefoxbookmarks.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libfirefoxbookmarks.so: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX shared library ../../lib/libfirefoxbookmarks.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/firefoxbookmarks.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build: lib/libfirefoxbookmarks.so + +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && $(CMAKE_COMMAND) -P CMakeFiles/firefoxbookmarks.dir/cmake_clean.cmake +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/clean + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/depend: plugins/firefoxbookmarks/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/depend + diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/cmake_clean.cmake b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/cmake_clean.cmake new file mode 100644 index 0000000..3247788 --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "../../lib/libfirefoxbookmarks.pdb" + "../../lib/libfirefoxbookmarks.so" + "CMakeFiles/firefoxbookmarks_autogen.dir/AutogenUsed.txt" + "CMakeFiles/firefoxbookmarks_autogen.dir/ParseCache.txt" + "firefoxbookmarks_autogen" + "CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o" + "CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o" + "CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o" + "CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o" + "firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/firefoxbookmarks.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/depend.make b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/depend.make new file mode 100644 index 0000000..c33e4e5 --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for firefoxbookmarks. +# This may be replaced when dependencies are built. diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/flags.make b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/flags.make new file mode 100644 index 0000000..9d3eb22 --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dfirefoxbookmarks_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui + diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/link.txt b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/link.txt new file mode 100644 index 0000000..aa8b74c --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libfirefoxbookmarks.so -o ../../lib/libfirefoxbookmarks.so CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/progress.make b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/progress.make new file mode 100644 index 0000000..dcc87c0 --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 40 +CMAKE_PROGRESS_3 = 41 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 42 +CMAKE_PROGRESS_6 = 43 + diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutoRcc_firefoxbookmarks_EWIEGA46WW_Info.json b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutoRcc_firefoxbookmarks_EWIEGA46WW_Info.json new file mode 100644 index 0000000..7fc53da --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutoRcc_firefoxbookmarks_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/resources/favicon.png" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutoRcc_firefoxbookmarks_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "firefoxbookmarks" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_firefoxbookmarks.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutoRcc_firefoxbookmarks_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/firefoxbookmarks.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutogenInfo.json b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..e06a0bd --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutogenInfo.json @@ -0,0 +1,100 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CONCURRENT_LIB", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_SQL_LIB", + "QT_WIDGETS_LIB", + "firefoxbookmarks_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtSql", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/firefoxbookmarks_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks/src/extension.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/DependInfo.cmake b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make new file mode 100644 index 0000000..65f17a0 --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for firefoxbookmarks_autogen. + +# Include the progress variables for this target. +include plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/progress.make + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target firefoxbookmarks" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/AutogenInfo.json Debug + +firefoxbookmarks_autogen: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen +firefoxbookmarks_autogen: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make + +.PHONY : firefoxbookmarks_autogen + +# Rule to build all files generated by this target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build: firefoxbookmarks_autogen + +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks && $(CMAKE_COMMAND) -P CMakeFiles/firefoxbookmarks_autogen.dir/cmake_clean.cmake +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/clean + +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/depend + diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/cmake_clean.cmake b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..8cde9ea --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/firefoxbookmarks_autogen" + "firefoxbookmarks_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/firefoxbookmarks_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/progress.make b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/plugins/firefoxbookmarks/CMakeFiles/progress.marks b/build/plugins/firefoxbookmarks/CMakeFiles/progress.marks new file mode 100644 index 0000000..60d3b2f --- /dev/null +++ b/build/plugins/firefoxbookmarks/CMakeFiles/progress.marks @@ -0,0 +1 @@ +15 diff --git a/build/plugins/firefoxbookmarks/Makefile b/build/plugins/firefoxbookmarks/Makefile new file mode 100644 index 0000000..ee87ec2 --- /dev/null +++ b/build/plugins/firefoxbookmarks/Makefile @@ -0,0 +1,336 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/firefoxbookmarks/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/firefoxbookmarks/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/firefoxbookmarks/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/firefoxbookmarks/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/firefoxbookmarks/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/rule +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/rule + +# Convenience name for target. +firefoxbookmarks: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/rule + +.PHONY : firefoxbookmarks + +# fast build rule for target. +firefoxbookmarks/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build +.PHONY : firefoxbookmarks/fast + +# Convenience name for target. +plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/rule +.PHONY : plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/rule + +# Convenience name for target. +firefoxbookmarks_autogen: plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/rule + +.PHONY : firefoxbookmarks_autogen + +# fast build rule for target. +firefoxbookmarks_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks_autogen.dir/build +.PHONY : firefoxbookmarks_autogen/fast + +firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.o: firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o + +.PHONY : firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.o + +# target to build an object file +firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o +.PHONY : firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.o + +firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.i: firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.i + +.PHONY : firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.i + +# target to preprocess a source file +firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.i +.PHONY : firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.i + +firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.s: firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.s + +.PHONY : firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.s + +# target to generate assembly for a file +firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.s +.PHONY : firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.cpp.s + +firefoxbookmarks_autogen/mocs_compilation.o: firefoxbookmarks_autogen/mocs_compilation.cpp.o + +.PHONY : firefoxbookmarks_autogen/mocs_compilation.o + +# target to build an object file +firefoxbookmarks_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.o +.PHONY : firefoxbookmarks_autogen/mocs_compilation.cpp.o + +firefoxbookmarks_autogen/mocs_compilation.i: firefoxbookmarks_autogen/mocs_compilation.cpp.i + +.PHONY : firefoxbookmarks_autogen/mocs_compilation.i + +# target to preprocess a source file +firefoxbookmarks_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.i +.PHONY : firefoxbookmarks_autogen/mocs_compilation.cpp.i + +firefoxbookmarks_autogen/mocs_compilation.s: firefoxbookmarks_autogen/mocs_compilation.cpp.s + +.PHONY : firefoxbookmarks_autogen/mocs_compilation.s + +# target to generate assembly for a file +firefoxbookmarks_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/firefoxbookmarks_autogen/mocs_compilation.cpp.s +.PHONY : firefoxbookmarks_autogen/mocs_compilation.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/build.make plugins/firefoxbookmarks/CMakeFiles/firefoxbookmarks.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... firefoxbookmarks" + @echo "... firefoxbookmarks_autogen" + @echo "... firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.o" + @echo "... firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.i" + @echo "... firefoxbookmarks_autogen/EWIEGA46WW/qrc_firefoxbookmarks.s" + @echo "... firefoxbookmarks_autogen/mocs_compilation.o" + @echo "... firefoxbookmarks_autogen/mocs_compilation.i" + @echo "... firefoxbookmarks_autogen/mocs_compilation.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/firefoxbookmarks/cmake_install.cmake b/build/plugins/firefoxbookmarks/cmake_install.cmake new file mode 100644 index 0000000..5b865c1 --- /dev/null +++ b/build/plugins/firefoxbookmarks/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/firefoxbookmarks + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfirefoxbookmarks.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfirefoxbookmarks.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfirefoxbookmarks.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libfirefoxbookmarks.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfirefoxbookmarks.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfirefoxbookmarks.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfirefoxbookmarks.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libfirefoxbookmarks.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/hashgenerator/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/hashgenerator/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/DependInfo.cmake b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/DependInfo.cmake new file mode 100644 index 0000000..18bfaf5 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/DependInfo.cmake @@ -0,0 +1,43 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "hashgenerator_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/hashgenerator" + "../plugins/hashgenerator" + "plugins/hashgenerator/hashgenerator_autogen/include" + "../plugins/hashgenerator/src" + "../include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make new file mode 100644 index 0000000..8b58bf3 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make @@ -0,0 +1,154 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/hashgenerator/CMakeFiles/hashgenerator.dir/depend.make + +# Include the progress variables for this target. +include plugins/hashgenerator/CMakeFiles/hashgenerator.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/hashgenerator/CMakeFiles/hashgenerator.dir/flags.make + +plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp: ../plugins/hashgenerator/hashgenerator.qrc +plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp: plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutoRcc_hashgenerator_EWIEGA46WW_Info.json +plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp: ../plugins/hashgenerator/resources/hash.svg +plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for hashgenerator.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutoRcc_hashgenerator_EWIEGA46WW_Info.json Debug + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/flags.make +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o: plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp > CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.i + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp -o CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.s + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/flags.make +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o: ../plugins/hashgenerator/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/configwidget.cpp + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hashgenerator.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/configwidget.cpp > CMakeFiles/hashgenerator.dir/src/configwidget.cpp.i + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hashgenerator.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/configwidget.cpp -o CMakeFiles/hashgenerator.dir/src/configwidget.cpp.s + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.o: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/flags.make +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.o: ../plugins/hashgenerator/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hashgenerator.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/extension.cpp + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hashgenerator.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/extension.cpp > CMakeFiles/hashgenerator.dir/src/extension.cpp.i + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hashgenerator.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/extension.cpp -o CMakeFiles/hashgenerator.dir/src/extension.cpp.s + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/flags.make +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o: plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp > CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.i + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp -o CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.s + +# Object files for target hashgenerator +hashgenerator_OBJECTS = \ +"CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o" \ +"CMakeFiles/hashgenerator.dir/src/extension.cpp.o" \ +"CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o" + +# External object files for target hashgenerator +hashgenerator_EXTERNAL_OBJECTS = + +lib/libhashgenerator.so: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o +lib/libhashgenerator.so: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o +lib/libhashgenerator.so: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.o +lib/libhashgenerator.so: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o +lib/libhashgenerator.so: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make +lib/libhashgenerator.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libhashgenerator.so: lib/libalbert.so +lib/libhashgenerator.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libhashgenerator.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libhashgenerator.so: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX shared library ../../lib/libhashgenerator.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/hashgenerator.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build: lib/libhashgenerator.so + +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && $(CMAKE_COMMAND) -P CMakeFiles/hashgenerator.dir/cmake_clean.cmake +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator.dir/clean + +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/depend: plugins/hashgenerator/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator.dir/depend + diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/cmake_clean.cmake b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/cmake_clean.cmake new file mode 100644 index 0000000..5ec9abc --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "../../lib/libhashgenerator.pdb" + "../../lib/libhashgenerator.so" + "CMakeFiles/hashgenerator_autogen.dir/AutogenUsed.txt" + "CMakeFiles/hashgenerator_autogen.dir/ParseCache.txt" + "hashgenerator_autogen" + "CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o" + "CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o" + "CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o" + "CMakeFiles/hashgenerator.dir/src/extension.cpp.o" + "hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/hashgenerator.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/depend.make b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/depend.make new file mode 100644 index 0000000..f2e0db7 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for hashgenerator. +# This may be replaced when dependencies are built. diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/flags.make b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/flags.make new file mode 100644 index 0000000..eecbdc6 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dhashgenerator_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ + diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/link.txt b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/link.txt new file mode 100644 index 0000000..36017e0 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libhashgenerator.so -o ../../lib/libhashgenerator.so CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o CMakeFiles/hashgenerator.dir/src/extension.cpp.o CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/progress.make b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/progress.make new file mode 100644 index 0000000..89bc99f --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = 47 +CMAKE_PROGRESS_2 = 48 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 49 +CMAKE_PROGRESS_5 = 50 +CMAKE_PROGRESS_6 = + diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutoRcc_hashgenerator_EWIEGA46WW_Info.json b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutoRcc_hashgenerator_EWIEGA46WW_Info.json new file mode 100644 index 0000000..7ff92ce --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutoRcc_hashgenerator_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/resources/hash.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutoRcc_hashgenerator_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "hashgenerator" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_hashgenerator.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutoRcc_hashgenerator_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/hashgenerator.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutogenInfo.json b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..00e7e63 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutogenInfo.json @@ -0,0 +1,95 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "hashgenerator_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/hashgenerator_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator/src/extension.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/DependInfo.cmake b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make new file mode 100644 index 0000000..bacd0d0 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for hashgenerator_autogen. + +# Include the progress variables for this target. +include plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/progress.make + +plugins/hashgenerator/CMakeFiles/hashgenerator_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target hashgenerator" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/AutogenInfo.json Debug + +hashgenerator_autogen: plugins/hashgenerator/CMakeFiles/hashgenerator_autogen +hashgenerator_autogen: plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make + +.PHONY : hashgenerator_autogen + +# Rule to build all files generated by this target. +plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build: hashgenerator_autogen + +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build + +plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator && $(CMAKE_COMMAND) -P CMakeFiles/hashgenerator_autogen.dir/cmake_clean.cmake +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/clean + +plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/depend + diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/cmake_clean.cmake b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..6702235 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/hashgenerator_autogen" + "hashgenerator_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/hashgenerator_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/progress.make b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/progress.make new file mode 100644 index 0000000..f03392a --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 51 + diff --git a/build/plugins/hashgenerator/CMakeFiles/progress.marks b/build/plugins/hashgenerator/CMakeFiles/progress.marks new file mode 100644 index 0000000..48082f7 --- /dev/null +++ b/build/plugins/hashgenerator/CMakeFiles/progress.marks @@ -0,0 +1 @@ +12 diff --git a/build/plugins/hashgenerator/Makefile b/build/plugins/hashgenerator/Makefile new file mode 100644 index 0000000..424ffe4 --- /dev/null +++ b/build/plugins/hashgenerator/Makefile @@ -0,0 +1,336 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/hashgenerator/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/hashgenerator/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/hashgenerator/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/hashgenerator/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/hashgenerator/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/hashgenerator/CMakeFiles/hashgenerator.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/hashgenerator/CMakeFiles/hashgenerator.dir/rule +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator.dir/rule + +# Convenience name for target. +hashgenerator: plugins/hashgenerator/CMakeFiles/hashgenerator.dir/rule + +.PHONY : hashgenerator + +# fast build rule for target. +hashgenerator/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build +.PHONY : hashgenerator/fast + +# Convenience name for target. +plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/rule +.PHONY : plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/rule + +# Convenience name for target. +hashgenerator_autogen: plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/rule + +.PHONY : hashgenerator_autogen + +# fast build rule for target. +hashgenerator_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator_autogen.dir/build +.PHONY : hashgenerator_autogen/fast + +hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.o: hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o + +.PHONY : hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.o + +# target to build an object file +hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o +.PHONY : hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.o + +hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.i: hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.i + +.PHONY : hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.i + +# target to preprocess a source file +hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.i +.PHONY : hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.i + +hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.s: hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.s + +.PHONY : hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.s + +# target to generate assembly for a file +hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.s +.PHONY : hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.cpp.s + +hashgenerator_autogen/mocs_compilation.o: hashgenerator_autogen/mocs_compilation.cpp.o + +.PHONY : hashgenerator_autogen/mocs_compilation.o + +# target to build an object file +hashgenerator_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.o +.PHONY : hashgenerator_autogen/mocs_compilation.cpp.o + +hashgenerator_autogen/mocs_compilation.i: hashgenerator_autogen/mocs_compilation.cpp.i + +.PHONY : hashgenerator_autogen/mocs_compilation.i + +# target to preprocess a source file +hashgenerator_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.i +.PHONY : hashgenerator_autogen/mocs_compilation.cpp.i + +hashgenerator_autogen/mocs_compilation.s: hashgenerator_autogen/mocs_compilation.cpp.s + +.PHONY : hashgenerator_autogen/mocs_compilation.s + +# target to generate assembly for a file +hashgenerator_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/hashgenerator_autogen/mocs_compilation.cpp.s +.PHONY : hashgenerator_autogen/mocs_compilation.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/hashgenerator/CMakeFiles/hashgenerator.dir/build.make plugins/hashgenerator/CMakeFiles/hashgenerator.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... hashgenerator" + @echo "... hashgenerator_autogen" + @echo "... hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.o" + @echo "... hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.i" + @echo "... hashgenerator_autogen/EWIEGA46WW/qrc_hashgenerator.s" + @echo "... hashgenerator_autogen/mocs_compilation.o" + @echo "... hashgenerator_autogen/mocs_compilation.i" + @echo "... hashgenerator_autogen/mocs_compilation.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/hashgenerator/cmake_install.cmake b/build/plugins/hashgenerator/cmake_install.cmake new file mode 100644 index 0000000..c648347 --- /dev/null +++ b/build/plugins/hashgenerator/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/hashgenerator + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libhashgenerator.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libhashgenerator.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libhashgenerator.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libhashgenerator.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libhashgenerator.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libhashgenerator.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libhashgenerator.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libhashgenerator.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/mpris/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/mpris/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/mpris/CMakeFiles/mpris.dir/DependInfo.cmake b/build/plugins/mpris/CMakeFiles/mpris.dir/DependInfo.cmake new file mode 100644 index 0000000..f2cbbe7 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris.dir/DependInfo.cmake @@ -0,0 +1,49 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/command.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/item.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_DBUS_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "mpris_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/mpris" + "../plugins/mpris" + "plugins/mpris/mpris_autogen/include" + "../plugins/mpris/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtDBus" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/mpris/CMakeFiles/mpris.dir/build.make b/build/plugins/mpris/CMakeFiles/mpris.dir/build.make new file mode 100644 index 0000000..5de359d --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris.dir/build.make @@ -0,0 +1,190 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/mpris/CMakeFiles/mpris.dir/depend.make + +# Include the progress variables for this target. +include plugins/mpris/CMakeFiles/mpris.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/mpris/CMakeFiles/mpris.dir/flags.make + +plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp: ../plugins/mpris/mpris.qrc +plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp: plugins/mpris/CMakeFiles/mpris_autogen.dir/AutoRcc_mpris_EWIEGA46WW_Info.json +plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp: ../plugins/mpris/resources/1485099690_playback-pause.svg +plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp: ../plugins/mpris/resources/1485099680_playback-play.svg +plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp: ../plugins/mpris/resources/1485099683_playback-fast-forward.svg +plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp: ../plugins/mpris/resources/1485099687_playback-rewind.svg +plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp: ../plugins/mpris/resources/1485100510_primitive-square.svg +plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for mpris.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutoRcc_mpris_EWIEGA46WW_Info.json Debug + +plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o: plugins/mpris/CMakeFiles/mpris.dir/flags.make +plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o: plugins/mpris/mpris_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/mocs_compilation.cpp + +plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/mocs_compilation.cpp > CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.i + +plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/mocs_compilation.cpp -o CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.s + +plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.o: plugins/mpris/CMakeFiles/mpris.dir/flags.make +plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.o: ../plugins/mpris/src/command.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/mpris.dir/src/command.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/command.cpp + +plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/mpris.dir/src/command.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/command.cpp > CMakeFiles/mpris.dir/src/command.cpp.i + +plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/mpris.dir/src/command.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/command.cpp -o CMakeFiles/mpris.dir/src/command.cpp.s + +plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.o: plugins/mpris/CMakeFiles/mpris.dir/flags.make +plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.o: ../plugins/mpris/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/mpris.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/configwidget.cpp + +plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/mpris.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/configwidget.cpp > CMakeFiles/mpris.dir/src/configwidget.cpp.i + +plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/mpris.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/configwidget.cpp -o CMakeFiles/mpris.dir/src/configwidget.cpp.s + +plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.o: plugins/mpris/CMakeFiles/mpris.dir/flags.make +plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.o: ../plugins/mpris/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/mpris.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/extension.cpp + +plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/mpris.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/extension.cpp > CMakeFiles/mpris.dir/src/extension.cpp.i + +plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/mpris.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/extension.cpp -o CMakeFiles/mpris.dir/src/extension.cpp.s + +plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.o: plugins/mpris/CMakeFiles/mpris.dir/flags.make +plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.o: ../plugins/mpris/src/item.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/mpris.dir/src/item.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/item.cpp + +plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/mpris.dir/src/item.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/item.cpp > CMakeFiles/mpris.dir/src/item.cpp.i + +plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/mpris.dir/src/item.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/item.cpp -o CMakeFiles/mpris.dir/src/item.cpp.s + +plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o: plugins/mpris/CMakeFiles/mpris.dir/flags.make +plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o: plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp + +plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp > CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.i + +plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp -o CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.s + +# Object files for target mpris +mpris_OBJECTS = \ +"CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/mpris.dir/src/command.cpp.o" \ +"CMakeFiles/mpris.dir/src/configwidget.cpp.o" \ +"CMakeFiles/mpris.dir/src/extension.cpp.o" \ +"CMakeFiles/mpris.dir/src/item.cpp.o" \ +"CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o" + +# External object files for target mpris +mpris_EXTERNAL_OBJECTS = + +lib/libmpris.so: plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o +lib/libmpris.so: plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.o +lib/libmpris.so: plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.o +lib/libmpris.so: plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.o +lib/libmpris.so: plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.o +lib/libmpris.so: plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o +lib/libmpris.so: plugins/mpris/CMakeFiles/mpris.dir/build.make +lib/libmpris.so: /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5.12.8 +lib/libmpris.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libmpris.so: lib/libalbert.so +lib/libmpris.so: lib/libxdg.so +lib/libmpris.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libmpris.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libmpris.so: plugins/mpris/CMakeFiles/mpris.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking CXX shared library ../../lib/libmpris.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mpris.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/mpris/CMakeFiles/mpris.dir/build: lib/libmpris.so + +.PHONY : plugins/mpris/CMakeFiles/mpris.dir/build + +plugins/mpris/CMakeFiles/mpris.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && $(CMAKE_COMMAND) -P CMakeFiles/mpris.dir/cmake_clean.cmake +.PHONY : plugins/mpris/CMakeFiles/mpris.dir/clean + +plugins/mpris/CMakeFiles/mpris.dir/depend: plugins/mpris/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/mpris/CMakeFiles/mpris.dir/depend + diff --git a/build/plugins/mpris/CMakeFiles/mpris.dir/cmake_clean.cmake b/build/plugins/mpris/CMakeFiles/mpris.dir/cmake_clean.cmake new file mode 100644 index 0000000..f8eaf40 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris.dir/cmake_clean.cmake @@ -0,0 +1,19 @@ +file(REMOVE_RECURSE + "../../lib/libmpris.pdb" + "../../lib/libmpris.so" + "CMakeFiles/mpris_autogen.dir/AutogenUsed.txt" + "CMakeFiles/mpris_autogen.dir/ParseCache.txt" + "mpris_autogen" + "CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o" + "CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o" + "CMakeFiles/mpris.dir/src/command.cpp.o" + "CMakeFiles/mpris.dir/src/configwidget.cpp.o" + "CMakeFiles/mpris.dir/src/extension.cpp.o" + "CMakeFiles/mpris.dir/src/item.cpp.o" + "mpris_autogen/EWIEGA46WW/qrc_mpris.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/mpris.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/mpris/CMakeFiles/mpris.dir/depend.make b/build/plugins/mpris/CMakeFiles/mpris.dir/depend.make new file mode 100644 index 0000000..70ab52b --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for mpris. +# This may be replaced when dependencies are built. diff --git a/build/plugins/mpris/CMakeFiles/mpris.dir/flags.make b/build/plugins/mpris/CMakeFiles/mpris.dir/flags.make new file mode 100644 index 0000000..7ba69cf --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dmpris_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui + diff --git a/build/plugins/mpris/CMakeFiles/mpris.dir/link.txt b/build/plugins/mpris/CMakeFiles/mpris.dir/link.txt new file mode 100644 index 0000000..ccd362c --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libmpris.so -o ../../lib/libmpris.so CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o CMakeFiles/mpris.dir/src/command.cpp.o CMakeFiles/mpris.dir/src/configwidget.cpp.o CMakeFiles/mpris.dir/src/extension.cpp.o CMakeFiles/mpris.dir/src/item.cpp.o CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/mpris/CMakeFiles/mpris.dir/progress.make b/build/plugins/mpris/CMakeFiles/mpris.dir/progress.make new file mode 100644 index 0000000..867ade3 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris.dir/progress.make @@ -0,0 +1,9 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 52 +CMAKE_PROGRESS_3 = 53 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 54 +CMAKE_PROGRESS_6 = 55 +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = 56 + diff --git a/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutoRcc_mpris_EWIEGA46WW_Info.json b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutoRcc_mpris_EWIEGA46WW_Info.json new file mode 100644 index 0000000..5bd5d42 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutoRcc_mpris_EWIEGA46WW_Info.json @@ -0,0 +1,26 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/resources/1485099690_playback-pause.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/resources/1485099680_playback-play.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/resources/1485099683_playback-fast-forward.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/resources/1485099687_playback-rewind.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/resources/1485100510_primitive-square.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutoRcc_mpris_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "mpris" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_mpris.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutoRcc_mpris_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/mpris.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutogenInfo.json b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..bf2944e --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutogenInfo.json @@ -0,0 +1,121 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/command.h", + "MU", + "UVLADIE3JM/moc_command.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/item.h", + "MU", + "UVLADIE3JM/moc_item.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/player.h", + "MU", + "UVLADIE3JM/moc_player.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_DBUS_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "mpris_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtDBus", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/mpris_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/command.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/extension.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris/src/item.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/DependInfo.cmake b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make new file mode 100644 index 0000000..76167c3 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for mpris_autogen. + +# Include the progress variables for this target. +include plugins/mpris/CMakeFiles/mpris_autogen.dir/progress.make + +plugins/mpris/CMakeFiles/mpris_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target mpris" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/AutogenInfo.json Debug + +mpris_autogen: plugins/mpris/CMakeFiles/mpris_autogen +mpris_autogen: plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make + +.PHONY : mpris_autogen + +# Rule to build all files generated by this target. +plugins/mpris/CMakeFiles/mpris_autogen.dir/build: mpris_autogen + +.PHONY : plugins/mpris/CMakeFiles/mpris_autogen.dir/build + +plugins/mpris/CMakeFiles/mpris_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris && $(CMAKE_COMMAND) -P CMakeFiles/mpris_autogen.dir/cmake_clean.cmake +.PHONY : plugins/mpris/CMakeFiles/mpris_autogen.dir/clean + +plugins/mpris/CMakeFiles/mpris_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/mpris/CMakeFiles/mpris_autogen.dir/depend + diff --git a/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/cmake_clean.cmake b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..3025028 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/mpris_autogen" + "mpris_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/mpris_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/progress.make b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/mpris_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/plugins/mpris/CMakeFiles/progress.marks b/build/plugins/mpris/CMakeFiles/progress.marks new file mode 100644 index 0000000..b6a7d89 --- /dev/null +++ b/build/plugins/mpris/CMakeFiles/progress.marks @@ -0,0 +1 @@ +16 diff --git a/build/plugins/mpris/Makefile b/build/plugins/mpris/Makefile new file mode 100644 index 0000000..90d26bf --- /dev/null +++ b/build/plugins/mpris/Makefile @@ -0,0 +1,396 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/mpris/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/mpris/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/mpris/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/mpris/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/mpris/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/mpris/CMakeFiles/mpris.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/mpris/CMakeFiles/mpris.dir/rule +.PHONY : plugins/mpris/CMakeFiles/mpris.dir/rule + +# Convenience name for target. +mpris: plugins/mpris/CMakeFiles/mpris.dir/rule + +.PHONY : mpris + +# fast build rule for target. +mpris/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/build +.PHONY : mpris/fast + +# Convenience name for target. +plugins/mpris/CMakeFiles/mpris_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/mpris/CMakeFiles/mpris_autogen.dir/rule +.PHONY : plugins/mpris/CMakeFiles/mpris_autogen.dir/rule + +# Convenience name for target. +mpris_autogen: plugins/mpris/CMakeFiles/mpris_autogen.dir/rule + +.PHONY : mpris_autogen + +# fast build rule for target. +mpris_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris_autogen.dir/build.make plugins/mpris/CMakeFiles/mpris_autogen.dir/build +.PHONY : mpris_autogen/fast + +mpris_autogen/EWIEGA46WW/qrc_mpris.o: mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o + +.PHONY : mpris_autogen/EWIEGA46WW/qrc_mpris.o + +# target to build an object file +mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o +.PHONY : mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.o + +mpris_autogen/EWIEGA46WW/qrc_mpris.i: mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.i + +.PHONY : mpris_autogen/EWIEGA46WW/qrc_mpris.i + +# target to preprocess a source file +mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.i +.PHONY : mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.i + +mpris_autogen/EWIEGA46WW/qrc_mpris.s: mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.s + +.PHONY : mpris_autogen/EWIEGA46WW/qrc_mpris.s + +# target to generate assembly for a file +mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.s +.PHONY : mpris_autogen/EWIEGA46WW/qrc_mpris.cpp.s + +mpris_autogen/mocs_compilation.o: mpris_autogen/mocs_compilation.cpp.o + +.PHONY : mpris_autogen/mocs_compilation.o + +# target to build an object file +mpris_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.o +.PHONY : mpris_autogen/mocs_compilation.cpp.o + +mpris_autogen/mocs_compilation.i: mpris_autogen/mocs_compilation.cpp.i + +.PHONY : mpris_autogen/mocs_compilation.i + +# target to preprocess a source file +mpris_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.i +.PHONY : mpris_autogen/mocs_compilation.cpp.i + +mpris_autogen/mocs_compilation.s: mpris_autogen/mocs_compilation.cpp.s + +.PHONY : mpris_autogen/mocs_compilation.s + +# target to generate assembly for a file +mpris_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/mpris_autogen/mocs_compilation.cpp.s +.PHONY : mpris_autogen/mocs_compilation.cpp.s + +src/command.o: src/command.cpp.o + +.PHONY : src/command.o + +# target to build an object file +src/command.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.o +.PHONY : src/command.cpp.o + +src/command.i: src/command.cpp.i + +.PHONY : src/command.i + +# target to preprocess a source file +src/command.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.i +.PHONY : src/command.cpp.i + +src/command.s: src/command.cpp.s + +.PHONY : src/command.s + +# target to generate assembly for a file +src/command.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/command.cpp.s +.PHONY : src/command.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +src/item.o: src/item.cpp.o + +.PHONY : src/item.o + +# target to build an object file +src/item.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.o +.PHONY : src/item.cpp.o + +src/item.i: src/item.cpp.i + +.PHONY : src/item.i + +# target to preprocess a source file +src/item.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.i +.PHONY : src/item.cpp.i + +src/item.s: src/item.cpp.s + +.PHONY : src/item.s + +# target to generate assembly for a file +src/item.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/mpris/CMakeFiles/mpris.dir/build.make plugins/mpris/CMakeFiles/mpris.dir/src/item.cpp.s +.PHONY : src/item.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... install/strip" + @echo "... mpris" + @echo "... mpris_autogen" + @echo "... mpris_autogen/EWIEGA46WW/qrc_mpris.o" + @echo "... mpris_autogen/EWIEGA46WW/qrc_mpris.i" + @echo "... mpris_autogen/EWIEGA46WW/qrc_mpris.s" + @echo "... mpris_autogen/mocs_compilation.o" + @echo "... mpris_autogen/mocs_compilation.i" + @echo "... mpris_autogen/mocs_compilation.s" + @echo "... src/command.o" + @echo "... src/command.i" + @echo "... src/command.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.s" + @echo "... src/item.o" + @echo "... src/item.i" + @echo "... src/item.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/mpris/cmake_install.cmake b/build/plugins/mpris/cmake_install.cmake new file mode 100644 index 0000000..b31f77e --- /dev/null +++ b/build/plugins/mpris/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/mpris + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libmpris.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libmpris.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libmpris.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libmpris.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libmpris.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libmpris.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libmpris.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libmpris.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/python/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/python/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/python/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/python/CMakeFiles/progress.marks b/build/plugins/python/CMakeFiles/progress.marks new file mode 100644 index 0000000..98d9bcb --- /dev/null +++ b/build/plugins/python/CMakeFiles/progress.marks @@ -0,0 +1 @@ +17 diff --git a/build/plugins/python/CMakeFiles/python.dir/DependInfo.cmake b/build/plugins/python/CMakeFiles/python.dir/DependInfo.cmake new file mode 100644 index 0000000..e95ab2a --- /dev/null +++ b/build/plugins/python/CMakeFiles/python.dir/DependInfo.cmake @@ -0,0 +1,49 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python.dir/src/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/modulesmodel.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/pythonmodulev1.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "python_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/python" + "../plugins/python" + "plugins/python/python_autogen/include" + "../plugins/python/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/python3.8" + "../plugins/python/pybind11/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/python/CMakeFiles/python.dir/build.make b/build/plugins/python/CMakeFiles/python.dir/build.make new file mode 100644 index 0000000..764cb91 --- /dev/null +++ b/build/plugins/python/CMakeFiles/python.dir/build.make @@ -0,0 +1,186 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/python/CMakeFiles/python.dir/depend.make + +# Include the progress variables for this target. +include plugins/python/CMakeFiles/python.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/python/CMakeFiles/python.dir/flags.make + +plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp: ../plugins/python/python.qrc +plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp: plugins/python/CMakeFiles/python_autogen.dir/AutoRcc_python_EWIEGA46WW_Info.json +plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp: ../plugins/python/resources/text-x-python.svg +plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for python.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python_autogen.dir/AutoRcc_python_EWIEGA46WW_Info.json Debug + +plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o: plugins/python/CMakeFiles/python.dir/flags.make +plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o: plugins/python/python_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/mocs_compilation.cpp + +plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/mocs_compilation.cpp > CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.i + +plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/mocs_compilation.cpp -o CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.s + +plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.o: plugins/python/CMakeFiles/python.dir/flags.make +plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.o: ../plugins/python/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/python.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/configwidget.cpp + +plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/python.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/configwidget.cpp > CMakeFiles/python.dir/src/configwidget.cpp.i + +plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/python.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/configwidget.cpp -o CMakeFiles/python.dir/src/configwidget.cpp.s + +plugins/python/CMakeFiles/python.dir/src/extension.cpp.o: plugins/python/CMakeFiles/python.dir/flags.make +plugins/python/CMakeFiles/python.dir/src/extension.cpp.o: ../plugins/python/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/python/CMakeFiles/python.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/python.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/extension.cpp + +plugins/python/CMakeFiles/python.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/python.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/extension.cpp > CMakeFiles/python.dir/src/extension.cpp.i + +plugins/python/CMakeFiles/python.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/python.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/extension.cpp -o CMakeFiles/python.dir/src/extension.cpp.s + +plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.o: plugins/python/CMakeFiles/python.dir/flags.make +plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.o: ../plugins/python/src/modulesmodel.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/python.dir/src/modulesmodel.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/modulesmodel.cpp + +plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/python.dir/src/modulesmodel.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/modulesmodel.cpp > CMakeFiles/python.dir/src/modulesmodel.cpp.i + +plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/python.dir/src/modulesmodel.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/modulesmodel.cpp -o CMakeFiles/python.dir/src/modulesmodel.cpp.s + +plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.o: plugins/python/CMakeFiles/python.dir/flags.make +plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.o: ../plugins/python/src/pythonmodulev1.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/python.dir/src/pythonmodulev1.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/pythonmodulev1.cpp + +plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/python.dir/src/pythonmodulev1.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/pythonmodulev1.cpp > CMakeFiles/python.dir/src/pythonmodulev1.cpp.i + +plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/python.dir/src/pythonmodulev1.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/pythonmodulev1.cpp -o CMakeFiles/python.dir/src/pythonmodulev1.cpp.s + +plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o: plugins/python/CMakeFiles/python.dir/flags.make +plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o: plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp + +plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp > CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.i + +plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp -o CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.s + +# Object files for target python +python_OBJECTS = \ +"CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/python.dir/src/configwidget.cpp.o" \ +"CMakeFiles/python.dir/src/extension.cpp.o" \ +"CMakeFiles/python.dir/src/modulesmodel.cpp.o" \ +"CMakeFiles/python.dir/src/pythonmodulev1.cpp.o" \ +"CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o" + +# External object files for target python +python_EXTERNAL_OBJECTS = + +lib/libpython.so: plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o +lib/libpython.so: plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.o +lib/libpython.so: plugins/python/CMakeFiles/python.dir/src/extension.cpp.o +lib/libpython.so: plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.o +lib/libpython.so: plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.o +lib/libpython.so: plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o +lib/libpython.so: plugins/python/CMakeFiles/python.dir/build.make +lib/libpython.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libpython.so: lib/libalbert.so +lib/libpython.so: lib/libxdg.so +lib/libpython.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libpython.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libpython.so: /usr/lib/x86_64-linux-gnu/libpython3.8.so +lib/libpython.so: plugins/python/CMakeFiles/python.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking CXX shared library ../../lib/libpython.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/python.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/python/CMakeFiles/python.dir/build: lib/libpython.so + +.PHONY : plugins/python/CMakeFiles/python.dir/build + +plugins/python/CMakeFiles/python.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && $(CMAKE_COMMAND) -P CMakeFiles/python.dir/cmake_clean.cmake +.PHONY : plugins/python/CMakeFiles/python.dir/clean + +plugins/python/CMakeFiles/python.dir/depend: plugins/python/python_autogen/EWIEGA46WW/qrc_python.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/python/CMakeFiles/python.dir/depend + diff --git a/build/plugins/python/CMakeFiles/python.dir/cmake_clean.cmake b/build/plugins/python/CMakeFiles/python.dir/cmake_clean.cmake new file mode 100644 index 0000000..718032e --- /dev/null +++ b/build/plugins/python/CMakeFiles/python.dir/cmake_clean.cmake @@ -0,0 +1,19 @@ +file(REMOVE_RECURSE + "../../lib/libpython.pdb" + "../../lib/libpython.so" + "CMakeFiles/python_autogen.dir/AutogenUsed.txt" + "CMakeFiles/python_autogen.dir/ParseCache.txt" + "python_autogen" + "CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o" + "CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o" + "CMakeFiles/python.dir/src/configwidget.cpp.o" + "CMakeFiles/python.dir/src/extension.cpp.o" + "CMakeFiles/python.dir/src/modulesmodel.cpp.o" + "CMakeFiles/python.dir/src/pythonmodulev1.cpp.o" + "python_autogen/EWIEGA46WW/qrc_python.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/python.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/python/CMakeFiles/python.dir/depend.make b/build/plugins/python/CMakeFiles/python.dir/depend.make new file mode 100644 index 0000000..f915aa6 --- /dev/null +++ b/build/plugins/python/CMakeFiles/python.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for python. +# This may be replaced when dependencies are built. diff --git a/build/plugins/python/CMakeFiles/python.dir/flags.make b/build/plugins/python/CMakeFiles/python.dir/flags.make new file mode 100644 index 0000000..8c6aebf --- /dev/null +++ b/build/plugins/python/CMakeFiles/python.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dpython_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/python3.8 -isystem /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include + diff --git a/build/plugins/python/CMakeFiles/python.dir/link.txt b/build/plugins/python/CMakeFiles/python.dir/link.txt new file mode 100644 index 0000000..4710c2d --- /dev/null +++ b/build/plugins/python/CMakeFiles/python.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libpython.so -o ../../lib/libpython.so CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o CMakeFiles/python.dir/src/configwidget.cpp.o CMakeFiles/python.dir/src/extension.cpp.o CMakeFiles/python.dir/src/modulesmodel.cpp.o CMakeFiles/python.dir/src/pythonmodulev1.cpp.o CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 -lpython3.8 diff --git a/build/plugins/python/CMakeFiles/python.dir/progress.make b/build/plugins/python/CMakeFiles/python.dir/progress.make new file mode 100644 index 0000000..531844b --- /dev/null +++ b/build/plugins/python/CMakeFiles/python.dir/progress.make @@ -0,0 +1,9 @@ +CMAKE_PROGRESS_1 = 57 +CMAKE_PROGRESS_2 = 58 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 59 +CMAKE_PROGRESS_5 = 60 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = 61 +CMAKE_PROGRESS_8 = 62 + diff --git a/build/plugins/python/CMakeFiles/python_autogen.dir/AutoRcc_python_EWIEGA46WW_Info.json b/build/plugins/python/CMakeFiles/python_autogen.dir/AutoRcc_python_EWIEGA46WW_Info.json new file mode 100644 index 0000000..011a525 --- /dev/null +++ b/build/plugins/python/CMakeFiles/python_autogen.dir/AutoRcc_python_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/resources/text-x-python.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python_autogen.dir/AutoRcc_python_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "python" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_python.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python_autogen.dir/AutoRcc_python_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/python.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/python/CMakeFiles/python_autogen.dir/AutogenInfo.json b/build/plugins/python/CMakeFiles/python_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..e4d2fa0 --- /dev/null +++ b/build/plugins/python/CMakeFiles/python_autogen.dir/AutogenInfo.json @@ -0,0 +1,121 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/cast_specialization.h", + "MU", + "UVLADIE3JM/moc_cast_specialization.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/modulesmodel.h", + "MU", + "UVLADIE3JM/moc_modulesmodel.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/pythonmodulev1.h", + "MU", + "UVLADIE3JM/moc_pythonmodulev1.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "python_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/python3.8", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11/include", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/python_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/extension.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/modulesmodel.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/src/pythonmodulev1.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/python/CMakeFiles/python_autogen.dir/DependInfo.cmake b/build/plugins/python/CMakeFiles/python_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/python/CMakeFiles/python_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/python/CMakeFiles/python_autogen.dir/build.make b/build/plugins/python/CMakeFiles/python_autogen.dir/build.make new file mode 100644 index 0000000..2dbfd5f --- /dev/null +++ b/build/plugins/python/CMakeFiles/python_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for python_autogen. + +# Include the progress variables for this target. +include plugins/python/CMakeFiles/python_autogen.dir/progress.make + +plugins/python/CMakeFiles/python_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target python" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python_autogen.dir/AutogenInfo.json Debug + +python_autogen: plugins/python/CMakeFiles/python_autogen +python_autogen: plugins/python/CMakeFiles/python_autogen.dir/build.make + +.PHONY : python_autogen + +# Rule to build all files generated by this target. +plugins/python/CMakeFiles/python_autogen.dir/build: python_autogen + +.PHONY : plugins/python/CMakeFiles/python_autogen.dir/build + +plugins/python/CMakeFiles/python_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python && $(CMAKE_COMMAND) -P CMakeFiles/python_autogen.dir/cmake_clean.cmake +.PHONY : plugins/python/CMakeFiles/python_autogen.dir/clean + +plugins/python/CMakeFiles/python_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/python_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/python/CMakeFiles/python_autogen.dir/depend + diff --git a/build/plugins/python/CMakeFiles/python_autogen.dir/cmake_clean.cmake b/build/plugins/python/CMakeFiles/python_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..4888a02 --- /dev/null +++ b/build/plugins/python/CMakeFiles/python_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/python_autogen" + "python_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/python_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/python/CMakeFiles/python_autogen.dir/progress.make b/build/plugins/python/CMakeFiles/python_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/plugins/python/CMakeFiles/python_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/plugins/python/Makefile b/build/plugins/python/Makefile new file mode 100644 index 0000000..75acd90 --- /dev/null +++ b/build/plugins/python/Makefile @@ -0,0 +1,396 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/python/CMakeFiles/python.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/CMakeFiles/python.dir/rule +.PHONY : plugins/python/CMakeFiles/python.dir/rule + +# Convenience name for target. +python: plugins/python/CMakeFiles/python.dir/rule + +.PHONY : python + +# fast build rule for target. +python/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/build +.PHONY : python/fast + +# Convenience name for target. +plugins/python/CMakeFiles/python_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/CMakeFiles/python_autogen.dir/rule +.PHONY : plugins/python/CMakeFiles/python_autogen.dir/rule + +# Convenience name for target. +python_autogen: plugins/python/CMakeFiles/python_autogen.dir/rule + +.PHONY : python_autogen + +# fast build rule for target. +python_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python_autogen.dir/build.make plugins/python/CMakeFiles/python_autogen.dir/build +.PHONY : python_autogen/fast + +python_autogen/EWIEGA46WW/qrc_python.o: python_autogen/EWIEGA46WW/qrc_python.cpp.o + +.PHONY : python_autogen/EWIEGA46WW/qrc_python.o + +# target to build an object file +python_autogen/EWIEGA46WW/qrc_python.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.o +.PHONY : python_autogen/EWIEGA46WW/qrc_python.cpp.o + +python_autogen/EWIEGA46WW/qrc_python.i: python_autogen/EWIEGA46WW/qrc_python.cpp.i + +.PHONY : python_autogen/EWIEGA46WW/qrc_python.i + +# target to preprocess a source file +python_autogen/EWIEGA46WW/qrc_python.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.i +.PHONY : python_autogen/EWIEGA46WW/qrc_python.cpp.i + +python_autogen/EWIEGA46WW/qrc_python.s: python_autogen/EWIEGA46WW/qrc_python.cpp.s + +.PHONY : python_autogen/EWIEGA46WW/qrc_python.s + +# target to generate assembly for a file +python_autogen/EWIEGA46WW/qrc_python.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/python_autogen/EWIEGA46WW/qrc_python.cpp.s +.PHONY : python_autogen/EWIEGA46WW/qrc_python.cpp.s + +python_autogen/mocs_compilation.o: python_autogen/mocs_compilation.cpp.o + +.PHONY : python_autogen/mocs_compilation.o + +# target to build an object file +python_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.o +.PHONY : python_autogen/mocs_compilation.cpp.o + +python_autogen/mocs_compilation.i: python_autogen/mocs_compilation.cpp.i + +.PHONY : python_autogen/mocs_compilation.i + +# target to preprocess a source file +python_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.i +.PHONY : python_autogen/mocs_compilation.cpp.i + +python_autogen/mocs_compilation.s: python_autogen/mocs_compilation.cpp.s + +.PHONY : python_autogen/mocs_compilation.s + +# target to generate assembly for a file +python_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/python_autogen/mocs_compilation.cpp.s +.PHONY : python_autogen/mocs_compilation.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +src/modulesmodel.o: src/modulesmodel.cpp.o + +.PHONY : src/modulesmodel.o + +# target to build an object file +src/modulesmodel.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.o +.PHONY : src/modulesmodel.cpp.o + +src/modulesmodel.i: src/modulesmodel.cpp.i + +.PHONY : src/modulesmodel.i + +# target to preprocess a source file +src/modulesmodel.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.i +.PHONY : src/modulesmodel.cpp.i + +src/modulesmodel.s: src/modulesmodel.cpp.s + +.PHONY : src/modulesmodel.s + +# target to generate assembly for a file +src/modulesmodel.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/modulesmodel.cpp.s +.PHONY : src/modulesmodel.cpp.s + +src/pythonmodulev1.o: src/pythonmodulev1.cpp.o + +.PHONY : src/pythonmodulev1.o + +# target to build an object file +src/pythonmodulev1.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.o +.PHONY : src/pythonmodulev1.cpp.o + +src/pythonmodulev1.i: src/pythonmodulev1.cpp.i + +.PHONY : src/pythonmodulev1.i + +# target to preprocess a source file +src/pythonmodulev1.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.i +.PHONY : src/pythonmodulev1.cpp.i + +src/pythonmodulev1.s: src/pythonmodulev1.cpp.s + +.PHONY : src/pythonmodulev1.s + +# target to generate assembly for a file +src/pythonmodulev1.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/python/CMakeFiles/python.dir/build.make plugins/python/CMakeFiles/python.dir/src/pythonmodulev1.cpp.s +.PHONY : src/pythonmodulev1.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... python" + @echo "... python_autogen" + @echo "... python_autogen/EWIEGA46WW/qrc_python.o" + @echo "... python_autogen/EWIEGA46WW/qrc_python.i" + @echo "... python_autogen/EWIEGA46WW/qrc_python.s" + @echo "... python_autogen/mocs_compilation.o" + @echo "... python_autogen/mocs_compilation.i" + @echo "... python_autogen/mocs_compilation.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.s" + @echo "... src/modulesmodel.o" + @echo "... src/modulesmodel.i" + @echo "... src/modulesmodel.s" + @echo "... src/pythonmodulev1.o" + @echo "... src/pythonmodulev1.i" + @echo "... src/pythonmodulev1.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/python/cmake_install.cmake b/build/plugins/python/cmake_install.cmake new file mode 100644 index 0000000..095a424 --- /dev/null +++ b/build/plugins/python/cmake_install.cmake @@ -0,0 +1,72 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libpython.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libpython.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libpython.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libpython.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libpython.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libpython.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libpython.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libpython.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/albert/org.albert.extension.python" TYPE DIRECTORY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/share/") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11/cmake_install.cmake") + +endif() + diff --git a/build/plugins/python/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/python/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/python/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/python/pybind11/CMakeFiles/progress.marks b/build/plugins/python/pybind11/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/build/plugins/python/pybind11/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build/plugins/python/pybind11/Makefile b/build/plugins/python/pybind11/Makefile new file mode 100644 index 0000000..ff36a3f --- /dev/null +++ b/build/plugins/python/pybind11/Makefile @@ -0,0 +1,184 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/python/pybind11/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/pybind11/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/pybind11/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/pybind11/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/python/pybind11/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" +.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/python/pybind11/cmake_install.cmake b/build/plugins/python/pybind11/cmake_install.cmake new file mode 100644 index 0000000..4246c6d --- /dev/null +++ b/build/plugins/python/pybind11/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/python/pybind11 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + diff --git a/build/plugins/qmlboxmodel/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/qmlboxmodel/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/qmlboxmodel/CMakeFiles/progress.marks b/build/plugins/qmlboxmodel/CMakeFiles/progress.marks new file mode 100644 index 0000000..48082f7 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/progress.marks @@ -0,0 +1 @@ +12 diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/DependInfo.cmake b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/DependInfo.cmake new file mode 100644 index 0000000..0960397 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/DependInfo.cmake @@ -0,0 +1,50 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/frontendplugin.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/mainwindow.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/propertyeditor.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_NETWORK_LIB" + "QT_QML_LIB" + "QT_QUICK_LIB" + "QT_WIDGETS_LIB" + "qmlboxmodel_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/qmlboxmodel" + "../plugins/qmlboxmodel" + "plugins/qmlboxmodel/qmlboxmodel_autogen/include" + "../plugins/qmlboxmodel/src" + "../include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtQml" + "/usr/include/x86_64-linux-gnu/qt5/QtNetwork" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtQuick" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make new file mode 100644 index 0000000..b6463b5 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make @@ -0,0 +1,165 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/depend.make + +# Include the progress variables for this target. +include plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o: plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp > CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.i + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp -o CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.s + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o: ../plugins/qmlboxmodel/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/configwidget.cpp + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/configwidget.cpp > CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.i + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/configwidget.cpp -o CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.s + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o: ../plugins/qmlboxmodel/src/frontendplugin.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/frontendplugin.cpp + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/frontendplugin.cpp > CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.i + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/frontendplugin.cpp -o CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.s + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o: ../plugins/qmlboxmodel/src/mainwindow.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/mainwindow.cpp + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/mainwindow.cpp > CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.i + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/mainwindow.cpp -o CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.s + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o: ../plugins/qmlboxmodel/src/propertyeditor.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/propertyeditor.cpp + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/propertyeditor.cpp > CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.i + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/propertyeditor.cpp -o CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.s + +# Object files for target qmlboxmodel +qmlboxmodel_OBJECTS = \ +"CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o" \ +"CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o" \ +"CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o" \ +"CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o" + +# External object files for target qmlboxmodel +qmlboxmodel_EXTERNAL_OBJECTS = + +lib/libqmlboxmodel.so: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o +lib/libqmlboxmodel.so: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o +lib/libqmlboxmodel.so: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o +lib/libqmlboxmodel.so: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o +lib/libqmlboxmodel.so: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o +lib/libqmlboxmodel.so: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make +lib/libqmlboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.12.8 +lib/libqmlboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libqmlboxmodel.so: lib/libalbert.so +lib/libqmlboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5.12.8 +lib/libqmlboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8 +lib/libqmlboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libqmlboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libqmlboxmodel.so: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX shared library ../../lib/libqmlboxmodel.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/qmlboxmodel.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build: lib/libqmlboxmodel.so + +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && $(CMAKE_COMMAND) -P CMakeFiles/qmlboxmodel.dir/cmake_clean.cmake +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/clean + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/depend + diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/cmake_clean.cmake b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/cmake_clean.cmake new file mode 100644 index 0000000..24ae205 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "../../lib/libqmlboxmodel.pdb" + "../../lib/libqmlboxmodel.so" + "CMakeFiles/qmlboxmodel_autogen.dir/AutogenUsed.txt" + "CMakeFiles/qmlboxmodel_autogen.dir/ParseCache.txt" + "qmlboxmodel_autogen" + "CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o" + "CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o" + "CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o" + "CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o" + "CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/qmlboxmodel.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/depend.make b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/depend.make new file mode 100644 index 0000000..0e501f0 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for qmlboxmodel. +# This may be replaced when dependencies are built. diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make new file mode 100644 index 0000000..ac42940 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -Dqmlboxmodel_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets + diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/link.txt b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/link.txt new file mode 100644 index 0000000..6bf5a62 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libqmlboxmodel.so -o ../../lib/libqmlboxmodel.so CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so -lXext /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/progress.make b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/progress.make new file mode 100644 index 0000000..c1e7765 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = 63 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 64 +CMAKE_PROGRESS_4 = 65 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 66 + diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/AutogenInfo.json b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..d2f00c2 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/AutogenInfo.json @@ -0,0 +1,124 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/colordialog.hpp", + "MU", + "UVLADIE3JM/moc_colordialog.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/frontendplugin.h", + "MU", + "UVLADIE3JM/moc_frontendplugin.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/mainwindow.h", + "MU", + "UVLADIE3JM/moc_mainwindow.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/propertyeditor.h", + "MU", + "UVLADIE3JM/moc_propertyeditor.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_NETWORK_LIB", + "QT_QML_LIB", + "QT_QUICK_LIB", + "QT_WIDGETS_LIB", + "qmlboxmodel_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtQml", + "/usr/include/x86_64-linux-gnu/qt5/QtNetwork", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtQuick", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/qmlboxmodel_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/frontendplugin.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/mainwindow.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/src/propertyeditor.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/DependInfo.cmake b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make new file mode 100644 index 0000000..c54a620 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for qmlboxmodel_autogen. + +# Include the progress variables for this target. +include plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/progress.make + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target qmlboxmodel" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/AutogenInfo.json Debug + +qmlboxmodel_autogen: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen +qmlboxmodel_autogen: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make + +.PHONY : qmlboxmodel_autogen + +# Rule to build all files generated by this target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build: qmlboxmodel_autogen + +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel && $(CMAKE_COMMAND) -P CMakeFiles/qmlboxmodel_autogen.dir/cmake_clean.cmake +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/clean + +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/depend + diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/cmake_clean.cmake b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..2b781f5 --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/qmlboxmodel_autogen" + "qmlboxmodel_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/qmlboxmodel_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/progress.make b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/progress.make new file mode 100644 index 0000000..059bbec --- /dev/null +++ b/build/plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 67 + diff --git a/build/plugins/qmlboxmodel/Makefile b/build/plugins/qmlboxmodel/Makefile new file mode 100644 index 0000000..9fb1b0d --- /dev/null +++ b/build/plugins/qmlboxmodel/Makefile @@ -0,0 +1,366 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/qmlboxmodel/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/qmlboxmodel/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/qmlboxmodel/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/qmlboxmodel/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/qmlboxmodel/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/rule +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/rule + +# Convenience name for target. +qmlboxmodel: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/rule + +.PHONY : qmlboxmodel + +# fast build rule for target. +qmlboxmodel/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build +.PHONY : qmlboxmodel/fast + +# Convenience name for target. +plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/rule +.PHONY : plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/rule + +# Convenience name for target. +qmlboxmodel_autogen: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/rule + +.PHONY : qmlboxmodel_autogen + +# fast build rule for target. +qmlboxmodel_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel_autogen.dir/build +.PHONY : qmlboxmodel_autogen/fast + +qmlboxmodel_autogen/mocs_compilation.o: qmlboxmodel_autogen/mocs_compilation.cpp.o + +.PHONY : qmlboxmodel_autogen/mocs_compilation.o + +# target to build an object file +qmlboxmodel_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.o +.PHONY : qmlboxmodel_autogen/mocs_compilation.cpp.o + +qmlboxmodel_autogen/mocs_compilation.i: qmlboxmodel_autogen/mocs_compilation.cpp.i + +.PHONY : qmlboxmodel_autogen/mocs_compilation.i + +# target to preprocess a source file +qmlboxmodel_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.i +.PHONY : qmlboxmodel_autogen/mocs_compilation.cpp.i + +qmlboxmodel_autogen/mocs_compilation.s: qmlboxmodel_autogen/mocs_compilation.cpp.s + +.PHONY : qmlboxmodel_autogen/mocs_compilation.s + +# target to generate assembly for a file +qmlboxmodel_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/qmlboxmodel_autogen/mocs_compilation.cpp.s +.PHONY : qmlboxmodel_autogen/mocs_compilation.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/frontendplugin.o: src/frontendplugin.cpp.o + +.PHONY : src/frontendplugin.o + +# target to build an object file +src/frontendplugin.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.o +.PHONY : src/frontendplugin.cpp.o + +src/frontendplugin.i: src/frontendplugin.cpp.i + +.PHONY : src/frontendplugin.i + +# target to preprocess a source file +src/frontendplugin.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.i +.PHONY : src/frontendplugin.cpp.i + +src/frontendplugin.s: src/frontendplugin.cpp.s + +.PHONY : src/frontendplugin.s + +# target to generate assembly for a file +src/frontendplugin.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/frontendplugin.cpp.s +.PHONY : src/frontendplugin.cpp.s + +src/mainwindow.o: src/mainwindow.cpp.o + +.PHONY : src/mainwindow.o + +# target to build an object file +src/mainwindow.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.o +.PHONY : src/mainwindow.cpp.o + +src/mainwindow.i: src/mainwindow.cpp.i + +.PHONY : src/mainwindow.i + +# target to preprocess a source file +src/mainwindow.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.i +.PHONY : src/mainwindow.cpp.i + +src/mainwindow.s: src/mainwindow.cpp.s + +.PHONY : src/mainwindow.s + +# target to generate assembly for a file +src/mainwindow.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/mainwindow.cpp.s +.PHONY : src/mainwindow.cpp.s + +src/propertyeditor.o: src/propertyeditor.cpp.o + +.PHONY : src/propertyeditor.o + +# target to build an object file +src/propertyeditor.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.o +.PHONY : src/propertyeditor.cpp.o + +src/propertyeditor.i: src/propertyeditor.cpp.i + +.PHONY : src/propertyeditor.i + +# target to preprocess a source file +src/propertyeditor.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.i +.PHONY : src/propertyeditor.cpp.i + +src/propertyeditor.s: src/propertyeditor.cpp.s + +.PHONY : src/propertyeditor.s + +# target to generate assembly for a file +src/propertyeditor.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/propertyeditor.cpp.s +.PHONY : src/propertyeditor.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... qmlboxmodel" + @echo "... qmlboxmodel_autogen" + @echo "... qmlboxmodel_autogen/mocs_compilation.o" + @echo "... qmlboxmodel_autogen/mocs_compilation.i" + @echo "... qmlboxmodel_autogen/mocs_compilation.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/frontendplugin.o" + @echo "... src/frontendplugin.i" + @echo "... src/frontendplugin.s" + @echo "... src/mainwindow.o" + @echo "... src/mainwindow.i" + @echo "... src/mainwindow.s" + @echo "... src/propertyeditor.o" + @echo "... src/propertyeditor.i" + @echo "... src/propertyeditor.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/qmlboxmodel/cmake_install.cmake b/build/plugins/qmlboxmodel/cmake_install.cmake new file mode 100644 index 0000000..83d198d --- /dev/null +++ b/build/plugins/qmlboxmodel/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libqmlboxmodel.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libqmlboxmodel.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libqmlboxmodel.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libqmlboxmodel.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libqmlboxmodel.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libqmlboxmodel.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libqmlboxmodel.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libqmlboxmodel.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/albert/org.albert.frontend.qmlboxmodel" TYPE DIRECTORY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/qmlboxmodel/share/") +endif() + diff --git a/build/plugins/snippets/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/snippets/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/snippets/CMakeFiles/progress.marks b/build/plugins/snippets/CMakeFiles/progress.marks new file mode 100644 index 0000000..48082f7 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/progress.marks @@ -0,0 +1 @@ +12 diff --git a/build/plugins/snippets/CMakeFiles/snippets.dir/DependInfo.cmake b/build/plugins/snippets/CMakeFiles/snippets.dir/DependInfo.cmake new file mode 100644 index 0000000..8567517 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets.dir/DependInfo.cmake @@ -0,0 +1,46 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/snippeteditordialog.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_SQL_LIB" + "QT_WIDGETS_LIB" + "snippets_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/snippets" + "../plugins/snippets" + "plugins/snippets/snippets_autogen/include" + "../plugins/snippets/src" + "../include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtSql" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/snippets/CMakeFiles/snippets.dir/build.make b/build/plugins/snippets/CMakeFiles/snippets.dir/build.make new file mode 100644 index 0000000..c09224c --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets.dir/build.make @@ -0,0 +1,170 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/snippets/CMakeFiles/snippets.dir/depend.make + +# Include the progress variables for this target. +include plugins/snippets/CMakeFiles/snippets.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/snippets/CMakeFiles/snippets.dir/flags.make + +plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp: ../plugins/snippets/snippets.qrc +plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp: plugins/snippets/CMakeFiles/snippets_autogen.dir/AutoRcc_snippets_EWIEGA46WW_Info.json +plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp: ../plugins/snippets/resources/snippet.svg +plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for snippets.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutoRcc_snippets_EWIEGA46WW_Info.json Debug + +plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o: plugins/snippets/CMakeFiles/snippets.dir/flags.make +plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o: plugins/snippets/snippets_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/mocs_compilation.cpp + +plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/mocs_compilation.cpp > CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.i + +plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/mocs_compilation.cpp -o CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.s + +plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.o: plugins/snippets/CMakeFiles/snippets.dir/flags.make +plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.o: ../plugins/snippets/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/snippets.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/configwidget.cpp + +plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/snippets.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/configwidget.cpp > CMakeFiles/snippets.dir/src/configwidget.cpp.i + +plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/snippets.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/configwidget.cpp -o CMakeFiles/snippets.dir/src/configwidget.cpp.s + +plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.o: plugins/snippets/CMakeFiles/snippets.dir/flags.make +plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.o: ../plugins/snippets/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/snippets.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/extension.cpp + +plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/snippets.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/extension.cpp > CMakeFiles/snippets.dir/src/extension.cpp.i + +plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/snippets.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/extension.cpp -o CMakeFiles/snippets.dir/src/extension.cpp.s + +plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o: plugins/snippets/CMakeFiles/snippets.dir/flags.make +plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o: ../plugins/snippets/src/snippeteditordialog.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/snippeteditordialog.cpp + +plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/snippeteditordialog.cpp > CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.i + +plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/snippeteditordialog.cpp -o CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.s + +plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o: plugins/snippets/CMakeFiles/snippets.dir/flags.make +plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o: plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp + +plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp > CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.i + +plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp -o CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.s + +# Object files for target snippets +snippets_OBJECTS = \ +"CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/snippets.dir/src/configwidget.cpp.o" \ +"CMakeFiles/snippets.dir/src/extension.cpp.o" \ +"CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o" \ +"CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o" + +# External object files for target snippets +snippets_EXTERNAL_OBJECTS = + +lib/libsnippets.so: plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o +lib/libsnippets.so: plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.o +lib/libsnippets.so: plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.o +lib/libsnippets.so: plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o +lib/libsnippets.so: plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o +lib/libsnippets.so: plugins/snippets/CMakeFiles/snippets.dir/build.make +lib/libsnippets.so: /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8 +lib/libsnippets.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libsnippets.so: lib/libalbert.so +lib/libsnippets.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libsnippets.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libsnippets.so: plugins/snippets/CMakeFiles/snippets.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX shared library ../../lib/libsnippets.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/snippets.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/snippets/CMakeFiles/snippets.dir/build: lib/libsnippets.so + +.PHONY : plugins/snippets/CMakeFiles/snippets.dir/build + +plugins/snippets/CMakeFiles/snippets.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && $(CMAKE_COMMAND) -P CMakeFiles/snippets.dir/cmake_clean.cmake +.PHONY : plugins/snippets/CMakeFiles/snippets.dir/clean + +plugins/snippets/CMakeFiles/snippets.dir/depend: plugins/snippets/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/snippets/CMakeFiles/snippets.dir/depend + diff --git a/build/plugins/snippets/CMakeFiles/snippets.dir/cmake_clean.cmake b/build/plugins/snippets/CMakeFiles/snippets.dir/cmake_clean.cmake new file mode 100644 index 0000000..9774cfe --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "../../lib/libsnippets.pdb" + "../../lib/libsnippets.so" + "CMakeFiles/snippets_autogen.dir/AutogenUsed.txt" + "CMakeFiles/snippets_autogen.dir/ParseCache.txt" + "snippets_autogen" + "CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o" + "CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o" + "CMakeFiles/snippets.dir/src/configwidget.cpp.o" + "CMakeFiles/snippets.dir/src/extension.cpp.o" + "CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o" + "snippets_autogen/EWIEGA46WW/qrc_snippets.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/snippets.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/snippets/CMakeFiles/snippets.dir/depend.make b/build/plugins/snippets/CMakeFiles/snippets.dir/depend.make new file mode 100644 index 0000000..e3bfe63 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for snippets. +# This may be replaced when dependencies are built. diff --git a/build/plugins/snippets/CMakeFiles/snippets.dir/flags.make b/build/plugins/snippets/CMakeFiles/snippets.dir/flags.make new file mode 100644 index 0000000..634ae29 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_WIDGETS_LIB -Dsnippets_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui + diff --git a/build/plugins/snippets/CMakeFiles/snippets.dir/link.txt b/build/plugins/snippets/CMakeFiles/snippets.dir/link.txt new file mode 100644 index 0000000..7c00c7c --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libsnippets.so -o ../../lib/libsnippets.so CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o CMakeFiles/snippets.dir/src/configwidget.cpp.o CMakeFiles/snippets.dir/src/extension.cpp.o CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/snippets/CMakeFiles/snippets.dir/progress.make b/build/plugins/snippets/CMakeFiles/snippets.dir/progress.make new file mode 100644 index 0000000..b3690d8 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets.dir/progress.make @@ -0,0 +1,8 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 68 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 69 +CMAKE_PROGRESS_5 = 70 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = 71 + diff --git a/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutoRcc_snippets_EWIEGA46WW_Info.json b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutoRcc_snippets_EWIEGA46WW_Info.json new file mode 100644 index 0000000..4ef3e79 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutoRcc_snippets_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/resources/snippet.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutoRcc_snippets_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "snippets" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_snippets.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutoRcc_snippets_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/snippets.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutogenInfo.json b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..caa194e --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutogenInfo.json @@ -0,0 +1,106 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/snippeteditordialog.h", + "MU", + "UVLADIE3JM/moc_snippeteditordialog.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_SQL_LIB", + "QT_WIDGETS_LIB", + "snippets_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtSql", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/snippets_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/extension.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets/src/snippeteditordialog.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/DependInfo.cmake b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make new file mode 100644 index 0000000..11a9bd2 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for snippets_autogen. + +# Include the progress variables for this target. +include plugins/snippets/CMakeFiles/snippets_autogen.dir/progress.make + +plugins/snippets/CMakeFiles/snippets_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target snippets" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/AutogenInfo.json Debug + +snippets_autogen: plugins/snippets/CMakeFiles/snippets_autogen +snippets_autogen: plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make + +.PHONY : snippets_autogen + +# Rule to build all files generated by this target. +plugins/snippets/CMakeFiles/snippets_autogen.dir/build: snippets_autogen + +.PHONY : plugins/snippets/CMakeFiles/snippets_autogen.dir/build + +plugins/snippets/CMakeFiles/snippets_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets && $(CMAKE_COMMAND) -P CMakeFiles/snippets_autogen.dir/cmake_clean.cmake +.PHONY : plugins/snippets/CMakeFiles/snippets_autogen.dir/clean + +plugins/snippets/CMakeFiles/snippets_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/snippets/CMakeFiles/snippets_autogen.dir/depend + diff --git a/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/cmake_clean.cmake b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..26f5c8e --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/snippets_autogen" + "snippets_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/snippets_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/progress.make b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/progress.make new file mode 100644 index 0000000..b1815f3 --- /dev/null +++ b/build/plugins/snippets/CMakeFiles/snippets_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 72 + diff --git a/build/plugins/snippets/Makefile b/build/plugins/snippets/Makefile new file mode 100644 index 0000000..a7b5ca4 --- /dev/null +++ b/build/plugins/snippets/Makefile @@ -0,0 +1,366 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/snippets/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/snippets/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/snippets/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/snippets/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/snippets/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/snippets/CMakeFiles/snippets.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/snippets/CMakeFiles/snippets.dir/rule +.PHONY : plugins/snippets/CMakeFiles/snippets.dir/rule + +# Convenience name for target. +snippets: plugins/snippets/CMakeFiles/snippets.dir/rule + +.PHONY : snippets + +# fast build rule for target. +snippets/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/build +.PHONY : snippets/fast + +# Convenience name for target. +plugins/snippets/CMakeFiles/snippets_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/snippets/CMakeFiles/snippets_autogen.dir/rule +.PHONY : plugins/snippets/CMakeFiles/snippets_autogen.dir/rule + +# Convenience name for target. +snippets_autogen: plugins/snippets/CMakeFiles/snippets_autogen.dir/rule + +.PHONY : snippets_autogen + +# fast build rule for target. +snippets_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets_autogen.dir/build.make plugins/snippets/CMakeFiles/snippets_autogen.dir/build +.PHONY : snippets_autogen/fast + +snippets_autogen/EWIEGA46WW/qrc_snippets.o: snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o + +.PHONY : snippets_autogen/EWIEGA46WW/qrc_snippets.o + +# target to build an object file +snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o +.PHONY : snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.o + +snippets_autogen/EWIEGA46WW/qrc_snippets.i: snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.i + +.PHONY : snippets_autogen/EWIEGA46WW/qrc_snippets.i + +# target to preprocess a source file +snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.i +.PHONY : snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.i + +snippets_autogen/EWIEGA46WW/qrc_snippets.s: snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.s + +.PHONY : snippets_autogen/EWIEGA46WW/qrc_snippets.s + +# target to generate assembly for a file +snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.s +.PHONY : snippets_autogen/EWIEGA46WW/qrc_snippets.cpp.s + +snippets_autogen/mocs_compilation.o: snippets_autogen/mocs_compilation.cpp.o + +.PHONY : snippets_autogen/mocs_compilation.o + +# target to build an object file +snippets_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.o +.PHONY : snippets_autogen/mocs_compilation.cpp.o + +snippets_autogen/mocs_compilation.i: snippets_autogen/mocs_compilation.cpp.i + +.PHONY : snippets_autogen/mocs_compilation.i + +# target to preprocess a source file +snippets_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.i +.PHONY : snippets_autogen/mocs_compilation.cpp.i + +snippets_autogen/mocs_compilation.s: snippets_autogen/mocs_compilation.cpp.s + +.PHONY : snippets_autogen/mocs_compilation.s + +# target to generate assembly for a file +snippets_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/snippets_autogen/mocs_compilation.cpp.s +.PHONY : snippets_autogen/mocs_compilation.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +src/snippeteditordialog.o: src/snippeteditordialog.cpp.o + +.PHONY : src/snippeteditordialog.o + +# target to build an object file +src/snippeteditordialog.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.o +.PHONY : src/snippeteditordialog.cpp.o + +src/snippeteditordialog.i: src/snippeteditordialog.cpp.i + +.PHONY : src/snippeteditordialog.i + +# target to preprocess a source file +src/snippeteditordialog.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.i +.PHONY : src/snippeteditordialog.cpp.i + +src/snippeteditordialog.s: src/snippeteditordialog.cpp.s + +.PHONY : src/snippeteditordialog.s + +# target to generate assembly for a file +src/snippeteditordialog.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/snippets/CMakeFiles/snippets.dir/build.make plugins/snippets/CMakeFiles/snippets.dir/src/snippeteditordialog.cpp.s +.PHONY : src/snippeteditordialog.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... snippets" + @echo "... snippets_autogen" + @echo "... snippets_autogen/EWIEGA46WW/qrc_snippets.o" + @echo "... snippets_autogen/EWIEGA46WW/qrc_snippets.i" + @echo "... snippets_autogen/EWIEGA46WW/qrc_snippets.s" + @echo "... snippets_autogen/mocs_compilation.o" + @echo "... snippets_autogen/mocs_compilation.i" + @echo "... snippets_autogen/mocs_compilation.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.s" + @echo "... src/snippeteditordialog.o" + @echo "... src/snippeteditordialog.i" + @echo "... src/snippeteditordialog.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/snippets/cmake_install.cmake b/build/plugins/snippets/cmake_install.cmake new file mode 100644 index 0000000..26a5c03 --- /dev/null +++ b/build/plugins/snippets/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/snippets + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsnippets.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsnippets.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsnippets.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libsnippets.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsnippets.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsnippets.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsnippets.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsnippets.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/ssh/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/ssh/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/ssh/CMakeFiles/progress.marks b/build/plugins/ssh/CMakeFiles/progress.marks new file mode 100644 index 0000000..60d3b2f --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/progress.marks @@ -0,0 +1 @@ +15 diff --git a/build/plugins/ssh/CMakeFiles/ssh.dir/DependInfo.cmake b/build/plugins/ssh/CMakeFiles/ssh.dir/DependInfo.cmake new file mode 100644 index 0000000..9187d0c --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh.dir/DependInfo.cmake @@ -0,0 +1,45 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "ssh_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/ssh" + "../plugins/ssh" + "plugins/ssh/ssh_autogen/include" + "../plugins/ssh/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/ssh/CMakeFiles/ssh.dir/build.make b/build/plugins/ssh/CMakeFiles/ssh.dir/build.make new file mode 100644 index 0000000..c66b8a3 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh.dir/build.make @@ -0,0 +1,155 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/ssh/CMakeFiles/ssh.dir/depend.make + +# Include the progress variables for this target. +include plugins/ssh/CMakeFiles/ssh.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/ssh/CMakeFiles/ssh.dir/flags.make + +plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp: ../plugins/ssh/ssh.qrc +plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp: plugins/ssh/CMakeFiles/ssh_autogen.dir/AutoRcc_ssh_EWIEGA46WW_Info.json +plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp: ../plugins/ssh/resources/ssh.svg +plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for ssh.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutoRcc_ssh_EWIEGA46WW_Info.json Debug + +plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o: plugins/ssh/CMakeFiles/ssh.dir/flags.make +plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o: plugins/ssh/ssh_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/mocs_compilation.cpp + +plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/mocs_compilation.cpp > CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.i + +plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/mocs_compilation.cpp -o CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.s + +plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.o: plugins/ssh/CMakeFiles/ssh.dir/flags.make +plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.o: ../plugins/ssh/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ssh.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/configwidget.cpp + +plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ssh.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/configwidget.cpp > CMakeFiles/ssh.dir/src/configwidget.cpp.i + +plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ssh.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/configwidget.cpp -o CMakeFiles/ssh.dir/src/configwidget.cpp.s + +plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.o: plugins/ssh/CMakeFiles/ssh.dir/flags.make +plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.o: ../plugins/ssh/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ssh.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/extension.cpp + +plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ssh.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/extension.cpp > CMakeFiles/ssh.dir/src/extension.cpp.i + +plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ssh.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/extension.cpp -o CMakeFiles/ssh.dir/src/extension.cpp.s + +plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o: plugins/ssh/CMakeFiles/ssh.dir/flags.make +plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o: plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp + +plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp > CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.i + +plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp -o CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.s + +# Object files for target ssh +ssh_OBJECTS = \ +"CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/ssh.dir/src/configwidget.cpp.o" \ +"CMakeFiles/ssh.dir/src/extension.cpp.o" \ +"CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o" + +# External object files for target ssh +ssh_EXTERNAL_OBJECTS = + +lib/libssh.so: plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o +lib/libssh.so: plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.o +lib/libssh.so: plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.o +lib/libssh.so: plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o +lib/libssh.so: plugins/ssh/CMakeFiles/ssh.dir/build.make +lib/libssh.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libssh.so: lib/libalbert.so +lib/libssh.so: lib/libxdg.so +lib/libssh.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libssh.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libssh.so: plugins/ssh/CMakeFiles/ssh.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX shared library ../../lib/libssh.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ssh.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/ssh/CMakeFiles/ssh.dir/build: lib/libssh.so + +.PHONY : plugins/ssh/CMakeFiles/ssh.dir/build + +plugins/ssh/CMakeFiles/ssh.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && $(CMAKE_COMMAND) -P CMakeFiles/ssh.dir/cmake_clean.cmake +.PHONY : plugins/ssh/CMakeFiles/ssh.dir/clean + +plugins/ssh/CMakeFiles/ssh.dir/depend: plugins/ssh/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/ssh/CMakeFiles/ssh.dir/depend + diff --git a/build/plugins/ssh/CMakeFiles/ssh.dir/cmake_clean.cmake b/build/plugins/ssh/CMakeFiles/ssh.dir/cmake_clean.cmake new file mode 100644 index 0000000..2551c83 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "../../lib/libssh.pdb" + "../../lib/libssh.so" + "CMakeFiles/ssh_autogen.dir/AutogenUsed.txt" + "CMakeFiles/ssh_autogen.dir/ParseCache.txt" + "ssh_autogen" + "CMakeFiles/ssh.dir/src/configwidget.cpp.o" + "CMakeFiles/ssh.dir/src/extension.cpp.o" + "CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o" + "CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o" + "ssh_autogen/EWIEGA46WW/qrc_ssh.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/ssh.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/ssh/CMakeFiles/ssh.dir/depend.make b/build/plugins/ssh/CMakeFiles/ssh.dir/depend.make new file mode 100644 index 0000000..498cf66 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for ssh. +# This may be replaced when dependencies are built. diff --git a/build/plugins/ssh/CMakeFiles/ssh.dir/flags.make b/build/plugins/ssh/CMakeFiles/ssh.dir/flags.make new file mode 100644 index 0000000..b7aafb2 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dssh_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ + diff --git a/build/plugins/ssh/CMakeFiles/ssh.dir/link.txt b/build/plugins/ssh/CMakeFiles/ssh.dir/link.txt new file mode 100644 index 0000000..c5a83fa --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libssh.so -o ../../lib/libssh.so CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o CMakeFiles/ssh.dir/src/configwidget.cpp.o CMakeFiles/ssh.dir/src/extension.cpp.o CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/ssh/CMakeFiles/ssh.dir/progress.make b/build/plugins/ssh/CMakeFiles/ssh.dir/progress.make new file mode 100644 index 0000000..0c6bf46 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 73 +CMAKE_PROGRESS_3 = 74 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 75 +CMAKE_PROGRESS_6 = + diff --git a/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutoRcc_ssh_EWIEGA46WW_Info.json b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutoRcc_ssh_EWIEGA46WW_Info.json new file mode 100644 index 0000000..91fe3b0 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutoRcc_ssh_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/resources/ssh.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutoRcc_ssh_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "ssh" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_ssh.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutoRcc_ssh_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/ssh.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutogenInfo.json b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..89ecc79 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutogenInfo.json @@ -0,0 +1,96 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "ssh_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/ssh_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh/src/extension.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/DependInfo.cmake b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make new file mode 100644 index 0000000..f06a9c3 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for ssh_autogen. + +# Include the progress variables for this target. +include plugins/ssh/CMakeFiles/ssh_autogen.dir/progress.make + +plugins/ssh/CMakeFiles/ssh_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target ssh" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/AutogenInfo.json Debug + +ssh_autogen: plugins/ssh/CMakeFiles/ssh_autogen +ssh_autogen: plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make + +.PHONY : ssh_autogen + +# Rule to build all files generated by this target. +plugins/ssh/CMakeFiles/ssh_autogen.dir/build: ssh_autogen + +.PHONY : plugins/ssh/CMakeFiles/ssh_autogen.dir/build + +plugins/ssh/CMakeFiles/ssh_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh && $(CMAKE_COMMAND) -P CMakeFiles/ssh_autogen.dir/cmake_clean.cmake +.PHONY : plugins/ssh/CMakeFiles/ssh_autogen.dir/clean + +plugins/ssh/CMakeFiles/ssh_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/ssh/CMakeFiles/ssh_autogen.dir/depend + diff --git a/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/cmake_clean.cmake b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..c91b53d --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/ssh_autogen" + "ssh_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ssh_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/progress.make b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/progress.make new file mode 100644 index 0000000..b595f06 --- /dev/null +++ b/build/plugins/ssh/CMakeFiles/ssh_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 76 + diff --git a/build/plugins/ssh/Makefile b/build/plugins/ssh/Makefile new file mode 100644 index 0000000..6f66d33 --- /dev/null +++ b/build/plugins/ssh/Makefile @@ -0,0 +1,336 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/ssh/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/ssh/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/ssh/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/ssh/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/ssh/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/ssh/CMakeFiles/ssh.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/ssh/CMakeFiles/ssh.dir/rule +.PHONY : plugins/ssh/CMakeFiles/ssh.dir/rule + +# Convenience name for target. +ssh: plugins/ssh/CMakeFiles/ssh.dir/rule + +.PHONY : ssh + +# fast build rule for target. +ssh/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/build +.PHONY : ssh/fast + +# Convenience name for target. +plugins/ssh/CMakeFiles/ssh_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/ssh/CMakeFiles/ssh_autogen.dir/rule +.PHONY : plugins/ssh/CMakeFiles/ssh_autogen.dir/rule + +# Convenience name for target. +ssh_autogen: plugins/ssh/CMakeFiles/ssh_autogen.dir/rule + +.PHONY : ssh_autogen + +# fast build rule for target. +ssh_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh_autogen.dir/build.make plugins/ssh/CMakeFiles/ssh_autogen.dir/build +.PHONY : ssh_autogen/fast + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +ssh_autogen/EWIEGA46WW/qrc_ssh.o: ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o + +.PHONY : ssh_autogen/EWIEGA46WW/qrc_ssh.o + +# target to build an object file +ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o +.PHONY : ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.o + +ssh_autogen/EWIEGA46WW/qrc_ssh.i: ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.i + +.PHONY : ssh_autogen/EWIEGA46WW/qrc_ssh.i + +# target to preprocess a source file +ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.i +.PHONY : ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.i + +ssh_autogen/EWIEGA46WW/qrc_ssh.s: ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.s + +.PHONY : ssh_autogen/EWIEGA46WW/qrc_ssh.s + +# target to generate assembly for a file +ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.s +.PHONY : ssh_autogen/EWIEGA46WW/qrc_ssh.cpp.s + +ssh_autogen/mocs_compilation.o: ssh_autogen/mocs_compilation.cpp.o + +.PHONY : ssh_autogen/mocs_compilation.o + +# target to build an object file +ssh_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.o +.PHONY : ssh_autogen/mocs_compilation.cpp.o + +ssh_autogen/mocs_compilation.i: ssh_autogen/mocs_compilation.cpp.i + +.PHONY : ssh_autogen/mocs_compilation.i + +# target to preprocess a source file +ssh_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.i +.PHONY : ssh_autogen/mocs_compilation.cpp.i + +ssh_autogen/mocs_compilation.s: ssh_autogen/mocs_compilation.cpp.s + +.PHONY : ssh_autogen/mocs_compilation.s + +# target to generate assembly for a file +ssh_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/ssh/CMakeFiles/ssh.dir/build.make plugins/ssh/CMakeFiles/ssh.dir/ssh_autogen/mocs_compilation.cpp.s +.PHONY : ssh_autogen/mocs_compilation.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... ssh" + @echo "... ssh_autogen" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.s" + @echo "... ssh_autogen/EWIEGA46WW/qrc_ssh.o" + @echo "... ssh_autogen/EWIEGA46WW/qrc_ssh.i" + @echo "... ssh_autogen/EWIEGA46WW/qrc_ssh.s" + @echo "... ssh_autogen/mocs_compilation.o" + @echo "... ssh_autogen/mocs_compilation.i" + @echo "... ssh_autogen/mocs_compilation.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/ssh/cmake_install.cmake b/build/plugins/ssh/cmake_install.cmake new file mode 100644 index 0000000..c9eb5a8 --- /dev/null +++ b/build/plugins/ssh/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/ssh + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libssh.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libssh.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libssh.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libssh.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libssh.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libssh.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libssh.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libssh.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/system/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/system/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/system/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/system/CMakeFiles/progress.marks b/build/plugins/system/CMakeFiles/progress.marks new file mode 100644 index 0000000..b6a7d89 --- /dev/null +++ b/build/plugins/system/CMakeFiles/progress.marks @@ -0,0 +1 @@ +16 diff --git a/build/plugins/system/CMakeFiles/system.dir/DependInfo.cmake b/build/plugins/system/CMakeFiles/system.dir/DependInfo.cmake new file mode 100644 index 0000000..14d2ab6 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system.dir/DependInfo.cmake @@ -0,0 +1,45 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system.dir/src/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "system_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/system" + "../plugins/system" + "plugins/system/system_autogen/include" + "../plugins/system/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/system/CMakeFiles/system.dir/build.make b/build/plugins/system/CMakeFiles/system.dir/build.make new file mode 100644 index 0000000..fc9ecb8 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system.dir/build.make @@ -0,0 +1,160 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/system/CMakeFiles/system.dir/depend.make + +# Include the progress variables for this target. +include plugins/system/CMakeFiles/system.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/system/CMakeFiles/system.dir/flags.make + +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: ../plugins/system/system.qrc +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: plugins/system/CMakeFiles/system_autogen.dir/AutoRcc_system_EWIEGA46WW_Info.json +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: ../plugins/system/resources/reboot.svg +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: ../plugins/system/resources/lock.svg +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: ../plugins/system/resources/hibernate.svg +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: ../plugins/system/resources/logout.svg +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: ../plugins/system/resources/suspend.svg +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: ../plugins/system/resources/poweroff.svg +plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for system.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system_autogen.dir/AutoRcc_system_EWIEGA46WW_Info.json Debug + +plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o: plugins/system/CMakeFiles/system.dir/flags.make +plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o: plugins/system/system_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/mocs_compilation.cpp + +plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/mocs_compilation.cpp > CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.i + +plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/mocs_compilation.cpp -o CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.s + +plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.o: plugins/system/CMakeFiles/system.dir/flags.make +plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.o: ../plugins/system/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/system.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/configwidget.cpp + +plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/system.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/configwidget.cpp > CMakeFiles/system.dir/src/configwidget.cpp.i + +plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/system.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/configwidget.cpp -o CMakeFiles/system.dir/src/configwidget.cpp.s + +plugins/system/CMakeFiles/system.dir/src/extension.cpp.o: plugins/system/CMakeFiles/system.dir/flags.make +plugins/system/CMakeFiles/system.dir/src/extension.cpp.o: ../plugins/system/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/system/CMakeFiles/system.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/system.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/extension.cpp + +plugins/system/CMakeFiles/system.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/system.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/extension.cpp > CMakeFiles/system.dir/src/extension.cpp.i + +plugins/system/CMakeFiles/system.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/system.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/extension.cpp -o CMakeFiles/system.dir/src/extension.cpp.s + +plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o: plugins/system/CMakeFiles/system.dir/flags.make +plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o: plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp + +plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp > CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.i + +plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp -o CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.s + +# Object files for target system +system_OBJECTS = \ +"CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/system.dir/src/configwidget.cpp.o" \ +"CMakeFiles/system.dir/src/extension.cpp.o" \ +"CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o" + +# External object files for target system +system_EXTERNAL_OBJECTS = + +lib/libsystem.so: plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o +lib/libsystem.so: plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.o +lib/libsystem.so: plugins/system/CMakeFiles/system.dir/src/extension.cpp.o +lib/libsystem.so: plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o +lib/libsystem.so: plugins/system/CMakeFiles/system.dir/build.make +lib/libsystem.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libsystem.so: lib/libalbert.so +lib/libsystem.so: lib/libxdg.so +lib/libsystem.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libsystem.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libsystem.so: plugins/system/CMakeFiles/system.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX shared library ../../lib/libsystem.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/system.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/system/CMakeFiles/system.dir/build: lib/libsystem.so + +.PHONY : plugins/system/CMakeFiles/system.dir/build + +plugins/system/CMakeFiles/system.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && $(CMAKE_COMMAND) -P CMakeFiles/system.dir/cmake_clean.cmake +.PHONY : plugins/system/CMakeFiles/system.dir/clean + +plugins/system/CMakeFiles/system.dir/depend: plugins/system/system_autogen/EWIEGA46WW/qrc_system.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/system/CMakeFiles/system.dir/depend + diff --git a/build/plugins/system/CMakeFiles/system.dir/cmake_clean.cmake b/build/plugins/system/CMakeFiles/system.dir/cmake_clean.cmake new file mode 100644 index 0000000..aa6ab95 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "../../lib/libsystem.pdb" + "../../lib/libsystem.so" + "CMakeFiles/system_autogen.dir/AutogenUsed.txt" + "CMakeFiles/system_autogen.dir/ParseCache.txt" + "system_autogen" + "CMakeFiles/system.dir/src/configwidget.cpp.o" + "CMakeFiles/system.dir/src/extension.cpp.o" + "CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o" + "CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o" + "system_autogen/EWIEGA46WW/qrc_system.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/system.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/system/CMakeFiles/system.dir/depend.make b/build/plugins/system/CMakeFiles/system.dir/depend.make new file mode 100644 index 0000000..1e95653 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for system. +# This may be replaced when dependencies are built. diff --git a/build/plugins/system/CMakeFiles/system.dir/flags.make b/build/plugins/system/CMakeFiles/system.dir/flags.make new file mode 100644 index 0000000..8b5c07a --- /dev/null +++ b/build/plugins/system/CMakeFiles/system.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dsystem_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ + diff --git a/build/plugins/system/CMakeFiles/system.dir/link.txt b/build/plugins/system/CMakeFiles/system.dir/link.txt new file mode 100644 index 0000000..6466152 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libsystem.so -o ../../lib/libsystem.so CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o CMakeFiles/system.dir/src/configwidget.cpp.o CMakeFiles/system.dir/src/extension.cpp.o CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/system/CMakeFiles/system.dir/progress.make b/build/plugins/system/CMakeFiles/system.dir/progress.make new file mode 100644 index 0000000..d1486b6 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = 77 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 78 +CMAKE_PROGRESS_4 = 79 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 80 + diff --git a/build/plugins/system/CMakeFiles/system_autogen.dir/AutoRcc_system_EWIEGA46WW_Info.json b/build/plugins/system/CMakeFiles/system_autogen.dir/AutoRcc_system_EWIEGA46WW_Info.json new file mode 100644 index 0000000..9ed7c47 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system_autogen.dir/AutoRcc_system_EWIEGA46WW_Info.json @@ -0,0 +1,27 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/resources/reboot.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/resources/lock.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/resources/hibernate.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/resources/logout.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/resources/suspend.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/resources/poweroff.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system_autogen.dir/AutoRcc_system_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "system" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_system.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system_autogen.dir/AutoRcc_system_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/system.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/system/CMakeFiles/system_autogen.dir/AutogenInfo.json b/build/plugins/system/CMakeFiles/system_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..84344e4 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system_autogen.dir/AutogenInfo.json @@ -0,0 +1,96 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "system_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/system_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system/src/extension.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/system/CMakeFiles/system_autogen.dir/DependInfo.cmake b/build/plugins/system/CMakeFiles/system_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/system/CMakeFiles/system_autogen.dir/build.make b/build/plugins/system/CMakeFiles/system_autogen.dir/build.make new file mode 100644 index 0000000..2d13af4 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for system_autogen. + +# Include the progress variables for this target. +include plugins/system/CMakeFiles/system_autogen.dir/progress.make + +plugins/system/CMakeFiles/system_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target system" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system_autogen.dir/AutogenInfo.json Debug + +system_autogen: plugins/system/CMakeFiles/system_autogen +system_autogen: plugins/system/CMakeFiles/system_autogen.dir/build.make + +.PHONY : system_autogen + +# Rule to build all files generated by this target. +plugins/system/CMakeFiles/system_autogen.dir/build: system_autogen + +.PHONY : plugins/system/CMakeFiles/system_autogen.dir/build + +plugins/system/CMakeFiles/system_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system && $(CMAKE_COMMAND) -P CMakeFiles/system_autogen.dir/cmake_clean.cmake +.PHONY : plugins/system/CMakeFiles/system_autogen.dir/clean + +plugins/system/CMakeFiles/system_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/system_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/system/CMakeFiles/system_autogen.dir/depend + diff --git a/build/plugins/system/CMakeFiles/system_autogen.dir/cmake_clean.cmake b/build/plugins/system/CMakeFiles/system_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..a755dd7 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/system_autogen" + "system_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/system_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/system/CMakeFiles/system_autogen.dir/progress.make b/build/plugins/system/CMakeFiles/system_autogen.dir/progress.make new file mode 100644 index 0000000..4e4c166 --- /dev/null +++ b/build/plugins/system/CMakeFiles/system_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 81 + diff --git a/build/plugins/system/Makefile b/build/plugins/system/Makefile new file mode 100644 index 0000000..a1209f6 --- /dev/null +++ b/build/plugins/system/Makefile @@ -0,0 +1,336 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/system/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/system/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/system/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/system/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/system/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/system/CMakeFiles/system.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/system/CMakeFiles/system.dir/rule +.PHONY : plugins/system/CMakeFiles/system.dir/rule + +# Convenience name for target. +system: plugins/system/CMakeFiles/system.dir/rule + +.PHONY : system + +# fast build rule for target. +system/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/build +.PHONY : system/fast + +# Convenience name for target. +plugins/system/CMakeFiles/system_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/system/CMakeFiles/system_autogen.dir/rule +.PHONY : plugins/system/CMakeFiles/system_autogen.dir/rule + +# Convenience name for target. +system_autogen: plugins/system/CMakeFiles/system_autogen.dir/rule + +.PHONY : system_autogen + +# fast build rule for target. +system_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system_autogen.dir/build.make plugins/system/CMakeFiles/system_autogen.dir/build +.PHONY : system_autogen/fast + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +system_autogen/EWIEGA46WW/qrc_system.o: system_autogen/EWIEGA46WW/qrc_system.cpp.o + +.PHONY : system_autogen/EWIEGA46WW/qrc_system.o + +# target to build an object file +system_autogen/EWIEGA46WW/qrc_system.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.o +.PHONY : system_autogen/EWIEGA46WW/qrc_system.cpp.o + +system_autogen/EWIEGA46WW/qrc_system.i: system_autogen/EWIEGA46WW/qrc_system.cpp.i + +.PHONY : system_autogen/EWIEGA46WW/qrc_system.i + +# target to preprocess a source file +system_autogen/EWIEGA46WW/qrc_system.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.i +.PHONY : system_autogen/EWIEGA46WW/qrc_system.cpp.i + +system_autogen/EWIEGA46WW/qrc_system.s: system_autogen/EWIEGA46WW/qrc_system.cpp.s + +.PHONY : system_autogen/EWIEGA46WW/qrc_system.s + +# target to generate assembly for a file +system_autogen/EWIEGA46WW/qrc_system.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/system_autogen/EWIEGA46WW/qrc_system.cpp.s +.PHONY : system_autogen/EWIEGA46WW/qrc_system.cpp.s + +system_autogen/mocs_compilation.o: system_autogen/mocs_compilation.cpp.o + +.PHONY : system_autogen/mocs_compilation.o + +# target to build an object file +system_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.o +.PHONY : system_autogen/mocs_compilation.cpp.o + +system_autogen/mocs_compilation.i: system_autogen/mocs_compilation.cpp.i + +.PHONY : system_autogen/mocs_compilation.i + +# target to preprocess a source file +system_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.i +.PHONY : system_autogen/mocs_compilation.cpp.i + +system_autogen/mocs_compilation.s: system_autogen/mocs_compilation.cpp.s + +.PHONY : system_autogen/mocs_compilation.s + +# target to generate assembly for a file +system_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/system/CMakeFiles/system.dir/build.make plugins/system/CMakeFiles/system.dir/system_autogen/mocs_compilation.cpp.s +.PHONY : system_autogen/mocs_compilation.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... install/strip" + @echo "... system" + @echo "... system_autogen" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.s" + @echo "... system_autogen/EWIEGA46WW/qrc_system.o" + @echo "... system_autogen/EWIEGA46WW/qrc_system.i" + @echo "... system_autogen/EWIEGA46WW/qrc_system.s" + @echo "... system_autogen/mocs_compilation.o" + @echo "... system_autogen/mocs_compilation.i" + @echo "... system_autogen/mocs_compilation.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/system/cmake_install.cmake b/build/plugins/system/cmake_install.cmake new file mode 100644 index 0000000..89287fa --- /dev/null +++ b/build/plugins/system/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/system + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsystem.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsystem.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsystem.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libsystem.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsystem.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsystem.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsystem.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libsystem.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/terminal/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/terminal/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/terminal/CMakeFiles/progress.marks b/build/plugins/terminal/CMakeFiles/progress.marks new file mode 100644 index 0000000..8351c19 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/progress.marks @@ -0,0 +1 @@ +14 diff --git a/build/plugins/terminal/CMakeFiles/terminal.dir/DependInfo.cmake b/build/plugins/terminal/CMakeFiles/terminal.dir/DependInfo.cmake new file mode 100644 index 0000000..80ced9b --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal.dir/DependInfo.cmake @@ -0,0 +1,46 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CONCURRENT_LIB" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "terminal_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/terminal" + "../plugins/terminal" + "plugins/terminal/terminal_autogen/include" + "../plugins/terminal/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/terminal/CMakeFiles/terminal.dir/build.make b/build/plugins/terminal/CMakeFiles/terminal.dir/build.make new file mode 100644 index 0000000..216faa8 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal.dir/build.make @@ -0,0 +1,141 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/terminal/CMakeFiles/terminal.dir/depend.make + +# Include the progress variables for this target. +include plugins/terminal/CMakeFiles/terminal.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/terminal/CMakeFiles/terminal.dir/flags.make + +plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp: ../plugins/terminal/terminal.qrc +plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp: plugins/terminal/CMakeFiles/terminal_autogen.dir/AutoRcc_terminal_EWIEGA46WW_Info.json +plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp: ../plugins/terminal/resources/terminal.svg +plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for terminal.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutoRcc_terminal_EWIEGA46WW_Info.json Debug + +plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o: plugins/terminal/CMakeFiles/terminal.dir/flags.make +plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o: plugins/terminal/terminal_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/mocs_compilation.cpp + +plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/mocs_compilation.cpp > CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.i + +plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/mocs_compilation.cpp -o CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.s + +plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.o: plugins/terminal/CMakeFiles/terminal.dir/flags.make +plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.o: ../plugins/terminal/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/terminal.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src/extension.cpp + +plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/terminal.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src/extension.cpp > CMakeFiles/terminal.dir/src/extension.cpp.i + +plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/terminal.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src/extension.cpp -o CMakeFiles/terminal.dir/src/extension.cpp.s + +plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o: plugins/terminal/CMakeFiles/terminal.dir/flags.make +plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o: plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp + +plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp > CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.i + +plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp -o CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.s + +# Object files for target terminal +terminal_OBJECTS = \ +"CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/terminal.dir/src/extension.cpp.o" \ +"CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o" + +# External object files for target terminal +terminal_EXTERNAL_OBJECTS = + +lib/libterminal.so: plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o +lib/libterminal.so: plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.o +lib/libterminal.so: plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o +lib/libterminal.so: plugins/terminal/CMakeFiles/terminal.dir/build.make +lib/libterminal.so: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 +lib/libterminal.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libterminal.so: lib/libalbert.so +lib/libterminal.so: lib/libxdg.so +lib/libterminal.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libterminal.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libterminal.so: plugins/terminal/CMakeFiles/terminal.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX shared library ../../lib/libterminal.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/terminal.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/terminal/CMakeFiles/terminal.dir/build: lib/libterminal.so + +.PHONY : plugins/terminal/CMakeFiles/terminal.dir/build + +plugins/terminal/CMakeFiles/terminal.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && $(CMAKE_COMMAND) -P CMakeFiles/terminal.dir/cmake_clean.cmake +.PHONY : plugins/terminal/CMakeFiles/terminal.dir/clean + +plugins/terminal/CMakeFiles/terminal.dir/depend: plugins/terminal/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/terminal/CMakeFiles/terminal.dir/depend + diff --git a/build/plugins/terminal/CMakeFiles/terminal.dir/cmake_clean.cmake b/build/plugins/terminal/CMakeFiles/terminal.dir/cmake_clean.cmake new file mode 100644 index 0000000..a6c7573 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "../../lib/libterminal.pdb" + "../../lib/libterminal.so" + "CMakeFiles/terminal_autogen.dir/AutogenUsed.txt" + "CMakeFiles/terminal_autogen.dir/ParseCache.txt" + "terminal_autogen" + "CMakeFiles/terminal.dir/src/extension.cpp.o" + "CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o" + "CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o" + "terminal_autogen/EWIEGA46WW/qrc_terminal.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/terminal.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/terminal/CMakeFiles/terminal.dir/depend.make b/build/plugins/terminal/CMakeFiles/terminal.dir/depend.make new file mode 100644 index 0000000..f446587 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for terminal. +# This may be replaced when dependencies are built. diff --git a/build/plugins/terminal/CMakeFiles/terminal.dir/flags.make b/build/plugins/terminal/CMakeFiles/terminal.dir/flags.make new file mode 100644 index 0000000..3c245c4 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dterminal_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui + diff --git a/build/plugins/terminal/CMakeFiles/terminal.dir/link.txt b/build/plugins/terminal/CMakeFiles/terminal.dir/link.txt new file mode 100644 index 0000000..7cc48c5 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libterminal.so -o ../../lib/libterminal.so CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o CMakeFiles/terminal.dir/src/extension.cpp.o CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/terminal/CMakeFiles/terminal.dir/progress.make b/build/plugins/terminal/CMakeFiles/terminal.dir/progress.make new file mode 100644 index 0000000..4e91e7b --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 82 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 83 +CMAKE_PROGRESS_5 = 84 + diff --git a/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutoRcc_terminal_EWIEGA46WW_Info.json b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutoRcc_terminal_EWIEGA46WW_Info.json new file mode 100644 index 0000000..b75dad1 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutoRcc_terminal_EWIEGA46WW_Info.json @@ -0,0 +1,22 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/resources/terminal.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutoRcc_terminal_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "terminal" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_terminal.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutoRcc_terminal_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/terminal.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutogenInfo.json b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..9dee01f --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutogenInfo.json @@ -0,0 +1,89 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CONCURRENT_LIB", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "terminal_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtConcurrent", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/terminal_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal/src/extension.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/DependInfo.cmake b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make new file mode 100644 index 0000000..bf83861 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for terminal_autogen. + +# Include the progress variables for this target. +include plugins/terminal/CMakeFiles/terminal_autogen.dir/progress.make + +plugins/terminal/CMakeFiles/terminal_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target terminal" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/AutogenInfo.json Debug + +terminal_autogen: plugins/terminal/CMakeFiles/terminal_autogen +terminal_autogen: plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make + +.PHONY : terminal_autogen + +# Rule to build all files generated by this target. +plugins/terminal/CMakeFiles/terminal_autogen.dir/build: terminal_autogen + +.PHONY : plugins/terminal/CMakeFiles/terminal_autogen.dir/build + +plugins/terminal/CMakeFiles/terminal_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal && $(CMAKE_COMMAND) -P CMakeFiles/terminal_autogen.dir/cmake_clean.cmake +.PHONY : plugins/terminal/CMakeFiles/terminal_autogen.dir/clean + +plugins/terminal/CMakeFiles/terminal_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/terminal/CMakeFiles/terminal_autogen.dir/depend + diff --git a/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/cmake_clean.cmake b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..d169dd7 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/terminal_autogen" + "terminal_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/terminal_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/progress.make b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/plugins/terminal/CMakeFiles/terminal_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/plugins/terminal/Makefile b/build/plugins/terminal/Makefile new file mode 100644 index 0000000..7a839c2 --- /dev/null +++ b/build/plugins/terminal/Makefile @@ -0,0 +1,306 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/terminal/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/terminal/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/terminal/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/terminal/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/terminal/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/terminal/CMakeFiles/terminal.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/terminal/CMakeFiles/terminal.dir/rule +.PHONY : plugins/terminal/CMakeFiles/terminal.dir/rule + +# Convenience name for target. +terminal: plugins/terminal/CMakeFiles/terminal.dir/rule + +.PHONY : terminal + +# fast build rule for target. +terminal/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/build +.PHONY : terminal/fast + +# Convenience name for target. +plugins/terminal/CMakeFiles/terminal_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/terminal/CMakeFiles/terminal_autogen.dir/rule +.PHONY : plugins/terminal/CMakeFiles/terminal_autogen.dir/rule + +# Convenience name for target. +terminal_autogen: plugins/terminal/CMakeFiles/terminal_autogen.dir/rule + +.PHONY : terminal_autogen + +# fast build rule for target. +terminal_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal_autogen.dir/build.make plugins/terminal/CMakeFiles/terminal_autogen.dir/build +.PHONY : terminal_autogen/fast + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +terminal_autogen/EWIEGA46WW/qrc_terminal.o: terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o + +.PHONY : terminal_autogen/EWIEGA46WW/qrc_terminal.o + +# target to build an object file +terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o +.PHONY : terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.o + +terminal_autogen/EWIEGA46WW/qrc_terminal.i: terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.i + +.PHONY : terminal_autogen/EWIEGA46WW/qrc_terminal.i + +# target to preprocess a source file +terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.i +.PHONY : terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.i + +terminal_autogen/EWIEGA46WW/qrc_terminal.s: terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.s + +.PHONY : terminal_autogen/EWIEGA46WW/qrc_terminal.s + +# target to generate assembly for a file +terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.s +.PHONY : terminal_autogen/EWIEGA46WW/qrc_terminal.cpp.s + +terminal_autogen/mocs_compilation.o: terminal_autogen/mocs_compilation.cpp.o + +.PHONY : terminal_autogen/mocs_compilation.o + +# target to build an object file +terminal_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.o +.PHONY : terminal_autogen/mocs_compilation.cpp.o + +terminal_autogen/mocs_compilation.i: terminal_autogen/mocs_compilation.cpp.i + +.PHONY : terminal_autogen/mocs_compilation.i + +# target to preprocess a source file +terminal_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.i +.PHONY : terminal_autogen/mocs_compilation.cpp.i + +terminal_autogen/mocs_compilation.s: terminal_autogen/mocs_compilation.cpp.s + +.PHONY : terminal_autogen/mocs_compilation.s + +# target to generate assembly for a file +terminal_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/terminal/CMakeFiles/terminal.dir/build.make plugins/terminal/CMakeFiles/terminal.dir/terminal_autogen/mocs_compilation.cpp.s +.PHONY : terminal_autogen/mocs_compilation.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... terminal" + @echo "... terminal_autogen" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.s" + @echo "... terminal_autogen/EWIEGA46WW/qrc_terminal.o" + @echo "... terminal_autogen/EWIEGA46WW/qrc_terminal.i" + @echo "... terminal_autogen/EWIEGA46WW/qrc_terminal.s" + @echo "... terminal_autogen/mocs_compilation.o" + @echo "... terminal_autogen/mocs_compilation.i" + @echo "... terminal_autogen/mocs_compilation.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/terminal/cmake_install.cmake b/build/plugins/terminal/cmake_install.cmake new file mode 100644 index 0000000..eb8e9bc --- /dev/null +++ b/build/plugins/terminal/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/terminal + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libterminal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libterminal.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libterminal.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libterminal.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libterminal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libterminal.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libterminal.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libterminal.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/websearch/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/websearch/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/websearch/CMakeFiles/progress.marks b/build/plugins/websearch/CMakeFiles/progress.marks new file mode 100644 index 0000000..98d9bcb --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/progress.marks @@ -0,0 +1 @@ +17 diff --git a/build/plugins/websearch/CMakeFiles/websearch.dir/DependInfo.cmake b/build/plugins/websearch/CMakeFiles/websearch.dir/DependInfo.cmake new file mode 100644 index 0000000..66c6987 --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch.dir/DependInfo.cmake @@ -0,0 +1,47 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/enginesmodel.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/extension.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengineeditor.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_WIDGETS_LIB" + "websearch_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/websearch" + "../plugins/websearch" + "plugins/websearch/websearch_autogen/include" + "../plugins/websearch/src" + "../include" + "../lib/xdg/include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/xdg/CMakeFiles/xdg.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/websearch/CMakeFiles/websearch.dir/build.make b/build/plugins/websearch/CMakeFiles/websearch.dir/build.make new file mode 100644 index 0000000..63f7d51 --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch.dir/build.make @@ -0,0 +1,193 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/websearch/CMakeFiles/websearch.dir/depend.make + +# Include the progress variables for this target. +include plugins/websearch/CMakeFiles/websearch.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/websearch/CMakeFiles/websearch.dir/flags.make + +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/websearch.qrc +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: plugins/websearch/CMakeFiles/websearch_autogen.dir/AutoRcc_websearch_EWIEGA46WW_Info.json +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/wikipedia.svg +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/wolfram.png +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/duckduckgo.svg +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/amazon.svg +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/ebay.svg +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/youtube.svg +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/google.svg +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/default.svg +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: ../plugins/websearch/resources/octocat.svg +plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp: /usr/lib/qt5/bin/rcc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for websearch.qrc" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /usr/bin/cmake -E cmake_autorcc /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutoRcc_websearch_EWIEGA46WW_Info.json Debug + +plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o: plugins/websearch/CMakeFiles/websearch.dir/flags.make +plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o: plugins/websearch/websearch_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/mocs_compilation.cpp + +plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/mocs_compilation.cpp > CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.i + +plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/mocs_compilation.cpp -o CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.s + +plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.o: plugins/websearch/CMakeFiles/websearch.dir/flags.make +plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.o: ../plugins/websearch/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/websearch.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/configwidget.cpp + +plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/websearch.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/configwidget.cpp > CMakeFiles/websearch.dir/src/configwidget.cpp.i + +plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/websearch.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/configwidget.cpp -o CMakeFiles/websearch.dir/src/configwidget.cpp.s + +plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.o: plugins/websearch/CMakeFiles/websearch.dir/flags.make +plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.o: ../plugins/websearch/src/enginesmodel.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/websearch.dir/src/enginesmodel.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/enginesmodel.cpp + +plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/websearch.dir/src/enginesmodel.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/enginesmodel.cpp > CMakeFiles/websearch.dir/src/enginesmodel.cpp.i + +plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/websearch.dir/src/enginesmodel.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/enginesmodel.cpp -o CMakeFiles/websearch.dir/src/enginesmodel.cpp.s + +plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.o: plugins/websearch/CMakeFiles/websearch.dir/flags.make +plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.o: ../plugins/websearch/src/extension.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/websearch.dir/src/extension.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/extension.cpp + +plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/websearch.dir/src/extension.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/extension.cpp > CMakeFiles/websearch.dir/src/extension.cpp.i + +plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/websearch.dir/src/extension.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/extension.cpp -o CMakeFiles/websearch.dir/src/extension.cpp.s + +plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o: plugins/websearch/CMakeFiles/websearch.dir/flags.make +plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o: ../plugins/websearch/src/searchengineeditor.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengineeditor.cpp + +plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/websearch.dir/src/searchengineeditor.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengineeditor.cpp > CMakeFiles/websearch.dir/src/searchengineeditor.cpp.i + +plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/websearch.dir/src/searchengineeditor.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengineeditor.cpp -o CMakeFiles/websearch.dir/src/searchengineeditor.cpp.s + +plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o: plugins/websearch/CMakeFiles/websearch.dir/flags.make +plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o: plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp + +plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp > CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.i + +plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp -o CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.s + +# Object files for target websearch +websearch_OBJECTS = \ +"CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/websearch.dir/src/configwidget.cpp.o" \ +"CMakeFiles/websearch.dir/src/enginesmodel.cpp.o" \ +"CMakeFiles/websearch.dir/src/extension.cpp.o" \ +"CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o" \ +"CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o" + +# External object files for target websearch +websearch_EXTERNAL_OBJECTS = + +lib/libwebsearch.so: plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o +lib/libwebsearch.so: plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.o +lib/libwebsearch.so: plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.o +lib/libwebsearch.so: plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.o +lib/libwebsearch.so: plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o +lib/libwebsearch.so: plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o +lib/libwebsearch.so: plugins/websearch/CMakeFiles/websearch.dir/build.make +lib/libwebsearch.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libwebsearch.so: lib/libalbert.so +lib/libwebsearch.so: lib/libxdg.so +lib/libwebsearch.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libwebsearch.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libwebsearch.so: plugins/websearch/CMakeFiles/websearch.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking CXX shared library ../../lib/libwebsearch.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/websearch.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/websearch/CMakeFiles/websearch.dir/build: lib/libwebsearch.so + +.PHONY : plugins/websearch/CMakeFiles/websearch.dir/build + +plugins/websearch/CMakeFiles/websearch.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && $(CMAKE_COMMAND) -P CMakeFiles/websearch.dir/cmake_clean.cmake +.PHONY : plugins/websearch/CMakeFiles/websearch.dir/clean + +plugins/websearch/CMakeFiles/websearch.dir/depend: plugins/websearch/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/websearch/CMakeFiles/websearch.dir/depend + diff --git a/build/plugins/websearch/CMakeFiles/websearch.dir/cmake_clean.cmake b/build/plugins/websearch/CMakeFiles/websearch.dir/cmake_clean.cmake new file mode 100644 index 0000000..149f800 --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch.dir/cmake_clean.cmake @@ -0,0 +1,19 @@ +file(REMOVE_RECURSE + "../../lib/libwebsearch.pdb" + "../../lib/libwebsearch.so" + "CMakeFiles/websearch_autogen.dir/AutogenUsed.txt" + "CMakeFiles/websearch_autogen.dir/ParseCache.txt" + "websearch_autogen" + "CMakeFiles/websearch.dir/src/configwidget.cpp.o" + "CMakeFiles/websearch.dir/src/enginesmodel.cpp.o" + "CMakeFiles/websearch.dir/src/extension.cpp.o" + "CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o" + "CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o" + "CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o" + "websearch_autogen/EWIEGA46WW/qrc_websearch.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/websearch.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/websearch/CMakeFiles/websearch.dir/depend.make b/build/plugins/websearch/CMakeFiles/websearch.dir/depend.make new file mode 100644 index 0000000..9bbfa3c --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for websearch. +# This may be replaced when dependencies are built. diff --git a/build/plugins/websearch/CMakeFiles/websearch.dir/flags.make b/build/plugins/websearch/CMakeFiles/websearch.dir/flags.make new file mode 100644 index 0000000..9072b5f --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -Dwebsearch_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ + diff --git a/build/plugins/websearch/CMakeFiles/websearch.dir/link.txt b/build/plugins/websearch/CMakeFiles/websearch.dir/link.txt new file mode 100644 index 0000000..bb46e9d --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libwebsearch.so -o ../../lib/libwebsearch.so CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o CMakeFiles/websearch.dir/src/configwidget.cpp.o CMakeFiles/websearch.dir/src/enginesmodel.cpp.o CMakeFiles/websearch.dir/src/extension.cpp.o CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 ../../lib/libalbert.so ../../lib/libxdg.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/websearch/CMakeFiles/websearch.dir/progress.make b/build/plugins/websearch/CMakeFiles/websearch.dir/progress.make new file mode 100644 index 0000000..158ac0c --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch.dir/progress.make @@ -0,0 +1,9 @@ +CMAKE_PROGRESS_1 = 85 +CMAKE_PROGRESS_2 = 86 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 87 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 88 +CMAKE_PROGRESS_7 = 89 +CMAKE_PROGRESS_8 = + diff --git a/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutoRcc_websearch_EWIEGA46WW_Info.json b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutoRcc_websearch_EWIEGA46WW_Info.json new file mode 100644 index 0000000..da9285c --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutoRcc_websearch_EWIEGA46WW_Info.json @@ -0,0 +1,30 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include", + "INPUTS" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/wikipedia.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/wolfram.png", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/duckduckgo.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/amazon.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/ebay.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/youtube.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/google.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/default.svg", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/resources/octocat.svg" + ], + "LOCK_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutoRcc_websearch_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "websearch" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_websearch.cpp", + "RCC_EXECUTABLE" : "/usr/lib/qt5/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutoRcc_websearch_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/websearch.qrc", + "VERBOSITY" : 0 +} diff --git a/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutogenInfo.json b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..c5f7622 --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutogenInfo.json @@ -0,0 +1,119 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/enginesmodel.h", + "MU", + "UVLADIE3JM/moc_enginesmodel.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/extension.h", + "MU", + "UVLADIE3JM/moc_extension.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengine.h", + "MU", + "UVLADIE3JM/moc_searchengine.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengineeditor.h", + "MU", + "UVLADIE3JM/moc_searchengineeditor.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_WIDGETS_LIB", + "websearch_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/lib/xdg/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/websearch_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/enginesmodel.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/extension.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch/src/searchengineeditor.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/DependInfo.cmake b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make new file mode 100644 index 0000000..ed99cc2 --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for websearch_autogen. + +# Include the progress variables for this target. +include plugins/websearch/CMakeFiles/websearch_autogen.dir/progress.make + +plugins/websearch/CMakeFiles/websearch_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target websearch" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/AutogenInfo.json Debug + +websearch_autogen: plugins/websearch/CMakeFiles/websearch_autogen +websearch_autogen: plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make + +.PHONY : websearch_autogen + +# Rule to build all files generated by this target. +plugins/websearch/CMakeFiles/websearch_autogen.dir/build: websearch_autogen + +.PHONY : plugins/websearch/CMakeFiles/websearch_autogen.dir/build + +plugins/websearch/CMakeFiles/websearch_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch && $(CMAKE_COMMAND) -P CMakeFiles/websearch_autogen.dir/cmake_clean.cmake +.PHONY : plugins/websearch/CMakeFiles/websearch_autogen.dir/clean + +plugins/websearch/CMakeFiles/websearch_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/websearch/CMakeFiles/websearch_autogen.dir/depend + diff --git a/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/cmake_clean.cmake b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..58af5f1 --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/websearch_autogen" + "websearch_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/websearch_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/progress.make b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/progress.make new file mode 100644 index 0000000..0394dc7 --- /dev/null +++ b/build/plugins/websearch/CMakeFiles/websearch_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 90 + diff --git a/build/plugins/websearch/Makefile b/build/plugins/websearch/Makefile new file mode 100644 index 0000000..109e325 --- /dev/null +++ b/build/plugins/websearch/Makefile @@ -0,0 +1,396 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/websearch/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/websearch/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/websearch/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/websearch/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/websearch/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/websearch/CMakeFiles/websearch.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/websearch/CMakeFiles/websearch.dir/rule +.PHONY : plugins/websearch/CMakeFiles/websearch.dir/rule + +# Convenience name for target. +websearch: plugins/websearch/CMakeFiles/websearch.dir/rule + +.PHONY : websearch + +# fast build rule for target. +websearch/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/build +.PHONY : websearch/fast + +# Convenience name for target. +plugins/websearch/CMakeFiles/websearch_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/websearch/CMakeFiles/websearch_autogen.dir/rule +.PHONY : plugins/websearch/CMakeFiles/websearch_autogen.dir/rule + +# Convenience name for target. +websearch_autogen: plugins/websearch/CMakeFiles/websearch_autogen.dir/rule + +.PHONY : websearch_autogen + +# fast build rule for target. +websearch_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch_autogen.dir/build.make plugins/websearch/CMakeFiles/websearch_autogen.dir/build +.PHONY : websearch_autogen/fast + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/enginesmodel.o: src/enginesmodel.cpp.o + +.PHONY : src/enginesmodel.o + +# target to build an object file +src/enginesmodel.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.o +.PHONY : src/enginesmodel.cpp.o + +src/enginesmodel.i: src/enginesmodel.cpp.i + +.PHONY : src/enginesmodel.i + +# target to preprocess a source file +src/enginesmodel.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.i +.PHONY : src/enginesmodel.cpp.i + +src/enginesmodel.s: src/enginesmodel.cpp.s + +.PHONY : src/enginesmodel.s + +# target to generate assembly for a file +src/enginesmodel.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/enginesmodel.cpp.s +.PHONY : src/enginesmodel.cpp.s + +src/extension.o: src/extension.cpp.o + +.PHONY : src/extension.o + +# target to build an object file +src/extension.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.o +.PHONY : src/extension.cpp.o + +src/extension.i: src/extension.cpp.i + +.PHONY : src/extension.i + +# target to preprocess a source file +src/extension.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.i +.PHONY : src/extension.cpp.i + +src/extension.s: src/extension.cpp.s + +.PHONY : src/extension.s + +# target to generate assembly for a file +src/extension.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/extension.cpp.s +.PHONY : src/extension.cpp.s + +src/searchengineeditor.o: src/searchengineeditor.cpp.o + +.PHONY : src/searchengineeditor.o + +# target to build an object file +src/searchengineeditor.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.o +.PHONY : src/searchengineeditor.cpp.o + +src/searchengineeditor.i: src/searchengineeditor.cpp.i + +.PHONY : src/searchengineeditor.i + +# target to preprocess a source file +src/searchengineeditor.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.i +.PHONY : src/searchengineeditor.cpp.i + +src/searchengineeditor.s: src/searchengineeditor.cpp.s + +.PHONY : src/searchengineeditor.s + +# target to generate assembly for a file +src/searchengineeditor.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/src/searchengineeditor.cpp.s +.PHONY : src/searchengineeditor.cpp.s + +websearch_autogen/EWIEGA46WW/qrc_websearch.o: websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o + +.PHONY : websearch_autogen/EWIEGA46WW/qrc_websearch.o + +# target to build an object file +websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o +.PHONY : websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.o + +websearch_autogen/EWIEGA46WW/qrc_websearch.i: websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.i + +.PHONY : websearch_autogen/EWIEGA46WW/qrc_websearch.i + +# target to preprocess a source file +websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.i +.PHONY : websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.i + +websearch_autogen/EWIEGA46WW/qrc_websearch.s: websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.s + +.PHONY : websearch_autogen/EWIEGA46WW/qrc_websearch.s + +# target to generate assembly for a file +websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.s +.PHONY : websearch_autogen/EWIEGA46WW/qrc_websearch.cpp.s + +websearch_autogen/mocs_compilation.o: websearch_autogen/mocs_compilation.cpp.o + +.PHONY : websearch_autogen/mocs_compilation.o + +# target to build an object file +websearch_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.o +.PHONY : websearch_autogen/mocs_compilation.cpp.o + +websearch_autogen/mocs_compilation.i: websearch_autogen/mocs_compilation.cpp.i + +.PHONY : websearch_autogen/mocs_compilation.i + +# target to preprocess a source file +websearch_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.i +.PHONY : websearch_autogen/mocs_compilation.cpp.i + +websearch_autogen/mocs_compilation.s: websearch_autogen/mocs_compilation.cpp.s + +.PHONY : websearch_autogen/mocs_compilation.s + +# target to generate assembly for a file +websearch_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/websearch/CMakeFiles/websearch.dir/build.make plugins/websearch/CMakeFiles/websearch.dir/websearch_autogen/mocs_compilation.cpp.s +.PHONY : websearch_autogen/mocs_compilation.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... websearch" + @echo "... websearch_autogen" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/enginesmodel.o" + @echo "... src/enginesmodel.i" + @echo "... src/enginesmodel.s" + @echo "... src/extension.o" + @echo "... src/extension.i" + @echo "... src/extension.s" + @echo "... src/searchengineeditor.o" + @echo "... src/searchengineeditor.i" + @echo "... src/searchengineeditor.s" + @echo "... websearch_autogen/EWIEGA46WW/qrc_websearch.o" + @echo "... websearch_autogen/EWIEGA46WW/qrc_websearch.i" + @echo "... websearch_autogen/EWIEGA46WW/qrc_websearch.s" + @echo "... websearch_autogen/mocs_compilation.o" + @echo "... websearch_autogen/mocs_compilation.i" + @echo "... websearch_autogen/mocs_compilation.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/websearch/cmake_install.cmake b/build/plugins/websearch/cmake_install.cmake new file mode 100644 index 0000000..fb10fb8 --- /dev/null +++ b/build/plugins/websearch/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/websearch + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwebsearch.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwebsearch.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwebsearch.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libwebsearch.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwebsearch.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwebsearch.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwebsearch.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwebsearch.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + diff --git a/build/plugins/widgetboxmodel/CMakeFiles/CMakeDirectoryInformation.cmake b/build/plugins/widgetboxmodel/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ff39ccc --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hamonikr/workspaces/tmp/albert-0.17.2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hamonikr/workspaces/tmp/albert-0.17.2/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}) diff --git a/build/plugins/widgetboxmodel/CMakeFiles/progress.marks b/build/plugins/widgetboxmodel/CMakeFiles/progress.marks new file mode 100644 index 0000000..b1bd38b --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/progress.marks @@ -0,0 +1 @@ +13 diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/DependInfo.cmake b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/DependInfo.cmake new file mode 100644 index 0000000..b6acc7a --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/DependInfo.cmake @@ -0,0 +1,51 @@ +# 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/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/actionlist.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/configwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendplugin.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendwidget.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resizinglist.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resultslist.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/settingsbutton.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o" + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp" "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "ALBERT_VERSION=\"0.17.2\"" + "QT_CORE_LIB" + "QT_GUI_LIB" + "QT_SVG_LIB" + "QT_WIDGETS_LIB" + "QT_X11EXTRAS_LIB" + "widgetboxmodel_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "plugins/widgetboxmodel" + "../plugins/widgetboxmodel" + "plugins/widgetboxmodel/widgetboxmodel_autogen/include" + "../plugins/widgetboxmodel/src" + "../include" + "/usr/include/x86_64-linux-gnu/qt5" + "/usr/include/x86_64-linux-gnu/qt5/QtSvg" + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets" + "/usr/include/x86_64-linux-gnu/qt5/QtGui" + "/usr/include/x86_64-linux-gnu/qt5/QtCore" + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++" + "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles/albert-lib.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make new file mode 100644 index 0000000..f4552c2 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make @@ -0,0 +1,209 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Include any dependencies generated for this target. +include plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/depend.make + +# Include the progress variables for this target. +include plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/progress.make + +# Include the compile flags for this target's objects. +include plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o: plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp > CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.i + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp -o CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.s + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o: ../plugins/widgetboxmodel/src/actionlist.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/actionlist.cpp + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/actionlist.cpp > CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.i + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/actionlist.cpp -o CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.s + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o: ../plugins/widgetboxmodel/src/configwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/configwidget.cpp + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/configwidget.cpp > CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.i + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/configwidget.cpp -o CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.s + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o: ../plugins/widgetboxmodel/src/frontendplugin.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendplugin.cpp + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendplugin.cpp > CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.i + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendplugin.cpp -o CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.s + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o: ../plugins/widgetboxmodel/src/frontendwidget.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendwidget.cpp + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendwidget.cpp > CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.i + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendwidget.cpp -o CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.s + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o: ../plugins/widgetboxmodel/src/resizinglist.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resizinglist.cpp + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resizinglist.cpp > CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.i + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resizinglist.cpp -o CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.s + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o: ../plugins/widgetboxmodel/src/resultslist.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resultslist.cpp + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resultslist.cpp > CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.i + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resultslist.cpp -o CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.s + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o: ../plugins/widgetboxmodel/src/settingsbutton.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o -c /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/settingsbutton.cpp + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.i" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/settingsbutton.cpp > CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.i + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.s" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /bin/x86_64-linux-gnu-g++-9 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/settingsbutton.cpp -o CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.s + +# Object files for target widgetboxmodel +widgetboxmodel_OBJECTS = \ +"CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o" \ +"CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o" \ +"CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o" \ +"CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o" \ +"CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o" \ +"CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o" \ +"CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o" + +# External object files for target widgetboxmodel +widgetboxmodel_EXTERNAL_OBJECTS = + +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make +lib/libwidgetboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Svg.so.5.12.8 +lib/libwidgetboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 +lib/libwidgetboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8 +lib/libwidgetboxmodel.so: lib/libalbert.so +lib/libwidgetboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 +lib/libwidgetboxmodel.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 +lib/libwidgetboxmodel.so: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Linking CXX shared library ../../lib/libwidgetboxmodel.so" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/widgetboxmodel.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build: lib/libwidgetboxmodel.so + +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && $(CMAKE_COMMAND) -P CMakeFiles/widgetboxmodel.dir/cmake_clean.cmake +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/clean + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/depend + diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/cmake_clean.cmake b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/cmake_clean.cmake new file mode 100644 index 0000000..74200c8 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/cmake_clean.cmake @@ -0,0 +1,20 @@ +file(REMOVE_RECURSE + "../../lib/libwidgetboxmodel.pdb" + "../../lib/libwidgetboxmodel.so" + "CMakeFiles/widgetboxmodel_autogen.dir/AutogenUsed.txt" + "CMakeFiles/widgetboxmodel_autogen.dir/ParseCache.txt" + "widgetboxmodel_autogen" + "CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o" + "CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o" + "CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o" + "CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o" + "CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o" + "CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o" + "CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o" + "CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/widgetboxmodel.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/depend.make b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/depend.make new file mode 100644 index 0000000..2494f30 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for widgetboxmodel. +# This may be replaced when dependencies are built. diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make new file mode 100644 index 0000000..d16b9a7 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /bin/x86_64-linux-gnu-g++-9 +CXX_FLAGS = -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=c++14 + +CXX_DEFINES = -DALBERT_VERSION=\"0.17.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -Dwidgetboxmodel_EXPORTS + +CXX_INCLUDES = -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel -I/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include -I/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src -I/home/hamonikr/workspaces/tmp/albert-0.17.2/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras + diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/link.txt b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/link.txt new file mode 100644 index 0000000..945ed03 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/link.txt @@ -0,0 +1 @@ +/bin/x86_64-linux-gnu-g++-9 -fPIC -Wall -Wextra -pedantic -g -DQT_QML_DEBUG -shared -Wl,-soname,libwidgetboxmodel.so -o ../../lib/libwidgetboxmodel.so CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o -Wl,-rpath,/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib: /usr/lib/x86_64-linux-gnu/libQt5Svg.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5.12.8 ../../lib/libalbert.so -lXext /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.12.8 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.8 diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/progress.make b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/progress.make new file mode 100644 index 0000000..e069314 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/progress.make @@ -0,0 +1,10 @@ +CMAKE_PROGRESS_1 = 91 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 92 +CMAKE_PROGRESS_4 = 93 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 94 +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = 95 +CMAKE_PROGRESS_9 = 96 + diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/AutogenInfo.json b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/AutogenInfo.json new file mode 100644 index 0000000..f2511d2 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/AutogenInfo.json @@ -0,0 +1,144 @@ +{ + "BUILD_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen", + "CMAKE_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build", + "CMAKE_CURRENT_BINARY_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_SOURCE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2", + "HEADERS" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/actionlist.h", + "MU", + "UVLADIE3JM/moc_actionlist.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/configwidget.h", + "MU", + "UVLADIE3JM/moc_configwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendplugin.h", + "MU", + "UVLADIE3JM/moc_frontendplugin.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendwidget.h", + "MU", + "UVLADIE3JM/moc_frontendwidget.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resizinglist.h", + "MU", + "UVLADIE3JM/moc_resizinglist.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resultslist.h", + "MU", + "UVLADIE3JM/moc_resultslist.cpp" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/settingsbutton.h", + "MU", + "UVLADIE3JM/moc_settingsbutton.cpp" + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/include", + "MOC_COMPILATION_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "ALBERT_VERSION=\"0.17.2\"", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_SVG_LIB", + "QT_WIDGETS_LIB", + "QT_X11EXTRAS_LIB", + "widgetboxmodel_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src", + "/home/hamonikr/workspaces/tmp/albert-0.17.2/include", + "/usr/include/x86_64-linux-gnu/qt5", + "/usr/include/x86_64-linux-gnu/qt5/QtSvg", + "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", + "/usr/include/x86_64-linux-gnu/qt5/QtGui", + "/usr/include/x86_64-linux-gnu/qt5/QtCore", + "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", + "/usr/include/x86_64-linux-gnu/qt5/QtX11Extras", + "/usr/include/c++/9", + "/usr/include/x86_64-linux-gnu/c++/9", + "/usr/include/c++/9/backward", + "/usr/lib/gcc/x86_64-linux-gnu/9/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : true, + "MOC_PREDEFS_CMD" : + [ + "/bin/x86_64-linux-gnu-g++-9", + "-dM", + "-E", + "-c", + "/usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/widgetboxmodel_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 6, + "PARSE_CACHE_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/lib/qt5/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/lib/qt5/bin/uic", + "QT_VERSION_MAJOR" : 5, + "SETTINGS_FILE" : "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/actionlist.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/configwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendplugin.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/frontendwidget.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resizinglist.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/resultslist.cpp", + "MU" + ], + [ + "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/src/settingsbutton.cpp", + "MU" + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "VERBOSITY" : 0 +} diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/DependInfo.cmake b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/DependInfo.cmake @@ -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 "") diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make new file mode 100644 index 0000000..e902b40 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make @@ -0,0 +1,77 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +# Utility rule file for widgetboxmodel_autogen. + +# Include the progress variables for this target. +include plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/progress.make + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC and UIC for target widgetboxmodel" + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && /usr/bin/cmake -E cmake_autogen /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/AutogenInfo.json Debug + +widgetboxmodel_autogen: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen +widgetboxmodel_autogen: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make + +.PHONY : widgetboxmodel_autogen + +# Rule to build all files generated by this target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build: widgetboxmodel_autogen + +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel && $(CMAKE_COMMAND) -P CMakeFiles/widgetboxmodel_autogen.dir/cmake_clean.cmake +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/clean + +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hamonikr/workspaces/tmp/albert-0.17.2 /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel /home/hamonikr/workspaces/tmp/albert-0.17.2/build /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/depend + diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/cmake_clean.cmake b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/cmake_clean.cmake new file mode 100644 index 0000000..963245d --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/widgetboxmodel_autogen" + "widgetboxmodel_autogen/mocs_compilation.cpp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/widgetboxmodel_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/progress.make b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/progress.make new file mode 100644 index 0000000..225de34 --- /dev/null +++ b/build/plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build/plugins/widgetboxmodel/Makefile b/build/plugins/widgetboxmodel/Makefile new file mode 100644 index 0000000..5f1188e --- /dev/null +++ b/build/plugins/widgetboxmodel/Makefile @@ -0,0 +1,456 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/hamonikr/workspaces/tmp/albert-0.17.2/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.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 rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles /home/hamonikr/workspaces/tmp/albert-0.17.2/build/plugins/widgetboxmodel/CMakeFiles/progress.marks + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/widgetboxmodel/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/hamonikr/workspaces/tmp/albert-0.17.2/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/widgetboxmodel/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/widgetboxmodel/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/widgetboxmodel/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/rule +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/rule + +# Convenience name for target. +widgetboxmodel: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/rule + +.PHONY : widgetboxmodel + +# fast build rule for target. +widgetboxmodel/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build +.PHONY : widgetboxmodel/fast + +# Convenience name for target. +plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/rule: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f CMakeFiles/Makefile2 plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/rule +.PHONY : plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/rule + +# Convenience name for target. +widgetboxmodel_autogen: plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/rule + +.PHONY : widgetboxmodel_autogen + +# fast build rule for target. +widgetboxmodel_autogen/fast: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel_autogen.dir/build +.PHONY : widgetboxmodel_autogen/fast + +src/actionlist.o: src/actionlist.cpp.o + +.PHONY : src/actionlist.o + +# target to build an object file +src/actionlist.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.o +.PHONY : src/actionlist.cpp.o + +src/actionlist.i: src/actionlist.cpp.i + +.PHONY : src/actionlist.i + +# target to preprocess a source file +src/actionlist.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.i +.PHONY : src/actionlist.cpp.i + +src/actionlist.s: src/actionlist.cpp.s + +.PHONY : src/actionlist.s + +# target to generate assembly for a file +src/actionlist.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/actionlist.cpp.s +.PHONY : src/actionlist.cpp.s + +src/configwidget.o: src/configwidget.cpp.o + +.PHONY : src/configwidget.o + +# target to build an object file +src/configwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.o +.PHONY : src/configwidget.cpp.o + +src/configwidget.i: src/configwidget.cpp.i + +.PHONY : src/configwidget.i + +# target to preprocess a source file +src/configwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.i +.PHONY : src/configwidget.cpp.i + +src/configwidget.s: src/configwidget.cpp.s + +.PHONY : src/configwidget.s + +# target to generate assembly for a file +src/configwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/configwidget.cpp.s +.PHONY : src/configwidget.cpp.s + +src/frontendplugin.o: src/frontendplugin.cpp.o + +.PHONY : src/frontendplugin.o + +# target to build an object file +src/frontendplugin.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.o +.PHONY : src/frontendplugin.cpp.o + +src/frontendplugin.i: src/frontendplugin.cpp.i + +.PHONY : src/frontendplugin.i + +# target to preprocess a source file +src/frontendplugin.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.i +.PHONY : src/frontendplugin.cpp.i + +src/frontendplugin.s: src/frontendplugin.cpp.s + +.PHONY : src/frontendplugin.s + +# target to generate assembly for a file +src/frontendplugin.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendplugin.cpp.s +.PHONY : src/frontendplugin.cpp.s + +src/frontendwidget.o: src/frontendwidget.cpp.o + +.PHONY : src/frontendwidget.o + +# target to build an object file +src/frontendwidget.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.o +.PHONY : src/frontendwidget.cpp.o + +src/frontendwidget.i: src/frontendwidget.cpp.i + +.PHONY : src/frontendwidget.i + +# target to preprocess a source file +src/frontendwidget.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.i +.PHONY : src/frontendwidget.cpp.i + +src/frontendwidget.s: src/frontendwidget.cpp.s + +.PHONY : src/frontendwidget.s + +# target to generate assembly for a file +src/frontendwidget.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/frontendwidget.cpp.s +.PHONY : src/frontendwidget.cpp.s + +src/resizinglist.o: src/resizinglist.cpp.o + +.PHONY : src/resizinglist.o + +# target to build an object file +src/resizinglist.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.o +.PHONY : src/resizinglist.cpp.o + +src/resizinglist.i: src/resizinglist.cpp.i + +.PHONY : src/resizinglist.i + +# target to preprocess a source file +src/resizinglist.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.i +.PHONY : src/resizinglist.cpp.i + +src/resizinglist.s: src/resizinglist.cpp.s + +.PHONY : src/resizinglist.s + +# target to generate assembly for a file +src/resizinglist.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resizinglist.cpp.s +.PHONY : src/resizinglist.cpp.s + +src/resultslist.o: src/resultslist.cpp.o + +.PHONY : src/resultslist.o + +# target to build an object file +src/resultslist.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.o +.PHONY : src/resultslist.cpp.o + +src/resultslist.i: src/resultslist.cpp.i + +.PHONY : src/resultslist.i + +# target to preprocess a source file +src/resultslist.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.i +.PHONY : src/resultslist.cpp.i + +src/resultslist.s: src/resultslist.cpp.s + +.PHONY : src/resultslist.s + +# target to generate assembly for a file +src/resultslist.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/resultslist.cpp.s +.PHONY : src/resultslist.cpp.s + +src/settingsbutton.o: src/settingsbutton.cpp.o + +.PHONY : src/settingsbutton.o + +# target to build an object file +src/settingsbutton.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.o +.PHONY : src/settingsbutton.cpp.o + +src/settingsbutton.i: src/settingsbutton.cpp.i + +.PHONY : src/settingsbutton.i + +# target to preprocess a source file +src/settingsbutton.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.i +.PHONY : src/settingsbutton.cpp.i + +src/settingsbutton.s: src/settingsbutton.cpp.s + +.PHONY : src/settingsbutton.s + +# target to generate assembly for a file +src/settingsbutton.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/src/settingsbutton.cpp.s +.PHONY : src/settingsbutton.cpp.s + +widgetboxmodel_autogen/mocs_compilation.o: widgetboxmodel_autogen/mocs_compilation.cpp.o + +.PHONY : widgetboxmodel_autogen/mocs_compilation.o + +# target to build an object file +widgetboxmodel_autogen/mocs_compilation.cpp.o: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.o +.PHONY : widgetboxmodel_autogen/mocs_compilation.cpp.o + +widgetboxmodel_autogen/mocs_compilation.i: widgetboxmodel_autogen/mocs_compilation.cpp.i + +.PHONY : widgetboxmodel_autogen/mocs_compilation.i + +# target to preprocess a source file +widgetboxmodel_autogen/mocs_compilation.cpp.i: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.i +.PHONY : widgetboxmodel_autogen/mocs_compilation.cpp.i + +widgetboxmodel_autogen/mocs_compilation.s: widgetboxmodel_autogen/mocs_compilation.cpp.s + +.PHONY : widgetboxmodel_autogen/mocs_compilation.s + +# target to generate assembly for a file +widgetboxmodel_autogen/mocs_compilation.cpp.s: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(MAKE) -f plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/build.make plugins/widgetboxmodel/CMakeFiles/widgetboxmodel.dir/widgetboxmodel_autogen/mocs_compilation.cpp.s +.PHONY : widgetboxmodel_autogen/mocs_compilation.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... edit_cache" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... widgetboxmodel" + @echo "... widgetboxmodel_autogen" + @echo "... src/actionlist.o" + @echo "... src/actionlist.i" + @echo "... src/actionlist.s" + @echo "... src/configwidget.o" + @echo "... src/configwidget.i" + @echo "... src/configwidget.s" + @echo "... src/frontendplugin.o" + @echo "... src/frontendplugin.i" + @echo "... src/frontendplugin.s" + @echo "... src/frontendwidget.o" + @echo "... src/frontendwidget.i" + @echo "... src/frontendwidget.s" + @echo "... src/resizinglist.o" + @echo "... src/resizinglist.i" + @echo "... src/resizinglist.s" + @echo "... src/resultslist.o" + @echo "... src/resultslist.i" + @echo "... src/resultslist.s" + @echo "... src/settingsbutton.o" + @echo "... src/settingsbutton.i" + @echo "... src/settingsbutton.s" + @echo "... widgetboxmodel_autogen/mocs_compilation.o" + @echo "... widgetboxmodel_autogen/mocs_compilation.i" + @echo "... widgetboxmodel_autogen/mocs_compilation.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: + cd /home/hamonikr/workspaces/tmp/albert-0.17.2/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/plugins/widgetboxmodel/cmake_install.cmake b/build/plugins/widgetboxmodel/cmake_install.cmake new file mode 100644 index 0000000..db94f2b --- /dev/null +++ b/build/plugins/widgetboxmodel/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwidgetboxmodel.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwidgetboxmodel.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwidgetboxmodel.so" + RPATH "$ORIGIN/../") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/albert/plugins" TYPE SHARED_LIBRARY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib/libwidgetboxmodel.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwidgetboxmodel.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwidgetboxmodel.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwidgetboxmodel.so" + OLD_RPATH "/home/hamonikr/workspaces/tmp/albert-0.17.2/build/lib:" + NEW_RPATH "$ORIGIN/../") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/albert/plugins/libwidgetboxmodel.so") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/albert/org.albert.frontend.widgetboxmodel" TYPE DIRECTORY FILES "/home/hamonikr/workspaces/tmp/albert-0.17.2/plugins/widgetboxmodel/share/") +endif() + diff --git a/debian/changelog b/debian/changelog index 64c08a6..c253eae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +albert (0.17.2-0hamonikr1) stable; urgency=low + + * Release for HamoniKR Server 2.0 + - Update UPSTREAM src + + -- HamoniKR