Changed SevenTasks media control buttons.
This commit is contained in:
parent
e42485bb16
commit
213a5fa60c
343 changed files with 80018 additions and 2581 deletions
|
@ -123,7 +123,7 @@ It doesn't have any states other than the default, as it is only visible when ho
|
|||
|
||||
Used in: SevenStart (io.gitgud.wackyideas.SevenStart)
|
||||
|
||||
This is a set of two 9 segment textures used as FrameSvgItems. Both textures have the following states, with the right-oriented button additionally having a ```rtl-``` prefix:
|
||||
This is a set of two 9-segment textures used as FrameSvgItems. Both textures have the following states, with the right-oriented button additionally having a ```rtl-``` prefix:
|
||||
|
||||
- Normal (normal-)
|
||||
- Hovered (hover-)
|
||||
|
@ -163,7 +163,7 @@ Used in the application view and in other minor graphical elements.
|
|||
|
||||
Used in: Keyboard Layout (org.kde.plasma.keyboardlayout)
|
||||
|
||||
A 9 segment button texture has been added with two states:
|
||||
A 9-segment button texture has been added with two states:
|
||||
|
||||
- Hover (keyboard-hover-)
|
||||
- Pressed (keyboard-pressed-)
|
||||
|
@ -176,7 +176,7 @@ Used to give the layout switcher a button appearance.
|
|||
|
||||
Used in: SevenTasks (io.gitgud.wackyideas.seventasks), DigitalClockLite (io.gitgud.wackyideas.digitalclocklite)
|
||||
|
||||
This SVG contains 9 segment textures with three states:
|
||||
This SVG contains 9-segment textures with three states:
|
||||
|
||||
- Active (active-)
|
||||
- Pressed (pressed-)
|
||||
|
@ -191,10 +191,43 @@ The north active state is typically used for actual tabs, which is why it has a
|
|||
|
||||
Used in: SevenTasks (io.gitgud.wackyideas.seventasks)
|
||||
|
||||
The biggest modification to this SVG file is the addition of a stacked modifier to each state, defined with the "stacked+" suffix. These are mostly blank 9 segment textures with the right borders kept visible. Used for grouping multiple tasks together, achieving a graphical effect of "stacking" multiple elements on top of each other.
|
||||
The biggest modification to this SVG file is the addition of a stacked modifier to each state, defined with the "stacked+" suffix. These are mostly blank 9-segment textures with the right borders kept visible. Used for grouping multiple tasks together, achieving a graphical effect of "stacking" multiple elements on top of each other.
|
||||
|
||||
<img src="./img/tasks.png">
|
||||
|
||||
### button-media.svg
|
||||
|
||||
Used in: SevenTasks (io.gitgud.wackyideas.seventasks)
|
||||
|
||||
States:
|
||||
|
||||
- Normal (-normal-)
|
||||
- Hover (-hover-)
|
||||
- Pressed (-pressed-)
|
||||
|
||||
Orientations:
|
||||
|
||||
- Left (left-)
|
||||
- Center (center-)
|
||||
- Right (right-)
|
||||
|
||||
Used for media controls in task tooltips. There are three button states in three different orientations, which makes for nine states in total. There is also a fourth orientation which isn't used that has all four rounded corners.
|
||||
|
||||
<img src="./img/mediabuttons.png">
|
||||
|
||||
### media-icons.svg
|
||||
|
||||
Used in: SevenTasks (io.gitgud.wackyideas.seventasks)
|
||||
|
||||
- Pause (pause)
|
||||
- Play (play)
|
||||
- Next media (skip)
|
||||
- Previous media (previous)
|
||||
|
||||
Used for media controls in task tooltips.
|
||||
|
||||
<img src="./img/mediaicons.png">
|
||||
|
||||
### viewitem.svg
|
||||
|
||||
Used in: Desktop containment (org.kde.desktopcontainment)
|
||||
|
|
BIN
Documentation/Themes/img/mediabuttons.png
Normal file
BIN
Documentation/Themes/img/mediabuttons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
Documentation/Themes/img/mediaicons.png
Normal file
BIN
Documentation/Themes/img/mediaicons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
1606
KWin/kwin_reflect/build/CMakeCache.txt
Normal file
1606
KWin/kwin_reflect/build/CMakeCache.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "13.1.1")
|
||||
set(CMAKE_C_COMPILER_VERSION "13.2.1")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
||||
|
@ -68,7 +68,7 @@ endif()
|
|||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include")
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
@ -1,7 +1,7 @@
|
|||
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "13.1.1")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "13.2.1")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
||||
|
@ -79,7 +79,7 @@ endif()
|
|||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include")
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.2.1;/usr/include/c++/13.2.1/x86_64-pc-linux-gnu;/usr/include/c++/13.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
BIN
KWin/kwin_reflect/build/CMakeFiles/3.27.4/CMakeDetermineCompilerABI_C.bin
Executable file
BIN
KWin/kwin_reflect/build/CMakeFiles/3.27.4/CMakeDetermineCompilerABI_C.bin
Executable file
Binary file not shown.
BIN
KWin/kwin_reflect/build/CMakeFiles/3.27.4/CMakeDetermineCompilerABI_CXX.bin
Executable file
BIN
KWin/kwin_reflect/build/CMakeFiles/3.27.4/CMakeDetermineCompilerABI_CXX.bin
Executable file
Binary file not shown.
|
@ -1,13 +1,13 @@
|
|||
set(CMAKE_HOST_SYSTEM "Linux-6.1.39-1-lts")
|
||||
set(CMAKE_HOST_SYSTEM "Linux-6.1.51-1-lts")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.1.39-1-lts")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.1.51-1-lts")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Linux-6.1.39-1-lts")
|
||||
set(CMAKE_SYSTEM "Linux-6.1.51-1-lts")
|
||||
set(CMAKE_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_SYSTEM_VERSION "6.1.39-1-lts")
|
||||
set(CMAKE_SYSTEM_VERSION "6.1.51-1-lts")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
Binary file not shown.
Binary file not shown.
786
KWin/kwin_reflect/build/CMakeFiles/CMakeConfigureLog.yaml
Normal file
786
KWin/kwin_reflect/build/CMakeFiles/CMakeConfigureLog.yaml
Normal file
|
@ -0,0 +1,786 @@
|
|||
|
||||
---
|
||||
events:
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:211 (message)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
message: |
|
||||
The system is: Linux - 6.1.51-1-lts - x86_64
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
message: |
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: /usr/bin/cc
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
||||
|
||||
The C compiler identification is GNU, found in:
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/3.27.4/CompilerIdC/a.out
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
message: |
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: /usr/bin/c++
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
||||
|
||||
The CXX compiler identification is GNU, found in:
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/3.27.4/CompilerIdCXX/a.out
|
||||
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
checks:
|
||||
- "Detecting C compiler ABI info"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-IQe6EN"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-IQe6EN"
|
||||
cmakeVariables:
|
||||
CMAKE_C_FLAGS: ""
|
||||
buildResult:
|
||||
variable: "CMAKE_C_ABI_COMPILED"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-IQe6EN'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba703/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_ba703.dir/build.make CMakeFiles/cmTC_ba703.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-IQe6EN'
|
||||
Building C object CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o
|
||||
/usr/bin/cc -v -o CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/cc
|
||||
Target: x86_64-pc-linux-gnu
|
||||
Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 13.2.1 20230801 (GCC)
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ba703.dir/'
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_ba703.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccHixZcV.s
|
||||
GNU C17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)
|
||||
compiled by GNU C version 13.2.1 20230801, GMP version 6.3.0, MPFR version 4.2.0-p12, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||
|
||||
warning: MPFR header version 4.2.0-p12 differs from library version 4.2.1.
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include
|
||||
/usr/local/include
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed
|
||||
/usr/include
|
||||
End of search list.
|
||||
Compiler executable checksum: 865c2688a4f1e3f13d6bf2cc8fd98762
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ba703.dir/'
|
||||
as -v --64 -o CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o /tmp/ccHixZcV.s
|
||||
GNU assembler version 2.41.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.41.0
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.'
|
||||
Linking C executable cmTC_ba703
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba703.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o -o cmTC_ba703
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/cc
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper
|
||||
Target: x86_64-pc-linux-gnu
|
||||
Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 13.2.1 20230801 (GCC)
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_ba703' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ba703.'
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6DtOoU.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ba703 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_ba703' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ba703.'
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-IQe6EN'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
|
||||
- "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
message: |
|
||||
Parsed C implicit include dir info: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include]
|
||||
add: [/usr/local/include]
|
||||
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed]
|
||||
add: [/usr/include]
|
||||
end of search list found
|
||||
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include]
|
||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed]
|
||||
collapse include dir [/usr/include] ==> [/usr/include]
|
||||
implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include]
|
||||
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)"
|
||||
- "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
message: |
|
||||
Parsed C implicit link information:
|
||||
link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||
ignore line: [Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-IQe6EN']
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba703/fast]
|
||||
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_ba703.dir/build.make CMakeFiles/cmTC_ba703.dir/build]
|
||||
ignore line: [make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-IQe6EN']
|
||||
ignore line: [Building C object CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o]
|
||||
ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
||||
ignore line: [Target: x86_64-pc-linux-gnu]
|
||||
ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 13.2.1 20230801 (GCC) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ba703.dir/']
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_ba703.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccHixZcV.s]
|
||||
ignore line: [GNU C17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 13.2.1 20230801 GMP version 6.3.0 MPFR version 4.2.0-p12 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||
ignore line: []
|
||||
ignore line: [warning: MPFR header version 4.2.0-p12 differs from library version 4.2.1.]
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include]
|
||||
ignore line: [ /usr/local/include]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed]
|
||||
ignore line: [ /usr/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: 865c2688a4f1e3f13d6bf2cc8fd98762]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ba703.dir/']
|
||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o /tmp/ccHixZcV.s]
|
||||
ignore line: [GNU assembler version 2.41.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.41.0]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.']
|
||||
ignore line: [Linking C executable cmTC_ba703]
|
||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba703.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o -o cmTC_ba703 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper]
|
||||
ignore line: [Target: x86_64-pc-linux-gnu]
|
||||
ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 13.2.1 20230801 (GCC) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_ba703' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ba703.']
|
||||
link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6DtOoU.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ba703 /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/cc6DtOoU.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [--build-id] ==> ignore
|
||||
arg [--eh-frame-hdr] ==> ignore
|
||||
arg [--hash-style=gnu] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [elf_x86_64] ==> ignore
|
||||
arg [-export-dynamic] ==> ignore
|
||||
arg [-dynamic-linker] ==> ignore
|
||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
||||
arg [-pie] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_ba703] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o]
|
||||
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1]
|
||||
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib]
|
||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
||||
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..]
|
||||
arg [CMakeFiles/cmTC_ba703.dir/CMakeCCompilerABI.c.o] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [--push-state] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [--pop-state] ==> ignore
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [--push-state] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [--pop-state] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> [/usr/lib]
|
||||
collapse library dir [/lib/../lib] ==> [/lib]
|
||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> [/usr/lib]
|
||||
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
|
||||
implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o;/usr/lib/crtn.o]
|
||||
implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
checks:
|
||||
- "Detecting CXX compiler ABI info"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-OLelC9"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-OLelC9"
|
||||
cmakeVariables:
|
||||
CMAKE_CXX_FLAGS: ""
|
||||
buildResult:
|
||||
variable: "CMAKE_CXX_ABI_COMPILED"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-OLelC9'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_663ae/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_663ae.dir/build.make CMakeFiles/cmTC_663ae.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-OLelC9'
|
||||
Building CXX object CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o
|
||||
/usr/bin/c++ -v -o CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/c++
|
||||
Target: x86_64-pc-linux-gnu
|
||||
Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 13.2.1 20230801 (GCC)
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_663ae.dir/'
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_663ae.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccNcNNAh.s
|
||||
GNU C++17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)
|
||||
compiled by GNU C version 13.2.1 20230801, GMP version 6.3.0, MPFR version 4.2.0-p12, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||
|
||||
warning: MPFR header version 4.2.0-p12 differs from library version 4.2.1.
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include
|
||||
/usr/local/include
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed
|
||||
/usr/include
|
||||
End of search list.
|
||||
Compiler executable checksum: 5a490a353c29b926850bca65a518c219
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_663ae.dir/'
|
||||
as -v --64 -o CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccNcNNAh.s
|
||||
GNU assembler version 2.41.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.41.0
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.'
|
||||
Linking CXX executable cmTC_663ae
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_663ae.dir/link.txt --verbose=1
|
||||
/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_663ae
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/c++
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper
|
||||
Target: x86_64-pc-linux-gnu
|
||||
Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 13.2.1 20230801 (GCC)
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_663ae' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_663ae.'
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccd5y4d3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_663ae /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_663ae' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_663ae.'
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-OLelC9'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
|
||||
- "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
message: |
|
||||
Parsed CXX implicit include dir info: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1]
|
||||
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu]
|
||||
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward]
|
||||
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include]
|
||||
add: [/usr/local/include]
|
||||
add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed]
|
||||
add: [/usr/include]
|
||||
end of search list found
|
||||
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1] ==> [/usr/include/c++/13.2.1]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/13.2.1/x86_64-pc-linux-gnu]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward] ==> [/usr/include/c++/13.2.1/backward]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include]
|
||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed]
|
||||
collapse include dir [/usr/include] ==> [/usr/include]
|
||||
implicit include dirs: [/usr/include/c++/13.2.1;/usr/include/c++/13.2.1/x86_64-pc-linux-gnu;/usr/include/c++/13.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed;/usr/include]
|
||||
|
||||
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)"
|
||||
- "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
||||
- "CMakeLists.txt:2 (project)"
|
||||
message: |
|
||||
Parsed CXX implicit link information:
|
||||
link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
||||
ignore line: [Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-OLelC9']
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_663ae/fast]
|
||||
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_663ae.dir/build.make CMakeFiles/cmTC_663ae.dir/build]
|
||||
ignore line: [make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-OLelC9']
|
||||
ignore line: [Building CXX object CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o]
|
||||
ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
||||
ignore line: [Target: x86_64-pc-linux-gnu]
|
||||
ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 13.2.1 20230801 (GCC) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_663ae.dir/']
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_663ae.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccNcNNAh.s]
|
||||
ignore line: [GNU C++17 (GCC) version 13.2.1 20230801 (x86_64-pc-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 13.2.1 20230801 GMP version 6.3.0 MPFR version 4.2.0-p12 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||
ignore line: []
|
||||
ignore line: [warning: MPFR header version 4.2.0-p12 differs from library version 4.2.1.]
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include]
|
||||
ignore line: [ /usr/local/include]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed]
|
||||
ignore line: [ /usr/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: 5a490a353c29b926850bca65a518c219]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_663ae.dir/']
|
||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccNcNNAh.s]
|
||||
ignore line: [GNU assembler version 2.41.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.41.0]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.']
|
||||
ignore line: [Linking CXX executable cmTC_663ae]
|
||||
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_663ae.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_663ae ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper]
|
||||
ignore line: [Target: x86_64-pc-linux-gnu]
|
||||
ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 13.2.1 20230801 (GCC) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_663ae' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_663ae.']
|
||||
link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccd5y4d3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_663ae /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../.. CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccd5y4d3.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--build-id] ==> ignore
|
||||
arg [--eh-frame-hdr] ==> ignore
|
||||
arg [--hash-style=gnu] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [elf_x86_64] ==> ignore
|
||||
arg [-export-dynamic] ==> ignore
|
||||
arg [-dynamic-linker] ==> ignore
|
||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
||||
arg [-pie] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_663ae] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o]
|
||||
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1]
|
||||
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib]
|
||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
||||
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..]
|
||||
arg [CMakeFiles/cmTC_663ae.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
||||
arg [-lstdc++] ==> lib [stdc++]
|
||||
arg [-lm] ==> lib [m]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o]
|
||||
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib] ==> [/usr/lib]
|
||||
collapse library dir [/lib/../lib] ==> [/lib]
|
||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../..] ==> [/usr/lib]
|
||||
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
|
||||
implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/crtendS.o;/usr/lib/crtn.o]
|
||||
implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1;/usr/lib;/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CheckSymbolExists.cmake:140 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)"
|
||||
- "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake:300 (check_symbol_exists)"
|
||||
- "CMakeLists.txt:22 (include)"
|
||||
checks:
|
||||
- "Looking for __GLIBC__"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-By67MV"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-By67MV"
|
||||
cmakeVariables:
|
||||
CMAKE_C_FLAGS: ""
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "LIBC_IS_GLIBC"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-By67MV'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_46433/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_46433.dir/build.make CMakeFiles/cmTC_46433.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-By67MV'
|
||||
Building C object CMakeFiles/cmTC_46433.dir/CheckSymbolExists.c.o
|
||||
/usr/bin/cc -o CMakeFiles/cmTC_46433.dir/CheckSymbolExists.c.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-By67MV/CheckSymbolExists.c
|
||||
Linking C executable cmTC_46433
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46433.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -rdynamic CMakeFiles/cmTC_46433.dir/CheckSymbolExists.c.o -o cmTC_46433
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-By67MV'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
|
||||
- "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake:324 (check_cxx_source_compiles)"
|
||||
- "CMakeLists.txt:22 (include)"
|
||||
checks:
|
||||
- "Performing Test _OFFT_IS_64BIT"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-dWUO2X"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-dWUO2X"
|
||||
cmakeVariables:
|
||||
CMAKE_CXX_FLAGS: ""
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "_OFFT_IS_64BIT"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-dWUO2X'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4743f/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_4743f.dir/build.make CMakeFiles/cmTC_4743f.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-dWUO2X'
|
||||
Building CXX object CMakeFiles/cmTC_4743f.dir/src.cxx.o
|
||||
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o CMakeFiles/cmTC_4743f.dir/src.cxx.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-dWUO2X/src.cxx
|
||||
Linking CXX executable cmTC_4743f
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4743f.dir/link.txt --verbose=1
|
||||
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_4743f.dir/src.cxx.o -o cmTC_4743f
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-dWUO2X'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
|
||||
- "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)"
|
||||
- "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake:579 (check_cxx_compiler_flag)"
|
||||
- "CMakeLists.txt:22 (include)"
|
||||
checks:
|
||||
- "Performing Test HAVE_DATE_TIME"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-epZo3E"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-epZo3E"
|
||||
cmakeVariables:
|
||||
CMAKE_CXX_FLAGS: " -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla"
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "HAVE_DATE_TIME"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-epZo3E'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_539b9/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_539b9.dir/build.make CMakeFiles/cmTC_539b9.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-epZo3E'
|
||||
Building CXX object CMakeFiles/cmTC_539b9.dir/src.cxx.o
|
||||
/usr/bin/c++ -DHAVE_DATE_TIME -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -o CMakeFiles/cmTC_539b9.dir/src.cxx.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-epZo3E/src.cxx
|
||||
Linking CXX executable cmTC_539b9
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_539b9.dir/link.txt --verbose=1
|
||||
/usr/bin/c++ -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -rdynamic CMakeFiles/cmTC_539b9.dir/src.cxx.o -o cmTC_539b9
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-epZo3E'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CheckLibraryExists.cmake:69 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/FindX11.cmake:682 (check_library_exists)"
|
||||
- "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
|
||||
- "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)"
|
||||
- "/usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)"
|
||||
- "CMakeLists.txt:32 (find_package)"
|
||||
checks:
|
||||
- "Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-MxWvWJ"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-MxWvWJ"
|
||||
cmakeVariables:
|
||||
CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration"
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "X11_LIB_X11_SOLO"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-MxWvWJ'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_07292/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_07292.dir/build.make CMakeFiles/cmTC_07292.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-MxWvWJ'
|
||||
Building C object CMakeFiles/cmTC_07292.dir/CheckFunctionExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_07292.dir/CheckFunctionExists.c.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-MxWvWJ/CheckFunctionExists.c
|
||||
Linking C executable cmTC_07292
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07292.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=XOpenDisplay -rdynamic CMakeFiles/cmTC_07292.dir/CheckFunctionExists.c.o -o cmTC_07292 /usr/lib/libX11.so /usr/lib/libXext.so
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-MxWvWJ'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/FindX11.cmake:697 (check_function_exists)"
|
||||
- "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
|
||||
- "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)"
|
||||
- "/usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)"
|
||||
- "CMakeLists.txt:32 (find_package)"
|
||||
checks:
|
||||
- "Looking for gethostbyname"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-bgaHiF"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-bgaHiF"
|
||||
cmakeVariables:
|
||||
CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration"
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "CMAKE_HAVE_GETHOSTBYNAME"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-bgaHiF'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_72e4e/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_72e4e.dir/build.make CMakeFiles/cmTC_72e4e.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-bgaHiF'
|
||||
Building C object CMakeFiles/cmTC_72e4e.dir/CheckFunctionExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_72e4e.dir/CheckFunctionExists.c.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-bgaHiF/CheckFunctionExists.c
|
||||
Linking C executable cmTC_72e4e
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72e4e.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=gethostbyname -rdynamic CMakeFiles/cmTC_72e4e.dir/CheckFunctionExists.c.o -o cmTC_72e4e
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-bgaHiF'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/FindX11.cmake:711 (check_function_exists)"
|
||||
- "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
|
||||
- "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)"
|
||||
- "/usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)"
|
||||
- "CMakeLists.txt:32 (find_package)"
|
||||
checks:
|
||||
- "Looking for connect"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-RYsqLy"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-RYsqLy"
|
||||
cmakeVariables:
|
||||
CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration"
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "CMAKE_HAVE_CONNECT"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-RYsqLy'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f319a/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_f319a.dir/build.make CMakeFiles/cmTC_f319a.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-RYsqLy'
|
||||
Building C object CMakeFiles/cmTC_f319a.dir/CheckFunctionExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_f319a.dir/CheckFunctionExists.c.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-RYsqLy/CheckFunctionExists.c
|
||||
Linking C executable cmTC_f319a
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f319a.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=connect -rdynamic CMakeFiles/cmTC_f319a.dir/CheckFunctionExists.c.o -o cmTC_f319a
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-RYsqLy'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/FindX11.cmake:720 (check_function_exists)"
|
||||
- "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
|
||||
- "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)"
|
||||
- "/usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)"
|
||||
- "CMakeLists.txt:32 (find_package)"
|
||||
checks:
|
||||
- "Looking for remove"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-y3GsIT"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-y3GsIT"
|
||||
cmakeVariables:
|
||||
CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration"
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "CMAKE_HAVE_REMOVE"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-y3GsIT'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_72bfc/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_72bfc.dir/build.make CMakeFiles/cmTC_72bfc.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-y3GsIT'
|
||||
Building C object CMakeFiles/cmTC_72bfc.dir/CheckFunctionExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_72bfc.dir/CheckFunctionExists.c.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-y3GsIT/CheckFunctionExists.c
|
||||
Linking C executable cmTC_72bfc
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_72bfc.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=remove -rdynamic CMakeFiles/cmTC_72bfc.dir/CheckFunctionExists.c.o -o cmTC_72bfc
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-y3GsIT'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/FindX11.cmake:729 (check_function_exists)"
|
||||
- "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
|
||||
- "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)"
|
||||
- "/usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)"
|
||||
- "CMakeLists.txt:32 (find_package)"
|
||||
checks:
|
||||
- "Looking for shmat"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-lYYnnx"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-lYYnnx"
|
||||
cmakeVariables:
|
||||
CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration"
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "CMAKE_HAVE_SHMAT"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-lYYnnx'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b76fc/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_b76fc.dir/build.make CMakeFiles/cmTC_b76fc.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-lYYnnx'
|
||||
Building C object CMakeFiles/cmTC_b76fc.dir/CheckFunctionExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_b76fc.dir/CheckFunctionExists.c.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-lYYnnx/CheckFunctionExists.c
|
||||
Linking C executable cmTC_b76fc
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b76fc.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=shmat -rdynamic CMakeFiles/cmTC_b76fc.dir/CheckFunctionExists.c.o -o cmTC_b76fc
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-lYYnnx'
|
||||
|
||||
exitCode: 0
|
||||
-
|
||||
kind: "try_compile-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake/Modules/CheckLibraryExists.cmake:69 (try_compile)"
|
||||
- "/usr/share/cmake/Modules/FindX11.cmake:739 (check_library_exists)"
|
||||
- "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
|
||||
- "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)"
|
||||
- "/usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)"
|
||||
- "CMakeLists.txt:32 (find_package)"
|
||||
checks:
|
||||
- "Looking for IceConnectionNumber in ICE"
|
||||
directories:
|
||||
source: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-LVzvhf"
|
||||
binary: "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-LVzvhf"
|
||||
cmakeVariables:
|
||||
CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration"
|
||||
CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/;/usr/share/ECM/kde-modules/;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules"
|
||||
buildResult:
|
||||
variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER"
|
||||
cached: true
|
||||
stdout: |
|
||||
Change Dir: '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-LVzvhf'
|
||||
|
||||
Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_66db8/fast
|
||||
/usr/bin/make -f CMakeFiles/cmTC_66db8.dir/build.make CMakeFiles/cmTC_66db8.dir/build
|
||||
make[1]: Entering directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-LVzvhf'
|
||||
Building C object CMakeFiles/cmTC_66db8.dir/CheckFunctionExists.c.o
|
||||
/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTC_66db8.dir/CheckFunctionExists.c.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-LVzvhf/CheckFunctionExists.c
|
||||
Linking C executable cmTC_66db8
|
||||
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66db8.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -rdynamic CMakeFiles/cmTC_66db8.dir/CheckFunctionExists.c.o -o cmTC_66db8 -lICE
|
||||
make[1]: Leaving directory '/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/CMakeScratch/TryCompile-LVzvhf'
|
||||
|
||||
exitCode: 0
|
||||
...
|
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/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})
|
14
KWin/kwin_reflect/build/CMakeFiles/CMakeRuleHashes.txt
Normal file
14
KWin/kwin_reflect/build/CMakeFiles/CMakeRuleHashes.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Hashes of file build rules.
|
||||
549ae95b488149d6d6ef701b1a2d4bbc CMakeFiles/fetch-translations
|
||||
02461798ec97601c872ff8c02731d21e CMakeFiles/uninstall
|
||||
539e1041d17945de8d7c3d5cf530ef72 releaseme
|
||||
fd54549b732227b3cb96c8060fece644 src/CMakeFiles/kwin4_effect_reflect_autogen
|
||||
1b1a51cb696fede093d857d042cd5cd0 src/blurconfig.h
|
||||
2fe6e04b8198b1e6e1ce76729863a9d6 src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen
|
||||
f9391dae99befd963926c7e0c1fde572 src/kcm/blur_config.json
|
||||
00b779b157d2d84eb142663e86fd3fa1 src/kcm/blurconfig.h
|
||||
d67b251882b33de362834c19a64d19ed src/kcm/kwineffects_interface.cpp
|
||||
0b0adf7363e964f2982e03fd337f7398 src/kcm/kwineffects_interface.moc
|
||||
6cbe5a04ebdb4804ffe40d48fb6ff027 src/kcm/ui_blur_config.h
|
||||
0f83b8de9f974dc41ab0d390e49d65be src/kcm/ui_mainwindow.h
|
||||
7e6d1141fc2dfafe323814fb37c79add src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,83 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for KF5Auth_QCH.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/KF5Auth_QCH.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/KF5Auth_QCH.dir/progress.make
|
||||
|
||||
KF5Auth_QCH: CMakeFiles/KF5Auth_QCH.dir/build.make
|
||||
.PHONY : KF5Auth_QCH
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/KF5Auth_QCH.dir/build: KF5Auth_QCH
|
||||
.PHONY : CMakeFiles/KF5Auth_QCH.dir/build
|
||||
|
||||
CMakeFiles/KF5Auth_QCH.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/KF5Auth_QCH.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/KF5Auth_QCH.dir/clean
|
||||
|
||||
CMakeFiles/KF5Auth_QCH.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5Auth_QCH.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/KF5Auth_QCH.dir/depend
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/KF5Auth_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for KF5Auth_QCH.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for KF5Auth_QCH.
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,83 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for KF5Codecs_QCH.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/KF5Codecs_QCH.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/KF5Codecs_QCH.dir/progress.make
|
||||
|
||||
KF5Codecs_QCH: CMakeFiles/KF5Codecs_QCH.dir/build.make
|
||||
.PHONY : KF5Codecs_QCH
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/KF5Codecs_QCH.dir/build: KF5Codecs_QCH
|
||||
.PHONY : CMakeFiles/KF5Codecs_QCH.dir/build
|
||||
|
||||
CMakeFiles/KF5Codecs_QCH.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/KF5Codecs_QCH.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/KF5Codecs_QCH.dir/clean
|
||||
|
||||
CMakeFiles/KF5Codecs_QCH.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5Codecs_QCH.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/KF5Codecs_QCH.dir/depend
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/KF5Codecs_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for KF5Codecs_QCH.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for KF5Codecs_QCH.
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,83 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for KF5ConfigWidgets_QCH.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/KF5ConfigWidgets_QCH.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/KF5ConfigWidgets_QCH.dir/progress.make
|
||||
|
||||
KF5ConfigWidgets_QCH: CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make
|
||||
.PHONY : KF5ConfigWidgets_QCH
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/KF5ConfigWidgets_QCH.dir/build: KF5ConfigWidgets_QCH
|
||||
.PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/build
|
||||
|
||||
CMakeFiles/KF5ConfigWidgets_QCH.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/KF5ConfigWidgets_QCH.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/clean
|
||||
|
||||
CMakeFiles/KF5ConfigWidgets_QCH.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5ConfigWidgets_QCH.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/depend
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/KF5ConfigWidgets_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for KF5ConfigWidgets_QCH.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for KF5ConfigWidgets_QCH.
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,83 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for KF5Config_QCH.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/KF5Config_QCH.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/KF5Config_QCH.dir/progress.make
|
||||
|
||||
KF5Config_QCH: CMakeFiles/KF5Config_QCH.dir/build.make
|
||||
.PHONY : KF5Config_QCH
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/KF5Config_QCH.dir/build: KF5Config_QCH
|
||||
.PHONY : CMakeFiles/KF5Config_QCH.dir/build
|
||||
|
||||
CMakeFiles/KF5Config_QCH.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/KF5Config_QCH.dir/clean
|
||||
|
||||
CMakeFiles/KF5Config_QCH.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/KF5Config_QCH.dir/depend
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/KF5Config_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for KF5Config_QCH.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for KF5Config_QCH.
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,83 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for KF5CoreAddons_QCH.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/KF5CoreAddons_QCH.dir/progress.make
|
||||
|
||||
KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/build.make
|
||||
.PHONY : KF5CoreAddons_QCH
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/build: KF5CoreAddons_QCH
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/build
|
||||
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean
|
||||
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/depend
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for KF5CoreAddons_QCH.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for KF5CoreAddons_QCH.
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,83 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for KF5Wayland_QCH.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/KF5Wayland_QCH.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/KF5Wayland_QCH.dir/progress.make
|
||||
|
||||
KF5Wayland_QCH: CMakeFiles/KF5Wayland_QCH.dir/build.make
|
||||
.PHONY : KF5Wayland_QCH
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/KF5Wayland_QCH.dir/build: KF5Wayland_QCH
|
||||
.PHONY : CMakeFiles/KF5Wayland_QCH.dir/build
|
||||
|
||||
CMakeFiles/KF5Wayland_QCH.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/KF5Wayland_QCH.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/KF5Wayland_QCH.dir/clean
|
||||
|
||||
CMakeFiles/KF5Wayland_QCH.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5Wayland_QCH.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/KF5Wayland_QCH.dir/depend
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/KF5Wayland_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for KF5Wayland_QCH.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for KF5Wayland_QCH.
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,83 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for KF5WidgetsAddons_QCH.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/KF5WidgetsAddons_QCH.dir/progress.make
|
||||
|
||||
KF5WidgetsAddons_QCH: CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make
|
||||
.PHONY : KF5WidgetsAddons_QCH
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/KF5WidgetsAddons_QCH.dir/build: KF5WidgetsAddons_QCH
|
||||
.PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/build
|
||||
|
||||
CMakeFiles/KF5WidgetsAddons_QCH.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/KF5WidgetsAddons_QCH.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/clean
|
||||
|
||||
CMakeFiles/KF5WidgetsAddons_QCH.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/depend
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/KF5WidgetsAddons_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for KF5WidgetsAddons_QCH.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for KF5WidgetsAddons_QCH.
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,83 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for KF5WindowSystem_QCH.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/KF5WindowSystem_QCH.dir/progress.make
|
||||
|
||||
KF5WindowSystem_QCH: CMakeFiles/KF5WindowSystem_QCH.dir/build.make
|
||||
.PHONY : KF5WindowSystem_QCH
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/KF5WindowSystem_QCH.dir/build: KF5WindowSystem_QCH
|
||||
.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/build
|
||||
|
||||
CMakeFiles/KF5WindowSystem_QCH.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/clean
|
||||
|
||||
CMakeFiles/KF5WindowSystem_QCH.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/depend
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for KF5WindowSystem_QCH.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for KF5WindowSystem_QCH.
|
|
@ -0,0 +1 @@
|
|||
|
304
KWin/kwin_reflect/build/CMakeFiles/Makefile.cmake
Normal file
304
KWin/kwin_reflect/build/CMakeFiles/Makefile.cmake
Normal file
|
@ -0,0 +1,304 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# 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"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/CMakeLists.txt"
|
||||
"CMakeFiles/3.27.4/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.27.4/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.27.4/CMakeSystem.cmake"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/cmake/Modules/Findkwineffects.cmake"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/CMakeLists.txt"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.qrc"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurconfig.kcfgc"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/kcm/CMakeLists.txt"
|
||||
"/usr/lib/cmake/KDecoration2/KDecoration2Config.cmake"
|
||||
"/usr/lib/cmake/KDecoration2/KDecoration2ConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KDecoration2/KDecoration2Targets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KDecoration2/KDecoration2Targets.cmake"
|
||||
"/usr/lib/cmake/KF5Auth/KF5AuthConfig.cmake"
|
||||
"/usr/lib/cmake/KF5Auth/KF5AuthConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KF5Auth/KF5AuthMacros.cmake"
|
||||
"/usr/lib/cmake/KF5Auth/KF5AuthQchTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Auth/KF5AuthTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5Auth/KF5AuthTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Auth/KF5AuthToolsTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5Auth/KF5AuthToolsTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake"
|
||||
"/usr/lib/cmake/KF5Codecs/KF5CodecsConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KF5Codecs/KF5CodecsQchTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Codecs/KF5CodecsTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5Codecs/KF5CodecsTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Config/KF5ConfigCompilerTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5Config/KF5ConfigCompilerTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Config/KF5ConfigConfig.cmake"
|
||||
"/usr/lib/cmake/KF5Config/KF5ConfigConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KF5Config/KF5ConfigMacros.cmake"
|
||||
"/usr/lib/cmake/KF5Config/KF5ConfigQchTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Config/KF5ConfigTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5Config/KF5ConfigTargets.cmake"
|
||||
"/usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake"
|
||||
"/usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsQchTargets.cmake"
|
||||
"/usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsTargets.cmake"
|
||||
"/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake"
|
||||
"/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake"
|
||||
"/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsQchTargets.cmake"
|
||||
"/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake"
|
||||
"/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Wayland/KF5WaylandConfig.cmake"
|
||||
"/usr/lib/cmake/KF5Wayland/KF5WaylandConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KF5Wayland/KF5WaylandQchTargets.cmake"
|
||||
"/usr/lib/cmake/KF5Wayland/KF5WaylandTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5Wayland/KF5WaylandTargets.cmake"
|
||||
"/usr/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake"
|
||||
"/usr/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsQchTargets.cmake"
|
||||
"/usr/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets.cmake"
|
||||
"/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake"
|
||||
"/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake"
|
||||
"/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemQchTargets.cmake"
|
||||
"/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemTargets-noconfig.cmake"
|
||||
"/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake"
|
||||
"/usr/lib/cmake/KWinDBusInterface/KWinDBusInterfaceConfig.cmake"
|
||||
"/usr/lib/cmake/Qt5/Qt5Config.cmake"
|
||||
"/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake"
|
||||
"/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake"
|
||||
"/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake"
|
||||
"/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake"
|
||||
"/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake"
|
||||
"/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake"
|
||||
"/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake"
|
||||
"/usr/lib/cmake/Qt5DBus/Qt5DBusConfig.cmake"
|
||||
"/usr/lib/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake"
|
||||
"/usr/lib/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake"
|
||||
"/usr/lib/cmake/Qt5DBus/Qt5DBusMacros.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake"
|
||||
"/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake"
|
||||
"/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake"
|
||||
"/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake"
|
||||
"/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake"
|
||||
"/usr/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake"
|
||||
"/usr/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake"
|
||||
"/usr/share/ECM/cmake/ECMConfig.cmake"
|
||||
"/usr/share/ECM/cmake/ECMConfigVersion.cmake"
|
||||
"/usr/share/ECM/find-modules/ECMFindModuleHelpersStub.cmake"
|
||||
"/usr/share/ECM/find-modules/FindKF5.cmake"
|
||||
"/usr/share/ECM/find-modules/Findepoxy.cmake"
|
||||
"/usr/share/ECM/kde-modules/KDECMakeSettings.cmake"
|
||||
"/usr/share/ECM/kde-modules/KDECompilerSettings.cmake"
|
||||
"/usr/share/ECM/kde-modules/KDEInstallDirs.cmake"
|
||||
"/usr/share/ECM/kde-modules/KDEInstallDirs5.cmake"
|
||||
"/usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake"
|
||||
"/usr/share/ECM/kde-modules/KDESetupPrefixScript.cmake"
|
||||
"/usr/share/ECM/kde-modules/prefix.sh.cmake"
|
||||
"/usr/share/ECM/modules/ECMCoverageOption.cmake"
|
||||
"/usr/share/ECM/modules/ECMEnableSanitizers.cmake"
|
||||
"/usr/share/ECM/modules/ECMFindModuleHelpers.cmake"
|
||||
"/usr/share/ECM/modules/ECMQueryQt.cmake"
|
||||
"/usr/share/ECM/modules/ECMSourceVersionControl.cmake"
|
||||
"/usr/share/ECM/modules/ECMUninstallTarget.cmake"
|
||||
"/usr/share/ECM/modules/ECMUseFindModules.cmake"
|
||||
"/usr/share/ECM/modules/QtVersionOption.cmake"
|
||||
"/usr/share/ECM/modules/ecm_uninstall.cmake.in"
|
||||
"/usr/share/cmake/Modules/CMakeCCompiler.cmake.in"
|
||||
"/usr/share/cmake/Modules/CMakeCCompilerABI.c"
|
||||
"/usr/share/cmake/Modules/CMakeCInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
|
||||
"/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
|
||||
"/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeDetermineSystem.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeFindBinUtils.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeLanguageInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeParseArguments.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeSystem.cmake.in"
|
||||
"/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeTestCCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
|
||||
"/usr/share/cmake/Modules/CMakeUnixFindMake.cmake"
|
||||
"/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake"
|
||||
"/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake"
|
||||
"/usr/share/cmake/Modules/CheckFunctionExists.cmake"
|
||||
"/usr/share/cmake/Modules/CheckLanguage.cmake"
|
||||
"/usr/share/cmake/Modules/CheckLibraryExists.cmake"
|
||||
"/usr/share/cmake/Modules/CheckSymbolExists.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU-C.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/GNU.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
||||
"/usr/share/cmake/Modules/FeatureSummary.cmake"
|
||||
"/usr/share/cmake/Modules/FindFontconfig.cmake"
|
||||
"/usr/share/cmake/Modules/FindFreetype.cmake"
|
||||
"/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
"/usr/share/cmake/Modules/FindPackageMessage.cmake"
|
||||
"/usr/share/cmake/Modules/FindPkgConfig.cmake"
|
||||
"/usr/share/cmake/Modules/FindX11.cmake"
|
||||
"/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake"
|
||||
"/usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake"
|
||||
"/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake"
|
||||
"/usr/share/cmake/Modules/Internal/FeatureTesting.cmake"
|
||||
"/usr/share/cmake/Modules/MacroAddFileDependencies.cmake"
|
||||
"/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake"
|
||||
"/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake"
|
||||
"/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake"
|
||||
"/usr/share/cmake/Modules/Platform/Linux-GNU.cmake"
|
||||
"/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake"
|
||||
"/usr/share/cmake/Modules/Platform/Linux.cmake"
|
||||
"/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
|
||||
"/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/3.27.4/CMakeSystem.cmake"
|
||||
"CMakeFiles/3.27.4/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.27.4/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.27.4/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.27.4/CMakeCXXCompiler.cmake"
|
||||
"prefix.sh"
|
||||
"ecm_uninstall.cmake"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"src/CMakeFiles/kwin4_effect_reflect_autogen.dir/AutogenInfo.json"
|
||||
"src/CMakeFiles/kwin4_effect_reflect_autogen.dir/AutoRcc_blur_EWIEGA46WW_Info.json"
|
||||
"src/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/AutogenInfo.json"
|
||||
"src/kcm/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/uninstall.dir/DependInfo.cmake"
|
||||
"CMakeFiles/fetch-translations.dir/DependInfo.cmake"
|
||||
"CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake"
|
||||
"CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake"
|
||||
"CMakeFiles/KF5Auth_QCH.dir/DependInfo.cmake"
|
||||
"CMakeFiles/KF5Codecs_QCH.dir/DependInfo.cmake"
|
||||
"CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake"
|
||||
"CMakeFiles/KF5ConfigWidgets_QCH.dir/DependInfo.cmake"
|
||||
"CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake"
|
||||
"CMakeFiles/KF5Wayland_QCH.dir/DependInfo.cmake"
|
||||
"src/CMakeFiles/kwin4_effect_reflect.dir/DependInfo.cmake"
|
||||
"src/CMakeFiles/kwin4_effect_reflect_autogen.dir/DependInfo.cmake"
|
||||
"src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/DependInfo.cmake"
|
||||
"src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/DependInfo.cmake"
|
||||
)
|
494
KWin/kwin_reflect/build/CMakeFiles/Makefile2
Normal file
494
KWin/kwin_reflect/build/CMakeFiles/Makefile2
Normal file
|
@ -0,0 +1,494 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: src/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall: src/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/uninstall.dir/clean
|
||||
clean: CMakeFiles/fetch-translations.dir/clean
|
||||
clean: CMakeFiles/KF5Config_QCH.dir/clean
|
||||
clean: CMakeFiles/KF5CoreAddons_QCH.dir/clean
|
||||
clean: CMakeFiles/KF5Auth_QCH.dir/clean
|
||||
clean: CMakeFiles/KF5Codecs_QCH.dir/clean
|
||||
clean: CMakeFiles/KF5WidgetsAddons_QCH.dir/clean
|
||||
clean: CMakeFiles/KF5ConfigWidgets_QCH.dir/clean
|
||||
clean: CMakeFiles/KF5WindowSystem_QCH.dir/clean
|
||||
clean: CMakeFiles/KF5Wayland_QCH.dir/clean
|
||||
clean: src/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory src
|
||||
|
||||
# Recursive "all" directory target.
|
||||
src/all: src/CMakeFiles/kwin4_effect_reflect.dir/all
|
||||
src/all: src/kcm/all
|
||||
.PHONY : src/all
|
||||
|
||||
# Recursive "preinstall" directory target.
|
||||
src/preinstall: src/kcm/preinstall
|
||||
.PHONY : src/preinstall
|
||||
|
||||
# Recursive "clean" directory target.
|
||||
src/clean: src/CMakeFiles/kwin4_effect_reflect.dir/clean
|
||||
src/clean: src/CMakeFiles/kwin4_effect_reflect_autogen.dir/clean
|
||||
src/clean: src/kcm/clean
|
||||
.PHONY : src/clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory src/kcm
|
||||
|
||||
# Recursive "all" directory target.
|
||||
src/kcm/all: src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/all
|
||||
.PHONY : src/kcm/all
|
||||
|
||||
# Recursive "preinstall" directory target.
|
||||
src/kcm/preinstall:
|
||||
.PHONY : src/kcm/preinstall
|
||||
|
||||
# Recursive "clean" directory target.
|
||||
src/kcm/clean: src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/clean
|
||||
src/kcm/clean: src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/clean
|
||||
.PHONY : src/kcm/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/uninstall.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/uninstall.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target uninstall"
|
||||
.PHONY : CMakeFiles/uninstall.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/uninstall.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/uninstall.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
uninstall: CMakeFiles/uninstall.dir/rule
|
||||
.PHONY : uninstall
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/uninstall.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean
|
||||
.PHONY : CMakeFiles/uninstall.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/fetch-translations.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/fetch-translations.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=1,2 "Built target fetch-translations"
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/fetch-translations.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 2
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/fetch-translations.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
fetch-translations: CMakeFiles/fetch-translations.dir/rule
|
||||
.PHONY : fetch-translations
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/fetch-translations.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/clean
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5Config_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5Config_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target KF5Config_QCH"
|
||||
.PHONY : CMakeFiles/KF5Config_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5Config_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Config_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5Config_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5Config_QCH: CMakeFiles/KF5Config_QCH.dir/rule
|
||||
.PHONY : KF5Config_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5Config_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5Config_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5CoreAddons_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target KF5CoreAddons_QCH"
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5CoreAddons_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/rule
|
||||
.PHONY : KF5CoreAddons_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5CoreAddons_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5Auth_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5Auth_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Auth_QCH.dir/build.make CMakeFiles/KF5Auth_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Auth_QCH.dir/build.make CMakeFiles/KF5Auth_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target KF5Auth_QCH"
|
||||
.PHONY : CMakeFiles/KF5Auth_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5Auth_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Auth_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5Auth_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5Auth_QCH: CMakeFiles/KF5Auth_QCH.dir/rule
|
||||
.PHONY : KF5Auth_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5Auth_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Auth_QCH.dir/build.make CMakeFiles/KF5Auth_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5Auth_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5Codecs_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5Codecs_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Codecs_QCH.dir/build.make CMakeFiles/KF5Codecs_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Codecs_QCH.dir/build.make CMakeFiles/KF5Codecs_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target KF5Codecs_QCH"
|
||||
.PHONY : CMakeFiles/KF5Codecs_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5Codecs_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Codecs_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5Codecs_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5Codecs_QCH: CMakeFiles/KF5Codecs_QCH.dir/rule
|
||||
.PHONY : KF5Codecs_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5Codecs_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Codecs_QCH.dir/build.make CMakeFiles/KF5Codecs_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5Codecs_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5WidgetsAddons_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5WidgetsAddons_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make CMakeFiles/KF5WidgetsAddons_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make CMakeFiles/KF5WidgetsAddons_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target KF5WidgetsAddons_QCH"
|
||||
.PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5WidgetsAddons_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5WidgetsAddons_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5WidgetsAddons_QCH: CMakeFiles/KF5WidgetsAddons_QCH.dir/rule
|
||||
.PHONY : KF5WidgetsAddons_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5WidgetsAddons_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make CMakeFiles/KF5WidgetsAddons_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5WidgetsAddons_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5ConfigWidgets_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5ConfigWidgets_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make CMakeFiles/KF5ConfigWidgets_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make CMakeFiles/KF5ConfigWidgets_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target KF5ConfigWidgets_QCH"
|
||||
.PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5ConfigWidgets_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5ConfigWidgets_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5ConfigWidgets_QCH: CMakeFiles/KF5ConfigWidgets_QCH.dir/rule
|
||||
.PHONY : KF5ConfigWidgets_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5ConfigWidgets_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make CMakeFiles/KF5ConfigWidgets_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5ConfigWidgets_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5WindowSystem_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5WindowSystem_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target KF5WindowSystem_QCH"
|
||||
.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5WindowSystem_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5WindowSystem_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5WindowSystem_QCH: CMakeFiles/KF5WindowSystem_QCH.dir/rule
|
||||
.PHONY : KF5WindowSystem_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5WindowSystem_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/KF5Wayland_QCH.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/KF5Wayland_QCH.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Wayland_QCH.dir/build.make CMakeFiles/KF5Wayland_QCH.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Wayland_QCH.dir/build.make CMakeFiles/KF5Wayland_QCH.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num= "Built target KF5Wayland_QCH"
|
||||
.PHONY : CMakeFiles/KF5Wayland_QCH.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/KF5Wayland_QCH.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Wayland_QCH.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/KF5Wayland_QCH.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
KF5Wayland_QCH: CMakeFiles/KF5Wayland_QCH.dir/rule
|
||||
.PHONY : KF5Wayland_QCH
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/KF5Wayland_QCH.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Wayland_QCH.dir/build.make CMakeFiles/KF5Wayland_QCH.dir/clean
|
||||
.PHONY : CMakeFiles/KF5Wayland_QCH.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target src/CMakeFiles/kwin4_effect_reflect.dir
|
||||
|
||||
# All Build rule for target.
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/all: src/CMakeFiles/kwin4_effect_reflect_autogen.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/kwin4_effect_reflect.dir/build.make src/CMakeFiles/kwin4_effect_reflect.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/kwin4_effect_reflect.dir/build.make src/CMakeFiles/kwin4_effect_reflect.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=3,4,5,6,7,8,9,10,11 "Built target kwin4_effect_reflect"
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 10
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/kwin4_effect_reflect.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
kwin4_effect_reflect: src/CMakeFiles/kwin4_effect_reflect.dir/rule
|
||||
.PHONY : kwin4_effect_reflect
|
||||
|
||||
# clean rule for target.
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/kwin4_effect_reflect.dir/build.make src/CMakeFiles/kwin4_effect_reflect.dir/clean
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target src/CMakeFiles/kwin4_effect_reflect_autogen.dir
|
||||
|
||||
# All Build rule for target.
|
||||
src/CMakeFiles/kwin4_effect_reflect_autogen.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/kwin4_effect_reflect_autogen.dir/build.make src/CMakeFiles/kwin4_effect_reflect_autogen.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/kwin4_effect_reflect_autogen.dir/build.make src/CMakeFiles/kwin4_effect_reflect_autogen.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=12 "Built target kwin4_effect_reflect_autogen"
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect_autogen.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
src/CMakeFiles/kwin4_effect_reflect_autogen.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 1
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/kwin4_effect_reflect_autogen.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect_autogen.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
kwin4_effect_reflect_autogen: src/CMakeFiles/kwin4_effect_reflect_autogen.dir/rule
|
||||
.PHONY : kwin4_effect_reflect_autogen
|
||||
|
||||
# clean rule for target.
|
||||
src/CMakeFiles/kwin4_effect_reflect_autogen.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/kwin4_effect_reflect_autogen.dir/build.make src/CMakeFiles/kwin4_effect_reflect_autogen.dir/clean
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect_autogen.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir
|
||||
|
||||
# All Build rule for target.
|
||||
src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/all: src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/build.make src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/build.make src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=13,14,15,16,17,18,19,20,21,22,23,24,25 "Built target kwin4_effect_reflect_config"
|
||||
.PHONY : src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 15
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
kwin4_effect_reflect_config: src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/rule
|
||||
.PHONY : kwin4_effect_reflect_config
|
||||
|
||||
# clean rule for target.
|
||||
src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/build.make src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/clean
|
||||
.PHONY : src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir
|
||||
|
||||
# All Build rule for target.
|
||||
src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/build.make src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/build.make src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=26,27 "Built target kwin4_effect_reflect_config_autogen"
|
||||
.PHONY : src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 2
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
kwin4_effect_reflect_config_autogen: src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/rule
|
||||
.PHONY : kwin4_effect_reflect_config_autogen
|
||||
|
||||
# clean rule for target.
|
||||
src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/build.make src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/clean
|
||||
.PHONY : src/kcm/CMakeFiles/kwin4_effect_reflect_config_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
|
||||
|
35
KWin/kwin_reflect/build/CMakeFiles/TargetDirectories.txt
Normal file
35
KWin/kwin_reflect/build/CMakeFiles/TargetDirectories.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/uninstall.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/fetch-translations.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5Config_QCH.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5CoreAddons_QCH.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5Auth_QCH.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5Codecs_QCH.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5WidgetsAddons_QCH.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5ConfigWidgets_QCH.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5WindowSystem_QCH.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/KF5Wayland_QCH.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/test.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/edit_cache.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/rebuild_cache.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/list_install_components.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/install.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/install/local.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/install/strip.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/kwin4_effect_reflect.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/test.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/edit_cache.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/rebuild_cache.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/list_install_components.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/install.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/install/local.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/install/strip.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/kwin4_effect_reflect_autogen.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/test.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/edit_cache.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/rebuild_cache.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/list_install_components.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/install.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/install/local.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/install/strip.dir
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir
|
1
KWin/kwin_reflect/build/CMakeFiles/cmake.check_cache
Normal file
1
KWin/kwin_reflect/build/CMakeFiles/cmake.check_cache
Normal file
|
@ -0,0 +1 @@
|
|||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,96 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for fetch-translations.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/fetch-translations.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/fetch-translations.dir/progress.make
|
||||
|
||||
CMakeFiles/fetch-translations: releaseme
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Downloading translations for kwin4_effect_reflect branch trunk..."
|
||||
git -C /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/releaseme pull
|
||||
cmake -E remove_directory /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/po
|
||||
cmake -E remove_directory /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/poqm
|
||||
ruby /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/releaseme/fetchpo.rb --origin trunk --project kwin4_effect_reflect --output-dir /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/po --output-poqm-dir /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/poqm /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
releaseme:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Fetching releaseme scripts to download translations..."
|
||||
git clone --depth 1 https://invent.kde.org/sdk/releaseme.git
|
||||
|
||||
fetch-translations: CMakeFiles/fetch-translations
|
||||
fetch-translations: releaseme
|
||||
fetch-translations: CMakeFiles/fetch-translations.dir/build.make
|
||||
.PHONY : fetch-translations
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/fetch-translations.dir/build: fetch-translations
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/build
|
||||
|
||||
CMakeFiles/fetch-translations.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/fetch-translations.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/clean
|
||||
|
||||
CMakeFiles/fetch-translations.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/fetch-translations.dir/depend
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/fetch-translations"
|
||||
"po"
|
||||
"poqm"
|
||||
"releaseme"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/fetch-translations.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for fetch-translations.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for fetch-translations.
|
|
@ -0,0 +1,3 @@
|
|||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
1
KWin/kwin_reflect/build/CMakeFiles/progress.marks
Normal file
1
KWin/kwin_reflect/build/CMakeFiles/progress.marks
Normal file
|
@ -0,0 +1 @@
|
|||
25
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
87
KWin/kwin_reflect/build/CMakeFiles/uninstall.dir/build.make
Normal file
87
KWin/kwin_reflect/build/CMakeFiles/uninstall.dir/build.make
Normal file
|
@ -0,0 +1,87 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Utility rule file for uninstall.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/uninstall.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/uninstall.dir/progress.make
|
||||
|
||||
CMakeFiles/uninstall:
|
||||
/usr/bin/cmake -P /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/ecm_uninstall.cmake
|
||||
|
||||
uninstall: CMakeFiles/uninstall
|
||||
uninstall: CMakeFiles/uninstall.dir/build.make
|
||||
.PHONY : uninstall
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/uninstall.dir/build: uninstall
|
||||
.PHONY : CMakeFiles/uninstall.dir/build
|
||||
|
||||
CMakeFiles/uninstall.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/uninstall.dir/clean
|
||||
|
||||
CMakeFiles/uninstall.dir/depend:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles/uninstall.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/uninstall.dir/depend
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/uninstall"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for uninstall.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for uninstall.
|
|
@ -0,0 +1 @@
|
|||
|
9
KWin/kwin_reflect/build/CTestTestfile.cmake
Normal file
9
KWin/kwin_reflect/build/CTestTestfile.cmake
Normal file
|
@ -0,0 +1,9 @@
|
|||
# CMake generated Testfile for
|
||||
# Source directory: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
# Build directory: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
add_test(appstreamtest "/usr/bin/cmake" "-DAPPSTREAMCLI=/usr/bin/appstreamcli" "-DINSTALL_FILES=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/install_manifest.txt" "-P" "/usr/share/ECM/kde-modules/appstreamtest.cmake")
|
||||
set_tests_properties(appstreamtest PROPERTIES _BACKTRACE_TRIPLES "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;165;add_test;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;183;appstreamtest;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;0;;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/CMakeLists.txt;21;include;/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/CMakeLists.txt;0;")
|
||||
subdirs("src")
|
396
KWin/kwin_reflect/build/Makefile
Normal file
396
KWin/kwin_reflect/build/Makefile
Normal file
|
@ -0,0 +1,396 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target test
|
||||
test:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
|
||||
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
||||
.PHONY : test
|
||||
|
||||
# Special rule for the target test
|
||||
test/fast: test
|
||||
.PHONY : test/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
||||
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"kwin4_effect_reflect\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build//CMakeFiles/progress.marks
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named uninstall
|
||||
|
||||
# Build rule for target.
|
||||
uninstall: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
|
||||
.PHONY : uninstall
|
||||
|
||||
# fast build rule for target.
|
||||
uninstall/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
|
||||
.PHONY : uninstall/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named fetch-translations
|
||||
|
||||
# Build rule for target.
|
||||
fetch-translations: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fetch-translations
|
||||
.PHONY : fetch-translations
|
||||
|
||||
# fast build rule for target.
|
||||
fetch-translations/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build
|
||||
.PHONY : fetch-translations/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named KF5Config_QCH
|
||||
|
||||
# Build rule for target.
|
||||
KF5Config_QCH: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Config_QCH
|
||||
.PHONY : KF5Config_QCH
|
||||
|
||||
# fast build rule for target.
|
||||
KF5Config_QCH/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/build
|
||||
.PHONY : KF5Config_QCH/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named KF5CoreAddons_QCH
|
||||
|
||||
# Build rule for target.
|
||||
KF5CoreAddons_QCH: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5CoreAddons_QCH
|
||||
.PHONY : KF5CoreAddons_QCH
|
||||
|
||||
# fast build rule for target.
|
||||
KF5CoreAddons_QCH/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build
|
||||
.PHONY : KF5CoreAddons_QCH/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named KF5Auth_QCH
|
||||
|
||||
# Build rule for target.
|
||||
KF5Auth_QCH: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Auth_QCH
|
||||
.PHONY : KF5Auth_QCH
|
||||
|
||||
# fast build rule for target.
|
||||
KF5Auth_QCH/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Auth_QCH.dir/build.make CMakeFiles/KF5Auth_QCH.dir/build
|
||||
.PHONY : KF5Auth_QCH/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named KF5Codecs_QCH
|
||||
|
||||
# Build rule for target.
|
||||
KF5Codecs_QCH: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Codecs_QCH
|
||||
.PHONY : KF5Codecs_QCH
|
||||
|
||||
# fast build rule for target.
|
||||
KF5Codecs_QCH/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Codecs_QCH.dir/build.make CMakeFiles/KF5Codecs_QCH.dir/build
|
||||
.PHONY : KF5Codecs_QCH/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named KF5WidgetsAddons_QCH
|
||||
|
||||
# Build rule for target.
|
||||
KF5WidgetsAddons_QCH: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5WidgetsAddons_QCH
|
||||
.PHONY : KF5WidgetsAddons_QCH
|
||||
|
||||
# fast build rule for target.
|
||||
KF5WidgetsAddons_QCH/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make CMakeFiles/KF5WidgetsAddons_QCH.dir/build
|
||||
.PHONY : KF5WidgetsAddons_QCH/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named KF5ConfigWidgets_QCH
|
||||
|
||||
# Build rule for target.
|
||||
KF5ConfigWidgets_QCH: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5ConfigWidgets_QCH
|
||||
.PHONY : KF5ConfigWidgets_QCH
|
||||
|
||||
# fast build rule for target.
|
||||
KF5ConfigWidgets_QCH/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5ConfigWidgets_QCH.dir/build.make CMakeFiles/KF5ConfigWidgets_QCH.dir/build
|
||||
.PHONY : KF5ConfigWidgets_QCH/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named KF5WindowSystem_QCH
|
||||
|
||||
# Build rule for target.
|
||||
KF5WindowSystem_QCH: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5WindowSystem_QCH
|
||||
.PHONY : KF5WindowSystem_QCH
|
||||
|
||||
# fast build rule for target.
|
||||
KF5WindowSystem_QCH/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/build
|
||||
.PHONY : KF5WindowSystem_QCH/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named KF5Wayland_QCH
|
||||
|
||||
# Build rule for target.
|
||||
KF5Wayland_QCH: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Wayland_QCH
|
||||
.PHONY : KF5Wayland_QCH
|
||||
|
||||
# fast build rule for target.
|
||||
KF5Wayland_QCH/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Wayland_QCH.dir/build.make CMakeFiles/KF5Wayland_QCH.dir/build
|
||||
.PHONY : KF5Wayland_QCH/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named kwin4_effect_reflect
|
||||
|
||||
# Build rule for target.
|
||||
kwin4_effect_reflect: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 kwin4_effect_reflect
|
||||
.PHONY : kwin4_effect_reflect
|
||||
|
||||
# fast build rule for target.
|
||||
kwin4_effect_reflect/fast:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/kwin4_effect_reflect.dir/build.make src/CMakeFiles/kwin4_effect_reflect.dir/build
|
||||
.PHONY : kwin4_effect_reflect/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named kwin4_effect_reflect_autogen
|
||||
|
||||
# Build rule for target.
|
||||
kwin4_effect_reflect_autogen: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 kwin4_effect_reflect_autogen
|
||||
.PHONY : kwin4_effect_reflect_autogen
|
||||
|
||||
# fast build rule for target.
|
||||
kwin4_effect_reflect_autogen/fast:
|
||||
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/kwin4_effect_reflect_autogen.dir/build.make src/CMakeFiles/kwin4_effect_reflect_autogen.dir/build
|
||||
.PHONY : kwin4_effect_reflect_autogen/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named kwin4_effect_reflect_config
|
||||
|
||||
# Build rule for target.
|
||||
kwin4_effect_reflect_config: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 kwin4_effect_reflect_config
|
||||
.PHONY : kwin4_effect_reflect_config
|
||||
|
||||
# fast build rule for target.
|
||||
kwin4_effect_reflect_config/fast:
|
||||
$(MAKE) $(MAKESILENT) -f src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/build.make src/kcm/CMakeFiles/kwin4_effect_reflect_config.dir/build
|
||||
.PHONY : kwin4_effect_reflect_config/fast
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named kwin4_effect_reflect_config_autogen
|
||||
|
||||
# Build rule for target.
|
||||
kwin4_effect_reflect_config_autogen: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 kwin4_effect_reflect_config_autogen
|
||||
.PHONY : kwin4_effect_reflect_config_autogen
|
||||
|
||||
# fast build rule for target.
|
||||
kwin4_effect_reflect_config_autogen/fast:
|
||||
$(MAKE) $(MAKESILENT) -f src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/build.make src/kcm/CMakeFiles/kwin4_effect_reflect_config_autogen.dir/build
|
||||
.PHONY : kwin4_effect_reflect_config_autogen/fast
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... test"
|
||||
@echo "... KF5Auth_QCH"
|
||||
@echo "... KF5Codecs_QCH"
|
||||
@echo "... KF5ConfigWidgets_QCH"
|
||||
@echo "... KF5Config_QCH"
|
||||
@echo "... KF5CoreAddons_QCH"
|
||||
@echo "... KF5Wayland_QCH"
|
||||
@echo "... KF5WidgetsAddons_QCH"
|
||||
@echo "... KF5WindowSystem_QCH"
|
||||
@echo "... fetch-translations"
|
||||
@echo "... kwin4_effect_reflect_autogen"
|
||||
@echo "... kwin4_effect_reflect_config_autogen"
|
||||
@echo "... uninstall"
|
||||
@echo "... kwin4_effect_reflect"
|
||||
@echo "... kwin4_effect_reflect_config"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
BIN
KWin/kwin_reflect/build/bin/kwin4_effect_reflect_config.so
Executable file
BIN
KWin/kwin_reflect/build/bin/kwin4_effect_reflect_config.so
Executable file
Binary file not shown.
BIN
KWin/kwin_reflect/build/bin/libkwin4_effect_reflect.so
Executable file
BIN
KWin/kwin_reflect/build/bin/libkwin4_effect_reflect.so
Executable file
Binary file not shown.
60
KWin/kwin_reflect/build/cmake_install.cmake
Normal file
60
KWin/kwin_reflect/build/cmake_install.cmake
Normal file
|
@ -0,0 +1,60 @@
|
|||
# Install script for directory: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr")
|
||||
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 "Release")
|
||||
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 "0")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/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 "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
21
KWin/kwin_reflect/build/ecm_uninstall.cmake
Normal file
21
KWin/kwin_reflect/build/ecm_uninstall.cmake
Normal file
|
@ -0,0 +1,21 @@
|
|||
if(NOT EXISTS "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/install_manifest.txt")
|
||||
message(FATAL_ERROR "Cannot find install manifest: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/install_manifest.txt")
|
||||
endif()
|
||||
|
||||
file(READ "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/install_manifest.txt" files)
|
||||
string(REGEX REPLACE "\n" ";" files "${files}")
|
||||
foreach(file ${files})
|
||||
message(STATUS "Uninstalling $ENV{DESTDIR}${file}")
|
||||
if(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}")
|
||||
exec_program(
|
||||
"/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\""
|
||||
OUTPUT_VARIABLE rm_out
|
||||
RETURN_VALUE rm_retval
|
||||
)
|
||||
if(NOT "${rm_retval}" STREQUAL 0)
|
||||
message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "File $ENV{DESTDIR}${file} does not exist.")
|
||||
endif()
|
||||
endforeach()
|
2
KWin/kwin_reflect/build/install_manifest.txt
Normal file
2
KWin/kwin_reflect/build/install_manifest.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
/usr/lib/qt/plugins/kwin/effects/plugins/libkwin4_effect_reflect.so
|
||||
/usr/lib/qt/plugins/kwin/effects/configs/kwin4_effect_reflect_config.so
|
12
KWin/kwin_reflect/build/prefix.sh
Normal file
12
KWin/kwin_reflect/build/prefix.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
export PATH=/usr/bin:$PATH
|
||||
|
||||
# LD_LIBRARY_PATH only needed if you are building without rpath
|
||||
# export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
|
||||
|
||||
export XDG_DATA_DIRS=/usr/share:${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}
|
||||
export XDG_CONFIG_DIRS=/etc/xdg:${XDG_CONFIG_DIRS:-/etc/xdg}
|
||||
|
||||
export QT_PLUGIN_PATH=/usr/lib/qt/plugins:$QT_PLUGIN_PATH
|
||||
export QML2_IMPORT_PATH=/usr/lib/qt/qml:$QML2_IMPORT_PATH
|
||||
|
||||
export QT_QUICK_CONTROLS_STYLE_PATH=/usr/lib/qt/qml/QtQuick/Controls.2/:$QT_QUICK_CONTROLS_STYLE_PATH
|
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/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})
|
|
@ -0,0 +1,30 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.cpp" "src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o" "gcc" "src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o.d"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.cpp" "src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o" "gcc" "src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o.d"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurshader.cpp" "src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o" "gcc" "src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o.d"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp" "src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o" "gcc" "src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o.d"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kwin4_effect_reflect_autogen/mocs_compilation.cpp" "src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o" "gcc" "src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o.d"
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/main.cpp" "src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o" "gcc" "src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o.d"
|
||||
)
|
||||
|
||||
# Pairs of files generated by the same build rule.
|
||||
set(CMAKE_MULTIPLE_OUTPUT_PAIRS
|
||||
"/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.cpp" "/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.h"
|
||||
)
|
||||
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
Binary file not shown.
|
@ -0,0 +1,425 @@
|
|||
src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o: \
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.h \
|
||||
/usr/include/kwineffects.h /usr/include/kwinconfig.h \
|
||||
/usr/include/kwineffects_export.h /usr/include/kwinglobals.h \
|
||||
/usr/include/qt/QtCore/QCoreApplication \
|
||||
/usr/include/qt/QtCore/qcoreapplication.h \
|
||||
/usr/include/qt/QtCore/qglobal.h /usr/include/c++/13.2.1/type_traits \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
|
||||
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
|
||||
/usr/include/c++/13.2.1/pstl/pstl_config.h \
|
||||
/usr/include/c++/13.2.1/cstddef \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stddef.h \
|
||||
/usr/include/c++/13.2.1/utility \
|
||||
/usr/include/c++/13.2.1/bits/stl_relops.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_pair.h \
|
||||
/usr/include/c++/13.2.1/bits/move.h \
|
||||
/usr/include/c++/13.2.1/bits/utility.h /usr/include/c++/13.2.1/compare \
|
||||
/usr/include/c++/13.2.1/concepts \
|
||||
/usr/include/c++/13.2.1/initializer_list \
|
||||
/usr/include/c++/13.2.1/ext/numeric_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/13.2.1/ext/type_traits.h /usr/include/assert.h \
|
||||
/usr/include/qt/QtCore/qconfig.h /usr/include/qt/QtCore/qtcore-config.h \
|
||||
/usr/include/qt/QtCore/qsystemdetection.h \
|
||||
/usr/include/qt/QtCore/qprocessordetection.h \
|
||||
/usr/include/qt/QtCore/qcompilerdetection.h \
|
||||
/usr/include/c++/13.2.1/algorithm \
|
||||
/usr/include/c++/13.2.1/bits/stl_algobase.h \
|
||||
/usr/include/c++/13.2.1/bits/functexcept.h \
|
||||
/usr/include/c++/13.2.1/bits/exception_defines.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/13.2.1/bits/iterator_concepts.h \
|
||||
/usr/include/c++/13.2.1/bits/ptr_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_cmp.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/13.2.1/bits/concept_check.h \
|
||||
/usr/include/c++/13.2.1/debug/assertions.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator.h /usr/include/c++/13.2.1/new \
|
||||
/usr/include/c++/13.2.1/bits/exception.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_construct.h \
|
||||
/usr/include/c++/13.2.1/debug/debug.h \
|
||||
/usr/include/c++/13.2.1/bits/predefined_ops.h \
|
||||
/usr/include/c++/13.2.1/bit /usr/include/c++/13.2.1/bits/stl_algo.h \
|
||||
/usr/include/c++/13.2.1/bits/algorithmfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_heap.h \
|
||||
/usr/include/c++/13.2.1/bits/uniform_int_dist.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/13.2.1/cstdlib /usr/include/stdlib.h \
|
||||
/usr/include/bits/libc-header-start.h /usr/include/bits/waitflags.h \
|
||||
/usr/include/bits/waitstatus.h /usr/include/bits/floatn.h \
|
||||
/usr/include/bits/floatn-common.h /usr/include/bits/types/locale_t.h \
|
||||
/usr/include/bits/types/__locale_t.h /usr/include/sys/types.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/time64.h /usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/endianness.h /usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||
/usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||
/usr/include/c++/13.2.1/bits/std_abs.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_algo.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_algobase.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_base.h \
|
||||
/usr/include/c++/13.2.1/bits/max_size_type.h \
|
||||
/usr/include/c++/13.2.1/numbers /usr/include/c++/13.2.1/bits/invoke.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_util.h \
|
||||
/usr/include/c++/13.2.1/pstl/glue_algorithm_defs.h \
|
||||
/usr/include/c++/13.2.1/pstl/execution_defs.h \
|
||||
/usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qsysinfo.h \
|
||||
/usr/include/qt/QtCore/qlogging.h /usr/include/qt/QtCore/qflags.h \
|
||||
/usr/include/qt/QtCore/qatomic.h /usr/include/qt/QtCore/qbasicatomic.h \
|
||||
/usr/include/qt/QtCore/qatomic_cxx11.h \
|
||||
/usr/include/qt/QtCore/qgenericatomic.h /usr/include/c++/13.2.1/atomic \
|
||||
/usr/include/c++/13.2.1/bits/atomic_base.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdint.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/c++/13.2.1/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/c++/13.2.1/bits/atomic_wait.h \
|
||||
/usr/include/c++/13.2.1/bits/functional_hash.h \
|
||||
/usr/include/c++/13.2.1/bits/hash_bytes.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
|
||||
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/c++/13.2.1/cerrno /usr/include/errno.h \
|
||||
/usr/include/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
|
||||
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
|
||||
/usr/include/c++/13.2.1/climits \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||
/usr/include/c++/13.2.1/bits/std_mutex.h \
|
||||
/usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qnumeric.h \
|
||||
/usr/include/qt/QtCore/qversiontagging.h \
|
||||
/usr/include/qt/QtCore/qstring.h /usr/include/qt/QtCore/qchar.h \
|
||||
/usr/include/qt/QtCore/qbytearray.h /usr/include/qt/QtCore/qrefcount.h \
|
||||
/usr/include/qt/QtCore/qnamespace.h /usr/include/qt/QtCore/qarraydata.h \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/usr/include/c++/13.2.1/cstdint /usr/include/c++/13.2.1/stdlib.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdarg.h \
|
||||
/usr/include/c++/13.2.1/string \
|
||||
/usr/include/c++/13.2.1/bits/requires_hosted.h \
|
||||
/usr/include/c++/13.2.1/bits/stringfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/memoryfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/char_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/postypes.h /usr/include/c++/13.2.1/cwchar \
|
||||
/usr/include/wchar.h /usr/include/bits/types/wint_t.h \
|
||||
/usr/include/bits/types/mbstate_t.h \
|
||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/FILE.h /usr/include/c++/13.2.1/bits/allocator.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/new_allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/localefwd.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||
/usr/include/c++/13.2.1/clocale /usr/include/locale.h \
|
||||
/usr/include/bits/locale.h /usr/include/c++/13.2.1/iosfwd \
|
||||
/usr/include/c++/13.2.1/cctype /usr/include/ctype.h \
|
||||
/usr/include/c++/13.2.1/bits/ostream_insert.h \
|
||||
/usr/include/c++/13.2.1/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_function.h \
|
||||
/usr/include/c++/13.2.1/backward/binders.h \
|
||||
/usr/include/c++/13.2.1/bits/refwrap.h \
|
||||
/usr/include/c++/13.2.1/bits/range_access.h \
|
||||
/usr/include/c++/13.2.1/bits/basic_string.h \
|
||||
/usr/include/c++/13.2.1/ext/alloc_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/alloc_traits.h \
|
||||
/usr/include/c++/13.2.1/string_view \
|
||||
/usr/include/c++/13.2.1/bits/string_view.tcc \
|
||||
/usr/include/c++/13.2.1/ext/string_conversions.h \
|
||||
/usr/include/c++/13.2.1/cstdio /usr/include/stdio.h \
|
||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \
|
||||
/usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||
/usr/include/c++/13.2.1/bits/charconv.h \
|
||||
/usr/include/c++/13.2.1/bits/basic_string.tcc \
|
||||
/usr/include/c++/13.2.1/bits/memory_resource.h \
|
||||
/usr/include/c++/13.2.1/bits/uses_allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/uses_allocator_args.h \
|
||||
/usr/include/c++/13.2.1/tuple /usr/include/c++/13.2.1/iterator \
|
||||
/usr/include/c++/13.2.1/bits/stream_iterator.h \
|
||||
/usr/include/c++/13.2.1/bits/streambuf_iterator.h \
|
||||
/usr/include/c++/13.2.1/streambuf \
|
||||
/usr/include/c++/13.2.1/bits/ios_base.h \
|
||||
/usr/include/c++/13.2.1/ext/atomicity.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
|
||||
/usr/include/sys/single_threaded.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_classes.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_classes.tcc \
|
||||
/usr/include/c++/13.2.1/system_error \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
|
||||
/usr/include/c++/13.2.1/stdexcept /usr/include/c++/13.2.1/exception \
|
||||
/usr/include/c++/13.2.1/bits/exception_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/13.2.1/typeinfo \
|
||||
/usr/include/c++/13.2.1/bits/nested_exception.h \
|
||||
/usr/include/c++/13.2.1/bits/streambuf.tcc \
|
||||
/usr/include/qt/QtCore/qstringliteral.h \
|
||||
/usr/include/qt/QtCore/qstringalgorithms.h \
|
||||
/usr/include/qt/QtCore/qstringview.h /usr/include/qt/QtCore/qobject.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs_impl.h /usr/include/qt/QtCore/qlist.h \
|
||||
/usr/include/qt/QtCore/qalgorithms.h /usr/include/qt/QtCore/qiterator.h \
|
||||
/usr/include/qt/QtCore/qhashfunctions.h /usr/include/qt/QtCore/qpair.h \
|
||||
/usr/include/c++/13.2.1/numeric \
|
||||
/usr/include/c++/13.2.1/bits/stl_numeric.h \
|
||||
/usr/include/c++/13.2.1/limits \
|
||||
/usr/include/c++/13.2.1/pstl/glue_numeric_defs.h \
|
||||
/usr/include/c++/13.2.1/functional \
|
||||
/usr/include/c++/13.2.1/bits/std_function.h \
|
||||
/usr/include/c++/13.2.1/unordered_map \
|
||||
/usr/include/c++/13.2.1/bits/unordered_map.h \
|
||||
/usr/include/c++/13.2.1/bits/hashtable.h \
|
||||
/usr/include/c++/13.2.1/bits/hashtable_policy.h \
|
||||
/usr/include/c++/13.2.1/ext/aligned_buffer.h \
|
||||
/usr/include/c++/13.2.1/bits/enable_special_members.h \
|
||||
/usr/include/c++/13.2.1/bits/node_handle.h \
|
||||
/usr/include/c++/13.2.1/bits/erase_if.h /usr/include/c++/13.2.1/vector \
|
||||
/usr/include/c++/13.2.1/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_vector.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_bvector.h \
|
||||
/usr/include/c++/13.2.1/bits/vector.tcc /usr/include/c++/13.2.1/array \
|
||||
/usr/include/qt/QtCore/qvector.h \
|
||||
/usr/include/qt/QtCore/qcontainertools_impl.h \
|
||||
/usr/include/c++/13.2.1/list /usr/include/c++/13.2.1/bits/stl_list.h \
|
||||
/usr/include/c++/13.2.1/bits/allocated_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/list.tcc \
|
||||
/usr/include/qt/QtCore/qbytearraylist.h \
|
||||
/usr/include/qt/QtCore/qstringlist.h /usr/include/qt/QtCore/qregexp.h \
|
||||
/usr/include/qt/QtCore/qstringmatcher.h \
|
||||
/usr/include/qt/QtCore/qscopedpointer.h \
|
||||
/usr/include/qt/QtCore/qmetatype.h \
|
||||
/usr/include/qt/QtCore/qvarlengtharray.h \
|
||||
/usr/include/qt/QtCore/qcontainerfwd.h /usr/include/c++/13.2.1/map \
|
||||
/usr/include/c++/13.2.1/bits/stl_tree.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_map.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_multimap.h \
|
||||
/usr/include/qt/QtCore/qobject_impl.h /usr/include/c++/13.2.1/chrono \
|
||||
/usr/include/c++/13.2.1/bits/chrono.h /usr/include/c++/13.2.1/ratio \
|
||||
/usr/include/c++/13.2.1/ctime \
|
||||
/usr/include/c++/13.2.1/bits/parse_numbers.h \
|
||||
/usr/include/c++/13.2.1/sstream /usr/include/c++/13.2.1/istream \
|
||||
/usr/include/c++/13.2.1/ios /usr/include/c++/13.2.1/bits/basic_ios.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets.h \
|
||||
/usr/include/c++/13.2.1/cwctype /usr/include/wctype.h \
|
||||
/usr/include/bits/wctype-wchar.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets.tcc \
|
||||
/usr/include/c++/13.2.1/bits/basic_ios.tcc \
|
||||
/usr/include/c++/13.2.1/ostream /usr/include/c++/13.2.1/bits/ostream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/istream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/sstream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr_base.h \
|
||||
/usr/include/c++/13.2.1/bits/unique_ptr.h \
|
||||
/usr/include/c++/13.2.1/ext/concurrence.h \
|
||||
/usr/include/c++/13.2.1/bits/align.h \
|
||||
/usr/include/c++/13.2.1/bits/chrono_io.h /usr/include/c++/13.2.1/iomanip \
|
||||
/usr/include/c++/13.2.1/locale \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets_nonio.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/time_members.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/messages_members.h \
|
||||
/usr/include/libintl.h /usr/include/c++/13.2.1/bits/codecvt.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets_nonio.tcc \
|
||||
/usr/include/c++/13.2.1/bits/locale_conv.h \
|
||||
/usr/include/c++/13.2.1/bits/quoted_string.h \
|
||||
/usr/include/c++/13.2.1/format /usr/include/c++/13.2.1/charconv \
|
||||
/usr/include/c++/13.2.1/optional /usr/include/c++/13.2.1/span \
|
||||
/usr/include/c++/13.2.1/variant /usr/include/qt/QtCore/qcoreevent.h \
|
||||
/usr/include/qt/QtCore/qeventloop.h /usr/include/qt/QtGui/QImage \
|
||||
/usr/include/qt/QtGui/qimage.h /usr/include/qt/QtGui/qtguiglobal.h \
|
||||
/usr/include/qt/QtGui/qtgui-config.h /usr/include/qt/QtGui/qcolor.h \
|
||||
/usr/include/qt/QtGui/qrgb.h /usr/include/qt/QtGui/qrgba64.h \
|
||||
/usr/include/qt/QtGui/qpaintdevice.h /usr/include/qt/QtGui/qwindowdefs.h \
|
||||
/usr/include/qt/QtCore/qrect.h /usr/include/qt/QtCore/qmargins.h \
|
||||
/usr/include/qt/QtCore/qsize.h /usr/include/qt/QtCore/qpoint.h \
|
||||
/usr/include/qt/QtGui/qpixelformat.h /usr/include/qt/QtGui/qtransform.h \
|
||||
/usr/include/qt/QtGui/qmatrix.h /usr/include/qt/QtGui/qpolygon.h \
|
||||
/usr/include/qt/QtGui/qregion.h /usr/include/qt/QtCore/qdatastream.h \
|
||||
/usr/include/qt/QtCore/qiodevice.h /usr/include/qt/QtCore/qline.h \
|
||||
/usr/include/qt/QtCore/QPoint /usr/include/qt/QtCore/qpoint.h \
|
||||
/usr/include/qt/QtCore/QVariant /usr/include/qt/QtCore/qvariant.h \
|
||||
/usr/include/qt/QtCore/qmap.h /usr/include/qt/QtCore/qhash.h \
|
||||
/usr/include/kwin_export.h /usr/include/xcb/xcb.h /usr/include/sys/uio.h \
|
||||
/usr/include/bits/types/struct_iovec.h /usr/include/bits/uio-ext.h \
|
||||
/usr/include/xcb/xproto.h /usr/include/xcb/xcb.h \
|
||||
/usr/include/qt/QtCore/QEasingCurve \
|
||||
/usr/include/qt/QtCore/qeasingcurve.h /usr/include/qt/QtGui/QIcon \
|
||||
/usr/include/qt/QtGui/qicon.h /usr/include/qt/QtGui/qpixmap.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer.h \
|
||||
/usr/include/qt/QtCore/qshareddata.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer_impl.h \
|
||||
/usr/include/c++/13.2.1/memory \
|
||||
/usr/include/c++/13.2.1/bits/stl_raw_storage_iter.h \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr_atomic.h \
|
||||
/usr/include/c++/13.2.1/backward/auto_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_uninitialized.h \
|
||||
/usr/include/c++/13.2.1/pstl/glue_memory_defs.h \
|
||||
/usr/include/qt/QtGui/qimage.h /usr/include/qt/QtCore/QPair \
|
||||
/usr/include/qt/QtCore/qpair.h /usr/include/qt/QtCore/QRect \
|
||||
/usr/include/qt/QtCore/qrect.h /usr/include/qt/QtGui/QRegion \
|
||||
/usr/include/qt/QtGui/qregion.h /usr/include/qt/QtCore/QSet \
|
||||
/usr/include/qt/QtCore/qset.h /usr/include/qt/QtGui/QVector2D \
|
||||
/usr/include/qt/QtGui/qvector2d.h /usr/include/qt/QtGui/QVector3D \
|
||||
/usr/include/qt/QtGui/qvector3d.h /usr/include/qt/QtCore/QHash \
|
||||
/usr/include/qt/QtCore/qhash.h /usr/include/qt/QtCore/QList \
|
||||
/usr/include/qt/QtCore/qlist.h /usr/include/qt/QtCore/QLoggingCategory \
|
||||
/usr/include/qt/QtCore/qloggingcategory.h \
|
||||
/usr/include/qt/QtCore/qdebug.h /usr/include/qt/QtCore/qtextstream.h \
|
||||
/usr/include/qt/QtCore/qlocale.h /usr/include/qt/QtCore/qvariant.h \
|
||||
/usr/include/qt/QtCore/qset.h /usr/include/qt/QtCore/qcontiguouscache.h \
|
||||
/usr/include/qt/QtCore/QStack /usr/include/qt/QtCore/qstack.h \
|
||||
/usr/include/qt/QtCore/QVector /usr/include/qt/QtCore/qvector.h \
|
||||
/usr/include/KF5/KCoreAddons/KPluginFactory \
|
||||
/usr/include/KF5/KCoreAddons/kpluginfactory.h \
|
||||
/usr/include/KF5/KCoreAddons/kcoreaddons_export.h \
|
||||
/usr/include/KF5/KCoreAddons/kpluginmetadata.h \
|
||||
/usr/include/qt/QtCore/QExplicitlySharedDataPointer \
|
||||
/usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/QJsonObject \
|
||||
/usr/include/qt/QtCore/qjsonobject.h /usr/include/qt/QtCore/qjsonvalue.h \
|
||||
/usr/include/qt/QtCore/qcborvalue.h /usr/include/qt/QtCore/qdatetime.h \
|
||||
/usr/include/qt/QtCore/qcborcommon.h \
|
||||
/usr/include/qt/QtCore/qregularexpression.h \
|
||||
/usr/include/qt/QtCore/qurl.h /usr/include/qt/QtCore/quuid.h \
|
||||
/usr/include/qt/QtCore/QMetaType /usr/include/qt/QtCore/qmetatype.h \
|
||||
/usr/include/qt/QtCore/QString /usr/include/qt/QtCore/qstring.h \
|
||||
/usr/include/qt/QtCore/QStringList /usr/include/qt/QtCore/qstringlist.h \
|
||||
/usr/include/qt/QtCore/QObject /usr/include/qt/QtCore/qobject.h \
|
||||
/usr/include/KF5/KCoreAddons/kexportplugin.h \
|
||||
/usr/include/qt/QtCore/QPluginLoader \
|
||||
/usr/include/qt/QtCore/qpluginloader.h /usr/include/qt/QtCore/qlibrary.h \
|
||||
/usr/include/qt/QtCore/qplugin.h /usr/include/qt/QtCore/qpointer.h \
|
||||
/usr/include/qt/QtCore/qjsonobject.h /usr/include/qt/QtCore/QtPlugin \
|
||||
/usr/include/qt/QtCore/qplugin.h \
|
||||
/usr/include/KF5/KCoreAddons/kcoreaddons_export.h \
|
||||
/usr/include/KF5/KConfigCore/KSharedConfig \
|
||||
/usr/include/KF5/KConfigCore/ksharedconfig.h \
|
||||
/usr/include/KF5/KConfigCore/kconfig.h \
|
||||
/usr/include/KF5/KConfigCore/kconfigbase.h \
|
||||
/usr/include/KF5/KConfigCore/kconfigcore_export.h \
|
||||
/usr/include/qt/QtCore/QtGlobal /usr/include/qt/QtCore/qglobal.h \
|
||||
/usr/include/qt/QtCore/QByteArray /usr/include/qt/QtCore/qbytearray.h \
|
||||
/usr/include/qt/QtCore/QStandardPaths \
|
||||
/usr/include/qt/QtCore/qstandardpaths.h \
|
||||
/usr/include/KF5/KWindowSystem/netwm.h /usr/include/qt/QtCore/QSize \
|
||||
/usr/include/qt/QtCore/qsize.h \
|
||||
/usr/include/KF5/KWindowSystem/config-kwindowsystem.h \
|
||||
/usr/include/KF5/KWindowSystem/kwindowsystem_export.h \
|
||||
/usr/include/KF5/KWindowSystem/netwm_def.h /usr/include/qt/QtCore/QFlags \
|
||||
/usr/include/qt/QtCore/qflags.h /usr/include/c++/13.2.1/cmath \
|
||||
/usr/include/math.h /usr/include/bits/math-vector.h \
|
||||
/usr/include/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
|
||||
/usr/include/bits/fp-fast.h \
|
||||
/usr/include/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
|
||||
/usr/include/bits/iscanonical.h /usr/include/c++/13.2.1/bits/specfun.h \
|
||||
/usr/include/c++/13.2.1/tr1/gamma.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/special_function_util.h \
|
||||
/usr/include/c++/13.2.1/tr1/bessel_function.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/beta_function.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/ell_integral.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/exp_integral.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/hypergeometric.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/legendre_function.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/modified_bessel_func.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/poly_hermite.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/poly_laguerre.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/riemann_zeta.tcc \
|
||||
/usr/include/kwinglplatform.h /usr/include/kwinglutils_export.h \
|
||||
/usr/include/kwinglutils.h /usr/include/kwingltexture.h \
|
||||
/usr/include/qt/QtGui/QMatrix4x4 /usr/include/qt/QtGui/qmatrix4x4.h \
|
||||
/usr/include/qt/QtGui/qvector3d.h /usr/include/qt/QtGui/qvector4d.h \
|
||||
/usr/include/qt/QtGui/qquaternion.h \
|
||||
/usr/include/qt/QtGui/qgenericmatrix.h /usr/include/epoxy/gl.h \
|
||||
/usr/include/epoxy/common.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdbool.h \
|
||||
/usr/include/epoxy/gl_generated.h /usr/include/inttypes.h \
|
||||
/usr/include/kwinglutils_funcs.h \
|
||||
/usr/include/KF5/KWayland/Server/blur_interface.h \
|
||||
/usr/include/KF5/KWayland/Server/global.h \
|
||||
/usr/include/KF5/KWayland/Server/kwaylandserver_export.h \
|
||||
/usr/include/KF5/KWayland/Server/resource.h \
|
||||
/usr/include/KF5/KWayland/Server/display.h \
|
||||
/usr/include/KF5/KWayland/Server/clientconnection.h \
|
||||
/usr/include/KF5/KWayland/Server/surface_interface.h \
|
||||
/usr/include/KF5/KWayland/Server/output_interface.h \
|
||||
/usr/include/qt/QtCore/QPointer /usr/include/qt/QtCore/qpointer.h \
|
||||
/usr/include/qt/QtCore/QDir /usr/include/qt/QtCore/qdir.h \
|
||||
/usr/include/qt/QtCore/qfileinfo.h /usr/include/qt/QtCore/qfile.h \
|
||||
/usr/include/qt/QtCore/qfiledevice.h \
|
||||
/usr/include/qt/QtCore/QSharedMemory \
|
||||
/usr/include/qt/QtCore/qsharedmemory.h \
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurshader.h \
|
||||
/usr/include/qt/QtGui/QVector4D /usr/include/qt/QtGui/qvector4d.h \
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.h \
|
||||
/usr/include/KF5/KConfigGui/kconfigskeleton.h \
|
||||
/usr/include/KF5/KConfigGui/kconfiggui_export.h \
|
||||
/usr/include/KF5/KConfigCore/kcoreconfigskeleton.h \
|
||||
/usr/include/KF5/KConfigCore/kconfiggroup.h \
|
||||
/usr/include/KF5/KConfigCore/conversioncheck.h \
|
||||
/usr/include/qt/QtCore/QDate /usr/include/qt/QtCore/qdatetime.h \
|
||||
/usr/include/qt/QtCore/QUuid /usr/include/qt/QtCore/quuid.h \
|
||||
/usr/include/KF5/KConfigCore/ksharedconfig.h /usr/include/qt/QtCore/QUrl \
|
||||
/usr/include/qt/QtCore/qurl.h /usr/include/qt/QtGui/QColor \
|
||||
/usr/include/qt/QtGui/qcolor.h /usr/include/qt/QtGui/QFont \
|
||||
/usr/include/qt/QtGui/qfont.h /usr/include/qt/QtCore/QDebug \
|
||||
/usr/include/qt/QtCore/qdebug.h /usr/include/qt/QtGui/QGuiApplication \
|
||||
/usr/include/qt/QtGui/qguiapplication.h \
|
||||
/usr/include/qt/QtCore/qcoreapplication.h \
|
||||
/usr/include/qt/QtGui/qinputmethod.h /usr/include/qt/QtGui/QScreen \
|
||||
/usr/include/qt/QtGui/qscreen.h /usr/include/qt/QtCore/QList \
|
||||
/usr/include/qt/QtCore/QObject /usr/include/qt/QtCore/QRect \
|
||||
/usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/QSizeF \
|
||||
/usr/include/qt/QtGui/QTransform /usr/include/qt/QtGui/qtransform.h \
|
||||
/usr/include/qt/QtCore/QTime /usr/include/qt/QtCore/QTimer \
|
||||
/usr/include/qt/QtCore/qtimer.h /usr/include/qt/QtCore/qbasictimer.h \
|
||||
/usr/include/qt/QtGui/QWindow /usr/include/qt/QtGui/qwindow.h \
|
||||
/usr/include/qt/QtCore/QEvent /usr/include/qt/QtCore/qcoreevent.h \
|
||||
/usr/include/qt/QtCore/QMargins /usr/include/qt/QtCore/qmargins.h \
|
||||
/usr/include/qt/QtGui/qsurface.h /usr/include/qt/QtGui/qsurfaceformat.h \
|
||||
/usr/include/qt/QtGui/qicon.h /usr/include/qt/QtGui/qcursor.h \
|
||||
/usr/include/qt/QtCore/QFile /usr/include/qt/QtCore/qfile.h \
|
||||
/usr/include/qt/QtCore/QBuffer /usr/include/qt/QtCore/qbuffer.h \
|
||||
/usr/include/qt/QtCore/QDataStream /usr/include/qt/QtCore/qdatastream.h \
|
||||
/usr/include/KF5/KConfigCore/KConfigGroup \
|
||||
/usr/include/KF5/KConfigCore/kconfiggroup.h \
|
||||
/usr/include/KDecoration2/KDecoration2/Decoration \
|
||||
/usr/include/KDecoration2/kdecoration2/decoration.h \
|
||||
/usr/include/KDecoration2/kdecoration2/decorationshadow.h \
|
||||
/usr/include/KDecoration2/kdecoration2/kdecoration2_export.h \
|
||||
/usr/include/qt/QtCore/QMargins
|
Binary file not shown.
|
@ -0,0 +1,307 @@
|
|||
src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o: \
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.h \
|
||||
/usr/include/KF5/KConfigGui/kconfigskeleton.h \
|
||||
/usr/include/KF5/KConfigGui/kconfiggui_export.h \
|
||||
/usr/include/KF5/KConfigCore/kcoreconfigskeleton.h \
|
||||
/usr/include/KF5/KConfigCore/kconfigcore_export.h \
|
||||
/usr/include/KF5/KConfigCore/kconfiggroup.h \
|
||||
/usr/include/KF5/KConfigCore/kconfigbase.h \
|
||||
/usr/include/qt/QtCore/QStringList /usr/include/qt/QtCore/qstringlist.h \
|
||||
/usr/include/qt/QtCore/qlist.h /usr/include/qt/QtCore/qalgorithms.h \
|
||||
/usr/include/qt/QtCore/qglobal.h /usr/include/c++/13.2.1/type_traits \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
|
||||
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
|
||||
/usr/include/c++/13.2.1/pstl/pstl_config.h \
|
||||
/usr/include/c++/13.2.1/cstddef \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stddef.h \
|
||||
/usr/include/c++/13.2.1/utility \
|
||||
/usr/include/c++/13.2.1/bits/stl_relops.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_pair.h \
|
||||
/usr/include/c++/13.2.1/bits/move.h \
|
||||
/usr/include/c++/13.2.1/bits/utility.h /usr/include/c++/13.2.1/compare \
|
||||
/usr/include/c++/13.2.1/concepts \
|
||||
/usr/include/c++/13.2.1/initializer_list \
|
||||
/usr/include/c++/13.2.1/ext/numeric_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/13.2.1/ext/type_traits.h /usr/include/assert.h \
|
||||
/usr/include/qt/QtCore/qconfig.h /usr/include/qt/QtCore/qtcore-config.h \
|
||||
/usr/include/qt/QtCore/qsystemdetection.h \
|
||||
/usr/include/qt/QtCore/qprocessordetection.h \
|
||||
/usr/include/qt/QtCore/qcompilerdetection.h \
|
||||
/usr/include/c++/13.2.1/algorithm \
|
||||
/usr/include/c++/13.2.1/bits/stl_algobase.h \
|
||||
/usr/include/c++/13.2.1/bits/functexcept.h \
|
||||
/usr/include/c++/13.2.1/bits/exception_defines.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/13.2.1/bits/iterator_concepts.h \
|
||||
/usr/include/c++/13.2.1/bits/ptr_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_cmp.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/13.2.1/bits/concept_check.h \
|
||||
/usr/include/c++/13.2.1/debug/assertions.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator.h /usr/include/c++/13.2.1/new \
|
||||
/usr/include/c++/13.2.1/bits/exception.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_construct.h \
|
||||
/usr/include/c++/13.2.1/debug/debug.h \
|
||||
/usr/include/c++/13.2.1/bits/predefined_ops.h \
|
||||
/usr/include/c++/13.2.1/bit /usr/include/c++/13.2.1/bits/stl_algo.h \
|
||||
/usr/include/c++/13.2.1/bits/algorithmfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_heap.h \
|
||||
/usr/include/c++/13.2.1/bits/uniform_int_dist.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/13.2.1/cstdlib /usr/include/stdlib.h \
|
||||
/usr/include/bits/libc-header-start.h /usr/include/bits/waitflags.h \
|
||||
/usr/include/bits/waitstatus.h /usr/include/bits/floatn.h \
|
||||
/usr/include/bits/floatn-common.h /usr/include/bits/types/locale_t.h \
|
||||
/usr/include/bits/types/__locale_t.h /usr/include/sys/types.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/time64.h /usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/endianness.h /usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||
/usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||
/usr/include/c++/13.2.1/bits/std_abs.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_algo.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_algobase.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_base.h \
|
||||
/usr/include/c++/13.2.1/bits/max_size_type.h \
|
||||
/usr/include/c++/13.2.1/numbers /usr/include/c++/13.2.1/bits/invoke.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_util.h \
|
||||
/usr/include/c++/13.2.1/pstl/glue_algorithm_defs.h \
|
||||
/usr/include/c++/13.2.1/pstl/execution_defs.h \
|
||||
/usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qsysinfo.h \
|
||||
/usr/include/qt/QtCore/qlogging.h /usr/include/qt/QtCore/qflags.h \
|
||||
/usr/include/qt/QtCore/qatomic.h /usr/include/qt/QtCore/qbasicatomic.h \
|
||||
/usr/include/qt/QtCore/qatomic_cxx11.h \
|
||||
/usr/include/qt/QtCore/qgenericatomic.h /usr/include/c++/13.2.1/atomic \
|
||||
/usr/include/c++/13.2.1/bits/atomic_base.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdint.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/c++/13.2.1/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/c++/13.2.1/bits/atomic_wait.h \
|
||||
/usr/include/c++/13.2.1/bits/functional_hash.h \
|
||||
/usr/include/c++/13.2.1/bits/hash_bytes.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
|
||||
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/c++/13.2.1/cerrno /usr/include/errno.h \
|
||||
/usr/include/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
|
||||
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
|
||||
/usr/include/c++/13.2.1/climits \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||
/usr/include/c++/13.2.1/bits/std_mutex.h \
|
||||
/usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qnumeric.h \
|
||||
/usr/include/qt/QtCore/qversiontagging.h \
|
||||
/usr/include/qt/QtCore/qiterator.h /usr/include/qt/QtCore/qrefcount.h \
|
||||
/usr/include/qt/QtCore/qarraydata.h /usr/include/string.h \
|
||||
/usr/include/strings.h /usr/include/c++/13.2.1/cstdint \
|
||||
/usr/include/qt/QtCore/qhashfunctions.h /usr/include/qt/QtCore/qstring.h \
|
||||
/usr/include/qt/QtCore/qchar.h /usr/include/qt/QtCore/qbytearray.h \
|
||||
/usr/include/qt/QtCore/qnamespace.h /usr/include/c++/13.2.1/stdlib.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdarg.h \
|
||||
/usr/include/c++/13.2.1/string \
|
||||
/usr/include/c++/13.2.1/bits/requires_hosted.h \
|
||||
/usr/include/c++/13.2.1/bits/stringfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/memoryfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/char_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/postypes.h /usr/include/c++/13.2.1/cwchar \
|
||||
/usr/include/wchar.h /usr/include/bits/types/wint_t.h \
|
||||
/usr/include/bits/types/mbstate_t.h \
|
||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/FILE.h /usr/include/c++/13.2.1/bits/allocator.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/new_allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/localefwd.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||
/usr/include/c++/13.2.1/clocale /usr/include/locale.h \
|
||||
/usr/include/bits/locale.h /usr/include/c++/13.2.1/iosfwd \
|
||||
/usr/include/c++/13.2.1/cctype /usr/include/ctype.h \
|
||||
/usr/include/c++/13.2.1/bits/ostream_insert.h \
|
||||
/usr/include/c++/13.2.1/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_function.h \
|
||||
/usr/include/c++/13.2.1/backward/binders.h \
|
||||
/usr/include/c++/13.2.1/bits/refwrap.h \
|
||||
/usr/include/c++/13.2.1/bits/range_access.h \
|
||||
/usr/include/c++/13.2.1/bits/basic_string.h \
|
||||
/usr/include/c++/13.2.1/ext/alloc_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/alloc_traits.h \
|
||||
/usr/include/c++/13.2.1/string_view \
|
||||
/usr/include/c++/13.2.1/bits/string_view.tcc \
|
||||
/usr/include/c++/13.2.1/ext/string_conversions.h \
|
||||
/usr/include/c++/13.2.1/cstdio /usr/include/stdio.h \
|
||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \
|
||||
/usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||
/usr/include/c++/13.2.1/bits/charconv.h \
|
||||
/usr/include/c++/13.2.1/bits/basic_string.tcc \
|
||||
/usr/include/c++/13.2.1/bits/memory_resource.h \
|
||||
/usr/include/c++/13.2.1/bits/uses_allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/uses_allocator_args.h \
|
||||
/usr/include/c++/13.2.1/tuple /usr/include/c++/13.2.1/iterator \
|
||||
/usr/include/c++/13.2.1/bits/stream_iterator.h \
|
||||
/usr/include/c++/13.2.1/bits/streambuf_iterator.h \
|
||||
/usr/include/c++/13.2.1/streambuf \
|
||||
/usr/include/c++/13.2.1/bits/ios_base.h \
|
||||
/usr/include/c++/13.2.1/ext/atomicity.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
|
||||
/usr/include/sys/single_threaded.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_classes.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_classes.tcc \
|
||||
/usr/include/c++/13.2.1/system_error \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
|
||||
/usr/include/c++/13.2.1/stdexcept /usr/include/c++/13.2.1/exception \
|
||||
/usr/include/c++/13.2.1/bits/exception_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/13.2.1/typeinfo \
|
||||
/usr/include/c++/13.2.1/bits/nested_exception.h \
|
||||
/usr/include/c++/13.2.1/bits/streambuf.tcc \
|
||||
/usr/include/qt/QtCore/qstringliteral.h \
|
||||
/usr/include/qt/QtCore/qstringalgorithms.h \
|
||||
/usr/include/qt/QtCore/qstringview.h /usr/include/qt/QtCore/qpair.h \
|
||||
/usr/include/c++/13.2.1/numeric \
|
||||
/usr/include/c++/13.2.1/bits/stl_numeric.h \
|
||||
/usr/include/c++/13.2.1/limits \
|
||||
/usr/include/c++/13.2.1/pstl/glue_numeric_defs.h \
|
||||
/usr/include/c++/13.2.1/functional \
|
||||
/usr/include/c++/13.2.1/bits/std_function.h \
|
||||
/usr/include/c++/13.2.1/unordered_map \
|
||||
/usr/include/c++/13.2.1/bits/unordered_map.h \
|
||||
/usr/include/c++/13.2.1/bits/hashtable.h \
|
||||
/usr/include/c++/13.2.1/bits/hashtable_policy.h \
|
||||
/usr/include/c++/13.2.1/ext/aligned_buffer.h \
|
||||
/usr/include/c++/13.2.1/bits/enable_special_members.h \
|
||||
/usr/include/c++/13.2.1/bits/node_handle.h \
|
||||
/usr/include/c++/13.2.1/bits/erase_if.h /usr/include/c++/13.2.1/vector \
|
||||
/usr/include/c++/13.2.1/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_vector.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_bvector.h \
|
||||
/usr/include/c++/13.2.1/bits/vector.tcc /usr/include/c++/13.2.1/array \
|
||||
/usr/include/qt/QtCore/qvector.h \
|
||||
/usr/include/qt/QtCore/qcontainertools_impl.h \
|
||||
/usr/include/c++/13.2.1/list /usr/include/c++/13.2.1/bits/stl_list.h \
|
||||
/usr/include/c++/13.2.1/bits/allocated_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/list.tcc \
|
||||
/usr/include/qt/QtCore/qbytearraylist.h \
|
||||
/usr/include/qt/QtCore/qstringlist.h /usr/include/qt/QtCore/qregexp.h \
|
||||
/usr/include/qt/QtCore/qstringmatcher.h /usr/include/qt/QtCore/QtGlobal \
|
||||
/usr/include/qt/QtCore/qglobal.h \
|
||||
/usr/include/qt/QtCore/QExplicitlySharedDataPointer \
|
||||
/usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/qhash.h \
|
||||
/usr/include/qt/QtCore/QVariant /usr/include/qt/QtCore/qvariant.h \
|
||||
/usr/include/qt/QtCore/qmetatype.h \
|
||||
/usr/include/qt/QtCore/qvarlengtharray.h \
|
||||
/usr/include/qt/QtCore/qcontainerfwd.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs_impl.h /usr/include/c++/13.2.1/map \
|
||||
/usr/include/c++/13.2.1/bits/stl_tree.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_map.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_multimap.h \
|
||||
/usr/include/qt/QtCore/qmap.h /usr/include/qt/QtCore/qobject.h \
|
||||
/usr/include/qt/QtCore/qscopedpointer.h \
|
||||
/usr/include/qt/QtCore/qobject_impl.h /usr/include/c++/13.2.1/chrono \
|
||||
/usr/include/c++/13.2.1/bits/chrono.h /usr/include/c++/13.2.1/ratio \
|
||||
/usr/include/c++/13.2.1/ctime \
|
||||
/usr/include/c++/13.2.1/bits/parse_numbers.h \
|
||||
/usr/include/c++/13.2.1/sstream /usr/include/c++/13.2.1/istream \
|
||||
/usr/include/c++/13.2.1/ios /usr/include/c++/13.2.1/bits/basic_ios.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets.h \
|
||||
/usr/include/c++/13.2.1/cwctype /usr/include/wctype.h \
|
||||
/usr/include/bits/wctype-wchar.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets.tcc \
|
||||
/usr/include/c++/13.2.1/bits/basic_ios.tcc \
|
||||
/usr/include/c++/13.2.1/ostream /usr/include/c++/13.2.1/bits/ostream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/istream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/sstream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr_base.h \
|
||||
/usr/include/c++/13.2.1/bits/unique_ptr.h \
|
||||
/usr/include/c++/13.2.1/ext/concurrence.h \
|
||||
/usr/include/c++/13.2.1/bits/align.h \
|
||||
/usr/include/c++/13.2.1/bits/chrono_io.h /usr/include/c++/13.2.1/iomanip \
|
||||
/usr/include/c++/13.2.1/locale \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets_nonio.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/time_members.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/messages_members.h \
|
||||
/usr/include/libintl.h /usr/include/c++/13.2.1/bits/codecvt.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets_nonio.tcc \
|
||||
/usr/include/c++/13.2.1/bits/locale_conv.h \
|
||||
/usr/include/c++/13.2.1/bits/quoted_string.h \
|
||||
/usr/include/c++/13.2.1/format /usr/include/c++/13.2.1/charconv \
|
||||
/usr/include/c++/13.2.1/optional /usr/include/c++/13.2.1/span \
|
||||
/usr/include/c++/13.2.1/variant \
|
||||
/usr/include/KF5/KConfigCore/conversioncheck.h \
|
||||
/usr/include/qt/QtCore/QDate /usr/include/qt/QtCore/qdatetime.h \
|
||||
/usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/QPoint \
|
||||
/usr/include/qt/QtCore/qpoint.h /usr/include/qt/QtCore/QRect \
|
||||
/usr/include/qt/QtCore/qrect.h /usr/include/qt/QtCore/qmargins.h \
|
||||
/usr/include/qt/QtCore/qsize.h /usr/include/qt/QtCore/qpoint.h \
|
||||
/usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/qsize.h \
|
||||
/usr/include/qt/QtCore/QString /usr/include/qt/QtCore/qstring.h \
|
||||
/usr/include/qt/QtCore/QUuid /usr/include/qt/QtCore/quuid.h \
|
||||
/usr/include/KF5/KConfigCore/ksharedconfig.h \
|
||||
/usr/include/KF5/KConfigCore/kconfig.h /usr/include/qt/QtCore/QByteArray \
|
||||
/usr/include/qt/QtCore/qbytearray.h /usr/include/qt/QtCore/QList \
|
||||
/usr/include/qt/QtCore/qlist.h /usr/include/qt/QtCore/QStandardPaths \
|
||||
/usr/include/qt/QtCore/qstandardpaths.h /usr/include/qt/QtCore/QHash \
|
||||
/usr/include/qt/QtCore/qhash.h /usr/include/qt/QtCore/QUrl \
|
||||
/usr/include/qt/QtCore/qurl.h /usr/include/qt/QtGui/QColor \
|
||||
/usr/include/qt/QtGui/qcolor.h /usr/include/qt/QtGui/qtguiglobal.h \
|
||||
/usr/include/qt/QtGui/qtgui-config.h /usr/include/qt/QtGui/qrgb.h \
|
||||
/usr/include/qt/QtGui/qrgba64.h /usr/include/qt/QtGui/QFont \
|
||||
/usr/include/qt/QtGui/qfont.h /usr/include/qt/QtGui/qwindowdefs.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer_impl.h \
|
||||
/usr/include/c++/13.2.1/memory \
|
||||
/usr/include/c++/13.2.1/bits/stl_raw_storage_iter.h \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr_atomic.h \
|
||||
/usr/include/c++/13.2.1/backward/auto_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_uninitialized.h \
|
||||
/usr/include/c++/13.2.1/pstl/glue_memory_defs.h \
|
||||
/usr/include/qt/QtCore/QCoreApplication \
|
||||
/usr/include/qt/QtCore/qcoreapplication.h \
|
||||
/usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/qeventloop.h \
|
||||
/usr/include/qt/QtCore/QDebug /usr/include/qt/QtCore/qdebug.h \
|
||||
/usr/include/qt/QtCore/qtextstream.h /usr/include/qt/QtCore/qiodevice.h \
|
||||
/usr/include/qt/QtCore/qlocale.h /usr/include/qt/QtCore/qvariant.h \
|
||||
/usr/include/qt/QtCore/qset.h /usr/include/qt/QtCore/qcontiguouscache.h \
|
||||
/usr/include/qt/QtCore/qglobal.h /usr/include/qt/QtCore/QFile \
|
||||
/usr/include/qt/QtCore/qfile.h /usr/include/qt/QtCore/qfiledevice.h
|
Binary file not shown.
|
@ -0,0 +1,370 @@
|
|||
src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o: \
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurshader.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurshader.h \
|
||||
/usr/include/kwinglutils.h /usr/include/kwingltexture.h \
|
||||
/usr/include/kwinglutils_export.h \
|
||||
/usr/include/qt/QtCore/QExplicitlySharedDataPointer \
|
||||
/usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/qglobal.h \
|
||||
/usr/include/c++/13.2.1/type_traits \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
|
||||
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
|
||||
/usr/include/c++/13.2.1/pstl/pstl_config.h \
|
||||
/usr/include/c++/13.2.1/cstddef \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stddef.h \
|
||||
/usr/include/c++/13.2.1/utility \
|
||||
/usr/include/c++/13.2.1/bits/stl_relops.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_pair.h \
|
||||
/usr/include/c++/13.2.1/bits/move.h \
|
||||
/usr/include/c++/13.2.1/bits/utility.h /usr/include/c++/13.2.1/compare \
|
||||
/usr/include/c++/13.2.1/concepts \
|
||||
/usr/include/c++/13.2.1/initializer_list \
|
||||
/usr/include/c++/13.2.1/ext/numeric_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/13.2.1/ext/type_traits.h /usr/include/assert.h \
|
||||
/usr/include/qt/QtCore/qconfig.h /usr/include/qt/QtCore/qtcore-config.h \
|
||||
/usr/include/qt/QtCore/qsystemdetection.h \
|
||||
/usr/include/qt/QtCore/qprocessordetection.h \
|
||||
/usr/include/qt/QtCore/qcompilerdetection.h \
|
||||
/usr/include/c++/13.2.1/algorithm \
|
||||
/usr/include/c++/13.2.1/bits/stl_algobase.h \
|
||||
/usr/include/c++/13.2.1/bits/functexcept.h \
|
||||
/usr/include/c++/13.2.1/bits/exception_defines.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/13.2.1/bits/iterator_concepts.h \
|
||||
/usr/include/c++/13.2.1/bits/ptr_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_cmp.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/13.2.1/bits/concept_check.h \
|
||||
/usr/include/c++/13.2.1/debug/assertions.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_iterator.h /usr/include/c++/13.2.1/new \
|
||||
/usr/include/c++/13.2.1/bits/exception.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_construct.h \
|
||||
/usr/include/c++/13.2.1/debug/debug.h \
|
||||
/usr/include/c++/13.2.1/bits/predefined_ops.h \
|
||||
/usr/include/c++/13.2.1/bit /usr/include/c++/13.2.1/bits/stl_algo.h \
|
||||
/usr/include/c++/13.2.1/bits/algorithmfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_heap.h \
|
||||
/usr/include/c++/13.2.1/bits/uniform_int_dist.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/13.2.1/cstdlib /usr/include/stdlib.h \
|
||||
/usr/include/bits/libc-header-start.h /usr/include/bits/waitflags.h \
|
||||
/usr/include/bits/waitstatus.h /usr/include/bits/floatn.h \
|
||||
/usr/include/bits/floatn-common.h /usr/include/bits/types/locale_t.h \
|
||||
/usr/include/bits/types/__locale_t.h /usr/include/sys/types.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/time64.h /usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/endianness.h /usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||
/usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||
/usr/include/c++/13.2.1/bits/std_abs.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_algo.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_algobase.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_base.h \
|
||||
/usr/include/c++/13.2.1/bits/max_size_type.h \
|
||||
/usr/include/c++/13.2.1/numbers /usr/include/c++/13.2.1/bits/invoke.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_util.h \
|
||||
/usr/include/c++/13.2.1/pstl/glue_algorithm_defs.h \
|
||||
/usr/include/c++/13.2.1/pstl/execution_defs.h \
|
||||
/usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qsysinfo.h \
|
||||
/usr/include/qt/QtCore/qlogging.h /usr/include/qt/QtCore/qflags.h \
|
||||
/usr/include/qt/QtCore/qatomic.h /usr/include/qt/QtCore/qbasicatomic.h \
|
||||
/usr/include/qt/QtCore/qatomic_cxx11.h \
|
||||
/usr/include/qt/QtCore/qgenericatomic.h /usr/include/c++/13.2.1/atomic \
|
||||
/usr/include/c++/13.2.1/bits/atomic_base.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdint.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/c++/13.2.1/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/c++/13.2.1/bits/atomic_wait.h \
|
||||
/usr/include/c++/13.2.1/bits/functional_hash.h \
|
||||
/usr/include/c++/13.2.1/bits/hash_bytes.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
|
||||
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/c++/13.2.1/cerrno /usr/include/errno.h \
|
||||
/usr/include/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/asm/errno.h /usr/include/asm-generic/errno.h \
|
||||
/usr/include/asm-generic/errno-base.h /usr/include/bits/types/error_t.h \
|
||||
/usr/include/c++/13.2.1/climits \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/uio_lim.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h \
|
||||
/usr/include/linux/close_range.h /usr/include/syscall.h \
|
||||
/usr/include/sys/syscall.h /usr/include/asm/unistd.h \
|
||||
/usr/include/asm/unistd_64.h /usr/include/bits/syscall.h \
|
||||
/usr/include/c++/13.2.1/bits/std_mutex.h \
|
||||
/usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qnumeric.h \
|
||||
/usr/include/qt/QtCore/qversiontagging.h /usr/include/qt/QtCore/qhash.h \
|
||||
/usr/include/qt/QtCore/qchar.h /usr/include/qt/QtCore/qiterator.h \
|
||||
/usr/include/qt/QtCore/qlist.h /usr/include/qt/QtCore/qalgorithms.h \
|
||||
/usr/include/qt/QtCore/qrefcount.h /usr/include/qt/QtCore/qarraydata.h \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/usr/include/c++/13.2.1/cstdint /usr/include/qt/QtCore/qhashfunctions.h \
|
||||
/usr/include/qt/QtCore/qstring.h /usr/include/qt/QtCore/qbytearray.h \
|
||||
/usr/include/qt/QtCore/qnamespace.h /usr/include/c++/13.2.1/stdlib.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdarg.h \
|
||||
/usr/include/c++/13.2.1/string \
|
||||
/usr/include/c++/13.2.1/bits/requires_hosted.h \
|
||||
/usr/include/c++/13.2.1/bits/stringfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/memoryfwd.h \
|
||||
/usr/include/c++/13.2.1/bits/char_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/postypes.h /usr/include/c++/13.2.1/cwchar \
|
||||
/usr/include/wchar.h /usr/include/bits/types/wint_t.h \
|
||||
/usr/include/bits/types/mbstate_t.h \
|
||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/FILE.h /usr/include/c++/13.2.1/bits/allocator.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/new_allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/localefwd.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||
/usr/include/c++/13.2.1/clocale /usr/include/locale.h \
|
||||
/usr/include/bits/locale.h /usr/include/c++/13.2.1/iosfwd \
|
||||
/usr/include/c++/13.2.1/cctype /usr/include/ctype.h \
|
||||
/usr/include/c++/13.2.1/bits/ostream_insert.h \
|
||||
/usr/include/c++/13.2.1/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_function.h \
|
||||
/usr/include/c++/13.2.1/backward/binders.h \
|
||||
/usr/include/c++/13.2.1/bits/refwrap.h \
|
||||
/usr/include/c++/13.2.1/bits/range_access.h \
|
||||
/usr/include/c++/13.2.1/bits/basic_string.h \
|
||||
/usr/include/c++/13.2.1/ext/alloc_traits.h \
|
||||
/usr/include/c++/13.2.1/bits/alloc_traits.h \
|
||||
/usr/include/c++/13.2.1/string_view \
|
||||
/usr/include/c++/13.2.1/bits/string_view.tcc \
|
||||
/usr/include/c++/13.2.1/ext/string_conversions.h \
|
||||
/usr/include/c++/13.2.1/cstdio /usr/include/stdio.h \
|
||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \
|
||||
/usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||
/usr/include/c++/13.2.1/bits/charconv.h \
|
||||
/usr/include/c++/13.2.1/bits/basic_string.tcc \
|
||||
/usr/include/c++/13.2.1/bits/memory_resource.h \
|
||||
/usr/include/c++/13.2.1/bits/uses_allocator.h \
|
||||
/usr/include/c++/13.2.1/bits/uses_allocator_args.h \
|
||||
/usr/include/c++/13.2.1/tuple /usr/include/c++/13.2.1/iterator \
|
||||
/usr/include/c++/13.2.1/bits/stream_iterator.h \
|
||||
/usr/include/c++/13.2.1/bits/streambuf_iterator.h \
|
||||
/usr/include/c++/13.2.1/streambuf \
|
||||
/usr/include/c++/13.2.1/bits/ios_base.h \
|
||||
/usr/include/c++/13.2.1/ext/atomicity.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
|
||||
/usr/include/sys/single_threaded.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_classes.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_classes.tcc \
|
||||
/usr/include/c++/13.2.1/system_error \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
|
||||
/usr/include/c++/13.2.1/stdexcept /usr/include/c++/13.2.1/exception \
|
||||
/usr/include/c++/13.2.1/bits/exception_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/13.2.1/typeinfo \
|
||||
/usr/include/c++/13.2.1/bits/nested_exception.h \
|
||||
/usr/include/c++/13.2.1/bits/streambuf.tcc \
|
||||
/usr/include/qt/QtCore/qstringliteral.h \
|
||||
/usr/include/qt/QtCore/qstringalgorithms.h \
|
||||
/usr/include/qt/QtCore/qstringview.h /usr/include/qt/QtCore/qpair.h \
|
||||
/usr/include/c++/13.2.1/numeric \
|
||||
/usr/include/c++/13.2.1/bits/stl_numeric.h \
|
||||
/usr/include/c++/13.2.1/limits \
|
||||
/usr/include/c++/13.2.1/pstl/glue_numeric_defs.h \
|
||||
/usr/include/c++/13.2.1/functional \
|
||||
/usr/include/c++/13.2.1/bits/std_function.h \
|
||||
/usr/include/c++/13.2.1/unordered_map \
|
||||
/usr/include/c++/13.2.1/bits/unordered_map.h \
|
||||
/usr/include/c++/13.2.1/bits/hashtable.h \
|
||||
/usr/include/c++/13.2.1/bits/hashtable_policy.h \
|
||||
/usr/include/c++/13.2.1/ext/aligned_buffer.h \
|
||||
/usr/include/c++/13.2.1/bits/enable_special_members.h \
|
||||
/usr/include/c++/13.2.1/bits/node_handle.h \
|
||||
/usr/include/c++/13.2.1/bits/erase_if.h /usr/include/c++/13.2.1/vector \
|
||||
/usr/include/c++/13.2.1/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_vector.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_bvector.h \
|
||||
/usr/include/c++/13.2.1/bits/vector.tcc /usr/include/c++/13.2.1/array \
|
||||
/usr/include/qt/QtCore/qvector.h \
|
||||
/usr/include/qt/QtCore/qcontainertools_impl.h \
|
||||
/usr/include/c++/13.2.1/list /usr/include/c++/13.2.1/bits/stl_list.h \
|
||||
/usr/include/c++/13.2.1/bits/allocated_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/list.tcc \
|
||||
/usr/include/qt/QtCore/qbytearraylist.h \
|
||||
/usr/include/qt/QtCore/qstringlist.h /usr/include/qt/QtCore/qregexp.h \
|
||||
/usr/include/qt/QtCore/qstringmatcher.h /usr/include/qt/QtGui/QMatrix4x4 \
|
||||
/usr/include/qt/QtGui/qmatrix4x4.h /usr/include/qt/QtGui/qtguiglobal.h \
|
||||
/usr/include/qt/QtGui/qtgui-config.h /usr/include/qt/QtGui/qvector3d.h \
|
||||
/usr/include/qt/QtCore/qpoint.h /usr/include/qt/QtCore/qmetatype.h \
|
||||
/usr/include/qt/QtCore/qvarlengtharray.h \
|
||||
/usr/include/qt/QtCore/qcontainerfwd.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs_impl.h /usr/include/c++/13.2.1/map \
|
||||
/usr/include/c++/13.2.1/bits/stl_tree.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_map.h \
|
||||
/usr/include/c++/13.2.1/bits/stl_multimap.h \
|
||||
/usr/include/qt/QtGui/qvector4d.h /usr/include/qt/QtGui/qquaternion.h \
|
||||
/usr/include/qt/QtGui/qgenericmatrix.h /usr/include/qt/QtCore/qdebug.h \
|
||||
/usr/include/qt/QtCore/qmap.h /usr/include/qt/QtCore/qtextstream.h \
|
||||
/usr/include/qt/QtCore/qiodevice.h /usr/include/qt/QtCore/qobject.h \
|
||||
/usr/include/qt/QtCore/qscopedpointer.h \
|
||||
/usr/include/qt/QtCore/qobject_impl.h /usr/include/c++/13.2.1/chrono \
|
||||
/usr/include/c++/13.2.1/bits/chrono.h /usr/include/c++/13.2.1/ratio \
|
||||
/usr/include/c++/13.2.1/ctime \
|
||||
/usr/include/c++/13.2.1/bits/parse_numbers.h \
|
||||
/usr/include/c++/13.2.1/sstream /usr/include/c++/13.2.1/istream \
|
||||
/usr/include/c++/13.2.1/ios /usr/include/c++/13.2.1/bits/basic_ios.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets.h \
|
||||
/usr/include/c++/13.2.1/cwctype /usr/include/wctype.h \
|
||||
/usr/include/bits/wctype-wchar.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets.tcc \
|
||||
/usr/include/c++/13.2.1/bits/basic_ios.tcc \
|
||||
/usr/include/c++/13.2.1/ostream /usr/include/c++/13.2.1/bits/ostream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/istream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/sstream.tcc \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr_base.h \
|
||||
/usr/include/c++/13.2.1/bits/unique_ptr.h \
|
||||
/usr/include/c++/13.2.1/ext/concurrence.h \
|
||||
/usr/include/c++/13.2.1/bits/align.h \
|
||||
/usr/include/c++/13.2.1/bits/chrono_io.h /usr/include/c++/13.2.1/iomanip \
|
||||
/usr/include/c++/13.2.1/locale \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets_nonio.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/time_members.h \
|
||||
/usr/include/c++/13.2.1/x86_64-pc-linux-gnu/bits/messages_members.h \
|
||||
/usr/include/libintl.h /usr/include/c++/13.2.1/bits/codecvt.h \
|
||||
/usr/include/c++/13.2.1/bits/locale_facets_nonio.tcc \
|
||||
/usr/include/c++/13.2.1/bits/locale_conv.h \
|
||||
/usr/include/c++/13.2.1/bits/quoted_string.h \
|
||||
/usr/include/c++/13.2.1/format /usr/include/c++/13.2.1/charconv \
|
||||
/usr/include/c++/13.2.1/optional /usr/include/c++/13.2.1/span \
|
||||
/usr/include/c++/13.2.1/variant /usr/include/qt/QtCore/qlocale.h \
|
||||
/usr/include/qt/QtCore/qvariant.h /usr/include/qt/QtCore/qshareddata.h \
|
||||
/usr/include/qt/QtCore/qset.h /usr/include/qt/QtCore/qcontiguouscache.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer_impl.h \
|
||||
/usr/include/c++/13.2.1/memory \
|
||||
/usr/include/c++/13.2.1/bits/stl_raw_storage_iter.h \
|
||||
/usr/include/c++/13.2.1/bits/shared_ptr_atomic.h \
|
||||
/usr/include/c++/13.2.1/backward/auto_ptr.h \
|
||||
/usr/include/c++/13.2.1/bits/ranges_uninitialized.h \
|
||||
/usr/include/c++/13.2.1/pstl/glue_memory_defs.h \
|
||||
/usr/include/qt/QtCore/qdatastream.h /usr/include/qt/QtCore/qrect.h \
|
||||
/usr/include/qt/QtCore/qmargins.h /usr/include/qt/QtCore/qsize.h \
|
||||
/usr/include/qt/QtGui/QRegion /usr/include/qt/QtGui/qregion.h \
|
||||
/usr/include/qt/QtGui/qwindowdefs.h /usr/include/qt/QtCore/QSize \
|
||||
/usr/include/qt/QtCore/qsize.h /usr/include/epoxy/gl.h \
|
||||
/usr/include/epoxy/common.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdbool.h \
|
||||
/usr/include/epoxy/gl_generated.h /usr/include/inttypes.h \
|
||||
/usr/include/kwinglutils_funcs.h /usr/include/qt/QtCore/QStack \
|
||||
/usr/include/qt/QtCore/qstack.h /usr/include/qt/QtCore/QObject \
|
||||
/usr/include/qt/QtCore/qobject.h /usr/include/qt/QtGui/QVector2D \
|
||||
/usr/include/qt/QtGui/qvector2d.h /usr/include/qt/QtGui/QVector4D \
|
||||
/usr/include/qt/QtGui/qvector4d.h /usr/include/kwineffects.h \
|
||||
/usr/include/kwinconfig.h /usr/include/kwineffects_export.h \
|
||||
/usr/include/kwinglobals.h /usr/include/qt/QtCore/QCoreApplication \
|
||||
/usr/include/qt/QtCore/qcoreapplication.h \
|
||||
/usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/qeventloop.h \
|
||||
/usr/include/qt/QtGui/QImage /usr/include/qt/QtGui/qimage.h \
|
||||
/usr/include/qt/QtGui/qcolor.h /usr/include/qt/QtGui/qrgb.h \
|
||||
/usr/include/qt/QtGui/qrgba64.h /usr/include/qt/QtGui/qpaintdevice.h \
|
||||
/usr/include/qt/QtGui/qpixelformat.h /usr/include/qt/QtGui/qtransform.h \
|
||||
/usr/include/qt/QtGui/qmatrix.h /usr/include/qt/QtGui/qpolygon.h \
|
||||
/usr/include/qt/QtGui/qregion.h /usr/include/qt/QtCore/qline.h \
|
||||
/usr/include/qt/QtCore/QPoint /usr/include/qt/QtCore/qpoint.h \
|
||||
/usr/include/qt/QtCore/QVariant /usr/include/qt/QtCore/qvariant.h \
|
||||
/usr/include/kwin_export.h /usr/include/xcb/xcb.h /usr/include/sys/uio.h \
|
||||
/usr/include/bits/types/struct_iovec.h /usr/include/bits/uio-ext.h \
|
||||
/usr/include/xcb/xproto.h /usr/include/xcb/xcb.h \
|
||||
/usr/include/qt/QtCore/QEasingCurve \
|
||||
/usr/include/qt/QtCore/qeasingcurve.h /usr/include/qt/QtGui/QIcon \
|
||||
/usr/include/qt/QtGui/qicon.h /usr/include/qt/QtGui/qpixmap.h \
|
||||
/usr/include/qt/QtGui/qimage.h /usr/include/qt/QtCore/QPair \
|
||||
/usr/include/qt/QtCore/qpair.h /usr/include/qt/QtCore/QRect \
|
||||
/usr/include/qt/QtCore/qrect.h /usr/include/qt/QtCore/QSet \
|
||||
/usr/include/qt/QtCore/qset.h /usr/include/qt/QtGui/QVector3D \
|
||||
/usr/include/qt/QtGui/qvector3d.h /usr/include/qt/QtCore/QHash \
|
||||
/usr/include/qt/QtCore/qhash.h /usr/include/qt/QtCore/QList \
|
||||
/usr/include/qt/QtCore/qlist.h /usr/include/qt/QtCore/QLoggingCategory \
|
||||
/usr/include/qt/QtCore/qloggingcategory.h /usr/include/qt/QtCore/QVector \
|
||||
/usr/include/qt/QtCore/qvector.h \
|
||||
/usr/include/KF5/KCoreAddons/KPluginFactory \
|
||||
/usr/include/KF5/KCoreAddons/kpluginfactory.h \
|
||||
/usr/include/KF5/KCoreAddons/kcoreaddons_export.h \
|
||||
/usr/include/KF5/KCoreAddons/kpluginmetadata.h \
|
||||
/usr/include/qt/QtCore/QJsonObject /usr/include/qt/QtCore/qjsonobject.h \
|
||||
/usr/include/qt/QtCore/qjsonvalue.h /usr/include/qt/QtCore/qcborvalue.h \
|
||||
/usr/include/qt/QtCore/qdatetime.h /usr/include/qt/QtCore/qcborcommon.h \
|
||||
/usr/include/qt/QtCore/qregularexpression.h \
|
||||
/usr/include/qt/QtCore/qurl.h /usr/include/qt/QtCore/quuid.h \
|
||||
/usr/include/qt/QtCore/QMetaType /usr/include/qt/QtCore/qmetatype.h \
|
||||
/usr/include/qt/QtCore/QString /usr/include/qt/QtCore/qstring.h \
|
||||
/usr/include/qt/QtCore/QStringList /usr/include/qt/QtCore/qstringlist.h \
|
||||
/usr/include/KF5/KCoreAddons/kexportplugin.h \
|
||||
/usr/include/qt/QtCore/QPluginLoader \
|
||||
/usr/include/qt/QtCore/qpluginloader.h /usr/include/qt/QtCore/qlibrary.h \
|
||||
/usr/include/qt/QtCore/qplugin.h /usr/include/qt/QtCore/qpointer.h \
|
||||
/usr/include/qt/QtCore/qjsonobject.h /usr/include/qt/QtCore/QtPlugin \
|
||||
/usr/include/qt/QtCore/qplugin.h \
|
||||
/usr/include/KF5/KCoreAddons/kcoreaddons_export.h \
|
||||
/usr/include/KF5/KConfigCore/KSharedConfig \
|
||||
/usr/include/KF5/KConfigCore/ksharedconfig.h \
|
||||
/usr/include/KF5/KConfigCore/kconfig.h \
|
||||
/usr/include/KF5/KConfigCore/kconfigbase.h \
|
||||
/usr/include/KF5/KConfigCore/kconfigcore_export.h \
|
||||
/usr/include/qt/QtCore/QtGlobal /usr/include/qt/QtCore/qglobal.h \
|
||||
/usr/include/qt/QtCore/QByteArray /usr/include/qt/QtCore/qbytearray.h \
|
||||
/usr/include/qt/QtCore/QStandardPaths \
|
||||
/usr/include/qt/QtCore/qstandardpaths.h \
|
||||
/usr/include/KF5/KWindowSystem/netwm.h \
|
||||
/usr/include/KF5/KWindowSystem/config-kwindowsystem.h \
|
||||
/usr/include/KF5/KWindowSystem/kwindowsystem_export.h \
|
||||
/usr/include/KF5/KWindowSystem/netwm_def.h /usr/include/qt/QtCore/QFlags \
|
||||
/usr/include/qt/QtCore/qflags.h /usr/include/c++/13.2.1/cmath \
|
||||
/usr/include/math.h /usr/include/bits/math-vector.h \
|
||||
/usr/include/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
|
||||
/usr/include/bits/fp-fast.h \
|
||||
/usr/include/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
|
||||
/usr/include/bits/iscanonical.h /usr/include/c++/13.2.1/bits/specfun.h \
|
||||
/usr/include/c++/13.2.1/tr1/gamma.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/special_function_util.h \
|
||||
/usr/include/c++/13.2.1/tr1/bessel_function.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/beta_function.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/ell_integral.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/exp_integral.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/hypergeometric.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/legendre_function.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/modified_bessel_func.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/poly_hermite.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/poly_laguerre.tcc \
|
||||
/usr/include/c++/13.2.1/tr1/riemann_zeta.tcc
|
|
@ -0,0 +1,218 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include src/CMakeFiles/kwin4_effect_reflect.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include src/CMakeFiles/kwin4_effect_reflect.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include src/CMakeFiles/kwin4_effect_reflect.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include src/CMakeFiles/kwin4_effect_reflect.dir/flags.make
|
||||
|
||||
src/blurconfig.h: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurconfig.kcfgc
|
||||
src/blurconfig.h: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.kcfg
|
||||
src/blurconfig.h: /usr/lib/kf5/kconfig_compiler_kf5
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating blurconfig.h, blurconfig.cpp"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/lib/kf5/kconfig_compiler_kf5 /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.kcfg /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurconfig.kcfgc -d /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/
|
||||
|
||||
src/blurconfig.cpp: src/blurconfig.h
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate src/blurconfig.cpp
|
||||
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.qrc
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: src/CMakeFiles/kwin4_effect_reflect_autogen.dir/AutoRcc_blur_EWIEGA46WW_Info.json
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/reflection.png
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/shaders/reflect_core.frag
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/shaders/reflect.frag
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/shaders/vertex_core.vert
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/shaders/color_core.frag
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/shaders/vertex.vert
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/shaders/color.frag
|
||||
src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp: /usr/bin/rcc
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Automatic RCC for blur.qrc"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/cmake -E cmake_autorcc /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/kwin4_effect_reflect_autogen.dir/AutoRcc_blur_EWIEGA46WW_Info.json Release
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/flags.make
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o: src/kwin4_effect_reflect_autogen/mocs_compilation.cpp
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o -MF CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kwin4_effect_reflect_autogen/mocs_compilation.cpp
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.i"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kwin4_effect_reflect_autogen/mocs_compilation.cpp > CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.i
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.s"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kwin4_effect_reflect_autogen/mocs_compilation.cpp -o CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.s
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/flags.make
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.cpp
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o -MF CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o.d -o CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.cpp
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.i"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.cpp > CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.i
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.s"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blur.cpp -o CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.s
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/flags.make
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurshader.cpp
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o -MF CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o.d -o CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurshader.cpp
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.i"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurshader.cpp > CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.i
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.s"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/blurshader.cpp -o CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.s
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/flags.make
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o: /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/main.cpp
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o -MF CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o.d -o CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/main.cpp
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/kwin4_effect_reflect.dir/main.cpp.i"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/main.cpp > CMakeFiles/kwin4_effect_reflect.dir/main.cpp.i
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/kwin4_effect_reflect.dir/main.cpp.s"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src/main.cpp -o CMakeFiles/kwin4_effect_reflect.dir/main.cpp.s
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/flags.make
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o: src/blurconfig.cpp
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o -MF CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o.d -o CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.cpp
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.i"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.cpp > CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.i
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.s"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/blurconfig.cpp -o CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.s
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/flags.make
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o: src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o: src/CMakeFiles/kwin4_effect_reflect.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o -MF CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o.d -o CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o -c /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.i"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp > CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.i
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.s"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp -o CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.s
|
||||
|
||||
# Object files for target kwin4_effect_reflect
|
||||
kwin4_effect_reflect_OBJECTS = \
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o" \
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o" \
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o" \
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o" \
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o" \
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o"
|
||||
|
||||
# External object files for target kwin4_effect_reflect
|
||||
kwin4_effect_reflect_EXTERNAL_OBJECTS =
|
||||
|
||||
bin/libkwin4_effect_reflect.so: src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o
|
||||
bin/libkwin4_effect_reflect.so: src/CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o
|
||||
bin/libkwin4_effect_reflect.so: src/CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o
|
||||
bin/libkwin4_effect_reflect.so: src/CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o
|
||||
bin/libkwin4_effect_reflect.so: src/CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o
|
||||
bin/libkwin4_effect_reflect.so: src/CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o
|
||||
bin/libkwin4_effect_reflect.so: src/CMakeFiles/kwin4_effect_reflect.dir/build.make
|
||||
bin/libkwin4_effect_reflect.so: /usr/lib/libkwineffects.so
|
||||
bin/libkwin4_effect_reflect.so: /usr/lib/libkwinglutils.so
|
||||
bin/libkwin4_effect_reflect.so: /usr/lib/libepoxy.so
|
||||
bin/libkwin4_effect_reflect.so: /usr/lib/libX11.so
|
||||
bin/libkwin4_effect_reflect.so: src/CMakeFiles/kwin4_effect_reflect.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Linking CXX shared library ../bin/libkwin4_effect_reflect.so"
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/kwin4_effect_reflect.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/build: bin/libkwin4_effect_reflect.so
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect.dir/build
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/clean:
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src && $(CMAKE_COMMAND) -P CMakeFiles/kwin4_effect_reflect.dir/cmake_clean.cmake
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect.dir/clean
|
||||
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/depend: src/blurconfig.cpp
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/depend: src/blurconfig.h
|
||||
src/CMakeFiles/kwin4_effect_reflect.dir/depend: src/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp
|
||||
cd /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/src /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src /mnt/dba39c4b-f659-456f-8698-0058d9b0d301/home/anon/Desktop/Aero_Theme/KWin/kwin_reflect/build/src/CMakeFiles/kwin4_effect_reflect.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : src/CMakeFiles/kwin4_effect_reflect.dir/depend
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
file(REMOVE_RECURSE
|
||||
"../bin/libkwin4_effect_reflect.pdb"
|
||||
"../bin/libkwin4_effect_reflect.so"
|
||||
"CMakeFiles/kwin4_effect_reflect_autogen.dir/AutogenUsed.txt"
|
||||
"CMakeFiles/kwin4_effect_reflect_autogen.dir/ParseCache.txt"
|
||||
"kwin4_effect_reflect_autogen"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blur.cpp.o.d"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blurconfig.cpp.o.d"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/blurshader.cpp.o.d"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp.o.d"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/kwin4_effect_reflect_autogen/mocs_compilation.cpp.o.d"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o"
|
||||
"CMakeFiles/kwin4_effect_reflect.dir/main.cpp.o.d"
|
||||
"blurconfig.cpp"
|
||||
"blurconfig.h"
|
||||
"kwin4_effect_reflect_autogen/EWIEGA46WW/qrc_blur.cpp"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/kwin4_effect_reflect.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue