From 42ad4bc4ff16bea12087cfe74138bd336c6fd0a2 Mon Sep 17 00:00:00 2001 From: key Date: Wed, 13 Oct 2021 16:10:11 +0200 Subject: [PATCH] tried install functionality --- CMakeLists.txt | 17 - build/CMakeFiles/3.13.4/CompilerIdCXX/a.out | Bin 16712 -> 0 bytes build/CMakeFiles/CMakeOutput.log | 698 ------------------ build/CMakeFiles/Makefile.cmake | 131 ---- build/CMakeFiles/Makefile2 | 281 ------- build/CMakeFiles/TargetDirectories.txt | 15 - build/CMakeFiles/feature_tests.bin | Bin 16504 -> 0 bytes build/CMakeFiles/feature_tests.c | 34 - build/CMakeFiles/feature_tests.cxx | 405 ---------- build/CMakeFiles/progress.marks | 1 - build/Makefile | 176 ----- build/cmake_install.cmake | 57 -- build/drivers/Makefile | 134 ---- .../drivers/driver1/CMakeFiles/progress.marks | 1 - build/drivers/driver1/Makefile | 134 ---- .../CMakeFiles/adder.dir/CXX.includecache | 14 - .../driver2/CMakeFiles/adder.dir/build.make | 99 --- .../CMakeFiles/adder.dir/cmake_clean.cmake | 10 - .../CMakeFiles/adder.dir/depend.internal | 6 - .../driver2/CMakeFiles/adder.dir/depend.make | 6 - .../driver2/CMakeFiles/adder.dir/flags.make | 10 - .../driver2/CMakeFiles/adder.dir/link.txt | 2 - .../CMakeFiles/adder.dir/src/adder.cpp.o | Bin 1232 -> 0 bytes build/drivers/driver2/Makefile | 180 ----- build/drivers/driver2/cmake_install.cmake | 39 - build/drivers/driver2/libadder.a | Bin 1380 -> 0 bytes .../CMakeDirectoryInformation.cmake | 16 - build/sources/CMakeFiles/progress.marks | 1 - .../CMakeFiles/sources.dir/CXX.includecache | 32 - .../CMakeFiles/sources.dir/DependInfo.cmake | 26 - .../sources/CMakeFiles/sources.dir/build.make | 100 --- .../CMakeFiles/sources.dir/cmake_clean.cmake | 10 - .../CMakeFiles/sources.dir/depend.internal | 9 - .../CMakeFiles/sources.dir/depend.make | 9 - .../sources/CMakeFiles/sources.dir/flags.make | 10 - build/sources/CMakeFiles/sources.dir/link.txt | 1 - .../CMakeFiles/sources.dir/src/main.cpp.o | Bin 3912 -> 0 bytes build/sources/Makefile | 180 ----- build/sources/cmake_install.cmake | 39 - build/sources/sources | Bin 17632 -> 0 bytes .../CMakeDirectoryInformation.cmake | 16 - .../startup/CMakeFiles/startup.dir/build.make | 99 --- .../CMakeFiles/startup.dir/cmake_clean.cmake | 10 - .../startup.dir/cmake_clean_target.cmake | 3 - .../CMakeFiles/startup.dir/depend.internal | 6 - .../CMakeFiles/startup.dir/depend.make | 6 - .../startup/CMakeFiles/startup.dir/flags.make | 10 - build/startup/CMakeFiles/startup.dir/link.txt | 2 - .../CMakeFiles/startup.dir/progress.make | 3 - .../CMakeFiles/startup.dir/startup.cpp.o | Bin 2768 -> 0 bytes build/startup/Makefile | 180 ----- build/startup/cmake_install.cmake | 39 - build/startup/libstartup.a | Bin 2916 -> 0 bytes cmakeInstall/CMakeLists.txt | 19 + cmakeInstall/bsl/CMakeLists.txt | 2 + cmakeInstall/bsl/csl/CMakeLists.txt | 2 + cmakeInstall/bsl/csl/stm/CMakeLists.txt | 8 + cmakeInstall/bsl/csl/stm/stm.c | 7 + cmakeInstall/bsl/csl/stm/stm.h | 18 + .../build/CMakeCache.txt | 84 +-- .../CMakeFiles/3.18.4}/CMakeCCompiler.cmake | 12 +- .../CMakeFiles/3.18.4}/CMakeCXXCompiler.cmake | 23 +- .../3.18.4}/CMakeDetermineCompilerABI_C.bin | Bin 16544 -> 16544 bytes .../3.18.4}/CMakeDetermineCompilerABI_CXX.bin | Bin 16560 -> 16560 bytes .../CMakeFiles/3.18.4}/CMakeSystem.cmake | 8 +- .../3.18.4}/CompilerIdC/CMakeCCompilerId.c | 195 +++-- .../CMakeFiles/3.18.4}/CompilerIdC/a.out | Bin 16704 -> 16704 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 211 ++++-- .../CMakeFiles/3.18.4/CompilerIdCXX/a.out | Bin 0 -> 16712 bytes .../CMakeDirectoryInformation.cmake | 6 +- cmakeInstall/build/CMakeFiles/CMakeOutput.log | 437 +++++++++++ cmakeInstall/build/CMakeFiles/Makefile.cmake | 127 ++++ cmakeInstall/build/CMakeFiles/Makefile2 | 208 ++++++ .../build/CMakeFiles/Progress/1 | 0 cmakeInstall/build/CMakeFiles/Progress/2 | 1 + cmakeInstall/build/CMakeFiles/Progress/3 | 1 + .../build/CMakeFiles/Progress/count.txt | 0 .../build/CMakeFiles/TargetDirectories.txt | 26 + .../build}/CMakeFiles/cmake.check_cache | 0 .../build/CMakeFiles/progress.marks | 0 .../CMakeFiles/test.dir/CXX.includecache | 18 + .../CMakeFiles/test.dir}/DependInfo.cmake | 3 +- .../build/CMakeFiles/test.dir/build.make | 117 +++ .../CMakeFiles/test.dir/cmake_clean.cmake | 10 + .../build/CMakeFiles/test.dir/depend.internal | 6 + .../build/CMakeFiles/test.dir/depend.make | 6 + .../build/CMakeFiles/test.dir/flags.make | 10 + .../build/CMakeFiles/test.dir/link.txt | 1 + .../build/CMakeFiles/test.dir}/progress.make | 0 cmakeInstall/build/Makefile | 261 +++++++ .../CMakeDirectoryInformation.cmake | 6 +- .../build/bsl}/CMakeFiles/progress.marks | 0 cmakeInstall/build/bsl/Makefile | 203 +++++ .../build/bsl}/cmake_install.cmake | 9 +- .../CMakeDirectoryInformation.cmake | 16 + .../build/bsl/csl}/CMakeFiles/progress.marks | 0 cmakeInstall/build/bsl/csl/Makefile | 203 +++++ .../build/bsl/csl}/cmake_install.cmake | 10 +- .../CMakeDirectoryInformation.cmake | 16 + .../bsl/csl/stm}/CMakeFiles/progress.marks | 0 .../stm/CMakeFiles/stmFunc.dir/C.includecache | 16 + .../CMakeFiles/stmFunc.dir/DependInfo.cmake | 20 + .../csl/stm/CMakeFiles/stmFunc.dir/build.make | 118 +++ .../CMakeFiles/stmFunc.dir/cmake_clean.cmake | 10 + .../stmFunc.dir}/cmake_clean_target.cmake | 2 +- .../CMakeFiles/stmFunc.dir/depend.internal | 6 + .../stm/CMakeFiles/stmFunc.dir/depend.make | 6 + .../csl/stm/CMakeFiles/stmFunc.dir/flags.make | 10 + .../csl/stm/CMakeFiles/stmFunc.dir/link.txt | 2 + .../stm/CMakeFiles/stmFunc.dir}/progress.make | 0 .../csl/stm/CMakeFiles/stmFunc.dir/stm.c.o | Bin 0 -> 1560 bytes cmakeInstall/build/bsl/csl/stm/Makefile | 249 +++++++ .../build/bsl/csl/stm}/cmake_install.cmake | 7 +- cmakeInstall/build/bsl/csl/stm/libstmFunc.a | Bin 0 -> 1704 bytes cmakeInstall/build/cmake_install.cmake | 96 +++ cmakeInstall/main.cpp | 8 + cmakeInstall/main.h | 16 + run.sh => cmakeInstall/run.sh | 5 +- drivers/CMakeLists.txt | 4 - drivers/driver1/CMakeLists.txt | 7 - drivers/driver1/inc/driver1.hpp | 15 - drivers/driver2/CMakeLists.txt | 8 - drivers/driver2/inc/adder.h | 2 - drivers/driver2/src/adder.cpp | 6 - .../CMakeFiles/3.13.4/CompilerIdCXX/a.out | Bin 16712 -> 0 bytes .../CMakeDirectoryInformation.cmake | 16 - .../build/CMakeFiles/CMakeOutput.log | 698 ------------------ .../build/CMakeFiles/Makefile.cmake | 126 ---- separateObjects/build/CMakeFiles/Makefile2 | 204 ----- .../build/CMakeFiles/TargetDirectories.txt | 10 - .../build/CMakeFiles/feature_tests.bin | Bin 16504 -> 0 bytes .../build/CMakeFiles/feature_tests.c | 34 - .../build/CMakeFiles/feature_tests.cxx | 405 ---------- separateObjects/build/Makefile | 162 ---- separateObjects/build/cmake_install.cmake | 56 -- .../CMakeDirectoryInformation.cmake | 16 - separateObjects/build/drivers/Makefile | 134 ---- .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/adder.dir/CXX.includecache | 14 - .../adder/CMakeFiles/adder.dir/build.make | 99 --- .../CMakeFiles/adder.dir/cmake_clean.cmake | 10 - .../adder.dir/cmake_clean_target.cmake | 3 - .../CMakeFiles/adder.dir/depend.internal | 6 - .../adder/CMakeFiles/adder.dir/depend.make | 6 - .../adder/CMakeFiles/adder.dir/flags.make | 10 - .../adder/CMakeFiles/adder.dir/link.txt | 2 - .../drivers/adder/CMakeFiles/progress.marks | 1 - separateObjects/build/drivers/adder/Makefile | 180 ----- .../build/drivers/adder/cmake_install.cmake | 39 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/sources.dir/DependInfo.cmake | 23 - .../sources/CMakeFiles/sources.dir/build.make | 99 --- .../CMakeFiles/sources.dir/cmake_clean.cmake | 10 - .../CMakeFiles/sources.dir/depend.make | 2 - .../sources/CMakeFiles/sources.dir/flags.make | 10 - .../sources/CMakeFiles/sources.dir/link.txt | 1 - separateObjects/build/sources/Makefile | 180 ----- .../build/sources/cmake_install.cmake | 39 - sources/CMakeLists.txt | 16 - sources/inc/main.h | 1 - sources/src/CMakeLists.txt | 12 - sources/src/main.cpp | 16 - startup/CMakeLists.txt | 11 - startup/startup.cpp | 6 - startup/startup.h | 3 - tutorial/CMakeLists.txt | 34 + tutorial/MathFunctions/CMakeLists.txt | 8 + tutorial/MathFunctions/MathFunctions.h | 2 + tutorial/MathFunctions/mysqrt.cxx | 4 + tutorial/TutorialConfig.h.in | 6 + tutorial/bin/Tutorial | Bin 0 -> 19152 bytes {build => tutorial/build}/CMakeCache.txt | 76 +- .../CMakeFiles/3.18.4}/CMakeCCompiler.cmake | 14 +- .../CMakeFiles/3.18.4}/CMakeCXXCompiler.cmake | 25 +- .../3.18.4}/CMakeDetermineCompilerABI_C.bin | Bin 16544 -> 16544 bytes .../3.18.4}/CMakeDetermineCompilerABI_CXX.bin | Bin 16560 -> 16560 bytes .../CMakeFiles/3.18.4}/CMakeSystem.cmake | 8 +- .../3.18.4}/CompilerIdC/CMakeCCompilerId.c | 195 +++-- .../CMakeFiles/3.18.4}/CompilerIdC/a.out | Bin 16704 -> 16704 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 211 ++++-- .../CMakeFiles/3.18.4/CompilerIdCXX/a.out | Bin 0 -> 16712 bytes .../CMakeDirectoryInformation.cmake | 6 +- tutorial/build/CMakeFiles/CMakeOutput.log | 437 +++++++++++ tutorial/build/CMakeFiles/Makefile.cmake | 125 ++++ tutorial/build/CMakeFiles/Makefile2 | 172 +++++ .../build/CMakeFiles/TargetDirectories.txt | 14 + .../CMakeFiles/Tutorial.dir/CXX.includecache | 22 + .../CMakeFiles/Tutorial.dir}/DependInfo.cmake | 6 +- .../build/CMakeFiles/Tutorial.dir/build.make | 118 +++ .../CMakeFiles/Tutorial.dir/cmake_clean.cmake | 10 + .../CMakeFiles/Tutorial.dir/depend.internal | 7 + .../build/CMakeFiles/Tutorial.dir/depend.make | 7 + .../build/CMakeFiles/Tutorial.dir/flags.make | 10 + .../build/CMakeFiles/Tutorial.dir/link.txt | 1 + .../CMakeFiles/Tutorial.dir}/progress.make | 0 .../CMakeFiles/Tutorial.dir/tutorial.cxx.o | Bin 0 -> 8904 bytes .../build/CMakeFiles/cmake.check_cache | 0 .../build}/CMakeFiles/progress.marks | 0 tutorial/build/Makefile | 261 +++++++ .../CMakeDirectoryInformation.cmake | 6 +- .../MathFunctions.dir}/CXX.includecache | 8 +- .../MathFunctions.dir}/DependInfo.cmake | 3 +- .../CMakeFiles/MathFunctions.dir/build.make | 118 +++ .../MathFunctions.dir/cmake_clean.cmake | 10 + .../cmake_clean_target.cmake | 3 + .../MathFunctions.dir/depend.internal | 5 + .../CMakeFiles/MathFunctions.dir/depend.make | 5 + .../CMakeFiles/MathFunctions.dir/flags.make | 10 + .../CMakeFiles/MathFunctions.dir/link.txt | 2 + .../CMakeFiles/MathFunctions.dir/mysqrt.cxx.o | Bin 0 -> 1256 bytes .../MathFunctions.dir}/progress.make | 0 .../MathFunctions}/CMakeFiles/progress.marks | 0 tutorial/build/MathFunctions/Makefile | 249 +++++++ .../build/MathFunctions/cmake_install.cmake | 68 ++ .../build/MathFunctions/libMathFunctions.a | Bin 0 -> 1404 bytes tutorial/build/Tutorial | Bin 0 -> 19152 bytes tutorial/build/TutorialConfig.h | 6 + tutorial/build/cmake_install.cmake | 96 +++ tutorial/build/install_manifest.txt | 4 + tutorial/include/MathFunctions.h | 2 + tutorial/include/TutorialConfig.h | 6 + tutorial/lib/libMathFunctions.a | Bin 0 -> 1404 bytes tutorial/tutorial.cxx | 28 + 223 files changed, 4823 insertions(+), 6437 deletions(-) delete mode 100644 CMakeLists.txt delete mode 100755 build/CMakeFiles/3.13.4/CompilerIdCXX/a.out delete mode 100644 build/CMakeFiles/CMakeOutput.log delete mode 100644 build/CMakeFiles/Makefile.cmake delete mode 100644 build/CMakeFiles/Makefile2 delete mode 100644 build/CMakeFiles/TargetDirectories.txt delete mode 100755 build/CMakeFiles/feature_tests.bin delete mode 100644 build/CMakeFiles/feature_tests.c delete mode 100644 build/CMakeFiles/feature_tests.cxx delete mode 100644 build/CMakeFiles/progress.marks delete mode 100644 build/Makefile delete mode 100644 build/cmake_install.cmake delete mode 100644 build/drivers/Makefile delete mode 100644 build/drivers/driver1/CMakeFiles/progress.marks delete mode 100644 build/drivers/driver1/Makefile delete mode 100644 build/drivers/driver2/CMakeFiles/adder.dir/CXX.includecache delete mode 100644 build/drivers/driver2/CMakeFiles/adder.dir/build.make delete mode 100644 build/drivers/driver2/CMakeFiles/adder.dir/cmake_clean.cmake delete mode 100644 build/drivers/driver2/CMakeFiles/adder.dir/depend.internal delete mode 100644 build/drivers/driver2/CMakeFiles/adder.dir/depend.make delete mode 100644 build/drivers/driver2/CMakeFiles/adder.dir/flags.make delete mode 100644 build/drivers/driver2/CMakeFiles/adder.dir/link.txt delete mode 100644 build/drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o delete mode 100644 build/drivers/driver2/Makefile delete mode 100644 build/drivers/driver2/cmake_install.cmake delete mode 100644 build/drivers/driver2/libadder.a delete mode 100644 build/sources/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/sources/CMakeFiles/progress.marks delete mode 100644 build/sources/CMakeFiles/sources.dir/CXX.includecache delete mode 100644 build/sources/CMakeFiles/sources.dir/DependInfo.cmake delete mode 100644 build/sources/CMakeFiles/sources.dir/build.make delete mode 100644 build/sources/CMakeFiles/sources.dir/cmake_clean.cmake delete mode 100644 build/sources/CMakeFiles/sources.dir/depend.internal delete mode 100644 build/sources/CMakeFiles/sources.dir/depend.make delete mode 100644 build/sources/CMakeFiles/sources.dir/flags.make delete mode 100644 build/sources/CMakeFiles/sources.dir/link.txt delete mode 100644 build/sources/CMakeFiles/sources.dir/src/main.cpp.o delete mode 100644 build/sources/Makefile delete mode 100644 build/sources/cmake_install.cmake delete mode 100755 build/sources/sources delete mode 100644 build/startup/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/startup/CMakeFiles/startup.dir/build.make delete mode 100644 build/startup/CMakeFiles/startup.dir/cmake_clean.cmake delete mode 100644 build/startup/CMakeFiles/startup.dir/cmake_clean_target.cmake delete mode 100644 build/startup/CMakeFiles/startup.dir/depend.internal delete mode 100644 build/startup/CMakeFiles/startup.dir/depend.make delete mode 100644 build/startup/CMakeFiles/startup.dir/flags.make delete mode 100644 build/startup/CMakeFiles/startup.dir/link.txt delete mode 100644 build/startup/CMakeFiles/startup.dir/progress.make delete mode 100644 build/startup/CMakeFiles/startup.dir/startup.cpp.o delete mode 100644 build/startup/Makefile delete mode 100644 build/startup/cmake_install.cmake delete mode 100644 build/startup/libstartup.a create mode 100644 cmakeInstall/CMakeLists.txt create mode 100644 cmakeInstall/bsl/CMakeLists.txt create mode 100644 cmakeInstall/bsl/csl/CMakeLists.txt create mode 100644 cmakeInstall/bsl/csl/stm/CMakeLists.txt create mode 100644 cmakeInstall/bsl/csl/stm/stm.c create mode 100644 cmakeInstall/bsl/csl/stm/stm.h rename {separateObjects => cmakeInstall}/build/CMakeCache.txt (88%) rename {build/CMakeFiles/3.13.4 => cmakeInstall/build/CMakeFiles/3.18.4}/CMakeCCompiler.cmake (82%) rename {build/CMakeFiles/3.13.4 => cmakeInstall/build/CMakeFiles/3.18.4}/CMakeCXXCompiler.cmake (84%) rename {build/CMakeFiles/3.13.4 => cmakeInstall/build/CMakeFiles/3.18.4}/CMakeDetermineCompilerABI_C.bin (72%) rename {build/CMakeFiles/3.13.4 => cmakeInstall/build/CMakeFiles/3.18.4}/CMakeDetermineCompilerABI_CXX.bin (64%) rename {separateObjects/build/CMakeFiles/3.13.4 => cmakeInstall/build/CMakeFiles/3.18.4}/CMakeSystem.cmake (53%) rename {build/CMakeFiles/3.13.4 => cmakeInstall/build/CMakeFiles/3.18.4}/CompilerIdC/CMakeCCompilerId.c (82%) rename {separateObjects/build/CMakeFiles/3.13.4 => cmakeInstall/build/CMakeFiles/3.18.4}/CompilerIdC/a.out (72%) rename {build/CMakeFiles/3.13.4 => cmakeInstall/build/CMakeFiles/3.18.4}/CompilerIdCXX/CMakeCXXCompilerId.cpp (80%) create mode 100755 cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdCXX/a.out rename {build => cmakeInstall/build}/CMakeFiles/CMakeDirectoryInformation.cmake (67%) create mode 100644 cmakeInstall/build/CMakeFiles/CMakeOutput.log create mode 100644 cmakeInstall/build/CMakeFiles/Makefile.cmake create mode 100644 cmakeInstall/build/CMakeFiles/Makefile2 rename {separateObjects => cmakeInstall}/build/CMakeFiles/Progress/1 (100%) create mode 100644 cmakeInstall/build/CMakeFiles/Progress/2 create mode 100644 cmakeInstall/build/CMakeFiles/Progress/3 rename {separateObjects => cmakeInstall}/build/CMakeFiles/Progress/count.txt (100%) create mode 100644 cmakeInstall/build/CMakeFiles/TargetDirectories.txt rename {build => cmakeInstall/build}/CMakeFiles/cmake.check_cache (100%) rename {separateObjects => cmakeInstall}/build/CMakeFiles/progress.marks (100%) create mode 100644 cmakeInstall/build/CMakeFiles/test.dir/CXX.includecache rename {build/startup/CMakeFiles/startup.dir => cmakeInstall/build/CMakeFiles/test.dir}/DependInfo.cmake (77%) create mode 100644 cmakeInstall/build/CMakeFiles/test.dir/build.make create mode 100644 cmakeInstall/build/CMakeFiles/test.dir/cmake_clean.cmake create mode 100644 cmakeInstall/build/CMakeFiles/test.dir/depend.internal create mode 100644 cmakeInstall/build/CMakeFiles/test.dir/depend.make create mode 100644 cmakeInstall/build/CMakeFiles/test.dir/flags.make create mode 100644 cmakeInstall/build/CMakeFiles/test.dir/link.txt rename {build/sources/CMakeFiles/sources.dir => cmakeInstall/build/CMakeFiles/test.dir}/progress.make (100%) create mode 100644 cmakeInstall/build/Makefile rename {build/drivers => cmakeInstall/build/bsl}/CMakeFiles/CMakeDirectoryInformation.cmake (67%) rename {build/drivers => cmakeInstall/build/bsl}/CMakeFiles/progress.marks (100%) create mode 100644 cmakeInstall/build/bsl/Makefile rename {separateObjects/build/drivers => cmakeInstall/build/bsl}/cmake_install.cmake (80%) create mode 100644 cmakeInstall/build/bsl/csl/CMakeFiles/CMakeDirectoryInformation.cmake rename {build/drivers/driver2 => cmakeInstall/build/bsl/csl}/CMakeFiles/progress.marks (100%) create mode 100644 cmakeInstall/build/bsl/csl/Makefile rename {build/drivers => cmakeInstall/build/bsl/csl}/cmake_install.cmake (80%) create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/CMakeDirectoryInformation.cmake rename {build/startup => cmakeInstall/build/bsl/csl/stm}/CMakeFiles/progress.marks (100%) create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/C.includecache create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/DependInfo.cmake create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/cmake_clean.cmake rename {build/drivers/driver2/CMakeFiles/adder.dir => cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir}/cmake_clean_target.cmake (56%) create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.internal create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.make create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/flags.make create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/link.txt rename {build/drivers/driver2/CMakeFiles/adder.dir => cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir}/progress.make (100%) create mode 100644 cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o create mode 100644 cmakeInstall/build/bsl/csl/stm/Makefile rename {build/drivers/driver1 => cmakeInstall/build/bsl/csl/stm}/cmake_install.cmake (84%) create mode 100644 cmakeInstall/build/bsl/csl/stm/libstmFunc.a create mode 100644 cmakeInstall/build/cmake_install.cmake create mode 100644 cmakeInstall/main.cpp create mode 100644 cmakeInstall/main.h rename run.sh => cmakeInstall/run.sh (73%) delete mode 100644 drivers/CMakeLists.txt delete mode 100644 drivers/driver1/CMakeLists.txt delete mode 100644 drivers/driver1/inc/driver1.hpp delete mode 100644 drivers/driver2/CMakeLists.txt delete mode 100644 drivers/driver2/inc/adder.h delete mode 100644 drivers/driver2/src/adder.cpp delete mode 100755 separateObjects/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out delete mode 100644 separateObjects/build/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 separateObjects/build/CMakeFiles/CMakeOutput.log delete mode 100644 separateObjects/build/CMakeFiles/Makefile.cmake delete mode 100644 separateObjects/build/CMakeFiles/Makefile2 delete mode 100644 separateObjects/build/CMakeFiles/TargetDirectories.txt delete mode 100755 separateObjects/build/CMakeFiles/feature_tests.bin delete mode 100644 separateObjects/build/CMakeFiles/feature_tests.c delete mode 100644 separateObjects/build/CMakeFiles/feature_tests.cxx delete mode 100644 separateObjects/build/Makefile delete mode 100644 separateObjects/build/cmake_install.cmake delete mode 100644 separateObjects/build/drivers/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 separateObjects/build/drivers/Makefile delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/adder.dir/CXX.includecache delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/adder.dir/build.make delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/adder.dir/cmake_clean.cmake delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/adder.dir/cmake_clean_target.cmake delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/adder.dir/depend.internal delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/adder.dir/depend.make delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/adder.dir/flags.make delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/adder.dir/link.txt delete mode 100644 separateObjects/build/drivers/adder/CMakeFiles/progress.marks delete mode 100644 separateObjects/build/drivers/adder/Makefile delete mode 100644 separateObjects/build/drivers/adder/cmake_install.cmake delete mode 100644 separateObjects/build/sources/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 separateObjects/build/sources/CMakeFiles/sources.dir/DependInfo.cmake delete mode 100644 separateObjects/build/sources/CMakeFiles/sources.dir/build.make delete mode 100644 separateObjects/build/sources/CMakeFiles/sources.dir/cmake_clean.cmake delete mode 100644 separateObjects/build/sources/CMakeFiles/sources.dir/depend.make delete mode 100644 separateObjects/build/sources/CMakeFiles/sources.dir/flags.make delete mode 100644 separateObjects/build/sources/CMakeFiles/sources.dir/link.txt delete mode 100644 separateObjects/build/sources/Makefile delete mode 100644 separateObjects/build/sources/cmake_install.cmake delete mode 100644 sources/CMakeLists.txt delete mode 100644 sources/inc/main.h delete mode 100644 sources/src/CMakeLists.txt delete mode 100644 sources/src/main.cpp delete mode 100644 startup/CMakeLists.txt delete mode 100644 startup/startup.cpp delete mode 100644 startup/startup.h create mode 100644 tutorial/CMakeLists.txt create mode 100644 tutorial/MathFunctions/CMakeLists.txt create mode 100644 tutorial/MathFunctions/MathFunctions.h create mode 100644 tutorial/MathFunctions/mysqrt.cxx create mode 100644 tutorial/TutorialConfig.h.in create mode 100755 tutorial/bin/Tutorial rename {build => tutorial/build}/CMakeCache.txt (89%) rename {separateObjects/build/CMakeFiles/3.13.4 => tutorial/build/CMakeFiles/3.18.4}/CMakeCCompiler.cmake (81%) rename {separateObjects/build/CMakeFiles/3.13.4 => tutorial/build/CMakeFiles/3.18.4}/CMakeCXXCompiler.cmake (84%) rename {separateObjects/build/CMakeFiles/3.13.4 => tutorial/build/CMakeFiles/3.18.4}/CMakeDetermineCompilerABI_C.bin (72%) rename {separateObjects/build/CMakeFiles/3.13.4 => tutorial/build/CMakeFiles/3.18.4}/CMakeDetermineCompilerABI_CXX.bin (64%) rename {build/CMakeFiles/3.13.4 => tutorial/build/CMakeFiles/3.18.4}/CMakeSystem.cmake (53%) rename {separateObjects/build/CMakeFiles/3.13.4 => tutorial/build/CMakeFiles/3.18.4}/CompilerIdC/CMakeCCompilerId.c (82%) rename {build/CMakeFiles/3.13.4 => tutorial/build/CMakeFiles/3.18.4}/CompilerIdC/a.out (72%) rename {separateObjects/build/CMakeFiles/3.13.4 => tutorial/build/CMakeFiles/3.18.4}/CompilerIdCXX/CMakeCXXCompilerId.cpp (80%) create mode 100755 tutorial/build/CMakeFiles/3.18.4/CompilerIdCXX/a.out rename {build/drivers/driver1 => tutorial/build}/CMakeFiles/CMakeDirectoryInformation.cmake (68%) create mode 100644 tutorial/build/CMakeFiles/CMakeOutput.log create mode 100644 tutorial/build/CMakeFiles/Makefile.cmake create mode 100644 tutorial/build/CMakeFiles/Makefile2 create mode 100644 tutorial/build/CMakeFiles/TargetDirectories.txt create mode 100644 tutorial/build/CMakeFiles/Tutorial.dir/CXX.includecache rename {separateObjects/build/drivers/adder/CMakeFiles/adder.dir => tutorial/build/CMakeFiles/Tutorial.dir}/DependInfo.cmake (65%) create mode 100644 tutorial/build/CMakeFiles/Tutorial.dir/build.make create mode 100644 tutorial/build/CMakeFiles/Tutorial.dir/cmake_clean.cmake create mode 100644 tutorial/build/CMakeFiles/Tutorial.dir/depend.internal create mode 100644 tutorial/build/CMakeFiles/Tutorial.dir/depend.make create mode 100644 tutorial/build/CMakeFiles/Tutorial.dir/flags.make create mode 100644 tutorial/build/CMakeFiles/Tutorial.dir/link.txt rename {separateObjects/build/sources/CMakeFiles/sources.dir => tutorial/build/CMakeFiles/Tutorial.dir}/progress.make (100%) create mode 100644 tutorial/build/CMakeFiles/Tutorial.dir/tutorial.cxx.o rename {separateObjects => tutorial}/build/CMakeFiles/cmake.check_cache (100%) rename {separateObjects/build/sources => tutorial/build}/CMakeFiles/progress.marks (100%) create mode 100644 tutorial/build/Makefile rename {build/drivers/driver2 => tutorial/build/MathFunctions}/CMakeFiles/CMakeDirectoryInformation.cmake (68%) rename {build/startup/CMakeFiles/startup.dir => tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir}/CXX.includecache (52%) rename {build/drivers/driver2/CMakeFiles/adder.dir => tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir}/DependInfo.cmake (73%) create mode 100644 tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/build.make create mode 100644 tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/cmake_clean.cmake create mode 100644 tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/cmake_clean_target.cmake create mode 100644 tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/depend.internal create mode 100644 tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/depend.make create mode 100644 tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/flags.make create mode 100644 tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/link.txt create mode 100644 tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.o rename {separateObjects/build/drivers/adder/CMakeFiles/adder.dir => tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir}/progress.make (100%) rename {separateObjects/build/drivers => tutorial/build/MathFunctions}/CMakeFiles/progress.marks (100%) create mode 100644 tutorial/build/MathFunctions/Makefile create mode 100644 tutorial/build/MathFunctions/cmake_install.cmake create mode 100644 tutorial/build/MathFunctions/libMathFunctions.a create mode 100755 tutorial/build/Tutorial create mode 100644 tutorial/build/TutorialConfig.h create mode 100644 tutorial/build/cmake_install.cmake create mode 100644 tutorial/build/install_manifest.txt create mode 100644 tutorial/include/MathFunctions.h create mode 100644 tutorial/include/TutorialConfig.h create mode 100644 tutorial/lib/libMathFunctions.a create mode 100644 tutorial/tutorial.cxx diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 23ebfe0..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -cmake_minimum_required(VERSION 3.13) - -project(test VERSION 1.0) - -set(C_FLAGS -Wall) -add_subdirectory(sources) -add_subdirectory(startup) -add_subdirectory(drivers) - -enable_language(C CXX) -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_C_COMPILER "/usr/bin/gcc") -set(CMAKE_CXX_COMPILER "/usr/bin/g++") -set(CMAKE_VERBOSE_MAKEFILE off) -#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall ") - - diff --git a/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out b/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out deleted file mode 100755 index 73836e98ca41a5d6ddf512f38cab2dc754e89f50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16712 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 ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccWlqEfC.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_79fc4] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] - arg [CMakeFiles/cmTC_79fc4.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] ==> ignore - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8] ==> [/usr/lib/gcc/x86_64-linux-gnu/8] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_79304/fast" -/usr/bin/make -f CMakeFiles/cmTC_79304.dir/build.make CMakeFiles/cmTC_79304.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_79304.dir/feature_tests.c.o -/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_79304.dir/feature_tests.c.o -c /home/key/Git/cmake/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_79304 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79304.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTC_79304.dir/feature_tests.c.o -o cmTC_79304 -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:1c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_7f0f7/fast" -/usr/bin/make -f CMakeFiles/cmTC_7f0f7.dir/build.make CMakeFiles/cmTC_7f0f7.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_7f0f7.dir/feature_tests.c.o -/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_7f0f7.dir/feature_tests.c.o -c /home/key/Git/cmake/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_7f0f7 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f0f7.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTC_7f0f7.dir/feature_tests.c.o -o cmTC_7f0f7 -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_24593/fast" -/usr/bin/make -f CMakeFiles/cmTC_24593.dir/build.make CMakeFiles/cmTC_24593.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_24593.dir/feature_tests.c.o -/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_24593.dir/feature_tests.c.o -c /home/key/Git/cmake/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_24593 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24593.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTC_24593.dir/feature_tests.c.o -o cmTC_24593 -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:0c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:0c_variadic_macros -Determining if the CXX compiler works passed with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_ad13e/fast" -/usr/bin/make -f CMakeFiles/cmTC_ad13e.dir/build.make CMakeFiles/cmTC_ad13e.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_ad13e.dir/testCXXCompiler.cxx.o -/usr/bin/c++ -o CMakeFiles/cmTC_ad13e.dir/testCXXCompiler.cxx.o -c /home/key/Git/cmake/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -Linking CXX executable cmTC_ad13e -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad13e.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_ad13e.dir/testCXXCompiler.cxx.o -o cmTC_ad13e -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_3855e/fast" -/usr/bin/make -f CMakeFiles/cmTC_3855e.dir/build.make CMakeFiles/cmTC_3855e.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/c++ -o CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp -Linking CXX executable cmTC_3855e -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3855e.dir/link.txt --verbose=1 -/usr/bin/c++ -v CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_3855e -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -OFFLOAD_TARGET_NAMES=nvptx-none -OFFLOAD_TARGET_DEFAULT=1 -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 8.3.0 (Debian 8.3.0-6) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3855e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' - /usr/lib/gcc/x86_64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccu6GHXY.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3855e /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.. CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3855e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_3855e/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_3855e.dir/build.make CMakeFiles/cmTC_3855e.dir/build] - ignore line: [make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp'] - ignore line: [Building CXX object CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Linking CXX executable cmTC_3855e] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3855e.dir/link.txt --verbose=1] - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_3855e ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper] - ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none] - ignore line: [OFFLOAD_TARGET_DEFAULT=1] - ignore line: [Target: x86_64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 8.3.0 (Debian 8.3.0-6) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3855e' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/ccu6GHXY.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3855e /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.. CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/8/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccu6GHXY.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_3855e] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] - arg [CMakeFiles/cmTC_3855e.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] ==> ignore - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8] ==> [/usr/lib/gcc/x86_64-linux-gnu/8] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting CXX [-std=c++2a] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_34ba7/fast" -/usr/bin/make -f CMakeFiles/cmTC_34ba7.dir/build.make CMakeFiles/cmTC_34ba7.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_34ba7.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++2a -o CMakeFiles/cmTC_34ba7.dir/feature_tests.cxx.o -c /home/key/Git/cmake/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_34ba7 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34ba7.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_34ba7.dir/feature_tests.cxx.o -o cmTC_34ba7 -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++17] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_7f264/fast" -/usr/bin/make -f CMakeFiles/cmTC_7f264.dir/build.make CMakeFiles/cmTC_7f264.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_7f264.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_7f264.dir/feature_tests.cxx.o -c /home/key/Git/cmake/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_7f264 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f264.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_7f264.dir/feature_tests.cxx.o -o cmTC_7f264 -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++14] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_94677/fast" -/usr/bin/make -f CMakeFiles/cmTC_94677.dir/build.make CMakeFiles/cmTC_94677.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_94677.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_94677.dir/feature_tests.cxx.o -c /home/key/Git/cmake/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_94677 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94677.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_94677.dir/feature_tests.cxx.o -o cmTC_94677 -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_8725f/fast" -/usr/bin/make -f CMakeFiles/cmTC_8725f.dir/build.make CMakeFiles/cmTC_8725f.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_8725f.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_8725f.dir/feature_tests.cxx.o -c /home/key/Git/cmake/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_8725f -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8725f.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_8725f.dir/feature_tests.cxx.o -o cmTC_8725f -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_4ba79/fast" -/usr/bin/make -f CMakeFiles/cmTC_4ba79.dir/build.make CMakeFiles/cmTC_4ba79.dir/build -make[1]: Entering directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_4ba79.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_4ba79.dir/feature_tests.cxx.o -c /home/key/Git/cmake/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_4ba79 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4ba79.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_4ba79.dir/feature_tests.cxx.o -o cmTC_4ba79 -make[1]: Leaving directory '/home/key/Git/cmake/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:0cxx_alias_templates - Feature record: CXX_FEATURE:0cxx_alignas - Feature record: CXX_FEATURE:0cxx_alignof - Feature record: CXX_FEATURE:0cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:0cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:0cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:0cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:0cxx_default_function_template_args - Feature record: CXX_FEATURE:0cxx_defaulted_functions - Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:0cxx_delegating_constructors - Feature record: CXX_FEATURE:0cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:0cxx_enum_forward_declarations - Feature record: CXX_FEATURE:0cxx_explicit_conversions - Feature record: CXX_FEATURE:0cxx_extended_friend_declarations - Feature record: CXX_FEATURE:0cxx_extern_templates - Feature record: CXX_FEATURE:0cxx_final - Feature record: CXX_FEATURE:0cxx_func_identifier - Feature record: CXX_FEATURE:0cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:0cxx_inheriting_constructors - Feature record: CXX_FEATURE:0cxx_inline_namespaces - Feature record: CXX_FEATURE:0cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:0cxx_local_type_template_args - Feature record: CXX_FEATURE:0cxx_long_long_type - Feature record: CXX_FEATURE:0cxx_noexcept - Feature record: CXX_FEATURE:0cxx_nonstatic_member_init - Feature record: CXX_FEATURE:0cxx_nullptr - Feature record: CXX_FEATURE:0cxx_override - Feature record: CXX_FEATURE:0cxx_range_for - Feature record: CXX_FEATURE:0cxx_raw_string_literals - Feature record: CXX_FEATURE:0cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:0cxx_right_angle_brackets - Feature record: CXX_FEATURE:0cxx_rvalue_references - Feature record: CXX_FEATURE:0cxx_sizeof_member - Feature record: CXX_FEATURE:0cxx_static_assert - Feature record: CXX_FEATURE:0cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:0cxx_thread_local - Feature record: CXX_FEATURE:0cxx_trailing_return_types - Feature record: CXX_FEATURE:0cxx_unicode_literals - Feature record: CXX_FEATURE:0cxx_uniform_initialization - Feature record: CXX_FEATURE:0cxx_unrestricted_unions - Feature record: CXX_FEATURE:0cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:0cxx_variadic_macros - Feature record: CXX_FEATURE:0cxx_variadic_templates diff --git a/build/CMakeFiles/Makefile.cmake b/build/CMakeFiles/Makefile.cmake deleted file mode 100644 index bc3f7e1..0000000 --- a/build/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,131 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "../CMakeLists.txt" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "CMakeFiles/3.13.4/CMakeSystem.cmake" - "CMakeFiles/feature_tests.c" - "CMakeFiles/feature_tests.cxx" - "../drivers/CMakeLists.txt" - "../drivers/driver1/CMakeLists.txt" - "../drivers/driver2/CMakeLists.txt" - "../sources/CMakeLists.txt" - "../startup/CMakeLists.txt" - "/usr/share/cmake-3.13/Modules/CMakeCCompiler.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c" - "/usr/share/cmake-3.13/Modules/CMakeCInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCXXCompiler.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp" - "/usr/share/cmake-3.13/Modules/CMakeCXXInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompileFeatures.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerABI.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake" - "/usr/share/cmake-3.13/Modules/CMakeFindBinUtils.cmake" - "/usr/share/cmake-3.13/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake-3.13/Modules/CMakeInitializeConfigs.cmake" - "/usr/share/cmake-3.13/Modules/CMakeLanguageInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeParseImplicitLinkInfo.cmake" - "/usr/share/cmake-3.13/Modules/CMakeSystem.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCXXCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCompilerCommon.cmake" - "/usr/share/cmake-3.13/Modules/CMakeUnixFindMake.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C-FeatureTests.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-FeatureTests.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-FindBinUtils.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Internal/FeatureTesting.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-Determine-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-C.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux.cmake" - "/usr/share/cmake-3.13/Modules/Platform/UnixPaths.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.13.4/CMakeSystem.cmake" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - "sources/CMakeFiles/CMakeDirectoryInformation.cmake" - "startup/CMakeFiles/CMakeDirectoryInformation.cmake" - "drivers/CMakeFiles/CMakeDirectoryInformation.cmake" - "drivers/driver1/CMakeFiles/CMakeDirectoryInformation.cmake" - "drivers/driver2/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "sources/CMakeFiles/sources.dir/DependInfo.cmake" - "startup/CMakeFiles/startup.dir/DependInfo.cmake" - "drivers/driver2/CMakeFiles/adder.dir/DependInfo.cmake" - ) diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 deleted file mode 100644 index 365b77d..0000000 --- a/build/CMakeFiles/Makefile2 +++ /dev/null @@ -1,281 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# The main recursive all target -all: - -.PHONY : all - -# The main recursive preinstall target -preinstall: - -.PHONY : preinstall - -# The main recursive clean target -clean: - -.PHONY : clean - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/build - -#============================================================================= -# Directory level rules for directory sources - -# Convenience name for "all" pass in the directory. -sources/all: sources/CMakeFiles/sources.dir/all - -.PHONY : sources/all - -# Convenience name for "clean" pass in the directory. -sources/clean: sources/CMakeFiles/sources.dir/clean - -.PHONY : sources/clean - -# Convenience name for "preinstall" pass in the directory. -sources/preinstall: - -.PHONY : sources/preinstall - -#============================================================================= -# Target rules for target sources/CMakeFiles/sources.dir - -# All Build rule for target. -sources/CMakeFiles/sources.dir/all: startup/CMakeFiles/startup.dir/all -sources/CMakeFiles/sources.dir/all: drivers/driver2/CMakeFiles/adder.dir/all - $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/depend - $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=3,4 "Built target sources" -.PHONY : sources/CMakeFiles/sources.dir/all - -# Include target in all. -all: sources/CMakeFiles/sources.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -sources/CMakeFiles/sources.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 6 - $(MAKE) -f CMakeFiles/Makefile2 sources/CMakeFiles/sources.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 0 -.PHONY : sources/CMakeFiles/sources.dir/rule - -# Convenience name for target. -sources: sources/CMakeFiles/sources.dir/rule - -.PHONY : sources - -# clean rule for target. -sources/CMakeFiles/sources.dir/clean: - $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/clean -.PHONY : sources/CMakeFiles/sources.dir/clean - -# clean rule for target. -clean: sources/CMakeFiles/sources.dir/clean - -.PHONY : clean - -#============================================================================= -# Directory level rules for directory startup - -# Convenience name for "all" pass in the directory. -startup/all: startup/CMakeFiles/startup.dir/all - -.PHONY : startup/all - -# Convenience name for "clean" pass in the directory. -startup/clean: startup/CMakeFiles/startup.dir/clean - -.PHONY : startup/clean - -# Convenience name for "preinstall" pass in the directory. -startup/preinstall: - -.PHONY : startup/preinstall - -#============================================================================= -# Target rules for target startup/CMakeFiles/startup.dir - -# All Build rule for target. -startup/CMakeFiles/startup.dir/all: - $(MAKE) -f startup/CMakeFiles/startup.dir/build.make startup/CMakeFiles/startup.dir/depend - $(MAKE) -f startup/CMakeFiles/startup.dir/build.make startup/CMakeFiles/startup.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=5,6 "Built target startup" -.PHONY : startup/CMakeFiles/startup.dir/all - -# Include target in all. -all: startup/CMakeFiles/startup.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -startup/CMakeFiles/startup.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 2 - $(MAKE) -f CMakeFiles/Makefile2 startup/CMakeFiles/startup.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 0 -.PHONY : startup/CMakeFiles/startup.dir/rule - -# Convenience name for target. -startup: startup/CMakeFiles/startup.dir/rule - -.PHONY : startup - -# clean rule for target. -startup/CMakeFiles/startup.dir/clean: - $(MAKE) -f startup/CMakeFiles/startup.dir/build.make startup/CMakeFiles/startup.dir/clean -.PHONY : startup/CMakeFiles/startup.dir/clean - -# clean rule for target. -clean: startup/CMakeFiles/startup.dir/clean - -.PHONY : clean - -#============================================================================= -# Directory level rules for directory drivers - -# Convenience name for "all" pass in the directory. -drivers/all: drivers/driver1/all -drivers/all: drivers/driver2/all - -.PHONY : drivers/all - -# Convenience name for "clean" pass in the directory. -drivers/clean: drivers/driver1/clean -drivers/clean: drivers/driver2/clean - -.PHONY : drivers/clean - -# Convenience name for "preinstall" pass in the directory. -drivers/preinstall: drivers/driver1/preinstall -drivers/preinstall: drivers/driver2/preinstall - -.PHONY : drivers/preinstall - -#============================================================================= -# Directory level rules for directory drivers/driver1 - -# Convenience name for "all" pass in the directory. -drivers/driver1/all: - -.PHONY : drivers/driver1/all - -# Convenience name for "clean" pass in the directory. -drivers/driver1/clean: - -.PHONY : drivers/driver1/clean - -# Convenience name for "preinstall" pass in the directory. -drivers/driver1/preinstall: - -.PHONY : drivers/driver1/preinstall - -#============================================================================= -# Directory level rules for directory drivers/driver2 - -# Convenience name for "all" pass in the directory. -drivers/driver2/all: drivers/driver2/CMakeFiles/adder.dir/all - -.PHONY : drivers/driver2/all - -# Convenience name for "clean" pass in the directory. -drivers/driver2/clean: drivers/driver2/CMakeFiles/adder.dir/clean - -.PHONY : drivers/driver2/clean - -# Convenience name for "preinstall" pass in the directory. -drivers/driver2/preinstall: - -.PHONY : drivers/driver2/preinstall - -#============================================================================= -# Target rules for target drivers/driver2/CMakeFiles/adder.dir - -# All Build rule for target. -drivers/driver2/CMakeFiles/adder.dir/all: - $(MAKE) -f drivers/driver2/CMakeFiles/adder.dir/build.make drivers/driver2/CMakeFiles/adder.dir/depend - $(MAKE) -f drivers/driver2/CMakeFiles/adder.dir/build.make drivers/driver2/CMakeFiles/adder.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=1,2 "Built target adder" -.PHONY : drivers/driver2/CMakeFiles/adder.dir/all - -# Include target in all. -all: drivers/driver2/CMakeFiles/adder.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -drivers/driver2/CMakeFiles/adder.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 2 - $(MAKE) -f CMakeFiles/Makefile2 drivers/driver2/CMakeFiles/adder.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 0 -.PHONY : drivers/driver2/CMakeFiles/adder.dir/rule - -# Convenience name for target. -adder: drivers/driver2/CMakeFiles/adder.dir/rule - -.PHONY : adder - -# clean rule for target. -drivers/driver2/CMakeFiles/adder.dir/clean: - $(MAKE) -f drivers/driver2/CMakeFiles/adder.dir/build.make drivers/driver2/CMakeFiles/adder.dir/clean -.PHONY : drivers/driver2/CMakeFiles/adder.dir/clean - -# clean rule for target. -clean: drivers/driver2/CMakeFiles/adder.dir/clean - -.PHONY : clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index bb2083e..0000000 --- a/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,15 +0,0 @@ -/home/key/Git/cmake/build/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/build/CMakeFiles/edit_cache.dir -/home/key/Git/cmake/build/sources/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/build/sources/CMakeFiles/sources.dir -/home/key/Git/cmake/build/sources/CMakeFiles/edit_cache.dir -/home/key/Git/cmake/build/startup/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/build/startup/CMakeFiles/startup.dir -/home/key/Git/cmake/build/startup/CMakeFiles/edit_cache.dir -/home/key/Git/cmake/build/drivers/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/build/drivers/CMakeFiles/edit_cache.dir -/home/key/Git/cmake/build/drivers/driver1/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/build/drivers/driver1/CMakeFiles/edit_cache.dir -/home/key/Git/cmake/build/drivers/driver2/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/build/drivers/driver2/CMakeFiles/adder.dir -/home/key/Git/cmake/build/drivers/driver2/CMakeFiles/edit_cache.dir diff --git a/build/CMakeFiles/feature_tests.bin b/build/CMakeFiles/feature_tests.bin deleted file mode 100755 index f00921ac8b7a09913ad81844db2475ec21bac465..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16504 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 PzQ5n+c#9b&Y?S{G*c|4* diff --git a/build/CMakeFiles/feature_tests.c b/build/CMakeFiles/feature_tests.c deleted file mode 100644 index 83e86dd..0000000 --- a/build/CMakeFiles/feature_tests.c +++ /dev/null @@ -1,34 +0,0 @@ - - const char features[] = {"\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/build/CMakeFiles/feature_tests.cxx b/build/CMakeFiles/feature_tests.cxx deleted file mode 100644 index b93418c..0000000 --- a/build/CMakeFiles/feature_tests.cxx +++ /dev/null @@ -1,405 +0,0 @@ - - const char features[] = {"\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_aggregate_default_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alias_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignof\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_attributes\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_attribute_deprecated\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_auto_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_binary_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_contextual_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_decltype\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_decltype_auto\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_decltype_incomplete_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_default_function_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_move_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_delegating_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_deleted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_digit_separators\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_enum_forward_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_explicit_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extended_friend_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_extern_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_final\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_func_identifier\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_generalized_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_generic_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_inheriting_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_inline_namespaces\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_lambda_init_captures\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_local_type_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_long_long_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_noexcept\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_nonstatic_member_init\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_nullptr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_override\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_range_for\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_raw_string_literals\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_reference_qualified_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_relaxed_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_return_type_deduction\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_right_angle_brackets\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_rvalue_references\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_sizeof_member\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_static_assert\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_strong_enums\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus -"1" -#else -"0" -#endif -"cxx_template_template_parameters\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_thread_local\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_trailing_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unicode_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_uniform_initialization\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unrestricted_unions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_user_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_variable_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_macros\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_templates\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/build/CMakeFiles/progress.marks b/build/CMakeFiles/progress.marks deleted file mode 100644 index 1e8b314..0000000 --- a/build/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/build/Makefile b/build/Makefile deleted file mode 100644 index 28dd278..0000000 --- a/build/Makefile +++ /dev/null @@ -1,176 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles /home/key/Git/cmake/build/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named sources - -# Build rule for target. -sources: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 sources -.PHONY : sources - -# fast build rule for target. -sources/fast: - $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/build -.PHONY : sources/fast - -#============================================================================= -# Target rules for targets named startup - -# Build rule for target. -startup: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 startup -.PHONY : startup - -# fast build rule for target. -startup/fast: - $(MAKE) -f startup/CMakeFiles/startup.dir/build.make startup/CMakeFiles/startup.dir/build -.PHONY : startup/fast - -#============================================================================= -# Target rules for targets named adder - -# Build rule for target. -adder: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 adder -.PHONY : adder - -# fast build rule for target. -adder/fast: - $(MAKE) -f drivers/driver2/CMakeFiles/adder.dir/build.make drivers/driver2/CMakeFiles/adder.dir/build -.PHONY : adder/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 "... rebuild_cache" - @echo "... edit_cache" - @echo "... sources" - @echo "... startup" - @echo "... adder" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake deleted file mode 100644 index 74c2b4f..0000000 --- a/build/cmake_install.cmake +++ /dev/null @@ -1,57 +0,0 @@ -# Install script for directory: /home/key/Git/cmake - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/key/Git/cmake/build/sources/cmake_install.cmake") - include("/home/key/Git/cmake/build/startup/cmake_install.cmake") - include("/home/key/Git/cmake/build/drivers/cmake_install.cmake") - -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/key/Git/cmake/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/drivers/Makefile b/build/drivers/Makefile deleted file mode 100644 index 529e92c..0000000 --- a/build/drivers/Makefile +++ /dev/null @@ -1,134 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles /home/key/Git/cmake/build/drivers/CMakeFiles/progress.marks - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... edit_cache" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/drivers/driver1/CMakeFiles/progress.marks b/build/drivers/driver1/CMakeFiles/progress.marks deleted file mode 100644 index 573541a..0000000 --- a/build/drivers/driver1/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build/drivers/driver1/Makefile b/build/drivers/driver1/Makefile deleted file mode 100644 index d0df035..0000000 --- a/build/drivers/driver1/Makefile +++ /dev/null @@ -1,134 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles /home/key/Git/cmake/build/drivers/driver1/CMakeFiles/progress.marks - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver1/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver1/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver1/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver1/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... edit_cache" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/CXX.includecache b/build/drivers/driver2/CMakeFiles/adder.dir/CXX.includecache deleted file mode 100644 index 6147ef5..0000000 --- a/build/drivers/driver2/CMakeFiles/adder.dir/CXX.includecache +++ /dev/null @@ -1,14 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../drivers/driver2/inc/adder.h - -/home/key/Git/cmake/drivers/driver2/src/adder.cpp -adder.h -/home/key/Git/cmake/drivers/driver2/src/adder.h - diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/build.make b/build/drivers/driver2/CMakeFiles/adder.dir/build.make deleted file mode 100644 index 71b4d9e..0000000 --- a/build/drivers/driver2/CMakeFiles/adder.dir/build.make +++ /dev/null @@ -1,99 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/build - -# Include any dependencies generated for this target. -include drivers/driver2/CMakeFiles/adder.dir/depend.make - -# Include the progress variables for this target. -include drivers/driver2/CMakeFiles/adder.dir/progress.make - -# Include the compile flags for this target's objects. -include drivers/driver2/CMakeFiles/adder.dir/flags.make - -drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o: drivers/driver2/CMakeFiles/adder.dir/flags.make -drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o: ../drivers/driver2/src/adder.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o" - cd /home/key/Git/cmake/build/drivers/driver2 && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/adder.dir/src/adder.cpp.o -c /home/key/Git/cmake/drivers/driver2/src/adder.cpp - -drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/adder.dir/src/adder.cpp.i" - cd /home/key/Git/cmake/build/drivers/driver2 && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/Git/cmake/drivers/driver2/src/adder.cpp > CMakeFiles/adder.dir/src/adder.cpp.i - -drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/adder.dir/src/adder.cpp.s" - cd /home/key/Git/cmake/build/drivers/driver2 && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/Git/cmake/drivers/driver2/src/adder.cpp -o CMakeFiles/adder.dir/src/adder.cpp.s - -# Object files for target adder -adder_OBJECTS = \ -"CMakeFiles/adder.dir/src/adder.cpp.o" - -# External object files for target adder -adder_EXTERNAL_OBJECTS = - -drivers/driver2/libadder.a: drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o -drivers/driver2/libadder.a: drivers/driver2/CMakeFiles/adder.dir/build.make -drivers/driver2/libadder.a: drivers/driver2/CMakeFiles/adder.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libadder.a" - cd /home/key/Git/cmake/build/drivers/driver2 && $(CMAKE_COMMAND) -P CMakeFiles/adder.dir/cmake_clean_target.cmake - cd /home/key/Git/cmake/build/drivers/driver2 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/adder.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -drivers/driver2/CMakeFiles/adder.dir/build: drivers/driver2/libadder.a - -.PHONY : drivers/driver2/CMakeFiles/adder.dir/build - -drivers/driver2/CMakeFiles/adder.dir/clean: - cd /home/key/Git/cmake/build/drivers/driver2 && $(CMAKE_COMMAND) -P CMakeFiles/adder.dir/cmake_clean.cmake -.PHONY : drivers/driver2/CMakeFiles/adder.dir/clean - -drivers/driver2/CMakeFiles/adder.dir/depend: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake /home/key/Git/cmake/drivers/driver2 /home/key/Git/cmake/build /home/key/Git/cmake/build/drivers/driver2 /home/key/Git/cmake/build/drivers/driver2/CMakeFiles/adder.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : drivers/driver2/CMakeFiles/adder.dir/depend - diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/cmake_clean.cmake b/build/drivers/driver2/CMakeFiles/adder.dir/cmake_clean.cmake deleted file mode 100644 index fcb99b2..0000000 --- a/build/drivers/driver2/CMakeFiles/adder.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/adder.dir/src/adder.cpp.o" - "libadder.pdb" - "libadder.a" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/adder.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/depend.internal b/build/drivers/driver2/CMakeFiles/adder.dir/depend.internal deleted file mode 100644 index 8803a1b..0000000 --- a/build/drivers/driver2/CMakeFiles/adder.dir/depend.internal +++ /dev/null @@ -1,6 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o - ../drivers/driver2/inc/adder.h - /home/key/Git/cmake/drivers/driver2/src/adder.cpp diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/depend.make b/build/drivers/driver2/CMakeFiles/adder.dir/depend.make deleted file mode 100644 index d499567..0000000 --- a/build/drivers/driver2/CMakeFiles/adder.dir/depend.make +++ /dev/null @@ -1,6 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o: ../drivers/driver2/inc/adder.h -drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o: ../drivers/driver2/src/adder.cpp - diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/flags.make b/build/drivers/driver2/CMakeFiles/adder.dir/flags.make deleted file mode 100644 index e2786fc..0000000 --- a/build/drivers/driver2/CMakeFiles/adder.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/key/Git/cmake/drivers/driver2/inc - diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/link.txt b/build/drivers/driver2/CMakeFiles/adder.dir/link.txt deleted file mode 100644 index 21f6d2b..0000000 --- a/build/drivers/driver2/CMakeFiles/adder.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libadder.a CMakeFiles/adder.dir/src/adder.cpp.o -/usr/bin/ranlib libadder.a diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o b/build/drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o deleted file mode 100644 index b0cd3cd02fc7b3a7b3669acadb52486eb93cada9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1232 zcmbtT%}N4M6h7ma{a9fU5m;cW3i2X^AuVFU%!nw6+yo(`PAD~MGZR=4?ILm0BlHL@ z+xG%3dx0LHoeQDPaqiXYG;Qj@%=ylDzwe&=Gjo^O-w7xRh)`e?`jub-B7r{Ex=@2K zj6rU<`O&=XG_TsNT&I<3D{rT-kWHsIV$0h`p`uq~DYnKE@%0rKh*@ShP;QPuX+)Ih z`0&UhHl9bG9*VAJYcg^lNKb?gQQ*?PZ(4H@KEM11Ro@)}s32`hGO9S@7b*<-(Wnmn z!UuowVPvMI^@wu-y;L$RR;pmOaSDZAUMj1G9_^of+l)nWdWs@ASVEMLXSv_e3;4ZEwH4 zCaoNcSPjnM5r5i=31=S$ZiK5*9u|?I9p; z;I6T5a6yV^k-Yyz1_$V?(}aNMC*Ej|*W{x+5`Mw^^(M-7`wJ$te| Z@cy$@NWtkIGlj^{|H6gh9)!W`{|31PM!En1 diff --git a/build/drivers/driver2/Makefile b/build/drivers/driver2/Makefile deleted file mode 100644 index 21311da..0000000 --- a/build/drivers/driver2/Makefile +++ /dev/null @@ -1,180 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles /home/key/Git/cmake/build/drivers/driver2/CMakeFiles/progress.marks - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver2/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver2/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver2/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver2/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -drivers/driver2/CMakeFiles/adder.dir/rule: - cd /home/key/Git/cmake/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/driver2/CMakeFiles/adder.dir/rule -.PHONY : drivers/driver2/CMakeFiles/adder.dir/rule - -# Convenience name for target. -adder: drivers/driver2/CMakeFiles/adder.dir/rule - -.PHONY : adder - -# fast build rule for target. -adder/fast: - cd /home/key/Git/cmake/build && $(MAKE) -f drivers/driver2/CMakeFiles/adder.dir/build.make drivers/driver2/CMakeFiles/adder.dir/build -.PHONY : adder/fast - -src/adder.o: src/adder.cpp.o - -.PHONY : src/adder.o - -# target to build an object file -src/adder.cpp.o: - cd /home/key/Git/cmake/build && $(MAKE) -f drivers/driver2/CMakeFiles/adder.dir/build.make drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.o -.PHONY : src/adder.cpp.o - -src/adder.i: src/adder.cpp.i - -.PHONY : src/adder.i - -# target to preprocess a source file -src/adder.cpp.i: - cd /home/key/Git/cmake/build && $(MAKE) -f drivers/driver2/CMakeFiles/adder.dir/build.make drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.i -.PHONY : src/adder.cpp.i - -src/adder.s: src/adder.cpp.s - -.PHONY : src/adder.s - -# target to generate assembly for a file -src/adder.cpp.s: - cd /home/key/Git/cmake/build && $(MAKE) -f drivers/driver2/CMakeFiles/adder.dir/build.make drivers/driver2/CMakeFiles/adder.dir/src/adder.cpp.s -.PHONY : src/adder.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... adder" - @echo "... edit_cache" - @echo "... src/adder.o" - @echo "... src/adder.i" - @echo "... src/adder.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/drivers/driver2/cmake_install.cmake b/build/drivers/driver2/cmake_install.cmake deleted file mode 100644 index 5d21ab8..0000000 --- a/build/drivers/driver2/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /home/key/Git/cmake/drivers/driver2 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - diff --git a/build/drivers/driver2/libadder.a b/build/drivers/driver2/libadder.a deleted file mode 100644 index 5f36ec0bcbff08d0134c63823f7dd2bce0e749b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1380 zcmbtT-AWr#5S~p^t+AF=N)c38uUerV)A)mkNJ<(lrL<5CNTHaMWF^+pHI&NttgZ|0nx-I+D*R_p8Od3(^ZA`G#7 z+IFs=P)-AYg=>4~^OCOB9JkQ`2!N^{9H@3sx}T19Wu@iC#h}xx+(IsFSx)~bzTZe# zR5COR)`JEdv(F?L0ptUihfzpF>23GCdvw+PcG)Xk^@^9)-!Fe)vrt&IU%YWD4c)R= z)Pl;+EzgF4t2{NpI{XAyCu2=M8h&_!$CyH%7Fm$<`f=uGqA)h}5fef>_DMHL!Nqml zW-|6h07(#+62c_z#90y^#L<{NbPJ!l!H*&{F3!X6;r|dpjuvcFflfMbTIGFj`nm$j z^WD(b8Tn4f2UXL)237GqP}O#`>9mk*wS7lzekjd(zOL?pa-DsxochkLtDBDLbU!zV za+*c-jpR+){(VhMxzc7ZATBzAEtw>6RR0|J=sUTq{v~RuW)_z;?msO_#N40#lHg?O zR~ZP*I;P$sAZ}pR7]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../drivers/driver1/inc/driver1.hpp -iostream -- - -../drivers/driver2/inc/adder.h - -../sources/inc/main.h -iostream -- - -/home/key/Git/cmake/sources/src/main.cpp -main.h -/home/key/Git/cmake/sources/src/main.h -adder.h -/home/key/Git/cmake/sources/src/adder.h -driver1.hpp -/home/key/Git/cmake/sources/src/driver1.hpp -../../startup/startup.h -/home/key/Git/cmake/startup/startup.h - -/home/key/Git/cmake/startup/startup.h -iostream -- - diff --git a/build/sources/CMakeFiles/sources.dir/DependInfo.cmake b/build/sources/CMakeFiles/sources.dir/DependInfo.cmake deleted file mode 100644 index 05ed8cc..0000000 --- a/build/sources/CMakeFiles/sources.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/key/Git/cmake/sources/src/main.cpp" "/home/key/Git/cmake/build/sources/CMakeFiles/sources.dir/src/main.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_CXX_TARGET_INCLUDE_PATH - "../sources/inc" - "../startup" - "../drivers/driver1/inc" - "../drivers/driver2/inc" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/key/Git/cmake/build/startup/CMakeFiles/startup.dir/DependInfo.cmake" - "/home/key/Git/cmake/build/drivers/driver2/CMakeFiles/adder.dir/DependInfo.cmake" - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/sources/CMakeFiles/sources.dir/build.make b/build/sources/CMakeFiles/sources.dir/build.make deleted file mode 100644 index f82031b..0000000 --- a/build/sources/CMakeFiles/sources.dir/build.make +++ /dev/null @@ -1,100 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/build - -# Include any dependencies generated for this target. -include sources/CMakeFiles/sources.dir/depend.make - -# Include the progress variables for this target. -include sources/CMakeFiles/sources.dir/progress.make - -# Include the compile flags for this target's objects. -include sources/CMakeFiles/sources.dir/flags.make - -sources/CMakeFiles/sources.dir/src/main.cpp.o: sources/CMakeFiles/sources.dir/flags.make -sources/CMakeFiles/sources.dir/src/main.cpp.o: ../sources/src/main.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object sources/CMakeFiles/sources.dir/src/main.cpp.o" - cd /home/key/Git/cmake/build/sources && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/sources.dir/src/main.cpp.o -c /home/key/Git/cmake/sources/src/main.cpp - -sources/CMakeFiles/sources.dir/src/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sources.dir/src/main.cpp.i" - cd /home/key/Git/cmake/build/sources && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/Git/cmake/sources/src/main.cpp > CMakeFiles/sources.dir/src/main.cpp.i - -sources/CMakeFiles/sources.dir/src/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sources.dir/src/main.cpp.s" - cd /home/key/Git/cmake/build/sources && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/Git/cmake/sources/src/main.cpp -o CMakeFiles/sources.dir/src/main.cpp.s - -# Object files for target sources -sources_OBJECTS = \ -"CMakeFiles/sources.dir/src/main.cpp.o" - -# External object files for target sources -sources_EXTERNAL_OBJECTS = - -sources/sources: sources/CMakeFiles/sources.dir/src/main.cpp.o -sources/sources: sources/CMakeFiles/sources.dir/build.make -sources/sources: startup/libstartup.a -sources/sources: drivers/driver2/libadder.a -sources/sources: sources/CMakeFiles/sources.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable sources" - cd /home/key/Git/cmake/build/sources && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sources.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -sources/CMakeFiles/sources.dir/build: sources/sources - -.PHONY : sources/CMakeFiles/sources.dir/build - -sources/CMakeFiles/sources.dir/clean: - cd /home/key/Git/cmake/build/sources && $(CMAKE_COMMAND) -P CMakeFiles/sources.dir/cmake_clean.cmake -.PHONY : sources/CMakeFiles/sources.dir/clean - -sources/CMakeFiles/sources.dir/depend: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake /home/key/Git/cmake/sources /home/key/Git/cmake/build /home/key/Git/cmake/build/sources /home/key/Git/cmake/build/sources/CMakeFiles/sources.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : sources/CMakeFiles/sources.dir/depend - diff --git a/build/sources/CMakeFiles/sources.dir/cmake_clean.cmake b/build/sources/CMakeFiles/sources.dir/cmake_clean.cmake deleted file mode 100644 index 62a1ed7..0000000 --- a/build/sources/CMakeFiles/sources.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/sources.dir/src/main.cpp.o" - "sources.pdb" - "sources" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/sources.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/sources/CMakeFiles/sources.dir/depend.internal b/build/sources/CMakeFiles/sources.dir/depend.internal deleted file mode 100644 index 28fa08a..0000000 --- a/build/sources/CMakeFiles/sources.dir/depend.internal +++ /dev/null @@ -1,9 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -sources/CMakeFiles/sources.dir/src/main.cpp.o - ../drivers/driver1/inc/driver1.hpp - ../drivers/driver2/inc/adder.h - ../sources/inc/main.h - /home/key/Git/cmake/sources/src/main.cpp - /home/key/Git/cmake/startup/startup.h diff --git a/build/sources/CMakeFiles/sources.dir/depend.make b/build/sources/CMakeFiles/sources.dir/depend.make deleted file mode 100644 index f02b26b..0000000 --- a/build/sources/CMakeFiles/sources.dir/depend.make +++ /dev/null @@ -1,9 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -sources/CMakeFiles/sources.dir/src/main.cpp.o: ../drivers/driver1/inc/driver1.hpp -sources/CMakeFiles/sources.dir/src/main.cpp.o: ../drivers/driver2/inc/adder.h -sources/CMakeFiles/sources.dir/src/main.cpp.o: ../sources/inc/main.h -sources/CMakeFiles/sources.dir/src/main.cpp.o: ../sources/src/main.cpp -sources/CMakeFiles/sources.dir/src/main.cpp.o: ../startup/startup.h - diff --git a/build/sources/CMakeFiles/sources.dir/flags.make b/build/sources/CMakeFiles/sources.dir/flags.make deleted file mode 100644 index 0e5e384..0000000 --- a/build/sources/CMakeFiles/sources.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -Wall - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/key/Git/cmake/sources/inc -I/home/key/Git/cmake/startup -I/home/key/Git/cmake/drivers/driver1/inc -I/home/key/Git/cmake/drivers/driver2/inc - diff --git a/build/sources/CMakeFiles/sources.dir/link.txt b/build/sources/CMakeFiles/sources.dir/link.txt deleted file mode 100644 index 5e2af7c..0000000 --- a/build/sources/CMakeFiles/sources.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/c++ CMakeFiles/sources.dir/src/main.cpp.o -o sources ../startup/libstartup.a ../drivers/driver2/libadder.a diff --git a/build/sources/CMakeFiles/sources.dir/src/main.cpp.o b/build/sources/CMakeFiles/sources.dir/src/main.cpp.o deleted file mode 100644 index 5ab4b1ecb52c2f3e15bed2bfb1298f41a68efe6b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3912 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 Fe**-Tg!BLa diff --git a/build/startup/CMakeFiles/CMakeDirectoryInformation.cmake b/build/startup/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index a698564..0000000 --- a/build/startup/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/startup/CMakeFiles/startup.dir/build.make b/build/startup/CMakeFiles/startup.dir/build.make deleted file mode 100644 index 5464ef5..0000000 --- a/build/startup/CMakeFiles/startup.dir/build.make +++ /dev/null @@ -1,99 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/build - -# Include any dependencies generated for this target. -include startup/CMakeFiles/startup.dir/depend.make - -# Include the progress variables for this target. -include startup/CMakeFiles/startup.dir/progress.make - -# Include the compile flags for this target's objects. -include startup/CMakeFiles/startup.dir/flags.make - -startup/CMakeFiles/startup.dir/startup.cpp.o: startup/CMakeFiles/startup.dir/flags.make -startup/CMakeFiles/startup.dir/startup.cpp.o: ../startup/startup.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object startup/CMakeFiles/startup.dir/startup.cpp.o" - cd /home/key/Git/cmake/build/startup && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/startup.dir/startup.cpp.o -c /home/key/Git/cmake/startup/startup.cpp - -startup/CMakeFiles/startup.dir/startup.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/startup.dir/startup.cpp.i" - cd /home/key/Git/cmake/build/startup && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/Git/cmake/startup/startup.cpp > CMakeFiles/startup.dir/startup.cpp.i - -startup/CMakeFiles/startup.dir/startup.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/startup.dir/startup.cpp.s" - cd /home/key/Git/cmake/build/startup && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/Git/cmake/startup/startup.cpp -o CMakeFiles/startup.dir/startup.cpp.s - -# Object files for target startup -startup_OBJECTS = \ -"CMakeFiles/startup.dir/startup.cpp.o" - -# External object files for target startup -startup_EXTERNAL_OBJECTS = - -startup/libstartup.a: startup/CMakeFiles/startup.dir/startup.cpp.o -startup/libstartup.a: startup/CMakeFiles/startup.dir/build.make -startup/libstartup.a: startup/CMakeFiles/startup.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libstartup.a" - cd /home/key/Git/cmake/build/startup && $(CMAKE_COMMAND) -P CMakeFiles/startup.dir/cmake_clean_target.cmake - cd /home/key/Git/cmake/build/startup && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/startup.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -startup/CMakeFiles/startup.dir/build: startup/libstartup.a - -.PHONY : startup/CMakeFiles/startup.dir/build - -startup/CMakeFiles/startup.dir/clean: - cd /home/key/Git/cmake/build/startup && $(CMAKE_COMMAND) -P CMakeFiles/startup.dir/cmake_clean.cmake -.PHONY : startup/CMakeFiles/startup.dir/clean - -startup/CMakeFiles/startup.dir/depend: - cd /home/key/Git/cmake/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake /home/key/Git/cmake/startup /home/key/Git/cmake/build /home/key/Git/cmake/build/startup /home/key/Git/cmake/build/startup/CMakeFiles/startup.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : startup/CMakeFiles/startup.dir/depend - diff --git a/build/startup/CMakeFiles/startup.dir/cmake_clean.cmake b/build/startup/CMakeFiles/startup.dir/cmake_clean.cmake deleted file mode 100644 index 565e2ae..0000000 --- a/build/startup/CMakeFiles/startup.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/startup.dir/startup.cpp.o" - "libstartup.pdb" - "libstartup.a" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/startup.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/startup/CMakeFiles/startup.dir/cmake_clean_target.cmake b/build/startup/CMakeFiles/startup.dir/cmake_clean_target.cmake deleted file mode 100644 index badd896..0000000 --- a/build/startup/CMakeFiles/startup.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libstartup.a" -) diff --git a/build/startup/CMakeFiles/startup.dir/depend.internal b/build/startup/CMakeFiles/startup.dir/depend.internal deleted file mode 100644 index 8dd6b92..0000000 --- a/build/startup/CMakeFiles/startup.dir/depend.internal +++ /dev/null @@ -1,6 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -startup/CMakeFiles/startup.dir/startup.cpp.o - /home/key/Git/cmake/startup/startup.cpp - /home/key/Git/cmake/startup/startup.h diff --git a/build/startup/CMakeFiles/startup.dir/depend.make b/build/startup/CMakeFiles/startup.dir/depend.make deleted file mode 100644 index 067422e..0000000 --- a/build/startup/CMakeFiles/startup.dir/depend.make +++ /dev/null @@ -1,6 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -startup/CMakeFiles/startup.dir/startup.cpp.o: ../startup/startup.cpp -startup/CMakeFiles/startup.dir/startup.cpp.o: ../startup/startup.h - diff --git a/build/startup/CMakeFiles/startup.dir/flags.make b/build/startup/CMakeFiles/startup.dir/flags.make deleted file mode 100644 index c7ada7b..0000000 --- a/build/startup/CMakeFiles/startup.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/key/Git/cmake/startup - diff --git a/build/startup/CMakeFiles/startup.dir/link.txt b/build/startup/CMakeFiles/startup.dir/link.txt deleted file mode 100644 index 4b743ea..0000000 --- a/build/startup/CMakeFiles/startup.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libstartup.a CMakeFiles/startup.dir/startup.cpp.o -/usr/bin/ranlib libstartup.a diff --git a/build/startup/CMakeFiles/startup.dir/progress.make b/build/startup/CMakeFiles/startup.dir/progress.make deleted file mode 100644 index 3a86673..0000000 --- a/build/startup/CMakeFiles/startup.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 5 -CMAKE_PROGRESS_2 = 6 - diff --git a/build/startup/CMakeFiles/startup.dir/startup.cpp.o b/build/startup/CMakeFiles/startup.dir/startup.cpp.o deleted file mode 100644 index a13d6d83da949617019af4297f469f734ca18d7c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2768 zcmbuB&u<$=6vxLl{Q+uIQz#%6B%i7lwTn&DHboFQO*XNq)kJZ6DOAIFz2K#`*X*v_ zv{J;6N=Oz&>X9?z?*K$45C_gkoVXz6z=c~6sm%M%&P&#twS>frc4yw_{g_|-#`)B4 zEa!7M!IBg6Vqaq_MDfUezpA@caYD?9o3+tjwe3qFwe5G%?CAdJr`lJC;@;1-(eD~Q zy8T$YKm5Bm+S(lrpFG^!%?;oDeCx@0EX45KM1t*8I@+Y>T))JLe$|P-N7xUT?ap`O z@%Z**5k@MAhJ(^QKe!VjeqUA=7vCzKU2X+uMi&pu<<#TZdPA?kI+=F$I+brfz zA3JjN5v6{WI3CCwcrDBnzsxTlKm0K{kP6$|;3Rdt*q&d~4zRxuPNG-D_O&=Zwj6w8 zRnLfjXn_Z%kaa~Rig$!G=F6FH&rqu50%(IR^ zq@>1ab$PjIZ^(^>YYkg!dpE2%qe{i;s6a-6@}jWr*!DWHi!Bw>6nq-aRlT~iA?@ZR zxpv)&^Sb?Zx9{LdJk{w4U$*wamV{PX01oYUgd{%O5J zv0%xwCspwHsEwqgO5b1Ku5 zlpUjR-Lj46&uxt8eLuNg7rT1^zE5-L=a^?JceZLir~ zr)i~#AC-_Ih}0uz#NPpkN+1qBBXQz_lmi!TJp`Heot@{dH){!r7wyh_pZ8;a?Tqur zHPf@&^HY~{jxYx!F?K<>u65?ScO0QE4#aMuseAAaOWU3nE8C?>2N5-;KEpey)!CXm*!f( zgoS=pg}z7H4;cIYcf;ZE&SPGQ+&$O3>m&b}tSm0Rojbo|HyyK=D;bxK{KeS|p@N{7 zbY$wmx=3wjQ)f>cJN}4DzeXGnx=7*lcZ_MgB@i$HIuw)W zq1J|UwFcCFr1>_r5Hk0hZ3H+~F$#e$S{aRiPfK^(K=JRr;MNwe3IEj!GEop&4|SL&eQ_NmP1Ck&fXODRkkR)Em39-Oyl)(Uezmzy!pb%f#H?*?X*+Q19jHfx^UF%8;|Ko~7E zFon_dePMWRXeci}X=!?%d0!Zo+wIyt3hudqZLHk9b&n>%Wj@_0YdS=(w3MxsAJ+*dh(YBW@KqguPV@LL!4vI|H}U@8 zq5#yKlpl|e+Xc!6i|##{g8RqWh)O(vo}4&K@&5nNNjzU|j^@w&DmjwYucUu+c%86* zK%B??U1Atho}Q@eYlF`%`*{4^Hpsy`$Dlou1QTN0n#I?T_kDCeP?UtnA6i0Kq$JIM zP0zoo12KR6s&YQhAH$6Ijg-&y_{-Xf{}ZrJ@qGM($M=qq_))`tY#m~zx+9bFztQ9O KP%I+x{C@#!K!Icc diff --git a/cmakeInstall/CMakeLists.txt b/cmakeInstall/CMakeLists.txt new file mode 100644 index 0000000..769e981 --- /dev/null +++ b/cmakeInstall/CMakeLists.txt @@ -0,0 +1,19 @@ +cmake_minimum_required(VERSION 3.5) + +set(IDIR_BIN "/home/key/Git/cmake/cmakeInstall/bin") +set(IDIR_LIB "/home/key/Git/cmake/cmakeInstall/lib") +set(IDIR_INC "/home/key/Git/cmake/cmakeInstall/inc") + + +project(test C CXX) + +set(CMAKE_CXX_STANDARD 17) + +add_subdirectory(bsl) +list(APPEND EXTRA_LIBS stmFunc) + +add_executable(${PROJECT_NAME} main.cpp) +target_link_libraries(${PROJECT_NAME} PUBLIC ${EXTRA_LIBS}) + +install(TARGETS ${PROJECT_NAME} DESTINATION ${IDIR_BIN}) +install(FILES main.h DESTINATION ${IDIR_INC}) diff --git a/cmakeInstall/bsl/CMakeLists.txt b/cmakeInstall/bsl/CMakeLists.txt new file mode 100644 index 0000000..f76514f --- /dev/null +++ b/cmakeInstall/bsl/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory(csl) +#add_subdirectory(board) diff --git a/cmakeInstall/bsl/csl/CMakeLists.txt b/cmakeInstall/bsl/csl/CMakeLists.txt new file mode 100644 index 0000000..00bcce6 --- /dev/null +++ b/cmakeInstall/bsl/csl/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory(stm) + diff --git a/cmakeInstall/bsl/csl/stm/CMakeLists.txt b/cmakeInstall/bsl/csl/stm/CMakeLists.txt new file mode 100644 index 0000000..ad0247a --- /dev/null +++ b/cmakeInstall/bsl/csl/stm/CMakeLists.txt @@ -0,0 +1,8 @@ +add_library(stmFunc stm.c) + +target_include_directories(stmFunc + INTERFACE + ${CMAKE_CURRENT_SOURCE_DIR}) + +#install(TARGETS stmFunc DESTINATION ${IDIR_LIB}) +#install(FILES stm.h DESTINATION ${IDIR_INC}) diff --git a/cmakeInstall/bsl/csl/stm/stm.c b/cmakeInstall/bsl/csl/stm/stm.c new file mode 100644 index 0000000..0fcc4ea --- /dev/null +++ b/cmakeInstall/bsl/csl/stm/stm.c @@ -0,0 +1,7 @@ +#include"stm.h" + +int stminit() +{ + printf("Stm Init success !!! \n\r"); + return 1; +} diff --git a/cmakeInstall/bsl/csl/stm/stm.h b/cmakeInstall/bsl/csl/stm/stm.h new file mode 100644 index 0000000..f69413c --- /dev/null +++ b/cmakeInstall/bsl/csl/stm/stm.h @@ -0,0 +1,18 @@ +#ifndef _STM_H +#define _STM_H + +#include + +#ifdef __cplusplus +extern "C" +{ +#endif + + +int stminit(); + +#ifdef __cplusplus +} // closing brace for extern "C" +#endif + +#endif /* STM_H */ diff --git a/separateObjects/build/CMakeCache.txt b/cmakeInstall/build/CMakeCache.txt similarity index 88% rename from separateObjects/build/CMakeCache.txt rename to cmakeInstall/build/CMakeCache.txt index 0a68f87..986b250 100644 --- a/separateObjects/build/CMakeCache.txt +++ b/cmakeInstall/build/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/key/Git/cmake/separateObjects/build +# For build in directory: /home/key/Git/cmake/cmakeInstall/build # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. @@ -14,6 +14,9 @@ # EXTERNAL cache entries ######################## +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar @@ -24,13 +27,16 @@ CMAKE_BUILD_TYPE:STRING= //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-8 +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-10 //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-8 +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-10 //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING= @@ -47,13 +53,16 @@ CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-8 +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-10 //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-8 +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-10 //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING= @@ -70,6 +79,9 @@ CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING= @@ -86,7 +98,7 @@ CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local @@ -95,7 +107,7 @@ CMAKE_INSTALL_PREFIX:PATH=/usr/local CMAKE_LINKER:FILEPATH=/usr/bin/ld //Path to a program. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake //Flags used by the linker during the creation of modules during // all build types. @@ -135,24 +147,12 @@ CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=test -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=1.0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING= @@ -210,42 +210,26 @@ CMAKE_STRIP:FILEPATH=/usr/bin/strip CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Value Computed by CMake -adder_BINARY_DIR:STATIC=/home/key/Git/cmake/separateObjects/build/drivers/adder - -//Value Computed by CMake -adder_SOURCE_DIR:STATIC=/home/key/Git/cmake/separateObjects/drivers/adder - -//Value Computed by CMake -dirver_BINARY_DIR:STATIC=/home/key/Git/cmake/separateObjects/build/drivers - -//Value Computed by CMake -dirver_SOURCE_DIR:STATIC=/home/key/Git/cmake/separateObjects/drivers - -//Value Computed by CMake -sources_BINARY_DIR:STATIC=/home/key/Git/cmake/separateObjects/build/sources - -//Value Computed by CMake -sources_SOURCE_DIR:STATIC=/home/key/Git/cmake/separateObjects/sources - -//Value Computed by CMake -test_BINARY_DIR:STATIC=/home/key/Git/cmake/separateObjects/build +test_BINARY_DIR:STATIC=/home/key/Git/cmake/cmakeInstall/build //Value Computed by CMake -test_SOURCE_DIR:STATIC=/home/key/Git/cmake/separateObjects +test_SOURCE_DIR:STATIC=/home/key/Git/cmake/cmakeInstall ######################## # INTERNAL cache entries ######################## +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/key/Git/cmake/separateObjects/build +CMAKE_CACHEFILE_DIR:INTERNAL=/home/key/Git/cmake/cmakeInstall/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=13 +CMAKE_CACHE_MINOR_VERSION:INTERNAL=18 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE @@ -256,6 +240,8 @@ CMAKE_COMMAND:INTERNAL=/usr/bin/cmake CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB @@ -270,6 +256,8 @@ CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_AR CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB @@ -284,6 +272,8 @@ CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS @@ -310,7 +300,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/key/Git/cmake/separateObjects +CMAKE_HOME_DIRECTORY:INTERNAL=/home/key/Git/cmake/cmakeInstall //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER @@ -339,8 +329,10 @@ CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.13 +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.18 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG diff --git a/build/CMakeFiles/3.13.4/CMakeCCompiler.cmake b/cmakeInstall/build/CMakeFiles/3.18.4/CMakeCCompiler.cmake similarity index 82% rename from build/CMakeFiles/3.13.4/CMakeCCompiler.cmake rename to cmakeInstall/build/CMakeFiles/3.18.4/CMakeCCompiler.cmake index 3f570ea..e033eb1 100644 --- a/build/CMakeFiles/3.13.4/CMakeCCompiler.cmake +++ b/cmakeInstall/build/CMakeFiles/3.18.4/CMakeCCompiler.cmake @@ -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 "8.3.0") +set(CMAKE_C_COMPILER_VERSION "10.2.1") set(CMAKE_C_COMPILER_VERSION_INTERNAL "") set(CMAKE_C_COMPILER_WRAPPER "") set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") @@ -12,15 +12,18 @@ set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") set(CMAKE_C_PLATFORM_ID "Linux") set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") set(CMAKE_C_SIMULATE_VERSION "") + set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-8") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-10") set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-8") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-10") set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") set(CMAKE_COMPILER_IS_GNUCC 1) set(CMAKE_C_COMPILER_LOADED 1) set(CMAKE_C_COMPILER_WORKS TRUE) @@ -68,6 +71,7 @@ endif() +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/10/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/10;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.13.4/CMakeCXXCompiler.cmake b/cmakeInstall/build/CMakeFiles/3.18.4/CMakeCXXCompiler.cmake similarity index 84% rename from build/CMakeFiles/3.13.4/CMakeCXXCompiler.cmake rename to cmakeInstall/build/CMakeFiles/3.18.4/CMakeCXXCompiler.cmake index 5a956a9..7d1c1cf 100644 --- a/build/CMakeFiles/3.13.4/CMakeCXXCompiler.cmake +++ b/cmakeInstall/build/CMakeFiles/3.18.4/CMakeCXXCompiler.cmake @@ -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 "8.3.0") +set(CMAKE_CXX_COMPILER_VERSION "10.2.1") set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") set(CMAKE_CXX_COMPILER_WRAPPER "") set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") @@ -14,15 +14,18 @@ set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") set(CMAKE_CXX_PLATFORM_ID "Linux") set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") set(CMAKE_CXX_SIMULATE_VERSION "") + set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-8") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-10") set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-8") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-10") set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") set(CMAKE_COMPILER_IS_GNUCXX 1) set(CMAKE_CXX_COMPILER_LOADED 1) set(CMAKE_CXX_COMPILER_WORKS TRUE) @@ -40,8 +43,17 @@ if(CMAKE_COMPILER_IS_MINGW) set(MINGW 1) endif() set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + set(CMAKE_CXX_LINKER_PREFERENCE 30) set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) @@ -71,6 +83,7 @@ endif() +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/10;/usr/include/x86_64-linux-gnu/c++/10;/usr/include/c++/10/backward;/usr/lib/gcc/x86_64-linux-gnu/10/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/10;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_C.bin b/cmakeInstall/build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_C.bin similarity index 72% rename from build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_C.bin rename to cmakeInstall/build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_C.bin index e36f95c415bc098a587b396cd4b38cf903fd2af4..664e449f05d9ad7db98cfe9dad4b42163ab4e094 100755 GIT binary patch delta 782 zcmZ9IO=uHA6vtDMF!NA{DU}gNO$) z77q(XEYA<<#YE`AOR0v6h=(rpAlQQe@t~-9GWb!f;1`<4NxFxo18?Td`@Q#{_a>LY zxeT6tM)6jJ5KZjR;S>r?th}3ED5YoGr>D9$RPN+|4qS!>iibwJ4-)$r7@;HZ!q4C~ zP$(-rryYjVqeH{OxiLY8&-5s6E2NlyW0U$Vsx1Yh+HV@3vX8>??Ebr52r0*6>MJD` zQ-3H&74=^#nsweF;bgqC9G&>mSQ=ibRH9m$PH&aonC&R8evhk55%r@|vA!?NSu$oe zW@^1o_nP=D(`)Lu)(|NibbKgO)36K+U}mlihpqL(s@R56dL8Na7e- zQOAM$+}Gf6bGEOwAd7r_Jw3EsH-~qE;^FW`ctA3HNTvmu5v%L8 z=mkmmKqyaWGi5?A*UfSqEFR8wflwB4s5Mmo%GIjA?PgV(;t;=%=HV=%vsGpCOXIq7 zzb>%|c|tGgG^F>xN2l{pBy>@yJM`MHPK$tL4!^BU_X{Ms4~vDYyc@$~?-V3`9=Po@ z8PANRPY6m+%$XiM3HN+|A?F{!?SKRJZ8Fi>NQ~0;O1e`!VUpflNCd_k@Gj7TUYvkG Y!Jr{gts$!!l#tgjDHK6}9s&akAuAY^%ysT{{Xq|$@BI0l@0`QOS1izC zfzCW&ci=`~4;1%qf){~Z!V}}ReM6^LVC&+A4>h{J(=y0N zS*p)zBqVB-{XHJTDWn2YJK09&Y-<2RLp(5r^c;q6!V_1tmadr?%p)B@$|3DoM|S`X z^5#LLc6<^CJq!LIPgT7morF}77p9TfNQ2(o5dAyoau=>5eTg1NT*MdEbN}Q5Xh@$L zQ(YUT&cQdNul3H%#+^Ru)6FYLjei9FQq&X*bOvEeYAoHBoD?30ZbC9FHOc$q-h679 zh$Ex<N$xpsrp=&5 bLR5jDk%&c+)@pf>qan+&@LE&>t-IwnPC%^| diff --git a/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_CXX.bin b/cmakeInstall/build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_CXX.bin similarity index 64% rename from build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_CXX.bin rename to cmakeInstall/build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_CXX.bin index ec94666585c50c6056732272ce59730f0cea1f4f..51a4880cea4d4a18c693fad62388ed8d1eb15d19 100755 GIT binary patch delta 1714 zcmZ`)Z%kWN6u-BB21Wk7Lg95RqYomno9pXqfl@%*K4_txrLYZLj4_weR;;qZXj#<6 zn7WvyndsPwiJGX{z8Fo!8sY~(7{fGf`(Q#7V?q{jezIB2wwRbKae(*r-KXI6Htl)m zcYo*H-@WJE(_$VM^Z3HLNiw3!kd`;jwOd8ivHJE}PRD%6W4_(aSa!zJY!R!hB7BLz z?)bl4WyUIFcuyw^78;|c-;vlPiml{@_wAGK4t>=5&J!oEUc3JEnzY~Xm6fPPbb9eoajL#(a7Ksaf@!T2R8L>P|`QS zNpDM3QK@c-Z3|)g>7Xd5OwqB}nl>q%BdUwE^QdONU{)UlAADlyhx>-wx|@C#+DDBJ zwhTNRG1k`I-Gv&!VdSxK^%wJvnu}Z&{t2qN!}tnxab5Tf%y2dwgLB-YErq+`wcGyi z+C6<3e-|!o=Pcp##!k4#b?Wvx;SP6pD7y6chg6#UWTfz;JQ*qcAy3GK`;*}%#{~+X zh#uMspZ%@6oY>yk39oJGa|c{E8f++9_&r*<9W4AR?^u3b{lc7Y;3D{r7k9h2BSRF&|3Q16;yP4^v~p_UXDa;0zss)S zZ^K#_k3WTF`uh!h+~vgUu+im=Z&nD656HMv$)m{7GN|?*-6j--QV);M!ROt)Yl?y#;*mYDH;+$=)zzaPSgbZX1K7jk z*WonHaIuo-5}14V$O`3~Q3FDP$~3TmuarDg!#vCL48w0x%ONY00t{g0JjgWj_i(9) zcWtoPP8O@wMj4yRTDk`{-%|7#4fLj}S3KegU}oG`Rv{5>wV6|M8Py?5&SZ9uJQvR-XH$qo#^^*c zogs_a6czo?dWvZ3PiM0%jj{*@swPH0I=^vkK;65s{z;ntbV zqBy;no=rN^NhD_Gaw$+h1;iVYmPQ delta 1724 zcmZ`)Z%kWN6u97At&?>WEU zIrp6V?w`}8Il44Q7r!%|GZLkpEB-j|+H$L4tNXBwFe(;cj`FS@&1*;V(&YwKy*A)W zy3+7}vFutbI|Cmv9(c&qoiN}$D|Qz9nV~UKYk6t%*Yef)ELSHAWby zAM9~MY;;hBeb(ke*Np0g+C(BD=49j}h!P49ci4uJGx6BzUa{5F>Iq;HLe%v$gyJuQ zm{V9nW{#yyvh})#^-V0*u+yR{+uiW4q0^!5yTWaRRns#lDEw^TVck$xzWoHtLb;KL zGGkfs4!0aJ-Y{R~O6UV9<({Xvz|Z;Vn=rxE)AKOTHP@`}u|i>6SltQ>^scbBm$wS< z8Qt(T*U0?hfk)hx-dN#Y^n9%FI64+B>_$i93yl{}5i%w$xMlfb{Nw}S%EQvF#NPhC zu)53UYkfae){}VQ&v@Z+U*S=7-@3m1g=Mai>#wkX!1h--7YzLsP463p z#oJ|#@<)xy12*k$5K)B(I0HV9w?W^lTFt8O*)a{{p1tK6q94PWCrlT?;tkU&81~lF zB)sbVklE?RqdyML7F$KT$M0!z2TwW`1!)(gTiWO*+-woioBDX1NqsifL>9s4yVt6x z)-oxACDmkGyWNL*E5Tfyt$U6E#*9&JC+n{CE=W?V6&-$ z+=b8lUiv-U_j@njS2&KeJ2j&wKEaJ-i22`Zr}4j|r1*;T$EeTRRg|hDpHrb6$k7$L zkf)>uX4@=|5b7M^NmE3Rrpf}WweeR228V@I65>=z`4P))5GTnmv6`mfw*XJGAmR7} zP#hOvHNZRGKo1LZH0(V10=&FXjdmG4c|)f;{~eZnp8pb@Z%K zR`8e1GG+!=d^R{6JZ%X1TLUl^tbyCXcQ`CHV!t2`j6?_fMWJs5dP027cs7YOBb80% zMQM6kx};VP$b{^d$CFZCB4X?;a>-OyoXL&LzKPc)@#R!jN~c~Qk3^oV78xm(MTcZ= zQhY_qCez~xMhAPv{-Himlnoe9jgR1BE_a~I1xQTfW|VbcMl4v#aV%N1hyES(%UJ2{sRH@F15R+Y)7rs(nn z40o>J!?SdGO-b#HlMw3)nWi)}1qDQl8d_ZbrYppl^^3pd26Io)tUso0H@wgjwCI;q n|0mg4F7|{et%J32hzekegiS(FJ$cL@37OLED%yp$j{1K9;$L%Q diff --git a/separateObjects/build/CMakeFiles/3.13.4/CMakeSystem.cmake b/cmakeInstall/build/CMakeFiles/3.18.4/CMakeSystem.cmake similarity index 53% rename from separateObjects/build/CMakeFiles/3.13.4/CMakeSystem.cmake rename to cmakeInstall/build/CMakeFiles/3.18.4/CMakeSystem.cmake index 4ce0c6c..1a7b45b 100644 --- a/separateObjects/build/CMakeFiles/3.13.4/CMakeSystem.cmake +++ b/cmakeInstall/build/CMakeFiles/3.18.4/CMakeSystem.cmake @@ -1,13 +1,13 @@ -set(CMAKE_HOST_SYSTEM "Linux-4.19.0-17-amd64") +set(CMAKE_HOST_SYSTEM "Linux-5.10.0-9-amd64") set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "4.19.0-17-amd64") +set(CMAKE_HOST_SYSTEM_VERSION "5.10.0-9-amd64") set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") -set(CMAKE_SYSTEM "Linux-4.19.0-17-amd64") +set(CMAKE_SYSTEM "Linux-5.10.0-9-amd64") set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "4.19.0-17-amd64") +set(CMAKE_SYSTEM_VERSION "5.10.0-9-amd64") set(CMAKE_SYSTEM_PROCESSOR "x86_64") set(CMAKE_CROSSCOMPILING "FALSE") diff --git a/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c b/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.c similarity index 82% rename from build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c rename to cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.c index bfc6ebb..6c0aa93 100644 --- a/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c +++ b/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.c @@ -19,6 +19,9 @@ # define COMPILER_ID "Intel" # if defined(_MSC_VER) # define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" # endif /* __INTEL_COMPILER = VRP */ # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) @@ -37,6 +40,17 @@ # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) # endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif #elif defined(__PATHCC__) # define COMPILER_ID "PathScale" @@ -106,48 +120,32 @@ #elif defined(__IBMC__) && defined(__COMPILER_VER__) # define COMPILER_ID "zOS" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800) -# define COMPILER_ID "XL" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 # define COMPILER_ID "VisualAge" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) #elif defined(__PGI) # define COMPILER_ID "PGI" @@ -172,6 +170,15 @@ #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) # define COMPILER_ID "Fujitsu" +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + #elif defined(__TINYC__) # define COMPILER_ID "TinyCC" @@ -181,6 +188,21 @@ #elif defined(__SCO_VERSION__) # define COMPILER_ID "SCO" +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + #elif defined(__clang__) && defined(__apple_build_version__) # define COMPILER_ID "AppleClang" # if defined(_MSC_VER) @@ -196,6 +218,13 @@ # endif # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + #elif defined(__clang__) # define COMPILER_ID "Clang" # if defined(_MSC_VER) @@ -249,28 +278,18 @@ #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) # define COMPILER_ID "IAR" -# if defined(__VER__) +# if defined(__VER__) && defined(__ICCARM__) # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) # endif -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) # define COMPILER_ID "SDCC" # if defined(__SDCC_VERSION_MAJOR) @@ -284,27 +303,10 @@ # define COMPILER_VERSION_PATCH DEC(SDCC % 10) # endif -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - /* These compilers are either not known or too old to define an identification macro. Try to identify the platform and guess that it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - #elif defined(__hpux) || defined(__hpua) # define COMPILER_ID "HP" @@ -363,9 +365,6 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) # define PLATFORM_ID "AIX" -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - #elif defined(__hpux) || defined(__hpux__) # define PLATFORM_ID "HP-UX" @@ -421,10 +420,21 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # elif defined(__WINDOWS__) # define PLATFORM_ID "Windows3x" +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + # else /* unknown platform */ # define PLATFORM_ID # endif +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + #else /* unknown platform */ # define PLATFORM_ID @@ -482,9 +492,50 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # if defined(__ICCARM__) # define ARCHITECTURE_ID "ARM" +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + # elif defined(__ICCAVR__) # define ARCHITECTURE_ID "AVR" +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + # else /* unknown architecture */ # define ARCHITECTURE_ID "" # endif diff --git a/separateObjects/build/CMakeFiles/3.13.4/CompilerIdC/a.out b/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdC/a.out similarity index 72% rename from separateObjects/build/CMakeFiles/3.13.4/CompilerIdC/a.out rename to cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdC/a.out index f0754bf1eb003255488bb3228f091b6896bbdee2..dec38b4bbc1c18fb1e0b97a9f50584a9cf170595 100755 GIT binary patch delta 884 zcmZvaUr1AN6vuzRd$*cpYtFU1^>0@(QfRk(H@oUcy*HKaVDyJt*@M*7kcp_#4C+mb z;6e-J;DfzMFTMoE1@XZL7ePfN77wGp>v# z<5B&GdREof;#xYW;PIJQU0%ES)se0Iv%aon@@#64^nPc6#PshmeYIWxtgd^O4ZHii z(<6z3ShUcFBN@ZIOkGi@?=IWn0N=5exRMd0+C5!q>=toeI{zOWNmk_0p_V4omt{^R^gt*N<+(m$4!S=!w z(u)}Kgd;x1I<~e(c!|_&Y8fY~v9udGtw4`({w}1h|7iOQm9HbMU^v2;RK5)f)J~Wb zwW38GR_XgNj`R^mF5)AnO0+$YL26jq+7fLBz9D^q)V%KjYwl^Q@++v4Ie*UTN-L?n zX7+6NGK82fvyw_MDs!|2Cgn~l!jkNT?G3-d-uN2cHO6-L4UP!iBgui@V6vA8gF~sy zf_f|(OeOk2Y085VxkPJVDiYWyCH*1949 delta 839 zcmZXRUr1AN6vxl+-mRwD-JPzkGr>)al-g}`^Sag_@72sZm{HWq9()k8uE76w8EAtX#Y+r3KJf%7}x`}=&)?{|LO%oxjz zvFX*xxhfcp*%jYm2>cf4h=?eh3|W2dls&-)7%KwrbQk zchNw9SGRm)NLDbzSK}(*$C#0@b(R!oH+VhuL(i@>8Lz}$tR4WMKfP|j*=j(-d-534ds$->WV{=o_=J=5V!B5UAh^N-$skPIo@7kt&(Xf|Z7Tke| z955raB?88EufoJuq5J{gDtObjR-ty>t{X3Xw@PT9pj^WV5t;0MrOsOrG`kPS17Wso zWCM>l&l!3UgEH`*BJo#T!{LzRxk)<=N}+rQeT-9~qwFaz&^m`KEP37*oNlPy;e3Zd zqF)Oqi}1`_5ZlXdOcI@802~wph})nboH!AdxGIL9gZnt>#w>Y{lUD=@boF1a2Y-eo zdo$5edSV$%qOU>X2Cd%Pc)mgM+$ZV+CxF-N&Hwv+OyXUlPx8I67cwq$x6>>zk26Gj zEvi~G9=7N#E)kt4Dnj{xQ!SuNkvt!Wx@cxqHJcn(?=RF8i384jUj+`6SK-VVRj+BP zx4bPlrF7UDL-h^Dy5eN$h`h(eNPC6W9P^JPdqEx?8o4U>4vxxQqx}Ot{{9|pIhMnd z(QbUmi#Qz>eL*^EHznOrh-FJ`)f!_dddJQxF{w7PKAcpWil!CQ+Kx+VV^J<*e&sM3 Gt@;C^p|ITm diff --git a/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.cpp similarity index 80% rename from build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp rename to cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.cpp index b728b63..37c21ca 100644 --- a/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ b/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -19,6 +19,9 @@ # define COMPILER_ID "Intel" # if defined(_MSC_VER) # define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" # endif /* __INTEL_COMPILER = VRP */ # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) @@ -37,6 +40,17 @@ # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) # endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif #elif defined(__PATHCC__) # define COMPILER_ID "PathScale" @@ -106,48 +120,32 @@ #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) # define COMPILER_ID "zOS" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -#elif defined(__ibmxl__) || (defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800) -# define COMPILER_ID "XL" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 # define COMPILER_ID "VisualAge" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) #elif defined(__PGI) # define COMPILER_ID "PGI" @@ -172,9 +170,33 @@ #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) # define COMPILER_ID "Fujitsu" +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + #elif defined(__SCO_VERSION__) # define COMPILER_ID "SCO" +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + #elif defined(__clang__) && defined(__apple_build_version__) # define COMPILER_ID "AppleClang" # if defined(_MSC_VER) @@ -190,6 +212,13 @@ # endif # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + #elif defined(__clang__) # define COMPILER_ID "Clang" # if defined(_MSC_VER) @@ -247,49 +276,22 @@ #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) # define COMPILER_ID "IAR" -# if defined(__VER__) +# if defined(__VER__) && defined(__ICCARM__) # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) # endif /* These compilers are either not known or too old to define an identification macro. Try to identify the platform and guess that it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - #elif defined(__hpux) || defined(__hpua) # define COMPILER_ID "HP" @@ -348,9 +350,6 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) # define PLATFORM_ID "AIX" -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - #elif defined(__hpux) || defined(__hpux__) # define PLATFORM_ID "HP-UX" @@ -406,10 +405,21 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # elif defined(__WINDOWS__) # define PLATFORM_ID "Windows3x" +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + # else /* unknown platform */ # define PLATFORM_ID # endif +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + #else /* unknown platform */ # define PLATFORM_ID @@ -467,9 +477,50 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # if defined(__ICCARM__) # define ARCHITECTURE_ID "ARM" +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + # elif defined(__ICCAVR__) # define ARCHITECTURE_ID "AVR" +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + # else /* unknown architecture */ # define ARCHITECTURE_ID "" # endif @@ -554,10 +605,20 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; -#if defined(_MSC_VER) && defined(_MSVC_LANG) -#define CXX_STD _MSVC_LANG +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG #else -#define CXX_STD __cplusplus +# define CXX_STD __cplusplus #endif const char* info_language_dialect_default = "INFO" ":" "dialect_default[" diff --git a/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdCXX/a.out b/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..5bf5face8e8ca8200b8bb7dfca3579f9f42e48ef GIT binary patch literal 16712 zcmeHOZ)_Y#6`%9j&V|Hh$Bl_ein0xfa3H>%-Nbd$I=%DXHM%%yYL|lREbF_oeeLv+3 zcYQ|i0Y0D|Y411loA=(#yqVpb*`4`ZPpr4X=MxBiu}^R+QfDy{nGx74BLorAF4oZR z2gSXjn$ndfXXQsMpj<0VR5&ppc|RfReOKnY@m?thL=72PZ>4am%E|!>*$&n-vt$}P zutwGc2!63VMV9Eo8?s_RyB_Uh4R@@tJ&`LR1qFieFH<{6hx-|Md~m+iuFq3Ujv2y>$=^!tE1k_G2ldf3+ZdnBW~2?x5-lre*2nT7{OBVOay`-Cg^j7z?ByM@ z?zj&yZk2Ubh9bu~_<3nSiCFpIk#2JHiX|6z@j1!2yZA3kKH}n^m;9xNg&BA(u9|M*B@5T-tw!ySJaDljrC+;n=}w8&5xPoK>t{WPFbR` zb4Z=-sOG3ze8X6)p6J*@iG}7;skAUbKd)5np|o!VdcZe7LzzRQQ+)cGS}e@J+H;$$ zr=DoIN-OjeJ=fH)s=f=gr$z0{XM8=kiT`~$-V&T^_)U=9c)GG~QTnIlrEia%v)U2; zcxL2Jmus5EaoJysWxncTpI^vXb{84jDFB^FH$Lpih)zdLeBL zx9l1bzD@oI`8z9rlQZ5bm5vi0Cwz(U1w#I&I&-5`I!}0$@CxDJ+ojSDdKJOnhdKC; z9umIkI^U+Xs{*HdtLm8NJqGQh|4|l@p}f2hTPdIA7p|8|<|oQvU2m}QW3_8O9XKW) z-uU20?%%qFO|X79T^C3W-!7SF-6!b!0hL!^A{wlFwxX-1x?+lIWa)gC=m6EsB{J!Nxm}}Fu%XD z9~81f&G&-m0nY=T2RsjW9`HQidBF34=K;?Ho(ER+0QO~KA12li=HiC5)Mo||MEYoU!YjeVcIF5-avckh<6W?F8h#2(2rGHvbA6(TIt?=!W9cv|8b ziH#B)Bm$%wZ)P{cDw#1=X+=;EMK+u^v6=z){!y~(N2DoAUti7o9+dj@)!0nKZ?p_E z)B9xpdoqo3rTPCkU|;!41uGFNM^P-qep>9G#eUhouCBdGQ+IMSrDqgc__u~yn%lO^ zn9>?L9uvK)@k<)f1VZa;s8_;U5&TxGmz`>QE^~X`cIt^&NY5R15WmGu zQo4`rkbU?04H3^7d805k7K)3dV=S66sm1vqOP&s~B(mCgIyTN#K1q|(^juD#(UKV>HzUS!`eaf|6ecHUNX3@YNYZeKcJ0@nN_IW|c$a)% z-k%7?r>2DV$yiHkDl?YF`*E_2`VWv)B9+k!`D8+vEyoLgl)=?v|5>^Cz(Bd9`MfN` zJiTNpr}fNuK_91HaDEjaaXPpJFY<||vd5I1N2DBWGR^aM2O&cFnMp$*B{XstP9T=b z&=ILA5z1tZWN1872#pp}bP_F@=O;ucF_R&C78*G#M}8e~Bs9v) zCDS@9h>+=#&{Wz8jb{xJGLqBu%OjG6vSt^Bk`rpVy>{IAt9t>1ug;Bn{{l`g{McBR>Fwc^>0lY*m%O0*!!mh7KJs`|M2WjA!T>6-Q z15sb-BMp4srH}tx;8|CPpqAH-V}VOyv_=54A}L^+Umb*H#V8O*uMf&Pb~ zC=vR0#MrZoPDz8RbUgphG}DFpz%P7%pze14AM+mrg-2Y*QLdHCbIkJktM^zEcOWRy Gt^ZHsp<8$W literal 0 HcmV?d00001 diff --git a/build/CMakeFiles/CMakeDirectoryInformation.cmake b/cmakeInstall/build/CMakeFiles/CMakeDirectoryInformation.cmake similarity index 67% rename from build/CMakeFiles/CMakeDirectoryInformation.cmake rename to cmakeInstall/build/CMakeFiles/CMakeDirectoryInformation.cmake index a698564..aa06a48 100644 --- a/build/CMakeFiles/CMakeDirectoryInformation.cmake +++ b/cmakeInstall/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -1,9 +1,9 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 # Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/build") +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake/cmakeInstall") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/cmakeInstall/build") # Force unix paths in dependencies. set(CMAKE_FORCE_UNIX_PATHS 1) diff --git a/cmakeInstall/build/CMakeFiles/CMakeOutput.log b/cmakeInstall/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..0a2eaf8 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,437 @@ +The system is: Linux - 5.10.0-9-amd64 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/3.18.4/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake cmTC_563f1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_563f1.dir/build.make CMakeFiles/cmTC_563f1.dir/build +gmake[1]: Entering directory '/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 10.2.1 20210110 (Debian 10.2.1-6) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/10/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -o /tmp/ccII2VhQ.s +GNU C17 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu) + compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/10/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu) + compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 1f803793fa2e3418c492b25e7d3eac2f +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o /tmp/ccII2VhQ.s +GNU assembler version 2.35.2 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.35.2 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' +Linking C executable cmTC_563f1 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_563f1.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o -o cmTC_563f1 +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 10.2.1 20210110 (Debian 10.2.1-6) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_563f1' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper -plugin-opt=-fresolution=/tmp/cckAotjg.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_563f1 /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_563f1' '-mtune=generic' '-march=x86-64' +gmake[1]: Leaving directory '/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/10/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/10/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/10/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/10/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_563f1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_563f1.dir/build.make CMakeFiles/cmTC_563f1.dir/build] + ignore line: [gmake[1]: Entering directory '/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -o /tmp/ccII2VhQ.s] + ignore line: [GNU C17 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 1f803793fa2e3418c492b25e7d3eac2f] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o /tmp/ccII2VhQ.s] + ignore line: [GNU assembler version 2.35.2 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.35.2] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking C executable cmTC_563f1] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_563f1.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o -o cmTC_563f1 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_563f1' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper -plugin-opt=-fresolution=/tmp/cckAotjg.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_563f1 /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/10/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cckAotjg.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_563f1] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] + arg [CMakeFiles/cmTC_563f1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10] ==> [/usr/lib/gcc/x86_64-linux-gnu/10] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/10;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake cmTC_0a695/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0a695.dir/build.make CMakeFiles/cmTC_0a695.dir/build +gmake[1]: Entering directory '/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 10.2.1 20210110 (Debian 10.2.1-6) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/10/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -o /tmp/ccbr5fpN.s +GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu) + compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/10" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/10 + /usr/include/x86_64-linux-gnu/c++/10 + /usr/include/c++/10/backward + /usr/lib/gcc/x86_64-linux-gnu/10/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu) + compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 048fcaee3460a99eb0d68522358720e1 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbr5fpN.s +GNU assembler version 2.35.2 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.35.2 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +Linking CXX executable cmTC_0a695 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a695.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_0a695 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 10.2.1 20210110 (Debian 10.2.1-6) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0a695' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper -plugin-opt=-fresolution=/tmp/ccd80eRg.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0a695 /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0a695' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +gmake[1]: Leaving directory '/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/10] + add: [/usr/include/x86_64-linux-gnu/c++/10] + add: [/usr/include/c++/10/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/10/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/10] ==> [/usr/include/c++/10] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/10] ==> [/usr/include/x86_64-linux-gnu/c++/10] + collapse include dir [/usr/include/c++/10/backward] ==> [/usr/include/c++/10/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/10/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/10/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/10;/usr/include/x86_64-linux-gnu/c++/10;/usr/include/c++/10/backward;/usr/lib/gcc/x86_64-linux-gnu/10/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_0a695/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0a695.dir/build.make CMakeFiles/cmTC_0a695.dir/build] + ignore line: [gmake[1]: Entering directory '/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -o /tmp/ccbr5fpN.s] + ignore line: [GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/10"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/10] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/10] + ignore line: [ /usr/include/c++/10/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 048fcaee3460a99eb0d68522358720e1] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbr5fpN.s] + ignore line: [GNU assembler version 2.35.2 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.35.2] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking CXX executable cmTC_0a695] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a695.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_0a695 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0a695' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper -plugin-opt=-fresolution=/tmp/ccd80eRg.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0a695 /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/10/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccd80eRg.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_0a695] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] + arg [CMakeFiles/cmTC_0a695.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10] ==> [/usr/lib/gcc/x86_64-linux-gnu/10] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/10;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + diff --git a/cmakeInstall/build/CMakeFiles/Makefile.cmake b/cmakeInstall/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..68fd17c --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "../CMakeLists.txt" + "../bsl/CMakeLists.txt" + "../bsl/csl/CMakeLists.txt" + "../bsl/csl/stm/CMakeLists.txt" + "CMakeFiles/3.18.4/CMakeCCompiler.cmake" + "CMakeFiles/3.18.4/CMakeCXXCompiler.cmake" + "CMakeFiles/3.18.4/CMakeSystem.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.18/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-3.18/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.18/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.18/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.18/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.18/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.18/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake-3.18/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.18/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.18/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.18/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Internal/CMakeCheckCompilerFlag.cmake" + "/usr/share/cmake-3.18/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.18/Modules/Platform/UnixPaths.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.18.4/CMakeSystem.cmake" + "CMakeFiles/3.18.4/CMakeCCompiler.cmake" + "CMakeFiles/3.18.4/CMakeCXXCompiler.cmake" + "CMakeFiles/3.18.4/CMakeCCompiler.cmake" + "CMakeFiles/3.18.4/CMakeCXXCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "bsl/CMakeFiles/CMakeDirectoryInformation.cmake" + "bsl/csl/CMakeFiles/CMakeDirectoryInformation.cmake" + "bsl/csl/stm/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/test.dir/DependInfo.cmake" + "bsl/csl/stm/CMakeFiles/stmFunc.dir/DependInfo.cmake" + ) diff --git a/cmakeInstall/build/CMakeFiles/Makefile2 b/cmakeInstall/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..ef1f716 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/Makefile2 @@ -0,0 +1,208 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/cmakeInstall + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/cmakeInstall/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/test.dir/all +all: bsl/all + +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: bsl/preinstall + +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/test.dir/clean +clean: bsl/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory bsl + +# Recursive "all" directory target. +bsl/all: bsl/csl/all + +.PHONY : bsl/all + +# Recursive "preinstall" directory target. +bsl/preinstall: bsl/csl/preinstall + +.PHONY : bsl/preinstall + +# Recursive "clean" directory target. +bsl/clean: bsl/csl/clean + +.PHONY : bsl/clean + +#============================================================================= +# Directory level rules for directory bsl/csl + +# Recursive "all" directory target. +bsl/csl/all: bsl/csl/stm/all + +.PHONY : bsl/csl/all + +# Recursive "preinstall" directory target. +bsl/csl/preinstall: bsl/csl/stm/preinstall + +.PHONY : bsl/csl/preinstall + +# Recursive "clean" directory target. +bsl/csl/clean: bsl/csl/stm/clean + +.PHONY : bsl/csl/clean + +#============================================================================= +# Directory level rules for directory bsl/csl/stm + +# Recursive "all" directory target. +bsl/csl/stm/all: bsl/csl/stm/CMakeFiles/stmFunc.dir/all + +.PHONY : bsl/csl/stm/all + +# Recursive "preinstall" directory target. +bsl/csl/stm/preinstall: + +.PHONY : bsl/csl/stm/preinstall + +# Recursive "clean" directory target. +bsl/csl/stm/clean: bsl/csl/stm/CMakeFiles/stmFunc.dir/clean + +.PHONY : bsl/csl/stm/clean + +#============================================================================= +# Target rules for target CMakeFiles/test.dir + +# All Build rule for target. +CMakeFiles/test.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/cmakeInstall/build/CMakeFiles --progress-num=3,4 "Built target test" +.PHONY : CMakeFiles/test.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/test.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles 0 +.PHONY : CMakeFiles/test.dir/rule + +# Convenience name for target. +test: CMakeFiles/test.dir/rule + +.PHONY : test + +# clean rule for target. +CMakeFiles/test.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/clean +.PHONY : CMakeFiles/test.dir/clean + +#============================================================================= +# Target rules for target bsl/csl/stm/CMakeFiles/stmFunc.dir + +# All Build rule for target. +bsl/csl/stm/CMakeFiles/stmFunc.dir/all: + $(MAKE) $(MAKESILENT) -f bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make bsl/csl/stm/CMakeFiles/stmFunc.dir/depend + $(MAKE) $(MAKESILENT) -f bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make bsl/csl/stm/CMakeFiles/stmFunc.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/cmakeInstall/build/CMakeFiles --progress-num=1,2 "Built target stmFunc" +.PHONY : bsl/csl/stm/CMakeFiles/stmFunc.dir/all + +# Build rule for subdir invocation for target. +bsl/csl/stm/CMakeFiles/stmFunc.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/stm/CMakeFiles/stmFunc.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles 0 +.PHONY : bsl/csl/stm/CMakeFiles/stmFunc.dir/rule + +# Convenience name for target. +stmFunc: bsl/csl/stm/CMakeFiles/stmFunc.dir/rule + +.PHONY : stmFunc + +# clean rule for target. +bsl/csl/stm/CMakeFiles/stmFunc.dir/clean: + $(MAKE) $(MAKESILENT) -f bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make bsl/csl/stm/CMakeFiles/stmFunc.dir/clean +.PHONY : bsl/csl/stm/CMakeFiles/stmFunc.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/separateObjects/build/CMakeFiles/Progress/1 b/cmakeInstall/build/CMakeFiles/Progress/1 similarity index 100% rename from separateObjects/build/CMakeFiles/Progress/1 rename to cmakeInstall/build/CMakeFiles/Progress/1 diff --git a/cmakeInstall/build/CMakeFiles/Progress/2 b/cmakeInstall/build/CMakeFiles/Progress/2 new file mode 100644 index 0000000..7b4d68d --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/Progress/2 @@ -0,0 +1 @@ +empty \ No newline at end of file diff --git a/cmakeInstall/build/CMakeFiles/Progress/3 b/cmakeInstall/build/CMakeFiles/Progress/3 new file mode 100644 index 0000000..7b4d68d --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/Progress/3 @@ -0,0 +1 @@ +empty \ No newline at end of file diff --git a/separateObjects/build/CMakeFiles/Progress/count.txt b/cmakeInstall/build/CMakeFiles/Progress/count.txt similarity index 100% rename from separateObjects/build/CMakeFiles/Progress/count.txt rename to cmakeInstall/build/CMakeFiles/Progress/count.txt diff --git a/cmakeInstall/build/CMakeFiles/TargetDirectories.txt b/cmakeInstall/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..eda696a --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,26 @@ +/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/install/strip.dir +/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/install/local.dir +/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/install.dir +/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/list_install_components.dir +/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/rebuild_cache.dir +/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/edit_cache.dir +/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/test.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/CMakeFiles/install/strip.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/CMakeFiles/install/local.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/CMakeFiles/install.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/CMakeFiles/list_install_components.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/CMakeFiles/rebuild_cache.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/CMakeFiles/edit_cache.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/CMakeFiles/install/strip.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/CMakeFiles/install/local.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/CMakeFiles/install.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/CMakeFiles/list_install_components.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/CMakeFiles/rebuild_cache.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/CMakeFiles/edit_cache.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/install/local.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/install.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/list_install_components.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/rebuild_cache.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/edit_cache.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/install/strip.dir +/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir diff --git a/build/CMakeFiles/cmake.check_cache b/cmakeInstall/build/CMakeFiles/cmake.check_cache similarity index 100% rename from build/CMakeFiles/cmake.check_cache rename to cmakeInstall/build/CMakeFiles/cmake.check_cache diff --git a/separateObjects/build/CMakeFiles/progress.marks b/cmakeInstall/build/CMakeFiles/progress.marks similarity index 100% rename from separateObjects/build/CMakeFiles/progress.marks rename to cmakeInstall/build/CMakeFiles/progress.marks diff --git a/cmakeInstall/build/CMakeFiles/test.dir/CXX.includecache b/cmakeInstall/build/CMakeFiles/test.dir/CXX.includecache new file mode 100644 index 0000000..3f899f9 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/test.dir/CXX.includecache @@ -0,0 +1,18 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/key/Git/cmake/cmakeInstall/main.cpp +main.h +/home/key/Git/cmake/cmakeInstall/main.h + +/home/key/Git/cmake/cmakeInstall/main.h +iostream +- +stm.h +/home/key/Git/cmake/cmakeInstall/stm.h + diff --git a/build/startup/CMakeFiles/startup.dir/DependInfo.cmake b/cmakeInstall/build/CMakeFiles/test.dir/DependInfo.cmake similarity index 77% rename from build/startup/CMakeFiles/startup.dir/DependInfo.cmake rename to cmakeInstall/build/CMakeFiles/test.dir/DependInfo.cmake index 3d790cd..188c4f6 100644 --- a/build/startup/CMakeFiles/startup.dir/DependInfo.cmake +++ b/cmakeInstall/build/CMakeFiles/test.dir/DependInfo.cmake @@ -4,13 +4,12 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_CXX - "/home/key/Git/cmake/startup/startup.cpp" "/home/key/Git/cmake/build/startup/CMakeFiles/startup.dir/startup.cpp.o" + "/home/key/Git/cmake/cmakeInstall/main.cpp" "/home/key/Git/cmake/cmakeInstall/build/CMakeFiles/test.dir/main.cpp.o" ) set(CMAKE_CXX_COMPILER_ID "GNU") # The include file search paths: set(CMAKE_CXX_TARGET_INCLUDE_PATH - "../startup" ) # Targets to which this target links. diff --git a/cmakeInstall/build/CMakeFiles/test.dir/build.make b/cmakeInstall/build/CMakeFiles/test.dir/build.make new file mode 100644 index 0000000..44e27b5 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/test.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/cmakeInstall + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/cmakeInstall/build + +# Include any dependencies generated for this target. +include CMakeFiles/test.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/test.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/test.dir/flags.make + +CMakeFiles/test.dir/main.cpp.o: CMakeFiles/test.dir/flags.make +CMakeFiles/test.dir/main.cpp.o: ../main.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/Git/cmake/cmakeInstall/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/test.dir/main.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/test.dir/main.cpp.o -c /home/key/Git/cmake/cmakeInstall/main.cpp + +CMakeFiles/test.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test.dir/main.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/Git/cmake/cmakeInstall/main.cpp > CMakeFiles/test.dir/main.cpp.i + +CMakeFiles/test.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test.dir/main.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/Git/cmake/cmakeInstall/main.cpp -o CMakeFiles/test.dir/main.cpp.s + +# Object files for target test +test_OBJECTS = \ +"CMakeFiles/test.dir/main.cpp.o" + +# External object files for target test +test_EXTERNAL_OBJECTS = + +test: CMakeFiles/test.dir/main.cpp.o +test: CMakeFiles/test.dir/build.make +test: CMakeFiles/test.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/cmakeInstall/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/test.dir/build: test + +.PHONY : CMakeFiles/test.dir/build + +CMakeFiles/test.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/test.dir/cmake_clean.cmake +.PHONY : CMakeFiles/test.dir/clean + +CMakeFiles/test.dir/depend: + cd /home/key/Git/cmake/cmakeInstall/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake/cmakeInstall /home/key/Git/cmake/cmakeInstall /home/key/Git/cmake/cmakeInstall/build /home/key/Git/cmake/cmakeInstall/build /home/key/Git/cmake/cmakeInstall/build/CMakeFiles/test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/test.dir/depend + diff --git a/cmakeInstall/build/CMakeFiles/test.dir/cmake_clean.cmake b/cmakeInstall/build/CMakeFiles/test.dir/cmake_clean.cmake new file mode 100644 index 0000000..c7a75e9 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/test.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/test.dir/main.cpp.o" + "test" + "test.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/cmakeInstall/build/CMakeFiles/test.dir/depend.internal b/cmakeInstall/build/CMakeFiles/test.dir/depend.internal new file mode 100644 index 0000000..ded1e13 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/test.dir/depend.internal @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +CMakeFiles/test.dir/main.cpp.o + /home/key/Git/cmake/cmakeInstall/main.cpp + /home/key/Git/cmake/cmakeInstall/main.h diff --git a/cmakeInstall/build/CMakeFiles/test.dir/depend.make b/cmakeInstall/build/CMakeFiles/test.dir/depend.make new file mode 100644 index 0000000..b350472 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/test.dir/depend.make @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +CMakeFiles/test.dir/main.cpp.o: ../main.cpp +CMakeFiles/test.dir/main.cpp.o: ../main.h + diff --git a/cmakeInstall/build/CMakeFiles/test.dir/flags.make b/cmakeInstall/build/CMakeFiles/test.dir/flags.make new file mode 100644 index 0000000..e6d1162 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/test.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = + +CXX_FLAGS = -std=gnu++17 + diff --git a/cmakeInstall/build/CMakeFiles/test.dir/link.txt b/cmakeInstall/build/CMakeFiles/test.dir/link.txt new file mode 100644 index 0000000..b4a2445 --- /dev/null +++ b/cmakeInstall/build/CMakeFiles/test.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/test.dir/main.cpp.o -o test -lstmFaunc diff --git a/build/sources/CMakeFiles/sources.dir/progress.make b/cmakeInstall/build/CMakeFiles/test.dir/progress.make similarity index 100% rename from build/sources/CMakeFiles/sources.dir/progress.make rename to cmakeInstall/build/CMakeFiles/test.dir/progress.make diff --git a/cmakeInstall/build/Makefile b/cmakeInstall/build/Makefile new file mode 100644 index 0000000..18cea0b --- /dev/null +++ b/cmakeInstall/build/Makefile @@ -0,0 +1,261 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/cmakeInstall + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/cmakeInstall/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles /home/key/Git/cmake/cmakeInstall/build//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/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 test + +# Build rule for target. +test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test +.PHONY : test + +# fast build rule for target. +test/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/build +.PHONY : test/fast + +#============================================================================= +# Target rules for targets named stmFunc + +# Build rule for target. +stmFunc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 stmFunc +.PHONY : stmFunc + +# fast build rule for target. +stmFunc/fast: + $(MAKE) $(MAKESILENT) -f bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make bsl/csl/stm/CMakeFiles/stmFunc.dir/build +.PHONY : stmFunc/fast + +main.o: main.cpp.o + +.PHONY : main.o + +# target to build an object file +main.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i + +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s + +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/main.cpp.s +.PHONY : main.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... stmFunc" + @echo "... test" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/drivers/CMakeFiles/CMakeDirectoryInformation.cmake b/cmakeInstall/build/bsl/CMakeFiles/CMakeDirectoryInformation.cmake similarity index 67% rename from build/drivers/CMakeFiles/CMakeDirectoryInformation.cmake rename to cmakeInstall/build/bsl/CMakeFiles/CMakeDirectoryInformation.cmake index a698564..aa06a48 100644 --- a/build/drivers/CMakeFiles/CMakeDirectoryInformation.cmake +++ b/cmakeInstall/build/bsl/CMakeFiles/CMakeDirectoryInformation.cmake @@ -1,9 +1,9 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 # Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/build") +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake/cmakeInstall") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/cmakeInstall/build") # Force unix paths in dependencies. set(CMAKE_FORCE_UNIX_PATHS 1) diff --git a/build/drivers/CMakeFiles/progress.marks b/cmakeInstall/build/bsl/CMakeFiles/progress.marks similarity index 100% rename from build/drivers/CMakeFiles/progress.marks rename to cmakeInstall/build/bsl/CMakeFiles/progress.marks diff --git a/cmakeInstall/build/bsl/Makefile b/cmakeInstall/build/bsl/Makefile new file mode 100644 index 0000000..aeeb4e1 --- /dev/null +++ b/cmakeInstall/build/bsl/Makefile @@ -0,0 +1,203 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/cmakeInstall + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/cmakeInstall/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/key/Git/cmake/cmakeInstall/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles /home/key/Git/cmake/cmakeInstall/build/bsl//CMakeFiles/progress.marks + cd /home/key/Git/cmake/cmakeInstall/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/key/Git/cmake/cmakeInstall/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/key/Git/cmake/cmakeInstall/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/key/Git/cmake/cmakeInstall/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/key/Git/cmake/cmakeInstall/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/key/Git/cmake/cmakeInstall/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/separateObjects/build/drivers/cmake_install.cmake b/cmakeInstall/build/bsl/cmake_install.cmake similarity index 80% rename from separateObjects/build/drivers/cmake_install.cmake rename to cmakeInstall/build/bsl/cmake_install.cmake index 2af049c..fdd0ef0 100644 --- a/separateObjects/build/drivers/cmake_install.cmake +++ b/cmakeInstall/build/bsl/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/key/Git/cmake/separateObjects/drivers +# Install script for directory: /home/key/Git/cmake/cmakeInstall/bsl # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -37,9 +37,14 @@ 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("/home/key/Git/cmake/separateObjects/build/drivers/adder/cmake_install.cmake") + include("/home/key/Git/cmake/cmakeInstall/build/bsl/csl/cmake_install.cmake") endif() diff --git a/cmakeInstall/build/bsl/csl/CMakeFiles/CMakeDirectoryInformation.cmake b/cmakeInstall/build/bsl/csl/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..aa06a48 --- /dev/null +++ b/cmakeInstall/build/bsl/csl/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake/cmakeInstall") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/cmakeInstall/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/drivers/driver2/CMakeFiles/progress.marks b/cmakeInstall/build/bsl/csl/CMakeFiles/progress.marks similarity index 100% rename from build/drivers/driver2/CMakeFiles/progress.marks rename to cmakeInstall/build/bsl/csl/CMakeFiles/progress.marks diff --git a/cmakeInstall/build/bsl/csl/Makefile b/cmakeInstall/build/bsl/csl/Makefile new file mode 100644 index 0000000..60afd1e --- /dev/null +++ b/cmakeInstall/build/bsl/csl/Makefile @@ -0,0 +1,203 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/cmakeInstall + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/cmakeInstall/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/key/Git/cmake/cmakeInstall/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles /home/key/Git/cmake/cmakeInstall/build/bsl/csl//CMakeFiles/progress.marks + cd /home/key/Git/cmake/cmakeInstall/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/cmakeInstall/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/key/Git/cmake/cmakeInstall/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/key/Git/cmake/cmakeInstall/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/key/Git/cmake/cmakeInstall/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 bsl/csl/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/key/Git/cmake/cmakeInstall/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/key/Git/cmake/cmakeInstall/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/drivers/cmake_install.cmake b/cmakeInstall/build/bsl/csl/cmake_install.cmake similarity index 80% rename from build/drivers/cmake_install.cmake rename to cmakeInstall/build/bsl/csl/cmake_install.cmake index 890f541..8c30102 100644 --- a/build/drivers/cmake_install.cmake +++ b/cmakeInstall/build/bsl/csl/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/key/Git/cmake/drivers +# Install script for directory: /home/key/Git/cmake/cmakeInstall/bsl/csl # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -37,10 +37,14 @@ 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("/home/key/Git/cmake/build/drivers/driver1/cmake_install.cmake") - include("/home/key/Git/cmake/build/drivers/driver2/cmake_install.cmake") + include("/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/cmake_install.cmake") endif() diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/CMakeDirectoryInformation.cmake b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..aa06a48 --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake/cmakeInstall") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/cmakeInstall/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/startup/CMakeFiles/progress.marks b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/progress.marks similarity index 100% rename from build/startup/CMakeFiles/progress.marks rename to cmakeInstall/build/bsl/csl/stm/CMakeFiles/progress.marks diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/C.includecache b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/C.includecache new file mode 100644 index 0000000..d6b411e --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/C.includecache @@ -0,0 +1,16 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.c +stm.h +/home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.h + +/home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.h +stdio.h +- + diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/DependInfo.cmake b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/DependInfo.cmake new file mode 100644 index 0000000..01435b7 --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/DependInfo.cmake @@ -0,0 +1,20 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.c" "/home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make new file mode 100644 index 0000000..1bc4ddd --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/cmakeInstall + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/cmakeInstall/build + +# Include any dependencies generated for this target. +include bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.make + +# Include the progress variables for this target. +include bsl/csl/stm/CMakeFiles/stmFunc.dir/progress.make + +# Include the compile flags for this target's objects. +include bsl/csl/stm/CMakeFiles/stmFunc.dir/flags.make + +bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o: bsl/csl/stm/CMakeFiles/stmFunc.dir/flags.make +bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o: ../bsl/csl/stm/stm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/Git/cmake/cmakeInstall/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o" + cd /home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/stmFunc.dir/stm.c.o -c /home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.c + +bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/stmFunc.dir/stm.c.i" + cd /home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.c > CMakeFiles/stmFunc.dir/stm.c.i + +bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/stmFunc.dir/stm.c.s" + cd /home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.c -o CMakeFiles/stmFunc.dir/stm.c.s + +# Object files for target stmFunc +stmFunc_OBJECTS = \ +"CMakeFiles/stmFunc.dir/stm.c.o" + +# External object files for target stmFunc +stmFunc_EXTERNAL_OBJECTS = + +bsl/csl/stm/libstmFunc.a: bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o +bsl/csl/stm/libstmFunc.a: bsl/csl/stm/CMakeFiles/stmFunc.dir/build.make +bsl/csl/stm/libstmFunc.a: bsl/csl/stm/CMakeFiles/stmFunc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/cmakeInstall/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libstmFunc.a" + cd /home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm && $(CMAKE_COMMAND) -P CMakeFiles/stmFunc.dir/cmake_clean_target.cmake + cd /home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/stmFunc.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +bsl/csl/stm/CMakeFiles/stmFunc.dir/build: bsl/csl/stm/libstmFunc.a + +.PHONY : bsl/csl/stm/CMakeFiles/stmFunc.dir/build + +bsl/csl/stm/CMakeFiles/stmFunc.dir/clean: + cd /home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm && $(CMAKE_COMMAND) -P CMakeFiles/stmFunc.dir/cmake_clean.cmake +.PHONY : bsl/csl/stm/CMakeFiles/stmFunc.dir/clean + +bsl/csl/stm/CMakeFiles/stmFunc.dir/depend: + cd /home/key/Git/cmake/cmakeInstall/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake/cmakeInstall /home/key/Git/cmake/cmakeInstall/bsl/csl/stm /home/key/Git/cmake/cmakeInstall/build /home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm /home/key/Git/cmake/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : bsl/csl/stm/CMakeFiles/stmFunc.dir/depend + diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/cmake_clean.cmake b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/cmake_clean.cmake new file mode 100644 index 0000000..f98f72d --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/stmFunc.dir/stm.c.o" + "libstmFunc.a" + "libstmFunc.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/stmFunc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/cmake_clean_target.cmake b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/cmake_clean_target.cmake similarity index 56% rename from build/drivers/driver2/CMakeFiles/adder.dir/cmake_clean_target.cmake rename to cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/cmake_clean_target.cmake index b34440b..a8d0325 100644 --- a/build/drivers/driver2/CMakeFiles/adder.dir/cmake_clean_target.cmake +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/cmake_clean_target.cmake @@ -1,3 +1,3 @@ file(REMOVE_RECURSE - "libadder.a" + "libstmFunc.a" ) diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.internal b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.internal new file mode 100644 index 0000000..a5c68ba --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.internal @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o + /home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.c + /home/key/Git/cmake/cmakeInstall/bsl/csl/stm/stm.h diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.make b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.make new file mode 100644 index 0000000..c160c45 --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/depend.make @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o: ../bsl/csl/stm/stm.c +bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o: ../bsl/csl/stm/stm.h + diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/flags.make b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/flags.make new file mode 100644 index 0000000..f2e6b5c --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = + +C_FLAGS = + diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/link.txt b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/link.txt new file mode 100644 index 0000000..818aa3d --- /dev/null +++ b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libstmFunc.a CMakeFiles/stmFunc.dir/stm.c.o +/usr/bin/ranlib libstmFunc.a diff --git a/build/drivers/driver2/CMakeFiles/adder.dir/progress.make b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/progress.make similarity index 100% rename from build/drivers/driver2/CMakeFiles/adder.dir/progress.make rename to cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/progress.make diff --git a/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o b/cmakeInstall/build/bsl/csl/stm/CMakeFiles/stmFunc.dir/stm.c.o new file mode 100644 index 0000000000000000000000000000000000000000..da0405a8bbf4f924faae52e54489bbbb4686915d GIT binary patch literal 1560 zcmbtT&1w`u5U$zLL}OMr;z5ar-h;A&8Fuy%R50w1yBlFKkRRef8D_@`S#)N@Ob22v zxdl83zJTCkc=sjp0)kg>9)wsm(?!}&=b|-qSM}HRRaaN_9Q8+oisJx_11oU0Vie${ za%Q&+vkg_4hpp8Q-&a3ACFCnjKMIQ?y#BT!6Y)HqNRjVHQJm*O)a!LIR|OdMdQU{- zSv;PEsqmX#%k!6(A1F(-nk~QS`%MaUizXE3a2=e3nzJ}Rd*u^`zl#_Rl0tW`*N!W_ z>dZDel(2QC%r3#tQ`@F%y*Yr3pG{nhWD^%I+hB|`djW3G*oB#M{uJS+mM7QX2I94I z-T?P5z#*537tuVy4nZ&+t#v!2U~Mqi=x+v_o$ja~z+N^<i$uRR?AFMprNaEw}JrQT&Li{FKwj1MGuZ$cS@H_mhLvT3=9rb!Z~xR*|4 z>B~0hMI2O zS4M*YrJ2vVi#Xf5>t}tT*{1Kd;+y$@QJhB_mrSld!|Q0+`u9==yhO&pa75LEdgNs%HdwW-7S8 z8xjX3UI2;5;Lc0*1(3LM>ae-Iu{sgcV@nw`F3`9Tz>3D{%EyuPn?#j=BBnj z3*po`V7CAO7LGwI!|`M+0k!Sh)4!Cnxaun_35j#Ru0nPT?>hZ%&LX;0ELcs**=K#6 zV+){>m<=ex0&J~)_`de>2_au;`jJ?~_ww7O48=1nP{fD6AH=Z`<#JgRiU7TK`;n+T z4TfWHBAlvSvz_Jo9c77HwdPbEr%F`UXhN~xZh&=EvX&O+FMLA!n~2dMNp$ma>3yzU zoZH5L6waKfvUBkBBx^CBd2)a}ep!-7rYyG$$?O_WJ9sX5U@!b~if%chGG0J1!hV3>(n~n#P8v9Lsi@0Hnj07R zXXXyLu7Yo)rv1&%d!g1%MX|cvMTa>5HQ&Kp;ym?s==1(J(ALG={~<0C#^>bNLuFJL zP@3~uw-9Gr5B;n=nr+5zt9-NmFDmDOmP;nzKf@bnWWC>xBII|X_oH0SXPoLW_eKbg qX+jaIVESh+;xO|GGv5v&_@(mbeRVO + +#ifdef __cplusplus +extern "C" { +#endif + +#include "stm.h" + +#ifdef __cplusplus +} // closing brace for extern "C" +#endif + +#endif diff --git a/run.sh b/cmakeInstall/run.sh similarity index 73% rename from run.sh rename to cmakeInstall/run.sh index 6720def..ff98c9a 100755 --- a/run.sh +++ b/cmakeInstall/run.sh @@ -2,13 +2,14 @@ FILE=build/ if [ -d "$FILE" ];then - rm -r build/ + rm -r build/ bin/ inc/ lib/ cmake -S . -B build/ else cmake -S . -B build/ fi cd $FILE -make -j11 +make -j11 install +/bin/test #st-flash write refOvenTest.bin 0x08000000 cd .. diff --git a/drivers/CMakeLists.txt b/drivers/CMakeLists.txt deleted file mode 100644 index 33f01d1..0000000 --- a/drivers/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -project(dirver) - -add_subdirectory(driver1) -add_subdirectory(driver2) diff --git a/drivers/driver1/CMakeLists.txt b/drivers/driver1/CMakeLists.txt deleted file mode 100644 index 66a2304..0000000 --- a/drivers/driver1/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -project(driver1) - -add_library(${PROJECT_NAME} INTERFACE) -add_library(sub::driver1 ALIAS ${PROJECT_NAME}) -target_include_directories(${PROJECT_NAME} - INTERFACE - ${PROJECT_SOURCE_DIR}/inc) diff --git a/drivers/driver1/inc/driver1.hpp b/drivers/driver1/inc/driver1.hpp deleted file mode 100644 index 2df61ac..0000000 --- a/drivers/driver1/inc/driver1.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __SUBLIB_2_H__ -#define __SUBLIB_2_H__ - -#include - -class sublib2 -{ -public: - void print() - { - std::cout << "Hello header only sub-library 2!" << std::endl; - } -}; - -#endif diff --git a/drivers/driver2/CMakeLists.txt b/drivers/driver2/CMakeLists.txt deleted file mode 100644 index e76d786..0000000 --- a/drivers/driver2/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -project(adder) -# Add a library with the above sources -add_library(${PROJECT_NAME} src/adder.cpp) -add_library(sub::adder ALIAS ${PROJECT_NAME}) - -target_include_directories( ${PROJECT_NAME} - PUBLIC ${PROJECT_SOURCE_DIR}/inc -) diff --git a/drivers/driver2/inc/adder.h b/drivers/driver2/inc/adder.h deleted file mode 100644 index 628ead2..0000000 --- a/drivers/driver2/inc/adder.h +++ /dev/null @@ -1,2 +0,0 @@ - -int adder(int a, int b); diff --git a/drivers/driver2/src/adder.cpp b/drivers/driver2/src/adder.cpp deleted file mode 100644 index d818487..0000000 --- a/drivers/driver2/src/adder.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "adder.h" - -int adder(int a, int b) -{ - return a+b; -} diff --git a/separateObjects/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out b/separateObjects/build/CMakeFiles/3.13.4/CompilerIdCXX/a.out deleted file mode 100755 index 73836e98ca41a5d6ddf512f38cab2dc754e89f50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16712 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 ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccOc7z2Z.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_5f08d] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] - arg [CMakeFiles/cmTC_5f08d.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] ==> ignore - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8] ==> [/usr/lib/gcc/x86_64-linux-gnu/8] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_096ff/fast" -/usr/bin/make -f CMakeFiles/cmTC_096ff.dir/build.make CMakeFiles/cmTC_096ff.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_096ff.dir/feature_tests.c.o -/usr/bin/gcc -std=c11 -o CMakeFiles/cmTC_096ff.dir/feature_tests.c.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_096ff -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_096ff.dir/link.txt --verbose=1 -/usr/bin/gcc CMakeFiles/cmTC_096ff.dir/feature_tests.c.o -o cmTC_096ff -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:1c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_bed09/fast" -/usr/bin/make -f CMakeFiles/cmTC_bed09.dir/build.make CMakeFiles/cmTC_bed09.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_bed09.dir/feature_tests.c.o -/usr/bin/gcc -std=c99 -o CMakeFiles/cmTC_bed09.dir/feature_tests.c.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_bed09 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bed09.dir/link.txt --verbose=1 -/usr/bin/gcc CMakeFiles/cmTC_bed09.dir/feature_tests.c.o -o cmTC_bed09 -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_50447/fast" -/usr/bin/make -f CMakeFiles/cmTC_50447.dir/build.make CMakeFiles/cmTC_50447.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_50447.dir/feature_tests.c.o -/usr/bin/gcc -std=c90 -o CMakeFiles/cmTC_50447.dir/feature_tests.c.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/feature_tests.c -Linking C executable cmTC_50447 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_50447.dir/link.txt --verbose=1 -/usr/bin/gcc CMakeFiles/cmTC_50447.dir/feature_tests.c.o -o cmTC_50447 -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:0c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:0c_variadic_macros -Determining if the CXX compiler works passed with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_5f89d/fast" -/usr/bin/make -f CMakeFiles/cmTC_5f89d.dir/build.make CMakeFiles/cmTC_5f89d.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_5f89d.dir/testCXXCompiler.cxx.o -/usr/bin/g++ -Wall -o CMakeFiles/cmTC_5f89d.dir/testCXXCompiler.cxx.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -Linking CXX executable cmTC_5f89d -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f89d.dir/link.txt --verbose=1 -/usr/bin/g++ -Wall CMakeFiles/cmTC_5f89d.dir/testCXXCompiler.cxx.o -o cmTC_5f89d -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_57c72/fast" -/usr/bin/make -f CMakeFiles/cmTC_57c72.dir/build.make CMakeFiles/cmTC_57c72.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/g++ -Wall -o CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp -Linking CXX executable cmTC_57c72 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57c72.dir/link.txt --verbose=1 -/usr/bin/g++ -Wall -v CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_57c72 -Using built-in specs. -COLLECT_GCC=/usr/bin/g++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -OFFLOAD_TARGET_NAMES=nvptx-none -OFFLOAD_TARGET_DEFAULT=1 -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 8.3.0 (Debian 8.3.0-6) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-Wall' '-v' '-o' 'cmTC_57c72' '-shared-libgcc' '-mtune=generic' '-march=x86-64' - /usr/lib/gcc/x86_64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc107Rvt.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_57c72 /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.. CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o -COLLECT_GCC_OPTIONS='-Wall' '-v' '-o' 'cmTC_57c72' '-shared-libgcc' '-mtune=generic' '-march=x86-64' -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_57c72/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_57c72.dir/build.make CMakeFiles/cmTC_57c72.dir/build] - ignore line: [make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp'] - ignore line: [Building CXX object CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/g++ -Wall -o CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Linking CXX executable cmTC_57c72] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57c72.dir/link.txt --verbose=1] - ignore line: [/usr/bin/g++ -Wall -v CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_57c72 ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/g++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper] - ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none] - ignore line: [OFFLOAD_TARGET_DEFAULT=1] - ignore line: [Target: x86_64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 8.3.0 (Debian 8.3.0-6) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/8/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/8/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-Wall' '-v' '-o' 'cmTC_57c72' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/8/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper -plugin-opt=-fresolution=/tmp/cc107Rvt.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_57c72 /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.. CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/8/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/cc107Rvt.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_57c72] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] - arg [CMakeFiles/cmTC_57c72.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o] ==> ignore - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8] ==> [/usr/lib/gcc/x86_64-linux-gnu/8] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/8/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting CXX [-std=c++2a] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_93776/fast" -/usr/bin/make -f CMakeFiles/cmTC_93776.dir/build.make CMakeFiles/cmTC_93776.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_93776.dir/feature_tests.cxx.o -/usr/bin/g++ -Wall -std=c++2a -o CMakeFiles/cmTC_93776.dir/feature_tests.cxx.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_93776 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93776.dir/link.txt --verbose=1 -/usr/bin/g++ -Wall CMakeFiles/cmTC_93776.dir/feature_tests.cxx.o -o cmTC_93776 -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++17] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_7c749/fast" -/usr/bin/make -f CMakeFiles/cmTC_7c749.dir/build.make CMakeFiles/cmTC_7c749.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_7c749.dir/feature_tests.cxx.o -/usr/bin/g++ -Wall -std=c++17 -o CMakeFiles/cmTC_7c749.dir/feature_tests.cxx.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_7c749 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c749.dir/link.txt --verbose=1 -/usr/bin/g++ -Wall CMakeFiles/cmTC_7c749.dir/feature_tests.cxx.o -o cmTC_7c749 -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++14] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_1b127/fast" -/usr/bin/make -f CMakeFiles/cmTC_1b127.dir/build.make CMakeFiles/cmTC_1b127.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_1b127.dir/feature_tests.cxx.o -/usr/bin/g++ -Wall -std=c++14 -o CMakeFiles/cmTC_1b127.dir/feature_tests.cxx.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_1b127 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b127.dir/link.txt --verbose=1 -/usr/bin/g++ -Wall CMakeFiles/cmTC_1b127.dir/feature_tests.cxx.o -o cmTC_1b127 -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:1cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:1cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:1cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:1cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:1cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:1cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:1cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:1cxx_relaxed_constexpr - Feature record: CXX_FEATURE:1cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:1cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_c4f03/fast" -/usr/bin/make -f CMakeFiles/cmTC_c4f03.dir/build.make CMakeFiles/cmTC_c4f03.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_c4f03.dir/feature_tests.cxx.o -/usr/bin/g++ -Wall -std=c++11 -o CMakeFiles/cmTC_c4f03.dir/feature_tests.cxx.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_c4f03 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c4f03.dir/link.txt --verbose=1 -/usr/bin/g++ -Wall CMakeFiles/cmTC_c4f03.dir/feature_tests.cxx.o -o cmTC_c4f03 -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTC_64353/fast" -/usr/bin/make -f CMakeFiles/cmTC_64353.dir/build.make CMakeFiles/cmTC_64353.dir/build -make[1]: Entering directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_64353.dir/feature_tests.cxx.o -/usr/bin/g++ -Wall -std=c++98 -o CMakeFiles/cmTC_64353.dir/feature_tests.cxx.o -c /home/key/Git/cmake/separateObjects/build/CMakeFiles/feature_tests.cxx -Linking CXX executable cmTC_64353 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64353.dir/link.txt --verbose=1 -/usr/bin/g++ -Wall CMakeFiles/cmTC_64353.dir/feature_tests.cxx.o -o cmTC_64353 -make[1]: Leaving directory '/home/key/Git/cmake/separateObjects/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:0cxx_alias_templates - Feature record: CXX_FEATURE:0cxx_alignas - Feature record: CXX_FEATURE:0cxx_alignof - Feature record: CXX_FEATURE:0cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:0cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:0cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:0cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:0cxx_default_function_template_args - Feature record: CXX_FEATURE:0cxx_defaulted_functions - Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:0cxx_delegating_constructors - Feature record: CXX_FEATURE:0cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:0cxx_enum_forward_declarations - Feature record: CXX_FEATURE:0cxx_explicit_conversions - Feature record: CXX_FEATURE:0cxx_extended_friend_declarations - Feature record: CXX_FEATURE:0cxx_extern_templates - Feature record: CXX_FEATURE:0cxx_final - Feature record: CXX_FEATURE:0cxx_func_identifier - Feature record: CXX_FEATURE:0cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:0cxx_inheriting_constructors - Feature record: CXX_FEATURE:0cxx_inline_namespaces - Feature record: CXX_FEATURE:0cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:0cxx_local_type_template_args - Feature record: CXX_FEATURE:0cxx_long_long_type - Feature record: CXX_FEATURE:0cxx_noexcept - Feature record: CXX_FEATURE:0cxx_nonstatic_member_init - Feature record: CXX_FEATURE:0cxx_nullptr - Feature record: CXX_FEATURE:0cxx_override - Feature record: CXX_FEATURE:0cxx_range_for - Feature record: CXX_FEATURE:0cxx_raw_string_literals - Feature record: CXX_FEATURE:0cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:0cxx_right_angle_brackets - Feature record: CXX_FEATURE:0cxx_rvalue_references - Feature record: CXX_FEATURE:0cxx_sizeof_member - Feature record: CXX_FEATURE:0cxx_static_assert - Feature record: CXX_FEATURE:0cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:0cxx_thread_local - Feature record: CXX_FEATURE:0cxx_trailing_return_types - Feature record: CXX_FEATURE:0cxx_unicode_literals - Feature record: CXX_FEATURE:0cxx_uniform_initialization - Feature record: CXX_FEATURE:0cxx_unrestricted_unions - Feature record: CXX_FEATURE:0cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:0cxx_variadic_macros - Feature record: CXX_FEATURE:0cxx_variadic_templates diff --git a/separateObjects/build/CMakeFiles/Makefile.cmake b/separateObjects/build/CMakeFiles/Makefile.cmake deleted file mode 100644 index 7a344a2..0000000 --- a/separateObjects/build/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,126 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "../CMakeLists.txt" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "CMakeFiles/3.13.4/CMakeSystem.cmake" - "CMakeFiles/feature_tests.c" - "CMakeFiles/feature_tests.cxx" - "../drivers/CMakeLists.txt" - "../drivers/adder/CMakeLists.txt" - "../sources/CMakeLists.txt" - "/usr/share/cmake-3.13/Modules/CMakeCCompiler.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeCCompilerABI.c" - "/usr/share/cmake-3.13/Modules/CMakeCInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCXXCompiler.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp" - "/usr/share/cmake-3.13/Modules/CMakeCXXInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake-3.13/Modules/CMakeCompilerIdDetection.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCXXCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompileFeatures.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerABI.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineCompilerId.cmake" - "/usr/share/cmake-3.13/Modules/CMakeDetermineSystem.cmake" - "/usr/share/cmake-3.13/Modules/CMakeFindBinUtils.cmake" - "/usr/share/cmake-3.13/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake-3.13/Modules/CMakeInitializeConfigs.cmake" - "/usr/share/cmake-3.13/Modules/CMakeLanguageInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeParseImplicitLinkInfo.cmake" - "/usr/share/cmake-3.13/Modules/CMakeSystem.cmake.in" - "/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInformation.cmake" - "/usr/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCXXCompiler.cmake" - "/usr/share/cmake-3.13/Modules/CMakeTestCompilerCommon.cmake" - "/usr/share/cmake-3.13/Modules/CMakeUnixFindMake.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/ADSP-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Borland-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Cray-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GHS-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C-FeatureTests.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-C.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX-FeatureTests.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU-FindBinUtils.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/GNU.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/HP-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IAR-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Intel-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/MIPSpro-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/MSVC-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/PGI-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/PathScale-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SCO-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/TI-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/Watcom-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/XL-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - "/usr/share/cmake-3.13/Modules/Internal/FeatureTesting.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-Determine-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-C.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU-CXX.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux-GNU.cmake" - "/usr/share/cmake-3.13/Modules/Platform/Linux.cmake" - "/usr/share/cmake-3.13/Modules/Platform/UnixPaths.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.13.4/CMakeSystem.cmake" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCCompiler.cmake" - "CMakeFiles/3.13.4/CMakeCXXCompiler.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - "sources/CMakeFiles/CMakeDirectoryInformation.cmake" - "drivers/CMakeFiles/CMakeDirectoryInformation.cmake" - "drivers/adder/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "sources/CMakeFiles/sources.dir/DependInfo.cmake" - "drivers/adder/CMakeFiles/adder.dir/DependInfo.cmake" - ) diff --git a/separateObjects/build/CMakeFiles/Makefile2 b/separateObjects/build/CMakeFiles/Makefile2 deleted file mode 100644 index a89fbef..0000000 --- a/separateObjects/build/CMakeFiles/Makefile2 +++ /dev/null @@ -1,204 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# The main recursive all target -all: - -.PHONY : all - -# The main recursive preinstall target -preinstall: - -.PHONY : preinstall - -# The main recursive clean target -clean: - -.PHONY : clean - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake/separateObjects - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/separateObjects/build - -#============================================================================= -# Directory level rules for directory sources - -# Convenience name for "all" pass in the directory. -sources/all: sources/CMakeFiles/sources.dir/all - -.PHONY : sources/all - -# Convenience name for "clean" pass in the directory. -sources/clean: sources/CMakeFiles/sources.dir/clean - -.PHONY : sources/clean - -# Convenience name for "preinstall" pass in the directory. -sources/preinstall: - -.PHONY : sources/preinstall - -#============================================================================= -# Target rules for target sources/CMakeFiles/sources.dir - -# All Build rule for target. -sources/CMakeFiles/sources.dir/all: drivers/adder/CMakeFiles/adder.dir/all - $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/depend - $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/separateObjects/build/CMakeFiles --progress-num=3,4 "Built target sources" -.PHONY : sources/CMakeFiles/sources.dir/all - -# Include target in all. -all: sources/CMakeFiles/sources.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -sources/CMakeFiles/sources.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles 4 - $(MAKE) -f CMakeFiles/Makefile2 sources/CMakeFiles/sources.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles 0 -.PHONY : sources/CMakeFiles/sources.dir/rule - -# Convenience name for target. -sources: sources/CMakeFiles/sources.dir/rule - -.PHONY : sources - -# clean rule for target. -sources/CMakeFiles/sources.dir/clean: - $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/clean -.PHONY : sources/CMakeFiles/sources.dir/clean - -# clean rule for target. -clean: sources/CMakeFiles/sources.dir/clean - -.PHONY : clean - -#============================================================================= -# Directory level rules for directory drivers - -# Convenience name for "all" pass in the directory. -drivers/all: drivers/adder/all - -.PHONY : drivers/all - -# Convenience name for "clean" pass in the directory. -drivers/clean: drivers/adder/clean - -.PHONY : drivers/clean - -# Convenience name for "preinstall" pass in the directory. -drivers/preinstall: drivers/adder/preinstall - -.PHONY : drivers/preinstall - -#============================================================================= -# Directory level rules for directory drivers/adder - -# Convenience name for "all" pass in the directory. -drivers/adder/all: drivers/adder/CMakeFiles/adder.dir/all - -.PHONY : drivers/adder/all - -# Convenience name for "clean" pass in the directory. -drivers/adder/clean: drivers/adder/CMakeFiles/adder.dir/clean - -.PHONY : drivers/adder/clean - -# Convenience name for "preinstall" pass in the directory. -drivers/adder/preinstall: - -.PHONY : drivers/adder/preinstall - -#============================================================================= -# Target rules for target drivers/adder/CMakeFiles/adder.dir - -# All Build rule for target. -drivers/adder/CMakeFiles/adder.dir/all: - $(MAKE) -f drivers/adder/CMakeFiles/adder.dir/build.make drivers/adder/CMakeFiles/adder.dir/depend - $(MAKE) -f drivers/adder/CMakeFiles/adder.dir/build.make drivers/adder/CMakeFiles/adder.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/separateObjects/build/CMakeFiles --progress-num=1,2 "Built target adder" -.PHONY : drivers/adder/CMakeFiles/adder.dir/all - -# Include target in all. -all: drivers/adder/CMakeFiles/adder.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -drivers/adder/CMakeFiles/adder.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles 2 - $(MAKE) -f CMakeFiles/Makefile2 drivers/adder/CMakeFiles/adder.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles 0 -.PHONY : drivers/adder/CMakeFiles/adder.dir/rule - -# Convenience name for target. -adder: drivers/adder/CMakeFiles/adder.dir/rule - -.PHONY : adder - -# clean rule for target. -drivers/adder/CMakeFiles/adder.dir/clean: - $(MAKE) -f drivers/adder/CMakeFiles/adder.dir/build.make drivers/adder/CMakeFiles/adder.dir/clean -.PHONY : drivers/adder/CMakeFiles/adder.dir/clean - -# clean rule for target. -clean: drivers/adder/CMakeFiles/adder.dir/clean - -.PHONY : clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/separateObjects/build/CMakeFiles/TargetDirectories.txt b/separateObjects/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 47f928e..0000000 --- a/separateObjects/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,10 +0,0 @@ -/home/key/Git/cmake/separateObjects/build/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/separateObjects/build/CMakeFiles/edit_cache.dir -/home/key/Git/cmake/separateObjects/build/sources/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/separateObjects/build/sources/CMakeFiles/sources.dir -/home/key/Git/cmake/separateObjects/build/sources/CMakeFiles/edit_cache.dir -/home/key/Git/cmake/separateObjects/build/drivers/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/separateObjects/build/drivers/CMakeFiles/edit_cache.dir -/home/key/Git/cmake/separateObjects/build/drivers/adder/CMakeFiles/rebuild_cache.dir -/home/key/Git/cmake/separateObjects/build/drivers/adder/CMakeFiles/adder.dir -/home/key/Git/cmake/separateObjects/build/drivers/adder/CMakeFiles/edit_cache.dir diff --git a/separateObjects/build/CMakeFiles/feature_tests.bin b/separateObjects/build/CMakeFiles/feature_tests.bin deleted file mode 100755 index f00921ac8b7a09913ad81844db2475ec21bac465..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16504 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 PzQ5n+c#9b&Y?S{G*c|4* diff --git a/separateObjects/build/CMakeFiles/feature_tests.c b/separateObjects/build/CMakeFiles/feature_tests.c deleted file mode 100644 index 83e86dd..0000000 --- a/separateObjects/build/CMakeFiles/feature_tests.c +++ /dev/null @@ -1,34 +0,0 @@ - - const char features[] = {"\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/separateObjects/build/CMakeFiles/feature_tests.cxx b/separateObjects/build/CMakeFiles/feature_tests.cxx deleted file mode 100644 index b93418c..0000000 --- a/separateObjects/build/CMakeFiles/feature_tests.cxx +++ /dev/null @@ -1,405 +0,0 @@ - - const char features[] = {"\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_aggregate_default_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alias_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignof\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_attributes\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_attribute_deprecated\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_auto_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_binary_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_contextual_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_decltype\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_decltype_auto\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_decltype_incomplete_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_default_function_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_move_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_delegating_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_deleted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_digit_separators\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_enum_forward_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_explicit_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extended_friend_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_extern_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_final\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_func_identifier\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_generalized_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_generic_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_inheriting_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_inline_namespaces\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_lambda_init_captures\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_local_type_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_long_long_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_noexcept\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_nonstatic_member_init\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_nullptr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_override\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_range_for\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_raw_string_literals\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_reference_qualified_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_relaxed_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_return_type_deduction\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_right_angle_brackets\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_rvalue_references\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_sizeof_member\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_static_assert\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_strong_enums\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus -"1" -#else -"0" -#endif -"cxx_template_template_parameters\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_thread_local\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_trailing_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unicode_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_uniform_initialization\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unrestricted_unions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_user_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_variable_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_macros\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_templates\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/separateObjects/build/Makefile b/separateObjects/build/Makefile deleted file mode 100644 index 66db4d1..0000000 --- a/separateObjects/build/Makefile +++ /dev/null @@ -1,162 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake/separateObjects - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/separateObjects/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles /home/key/Git/cmake/separateObjects/build/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named sources - -# Build rule for target. -sources: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 sources -.PHONY : sources - -# fast build rule for target. -sources/fast: - $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/build -.PHONY : sources/fast - -#============================================================================= -# Target rules for targets named adder - -# Build rule for target. -adder: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 adder -.PHONY : adder - -# fast build rule for target. -adder/fast: - $(MAKE) -f drivers/adder/CMakeFiles/adder.dir/build.make drivers/adder/CMakeFiles/adder.dir/build -.PHONY : adder/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 "... rebuild_cache" - @echo "... edit_cache" - @echo "... sources" - @echo "... adder" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/separateObjects/build/cmake_install.cmake b/separateObjects/build/cmake_install.cmake deleted file mode 100644 index 62dfca3..0000000 --- a/separateObjects/build/cmake_install.cmake +++ /dev/null @@ -1,56 +0,0 @@ -# Install script for directory: /home/key/Git/cmake/separateObjects - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/key/Git/cmake/separateObjects/build/sources/cmake_install.cmake") - include("/home/key/Git/cmake/separateObjects/build/drivers/cmake_install.cmake") - -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/key/Git/cmake/separateObjects/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/separateObjects/build/drivers/CMakeFiles/CMakeDirectoryInformation.cmake b/separateObjects/build/drivers/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index b38a9ad..0000000 --- a/separateObjects/build/drivers/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake/separateObjects") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/separateObjects/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/separateObjects/build/drivers/Makefile b/separateObjects/build/drivers/Makefile deleted file mode 100644 index f4713e6..0000000 --- a/separateObjects/build/drivers/Makefile +++ /dev/null @@ -1,134 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake/separateObjects - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/separateObjects/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles /home/key/Git/cmake/separateObjects/build/drivers/CMakeFiles/progress.marks - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... edit_cache" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/separateObjects/build/drivers/adder/CMakeFiles/CMakeDirectoryInformation.cmake b/separateObjects/build/drivers/adder/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index b38a9ad..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake/separateObjects") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/separateObjects/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/CXX.includecache b/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/CXX.includecache deleted file mode 100644 index 51fbf23..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/CXX.includecache +++ /dev/null @@ -1,14 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -../drivers/adder/inc/adder.h - -/home/key/Git/cmake/separateObjects/drivers/adder/src/adder.cpp -adder.h -/home/key/Git/cmake/separateObjects/drivers/adder/src/adder.h - diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/build.make b/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/build.make deleted file mode 100644 index fbe0748..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/build.make +++ /dev/null @@ -1,99 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake/separateObjects - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/separateObjects/build - -# Include any dependencies generated for this target. -include drivers/adder/CMakeFiles/adder.dir/depend.make - -# Include the progress variables for this target. -include drivers/adder/CMakeFiles/adder.dir/progress.make - -# Include the compile flags for this target's objects. -include drivers/adder/CMakeFiles/adder.dir/flags.make - -drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o: drivers/adder/CMakeFiles/adder.dir/flags.make -drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o: ../drivers/adder/src/adder.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/Git/cmake/separateObjects/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o" - cd /home/key/Git/cmake/separateObjects/build/drivers/adder && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/adder.dir/src/adder.cpp.o -c /home/key/Git/cmake/separateObjects/drivers/adder/src/adder.cpp - -drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/adder.dir/src/adder.cpp.i" - cd /home/key/Git/cmake/separateObjects/build/drivers/adder && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/Git/cmake/separateObjects/drivers/adder/src/adder.cpp > CMakeFiles/adder.dir/src/adder.cpp.i - -drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/adder.dir/src/adder.cpp.s" - cd /home/key/Git/cmake/separateObjects/build/drivers/adder && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/Git/cmake/separateObjects/drivers/adder/src/adder.cpp -o CMakeFiles/adder.dir/src/adder.cpp.s - -# Object files for target adder -adder_OBJECTS = \ -"CMakeFiles/adder.dir/src/adder.cpp.o" - -# External object files for target adder -adder_EXTERNAL_OBJECTS = - -drivers/adder/libadder.a: drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o -drivers/adder/libadder.a: drivers/adder/CMakeFiles/adder.dir/build.make -drivers/adder/libadder.a: drivers/adder/CMakeFiles/adder.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/separateObjects/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libadder.a" - cd /home/key/Git/cmake/separateObjects/build/drivers/adder && $(CMAKE_COMMAND) -P CMakeFiles/adder.dir/cmake_clean_target.cmake - cd /home/key/Git/cmake/separateObjects/build/drivers/adder && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/adder.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -drivers/adder/CMakeFiles/adder.dir/build: drivers/adder/libadder.a - -.PHONY : drivers/adder/CMakeFiles/adder.dir/build - -drivers/adder/CMakeFiles/adder.dir/clean: - cd /home/key/Git/cmake/separateObjects/build/drivers/adder && $(CMAKE_COMMAND) -P CMakeFiles/adder.dir/cmake_clean.cmake -.PHONY : drivers/adder/CMakeFiles/adder.dir/clean - -drivers/adder/CMakeFiles/adder.dir/depend: - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake/separateObjects /home/key/Git/cmake/separateObjects/drivers/adder /home/key/Git/cmake/separateObjects/build /home/key/Git/cmake/separateObjects/build/drivers/adder /home/key/Git/cmake/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : drivers/adder/CMakeFiles/adder.dir/depend - diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/cmake_clean.cmake b/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/cmake_clean.cmake deleted file mode 100644 index fcb99b2..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/adder.dir/src/adder.cpp.o" - "libadder.pdb" - "libadder.a" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/adder.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/cmake_clean_target.cmake b/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/cmake_clean_target.cmake deleted file mode 100644 index b34440b..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libadder.a" -) diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/depend.internal b/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/depend.internal deleted file mode 100644 index eb0b5c8..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/depend.internal +++ /dev/null @@ -1,6 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o - ../drivers/adder/inc/adder.h - /home/key/Git/cmake/separateObjects/drivers/adder/src/adder.cpp diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/depend.make b/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/depend.make deleted file mode 100644 index 05eb850..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/depend.make +++ /dev/null @@ -1,6 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o: ../drivers/adder/inc/adder.h -drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o: ../drivers/adder/src/adder.cpp - diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/flags.make b/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/flags.make deleted file mode 100644 index 72301f4..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -Wall -Wall -D - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/key/Git/cmake/separateObjects/drivers/adder/inc - diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/link.txt b/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/link.txt deleted file mode 100644 index 21f6d2b..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libadder.a CMakeFiles/adder.dir/src/adder.cpp.o -/usr/bin/ranlib libadder.a diff --git a/separateObjects/build/drivers/adder/CMakeFiles/progress.marks b/separateObjects/build/drivers/adder/CMakeFiles/progress.marks deleted file mode 100644 index 0cfbf08..0000000 --- a/separateObjects/build/drivers/adder/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/separateObjects/build/drivers/adder/Makefile b/separateObjects/build/drivers/adder/Makefile deleted file mode 100644 index 4a98e7a..0000000 --- a/separateObjects/build/drivers/adder/Makefile +++ /dev/null @@ -1,180 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake/separateObjects - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/separateObjects/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles /home/key/Git/cmake/separateObjects/build/drivers/adder/CMakeFiles/progress.marks - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/adder/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/adder/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/adder/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/adder/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -drivers/adder/CMakeFiles/adder.dir/rule: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 drivers/adder/CMakeFiles/adder.dir/rule -.PHONY : drivers/adder/CMakeFiles/adder.dir/rule - -# Convenience name for target. -adder: drivers/adder/CMakeFiles/adder.dir/rule - -.PHONY : adder - -# fast build rule for target. -adder/fast: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f drivers/adder/CMakeFiles/adder.dir/build.make drivers/adder/CMakeFiles/adder.dir/build -.PHONY : adder/fast - -src/adder.o: src/adder.cpp.o - -.PHONY : src/adder.o - -# target to build an object file -src/adder.cpp.o: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f drivers/adder/CMakeFiles/adder.dir/build.make drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o -.PHONY : src/adder.cpp.o - -src/adder.i: src/adder.cpp.i - -.PHONY : src/adder.i - -# target to preprocess a source file -src/adder.cpp.i: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f drivers/adder/CMakeFiles/adder.dir/build.make drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.i -.PHONY : src/adder.cpp.i - -src/adder.s: src/adder.cpp.s - -.PHONY : src/adder.s - -# target to generate assembly for a file -src/adder.cpp.s: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f drivers/adder/CMakeFiles/adder.dir/build.make drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.s -.PHONY : src/adder.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... adder" - @echo "... edit_cache" - @echo "... src/adder.o" - @echo "... src/adder.i" - @echo "... src/adder.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/separateObjects/build/drivers/adder/cmake_install.cmake b/separateObjects/build/drivers/adder/cmake_install.cmake deleted file mode 100644 index e8b1306..0000000 --- a/separateObjects/build/drivers/adder/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /home/key/Git/cmake/separateObjects/drivers/adder - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - diff --git a/separateObjects/build/sources/CMakeFiles/CMakeDirectoryInformation.cmake b/separateObjects/build/sources/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index b38a9ad..0000000 --- a/separateObjects/build/sources/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake/separateObjects") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/separateObjects/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/separateObjects/build/sources/CMakeFiles/sources.dir/DependInfo.cmake b/separateObjects/build/sources/CMakeFiles/sources.dir/DependInfo.cmake deleted file mode 100644 index 13fe8fa..0000000 --- a/separateObjects/build/sources/CMakeFiles/sources.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/key/Git/cmake/separateObjects/sources/src/main.cpp" "/home/key/Git/cmake/separateObjects/build/sources/CMakeFiles/sources.dir/src/main.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_CXX_TARGET_INCLUDE_PATH - "../sources/inc" - "../drivers/adder/inc" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/key/Git/cmake/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/DependInfo.cmake" - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/separateObjects/build/sources/CMakeFiles/sources.dir/build.make b/separateObjects/build/sources/CMakeFiles/sources.dir/build.make deleted file mode 100644 index 4077eae..0000000 --- a/separateObjects/build/sources/CMakeFiles/sources.dir/build.make +++ /dev/null @@ -1,99 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake/separateObjects - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/separateObjects/build - -# Include any dependencies generated for this target. -include sources/CMakeFiles/sources.dir/depend.make - -# Include the progress variables for this target. -include sources/CMakeFiles/sources.dir/progress.make - -# Include the compile flags for this target's objects. -include sources/CMakeFiles/sources.dir/flags.make - -sources/CMakeFiles/sources.dir/src/main.cpp.o: sources/CMakeFiles/sources.dir/flags.make -sources/CMakeFiles/sources.dir/src/main.cpp.o: ../sources/src/main.cpp - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/Git/cmake/separateObjects/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object sources/CMakeFiles/sources.dir/src/main.cpp.o" - cd /home/key/Git/cmake/separateObjects/build/sources && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/sources.dir/src/main.cpp.o -c /home/key/Git/cmake/separateObjects/sources/src/main.cpp - -sources/CMakeFiles/sources.dir/src/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/sources.dir/src/main.cpp.i" - cd /home/key/Git/cmake/separateObjects/build/sources && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/Git/cmake/separateObjects/sources/src/main.cpp > CMakeFiles/sources.dir/src/main.cpp.i - -sources/CMakeFiles/sources.dir/src/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/sources.dir/src/main.cpp.s" - cd /home/key/Git/cmake/separateObjects/build/sources && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/Git/cmake/separateObjects/sources/src/main.cpp -o CMakeFiles/sources.dir/src/main.cpp.s - -# Object files for target sources -sources_OBJECTS = \ -"CMakeFiles/sources.dir/src/main.cpp.o" - -# External object files for target sources -sources_EXTERNAL_OBJECTS = - -sources/sources: sources/CMakeFiles/sources.dir/src/main.cpp.o -sources/sources: sources/CMakeFiles/sources.dir/build.make -sources/sources: drivers/adder/libadder.a -sources/sources: sources/CMakeFiles/sources.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/separateObjects/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable sources" - cd /home/key/Git/cmake/separateObjects/build/sources && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sources.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -sources/CMakeFiles/sources.dir/build: sources/sources - -.PHONY : sources/CMakeFiles/sources.dir/build - -sources/CMakeFiles/sources.dir/clean: - cd /home/key/Git/cmake/separateObjects/build/sources && $(CMAKE_COMMAND) -P CMakeFiles/sources.dir/cmake_clean.cmake -.PHONY : sources/CMakeFiles/sources.dir/clean - -sources/CMakeFiles/sources.dir/depend: - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake/separateObjects /home/key/Git/cmake/separateObjects/sources /home/key/Git/cmake/separateObjects/build /home/key/Git/cmake/separateObjects/build/sources /home/key/Git/cmake/separateObjects/build/sources/CMakeFiles/sources.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : sources/CMakeFiles/sources.dir/depend - diff --git a/separateObjects/build/sources/CMakeFiles/sources.dir/cmake_clean.cmake b/separateObjects/build/sources/CMakeFiles/sources.dir/cmake_clean.cmake deleted file mode 100644 index 62a1ed7..0000000 --- a/separateObjects/build/sources/CMakeFiles/sources.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/sources.dir/src/main.cpp.o" - "sources.pdb" - "sources" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/sources.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/separateObjects/build/sources/CMakeFiles/sources.dir/depend.make b/separateObjects/build/sources/CMakeFiles/sources.dir/depend.make deleted file mode 100644 index 1d26129..0000000 --- a/separateObjects/build/sources/CMakeFiles/sources.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for sources. -# This may be replaced when dependencies are built. diff --git a/separateObjects/build/sources/CMakeFiles/sources.dir/flags.make b/separateObjects/build/sources/CMakeFiles/sources.dir/flags.make deleted file mode 100644 index b2acb15..0000000 --- a/separateObjects/build/sources/CMakeFiles/sources.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# compile CXX with /usr/bin/g++ -CXX_FLAGS = -Wall -Wall - -CXX_DEFINES = - -CXX_INCLUDES = -I/home/key/Git/cmake/separateObjects/sources/inc -I/home/key/Git/cmake/separateObjects/drivers/adder/inc - diff --git a/separateObjects/build/sources/CMakeFiles/sources.dir/link.txt b/separateObjects/build/sources/CMakeFiles/sources.dir/link.txt deleted file mode 100644 index a76f544..0000000 --- a/separateObjects/build/sources/CMakeFiles/sources.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -Wall CMakeFiles/sources.dir/src/main.cpp.o -o sources ../drivers/adder/libadder.a diff --git a/separateObjects/build/sources/Makefile b/separateObjects/build/sources/Makefile deleted file mode 100644 index 48d1b6d..0000000 --- a/separateObjects/build/sources/Makefile +++ /dev/null @@ -1,180 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/key/Git/cmake/separateObjects - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/key/Git/cmake/separateObjects/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles /home/key/Git/cmake/separateObjects/build/sources/CMakeFiles/progress.marks - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 sources/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/separateObjects/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 sources/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 sources/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 sources/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -sources/CMakeFiles/sources.dir/rule: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f CMakeFiles/Makefile2 sources/CMakeFiles/sources.dir/rule -.PHONY : sources/CMakeFiles/sources.dir/rule - -# Convenience name for target. -sources: sources/CMakeFiles/sources.dir/rule - -.PHONY : sources - -# fast build rule for target. -sources/fast: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/build -.PHONY : sources/fast - -src/main.o: src/main.cpp.o - -.PHONY : src/main.o - -# target to build an object file -src/main.cpp.o: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/src/main.cpp.o -.PHONY : src/main.cpp.o - -src/main.i: src/main.cpp.i - -.PHONY : src/main.i - -# target to preprocess a source file -src/main.cpp.i: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/src/main.cpp.i -.PHONY : src/main.cpp.i - -src/main.s: src/main.cpp.s - -.PHONY : src/main.s - -# target to generate assembly for a file -src/main.cpp.s: - cd /home/key/Git/cmake/separateObjects/build && $(MAKE) -f sources/CMakeFiles/sources.dir/build.make sources/CMakeFiles/sources.dir/src/main.cpp.s -.PHONY : src/main.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... rebuild_cache" - @echo "... sources" - @echo "... edit_cache" - @echo "... src/main.o" - @echo "... src/main.i" - @echo "... src/main.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/key/Git/cmake/separateObjects/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/separateObjects/build/sources/cmake_install.cmake b/separateObjects/build/sources/cmake_install.cmake deleted file mode 100644 index aac02d8..0000000 --- a/separateObjects/build/sources/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /home/key/Git/cmake/separateObjects/sources - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt deleted file mode 100644 index 7d0b1d1..0000000 --- a/sources/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -project(sources) - -add_executable(${PROJECT_NAME} src/main.cpp) - -target_include_directories( ${PROJECT_NAME} - PUBLIC - ${PROJECT_SOURCE_DIR}/inc -) -target_compile_options(${PROJECT_NAME} - PRIVATE - ${C_FLAGS}) - -target_link_libraries(${PROJECT_NAME} - sub::startup - sub::driver1 - sub::adder) diff --git a/sources/inc/main.h b/sources/inc/main.h deleted file mode 100644 index 751cc4a..0000000 --- a/sources/inc/main.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/sources/src/CMakeLists.txt b/sources/src/CMakeLists.txt deleted file mode 100644 index b2fba32..0000000 --- a/sources/src/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -project(test) - -# Create the executable -add_executable(${PROJECT_NAME} main.cpp) - -# Link the static library from adderProj using its alias sub::adderAlias -# Link the header only library from headerProj using its alias sub::headerAlias -# This will cause the include directories for that target to be added to this project -target_link_libraries(${PROJECT_NAME} - sub::adderAlias - sub::headerAlias -) diff --git a/sources/src/main.cpp b/sources/src/main.cpp deleted file mode 100644 index aeb8aac..0000000 --- a/sources/src/main.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "main.h" -#include "adder.h" -#include "driver1.hpp" -#include "../../startup/startup.h" - -int unsusde = 0; - -int main() -{ - std::cout << "hello form main" << std::endl; - startup(); - sublib2 howdy; - howdy.print(); - std::cout << "Adder Returns: "< - -void startup(); diff --git a/tutorial/CMakeLists.txt b/tutorial/CMakeLists.txt new file mode 100644 index 0000000..fee059c --- /dev/null +++ b/tutorial/CMakeLists.txt @@ -0,0 +1,34 @@ +cmake_minimum_required(VERSION 3.10) + +# set the project name +project(Tutorial VERSION 1.0) + +# specify the C++ standard +set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD_REQUIRED True) + +option(USE_MYMATH "Use tutorial provided math implementation" ON) + +if(USE_MYMATH) + add_subdirectory(MathFunctions) + list(APPEND EXTRA_LIBS MathFunctions) +endif() + +configure_file(TutorialConfig.h.in TutorialConfig.h) + +add_executable(Tutorial tutorial.cxx) + +target_link_libraries(Tutorial PUBLIC ${EXTRA_LIBS}) + +target_include_directories(Tutorial PUBLIC + "${PROJECT_BINARY_DIR}" + ) + +install(TARGETS Tutorial DESTINATION /home/key/Git/cmake/tutorial/bin) +install(FILES ${PROJECT_BINARY_DIR}/TutorialConfig.h + DESTINATION /home/key/Git/cmake/tutorial/include + ) + + + + diff --git a/tutorial/MathFunctions/CMakeLists.txt b/tutorial/MathFunctions/CMakeLists.txt new file mode 100644 index 0000000..839d978 --- /dev/null +++ b/tutorial/MathFunctions/CMakeLists.txt @@ -0,0 +1,8 @@ +add_library(MathFunctions mysqrt.cxx) + +target_include_directories(MathFunctions + INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} + ) + +install(TARGETS MathFunctions DESTINATION /home/key/Git/cmake/tutorial/lib) +install(FILES MathFunctions.h DESTINATION /home/key/Git/cmake/tutorial/include) diff --git a/tutorial/MathFunctions/MathFunctions.h b/tutorial/MathFunctions/MathFunctions.h new file mode 100644 index 0000000..fa16e24 --- /dev/null +++ b/tutorial/MathFunctions/MathFunctions.h @@ -0,0 +1,2 @@ + +double mysqrt(int val); diff --git a/tutorial/MathFunctions/mysqrt.cxx b/tutorial/MathFunctions/mysqrt.cxx new file mode 100644 index 0000000..a829380 --- /dev/null +++ b/tutorial/MathFunctions/mysqrt.cxx @@ -0,0 +1,4 @@ +double mysqrt(int val) +{ + return val*val; +} diff --git a/tutorial/TutorialConfig.h.in b/tutorial/TutorialConfig.h.in new file mode 100644 index 0000000..7272f71 --- /dev/null +++ b/tutorial/TutorialConfig.h.in @@ -0,0 +1,6 @@ +#include + +#define Tutorial_VERSION_MAJOR @Tutorial_VERSION_MAJOR@ +#define Tutorial_VERSION_MINOR @Tutorial_VERSION_MINOR@ + +#cmakedefine USE_MYMATH diff --git a/tutorial/bin/Tutorial b/tutorial/bin/Tutorial new file mode 100755 index 0000000000000000000000000000000000000000..22210111eb1ccba18dc6aa8e41aaadc037b91d7f GIT binary patch literal 19152 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 bLR5jDk%&c+)@pf>qan+&@LE&>t-IwnPC%^| diff --git a/separateObjects/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_CXX.bin b/tutorial/build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_CXX.bin similarity index 64% rename from separateObjects/build/CMakeFiles/3.13.4/CMakeDetermineCompilerABI_CXX.bin rename to tutorial/build/CMakeFiles/3.18.4/CMakeDetermineCompilerABI_CXX.bin index ec94666585c50c6056732272ce59730f0cea1f4f..51a4880cea4d4a18c693fad62388ed8d1eb15d19 100755 GIT binary patch delta 1714 zcmZ`)Z%kWN6u-BB21Wk7Lg95RqYomno9pXqfl@%*K4_txrLYZLj4_weR;;qZXj#<6 zn7WvyndsPwiJGX{z8Fo!8sY~(7{fGf`(Q#7V?q{jezIB2wwRbKae(*r-KXI6Htl)m zcYo*H-@WJE(_$VM^Z3HLNiw3!kd`;jwOd8ivHJE}PRD%6W4_(aSa!zJY!R!hB7BLz z?)bl4WyUIFcuyw^78;|c-;vlPiml{@_wAGK4t>=5&J!oEUc3JEnzY~Xm6fPPbb9eoajL#(a7Ksaf@!T2R8L>P|`QS zNpDM3QK@c-Z3|)g>7Xd5OwqB}nl>q%BdUwE^QdONU{)UlAADlyhx>-wx|@C#+DDBJ zwhTNRG1k`I-Gv&!VdSxK^%wJvnu}Z&{t2qN!}tnxab5Tf%y2dwgLB-YErq+`wcGyi z+C6<3e-|!o=Pcp##!k4#b?Wvx;SP6pD7y6chg6#UWTfz;JQ*qcAy3GK`;*}%#{~+X zh#uMspZ%@6oY>yk39oJGa|c{E8f++9_&r*<9W4AR?^u3b{lc7Y;3D{r7k9h2BSRF&|3Q16;yP4^v~p_UXDa;0zss)S zZ^K#_k3WTF`uh!h+~vgUu+im=Z&nD656HMv$)m{7GN|?*-6j--QV);M!ROt)Yl?y#;*mYDH;+$=)zzaPSgbZX1K7jk z*WonHaIuo-5}14V$O`3~Q3FDP$~3TmuarDg!#vCL48w0x%ONY00t{g0JjgWj_i(9) zcWtoPP8O@wMj4yRTDk`{-%|7#4fLj}S3KegU}oG`Rv{5>wV6|M8Py?5&SZ9uJQvR-XH$qo#^^*c zogs_a6czo?dWvZ3PiM0%jj{*@swPH0I=^vkK;65s{z;ntbV zqBy;no=rN^NhD_Gaw$+h1;iVYmPQ delta 1724 zcmZ`)Z%kWN6u97At&?>WEU zIrp6V?w`}8Il44Q7r!%|GZLkpEB-j|+H$L4tNXBwFe(;cj`FS@&1*;V(&YwKy*A)W zy3+7}vFutbI|Cmv9(c&qoiN}$D|Qz9nV~UKYk6t%*Yef)ELSHAWby zAM9~MY;;hBeb(ke*Np0g+C(BD=49j}h!P49ci4uJGx6BzUa{5F>Iq;HLe%v$gyJuQ zm{V9nW{#yyvh})#^-V0*u+yR{+uiW4q0^!5yTWaRRns#lDEw^TVck$xzWoHtLb;KL zGGkfs4!0aJ-Y{R~O6UV9<({Xvz|Z;Vn=rxE)AKOTHP@`}u|i>6SltQ>^scbBm$wS< z8Qt(T*U0?hfk)hx-dN#Y^n9%FI64+B>_$i93yl{}5i%w$xMlfb{Nw}S%EQvF#NPhC zu)53UYkfae){}VQ&v@Z+U*S=7-@3m1g=Mai>#wkX!1h--7YzLsP463p z#oJ|#@<)xy12*k$5K)B(I0HV9w?W^lTFt8O*)a{{p1tK6q94PWCrlT?;tkU&81~lF zB)sbVklE?RqdyML7F$KT$M0!z2TwW`1!)(gTiWO*+-woioBDX1NqsifL>9s4yVt6x z)-oxACDmkGyWNL*E5Tfyt$U6E#*9&JC+n{CE=W?V6&-$ z+=b8lUiv-U_j@njS2&KeJ2j&wKEaJ-i22`Zr}4j|r1*;T$EeTRRg|hDpHrb6$k7$L zkf)>uX4@=|5b7M^NmE3Rrpf}WweeR228V@I65>=z`4P))5GTnmv6`mfw*XJGAmR7} zP#hOvHNZRGKo1LZH0(V10=&FXjdmG4c|)f;{~eZnp8pb@Z%K zR`8e1GG+!=d^R{6JZ%X1TLUl^tbyCXcQ`CHV!t2`j6?_fMWJs5dP027cs7YOBb80% zMQM6kx};VP$b{^d$CFZCB4X?;a>-OyoXL&LzKPc)@#R!jN~c~Qk3^oV78xm(MTcZ= zQhY_qCez~xMhAPv{-Himlnoe9jgR1BE_a~I1xQTfW|VbcMl4v#aV%N1hyES(%UJ2{sRH@F15R+Y)7rs(nn z40o>J!?SdGO-b#HlMw3)nWi)}1qDQl8d_ZbrYppl^^3pd26Io)tUso0H@wgjwCI;q n|0mg4F7|{et%J32hzekegiS(FJ$cL@37OLED%yp$j{1K9;$L%Q diff --git a/build/CMakeFiles/3.13.4/CMakeSystem.cmake b/tutorial/build/CMakeFiles/3.18.4/CMakeSystem.cmake similarity index 53% rename from build/CMakeFiles/3.13.4/CMakeSystem.cmake rename to tutorial/build/CMakeFiles/3.18.4/CMakeSystem.cmake index 4ce0c6c..1a7b45b 100644 --- a/build/CMakeFiles/3.13.4/CMakeSystem.cmake +++ b/tutorial/build/CMakeFiles/3.18.4/CMakeSystem.cmake @@ -1,13 +1,13 @@ -set(CMAKE_HOST_SYSTEM "Linux-4.19.0-17-amd64") +set(CMAKE_HOST_SYSTEM "Linux-5.10.0-9-amd64") set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "4.19.0-17-amd64") +set(CMAKE_HOST_SYSTEM_VERSION "5.10.0-9-amd64") set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") -set(CMAKE_SYSTEM "Linux-4.19.0-17-amd64") +set(CMAKE_SYSTEM "Linux-5.10.0-9-amd64") set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "4.19.0-17-amd64") +set(CMAKE_SYSTEM_VERSION "5.10.0-9-amd64") set(CMAKE_SYSTEM_PROCESSOR "x86_64") set(CMAKE_CROSSCOMPILING "FALSE") diff --git a/separateObjects/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c b/tutorial/build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.c similarity index 82% rename from separateObjects/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c rename to tutorial/build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.c index bfc6ebb..6c0aa93 100644 --- a/separateObjects/build/CMakeFiles/3.13.4/CompilerIdC/CMakeCCompilerId.c +++ b/tutorial/build/CMakeFiles/3.18.4/CompilerIdC/CMakeCCompilerId.c @@ -19,6 +19,9 @@ # define COMPILER_ID "Intel" # if defined(_MSC_VER) # define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" # endif /* __INTEL_COMPILER = VRP */ # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) @@ -37,6 +40,17 @@ # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) # endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif #elif defined(__PATHCC__) # define COMPILER_ID "PathScale" @@ -106,48 +120,32 @@ #elif defined(__IBMC__) && defined(__COMPILER_VER__) # define COMPILER_ID "zOS" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800) -# define COMPILER_ID "XL" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 # define COMPILER_ID "VisualAge" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) #elif defined(__PGI) # define COMPILER_ID "PGI" @@ -172,6 +170,15 @@ #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) # define COMPILER_ID "Fujitsu" +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + #elif defined(__TINYC__) # define COMPILER_ID "TinyCC" @@ -181,6 +188,21 @@ #elif defined(__SCO_VERSION__) # define COMPILER_ID "SCO" +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + #elif defined(__clang__) && defined(__apple_build_version__) # define COMPILER_ID "AppleClang" # if defined(_MSC_VER) @@ -196,6 +218,13 @@ # endif # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + #elif defined(__clang__) # define COMPILER_ID "Clang" # if defined(_MSC_VER) @@ -249,28 +278,18 @@ #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) # define COMPILER_ID "IAR" -# if defined(__VER__) +# if defined(__VER__) && defined(__ICCARM__) # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) # endif -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) # define COMPILER_ID "SDCC" # if defined(__SDCC_VERSION_MAJOR) @@ -284,27 +303,10 @@ # define COMPILER_VERSION_PATCH DEC(SDCC % 10) # endif -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - /* These compilers are either not known or too old to define an identification macro. Try to identify the platform and guess that it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - #elif defined(__hpux) || defined(__hpua) # define COMPILER_ID "HP" @@ -363,9 +365,6 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) # define PLATFORM_ID "AIX" -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - #elif defined(__hpux) || defined(__hpux__) # define PLATFORM_ID "HP-UX" @@ -421,10 +420,21 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # elif defined(__WINDOWS__) # define PLATFORM_ID "Windows3x" +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + # else /* unknown platform */ # define PLATFORM_ID # endif +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + #else /* unknown platform */ # define PLATFORM_ID @@ -482,9 +492,50 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # if defined(__ICCARM__) # define ARCHITECTURE_ID "ARM" +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + # elif defined(__ICCAVR__) # define ARCHITECTURE_ID "AVR" +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + # else /* unknown architecture */ # define ARCHITECTURE_ID "" # endif diff --git a/build/CMakeFiles/3.13.4/CompilerIdC/a.out b/tutorial/build/CMakeFiles/3.18.4/CompilerIdC/a.out similarity index 72% rename from build/CMakeFiles/3.13.4/CompilerIdC/a.out rename to tutorial/build/CMakeFiles/3.18.4/CompilerIdC/a.out index f0754bf1eb003255488bb3228f091b6896bbdee2..dec38b4bbc1c18fb1e0b97a9f50584a9cf170595 100755 GIT binary patch delta 884 zcmZvaUr1AN6vuzRd$*cpYtFU1^>0@(QfRk(H@oUcy*HKaVDyJt*@M*7kcp_#4C+mb z;6e-J;DfzMFTMoE1@XZL7ePfN77wGp>v# z<5B&GdREof;#xYW;PIJQU0%ES)se0Iv%aon@@#64^nPc6#PshmeYIWxtgd^O4ZHii z(<6z3ShUcFBN@ZIOkGi@?=IWn0N=5exRMd0+C5!q>=toeI{zOWNmk_0p_V4omt{^R^gt*N<+(m$4!S=!w z(u)}Kgd;x1I<~e(c!|_&Y8fY~v9udGtw4`({w}1h|7iOQm9HbMU^v2;RK5)f)J~Wb zwW38GR_XgNj`R^mF5)AnO0+$YL26jq+7fLBz9D^q)V%KjYwl^Q@++v4Ie*UTN-L?n zX7+6NGK82fvyw_MDs!|2Cgn~l!jkNT?G3-d-uN2cHO6-L4UP!iBgui@V6vA8gF~sy zf_f|(OeOk2Y085VxkPJVDiYWyCH*1949 delta 839 zcmZXRUr1AN6vxl+-mRwD-JPzkGr>)al-g}`^Sag_@72sZm{HWq9()k8uE76w8EAtX#Y+r3KJf%7}x`}=&)?{|LO%oxjz zvFX*xxhfcp*%jYm2>cf4h=?eh3|W2dls&-)7%KwrbQk zchNw9SGRm)NLDbzSK}(*$C#0@b(R!oH+VhuL(i@>8Lz}$tR4WMKfP|j*=j(-d-534ds$->WV{=o_=J=5V!B5UAh^N-$skPIo@7kt&(Xf|Z7Tke| z955raB?88EufoJuq5J{gDtObjR-ty>t{X3Xw@PT9pj^WV5t;0MrOsOrG`kPS17Wso zWCM>l&l!3UgEH`*BJo#T!{LzRxk)<=N}+rQeT-9~qwFaz&^m`KEP37*oNlPy;e3Zd zqF)Oqi}1`_5ZlXdOcI@802~wph})nboH!AdxGIL9gZnt>#w>Y{lUD=@boF1a2Y-eo zdo$5edSV$%qOU>X2Cd%Pc)mgM+$ZV+CxF-N&Hwv+OyXUlPx8I67cwq$x6>>zk26Gj zEvi~G9=7N#E)kt4Dnj{xQ!SuNkvt!Wx@cxqHJcn(?=RF8i384jUj+`6SK-VVRj+BP zx4bPlrF7UDL-h^Dy5eN$h`h(eNPC6W9P^JPdqEx?8o4U>4vxxQqx}Ot{{9|pIhMnd z(QbUmi#Qz>eL*^EHznOrh-FJ`)f!_dddJQxF{w7PKAcpWil!CQ+Kx+VV^J<*e&sM3 Gt@;C^p|ITm diff --git a/separateObjects/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/tutorial/build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.cpp similarity index 80% rename from separateObjects/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp rename to tutorial/build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.cpp index b728b63..37c21ca 100644 --- a/separateObjects/build/CMakeFiles/3.13.4/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ b/tutorial/build/CMakeFiles/3.18.4/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -19,6 +19,9 @@ # define COMPILER_ID "Intel" # if defined(_MSC_VER) # define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" # endif /* __INTEL_COMPILER = VRP */ # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) @@ -37,6 +40,17 @@ # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) # endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif #elif defined(__PATHCC__) # define COMPILER_ID "PathScale" @@ -106,48 +120,32 @@ #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) # define COMPILER_ID "zOS" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -#elif defined(__ibmxl__) || (defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800) -# define COMPILER_ID "XL" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 # define COMPILER_ID "VisualAge" -# if defined(__ibmxl__) -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) -# else - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) #elif defined(__PGI) # define COMPILER_ID "PGI" @@ -172,9 +170,33 @@ #elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) # define COMPILER_ID "Fujitsu" +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + #elif defined(__SCO_VERSION__) # define COMPILER_ID "SCO" +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + #elif defined(__clang__) && defined(__apple_build_version__) # define COMPILER_ID "AppleClang" # if defined(_MSC_VER) @@ -190,6 +212,13 @@ # endif # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + #elif defined(__clang__) # define COMPILER_ID "Clang" # if defined(_MSC_VER) @@ -247,49 +276,22 @@ #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) # define COMPILER_ID "IAR" -# if defined(__VER__) +# if defined(__VER__) && defined(__ICCARM__) # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__ARMCC_VERSION) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) # endif /* These compilers are either not known or too old to define an identification macro. Try to identify the platform and guess that it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - #elif defined(__hpux) || defined(__hpua) # define COMPILER_ID "HP" @@ -348,9 +350,6 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) # define PLATFORM_ID "AIX" -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - #elif defined(__hpux) || defined(__hpux__) # define PLATFORM_ID "HP-UX" @@ -406,10 +405,21 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # elif defined(__WINDOWS__) # define PLATFORM_ID "Windows3x" +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + # else /* unknown platform */ # define PLATFORM_ID # endif +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + #else /* unknown platform */ # define PLATFORM_ID @@ -467,9 +477,50 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # if defined(__ICCARM__) # define ARCHITECTURE_ID "ARM" +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + # elif defined(__ICCAVR__) # define ARCHITECTURE_ID "AVR" +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + # else /* unknown architecture */ # define ARCHITECTURE_ID "" # endif @@ -554,10 +605,20 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; -#if defined(_MSC_VER) && defined(_MSVC_LANG) -#define CXX_STD _MSVC_LANG +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG #else -#define CXX_STD __cplusplus +# define CXX_STD __cplusplus #endif const char* info_language_dialect_default = "INFO" ":" "dialect_default[" diff --git a/tutorial/build/CMakeFiles/3.18.4/CompilerIdCXX/a.out b/tutorial/build/CMakeFiles/3.18.4/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..5bf5face8e8ca8200b8bb7dfca3579f9f42e48ef GIT binary patch literal 16712 zcmeHOZ)_Y#6`%9j&V|Hh$Bl_ein0xfa3H>%-Nbd$I=%DXHM%%yYL|lREbF_oeeLv+3 zcYQ|i0Y0D|Y411loA=(#yqVpb*`4`ZPpr4X=MxBiu}^R+QfDy{nGx74BLorAF4oZR z2gSXjn$ndfXXQsMpj<0VR5&ppc|RfReOKnY@m?thL=72PZ>4am%E|!>*$&n-vt$}P zutwGc2!63VMV9Eo8?s_RyB_Uh4R@@tJ&`LR1qFieFH<{6hx-|Md~m+iuFq3Ujv2y>$=^!tE1k_G2ldf3+ZdnBW~2?x5-lre*2nT7{OBVOay`-Cg^j7z?ByM@ z?zj&yZk2Ubh9bu~_<3nSiCFpIk#2JHiX|6z@j1!2yZA3kKH}n^m;9xNg&BA(u9|M*B@5T-tw!ySJaDljrC+;n=}w8&5xPoK>t{WPFbR` zb4Z=-sOG3ze8X6)p6J*@iG}7;skAUbKd)5np|o!VdcZe7LzzRQQ+)cGS}e@J+H;$$ zr=DoIN-OjeJ=fH)s=f=gr$z0{XM8=kiT`~$-V&T^_)U=9c)GG~QTnIlrEia%v)U2; zcxL2Jmus5EaoJysWxncTpI^vXb{84jDFB^FH$Lpih)zdLeBL zx9l1bzD@oI`8z9rlQZ5bm5vi0Cwz(U1w#I&I&-5`I!}0$@CxDJ+ojSDdKJOnhdKC; z9umIkI^U+Xs{*HdtLm8NJqGQh|4|l@p}f2hTPdIA7p|8|<|oQvU2m}QW3_8O9XKW) z-uU20?%%qFO|X79T^C3W-!7SF-6!b!0hL!^A{wlFwxX-1x?+lIWa)gC=m6EsB{J!Nxm}}Fu%XD z9~81f&G&-m0nY=T2RsjW9`HQidBF34=K;?Ho(ER+0QO~KA12li=HiC5)Mo||MEYoU!YjeVcIF5-avckh<6W?F8h#2(2rGHvbA6(TIt?=!W9cv|8b ziH#B)Bm$%wZ)P{cDw#1=X+=;EMK+u^v6=z){!y~(N2DoAUti7o9+dj@)!0nKZ?p_E z)B9xpdoqo3rTPCkU|;!41uGFNM^P-qep>9G#eUhouCBdGQ+IMSrDqgc__u~yn%lO^ zn9>?L9uvK)@k<)f1VZa;s8_;U5&TxGmz`>QE^~X`cIt^&NY5R15WmGu zQo4`rkbU?04H3^7d805k7K)3dV=S66sm1vqOP&s~B(mCgIyTN#K1q|(^juD#(UKV>HzUS!`eaf|6ecHUNX3@YNYZeKcJ0@nN_IW|c$a)% z-k%7?r>2DV$yiHkDl?YF`*E_2`VWv)B9+k!`D8+vEyoLgl)=?v|5>^Cz(Bd9`MfN` zJiTNpr}fNuK_91HaDEjaaXPpJFY<||vd5I1N2DBWGR^aM2O&cFnMp$*B{XstP9T=b z&=ILA5z1tZWN1872#pp}bP_F@=O;ucF_R&C78*G#M}8e~Bs9v) zCDS@9h>+=#&{Wz8jb{xJGLqBu%OjG6vSt^Bk`rpVy>{IAt9t>1ug;Bn{{l`g{McBR>Fwc^>0lY*m%O0*!!mh7KJs`|M2WjA!T>6-Q z15sb-BMp4srH}tx;8|CPpqAH-V}VOyv_=54A}L^+Umb*H#V8O*uMf&Pb~ zC=vR0#MrZoPDz8RbUgphG}DFpz%P7%pze14AM+mrg-2Y*QLdHCbIkJktM^zEcOWRy Gt^ZHsp<8$W literal 0 HcmV?d00001 diff --git a/build/drivers/driver1/CMakeFiles/CMakeDirectoryInformation.cmake b/tutorial/build/CMakeFiles/CMakeDirectoryInformation.cmake similarity index 68% rename from build/drivers/driver1/CMakeFiles/CMakeDirectoryInformation.cmake rename to tutorial/build/CMakeFiles/CMakeDirectoryInformation.cmake index a698564..93b6b4e 100644 --- a/build/drivers/driver1/CMakeFiles/CMakeDirectoryInformation.cmake +++ b/tutorial/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -1,9 +1,9 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 # Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/build") +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/key/Git/cmake/tutorial") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/key/Git/cmake/tutorial/build") # Force unix paths in dependencies. set(CMAKE_FORCE_UNIX_PATHS 1) diff --git a/tutorial/build/CMakeFiles/CMakeOutput.log b/tutorial/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..ace98f0 --- /dev/null +++ b/tutorial/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,437 @@ +The system is: Linux - 5.10.0-9-amd64 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/key/Git/cmake/tutorial/build/CMakeFiles/3.18.4/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/key/Git/cmake/tutorial/build/CMakeFiles/3.18.4/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake cmTC_0b2c5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0b2c5.dir/build.make CMakeFiles/cmTC_0b2c5.dir/build +gmake[1]: Entering directory '/home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 10.2.1 20210110 (Debian 10.2.1-6) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/10/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -o /tmp/ccVHMOsf.s +GNU C17 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu) + compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/10/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu) + compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 1f803793fa2e3418c492b25e7d3eac2f +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o /tmp/ccVHMOsf.s +GNU assembler version 2.35.2 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.35.2 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' +Linking C executable cmTC_0b2c5 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b2c5.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o -o cmTC_0b2c5 +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 10.2.1 20210110 (Debian 10.2.1-6) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0b2c5' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHcqtBD.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0b2c5 /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0b2c5' '-mtune=generic' '-march=x86-64' +gmake[1]: Leaving directory '/home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/10/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/10/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/10/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/10/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_0b2c5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0b2c5.dir/build.make CMakeFiles/cmTC_0b2c5.dir/build] + ignore line: [gmake[1]: Entering directory '/home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -o /tmp/ccVHMOsf.s] + ignore line: [GNU C17 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 1f803793fa2e3418c492b25e7d3eac2f] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o /tmp/ccVHMOsf.s] + ignore line: [GNU assembler version 2.35.2 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.35.2] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking C executable cmTC_0b2c5] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b2c5.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o -o cmTC_0b2c5 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0b2c5' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHcqtBD.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0b2c5 /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/10/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccHcqtBD.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_0b2c5] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] + arg [CMakeFiles/cmTC_0b2c5.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10] ==> [/usr/lib/gcc/x86_64-linux-gnu/10] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/10;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake cmTC_c612f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c612f.dir/build.make CMakeFiles/cmTC_c612f.dir/build +gmake[1]: Entering directory '/home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 10.2.1 20210110 (Debian 10.2.1-6) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/10/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -o /tmp/cc0j3Nhb.s +GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu) + compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/10" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/10 + /usr/include/x86_64-linux-gnu/c++/10 + /usr/include/c++/10/backward + /usr/lib/gcc/x86_64-linux-gnu/10/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu) + compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 048fcaee3460a99eb0d68522358720e1 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc0j3Nhb.s +GNU assembler version 2.35.2 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.35.2 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +Linking CXX executable cmTC_c612f +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c612f.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c612f +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 10.2.1 20210110 (Debian 10.2.1-6) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c612f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper -plugin-opt=-fresolution=/tmp/cckxxDiG.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c612f /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c612f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +gmake[1]: Leaving directory '/home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/10] + add: [/usr/include/x86_64-linux-gnu/c++/10] + add: [/usr/include/c++/10/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/10/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/10] ==> [/usr/include/c++/10] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/10] ==> [/usr/include/x86_64-linux-gnu/c++/10] + collapse include dir [/usr/include/c++/10/backward] ==> [/usr/include/c++/10/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/10/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/10/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/10;/usr/include/x86_64-linux-gnu/c++/10;/usr/include/c++/10/backward;/usr/lib/gcc/x86_64-linux-gnu/10/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_c612f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c612f.dir/build.make CMakeFiles/cmTC_c612f.dir/build] + ignore line: [gmake[1]: Entering directory '/home/key/Git/cmake/tutorial/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -o /tmp/cc0j3Nhb.s] + ignore line: [GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/10"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/10] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/10] + ignore line: [ /usr/include/c++/10/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 048fcaee3460a99eb0d68522358720e1] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc0j3Nhb.s] + ignore line: [GNU assembler version 2.35.2 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.35.2] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking CXX executable cmTC_c612f] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c612f.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_c612f ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c612f' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper -plugin-opt=-fresolution=/tmp/cckxxDiG.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c612f /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/10/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cckxxDiG.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_c612f] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] + arg [CMakeFiles/cmTC_c612f.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10] ==> [/usr/lib/gcc/x86_64-linux-gnu/10] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/10;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + diff --git a/tutorial/build/CMakeFiles/Makefile.cmake b/tutorial/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..fec18c8 --- /dev/null +++ b/tutorial/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,125 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "../CMakeLists.txt" + "../MathFunctions/CMakeLists.txt" + "../TutorialConfig.h.in" + "CMakeFiles/3.18.4/CMakeCCompiler.cmake" + "CMakeFiles/3.18.4/CMakeCXXCompiler.cmake" + "CMakeFiles/3.18.4/CMakeSystem.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.18/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.18/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-3.18/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.18/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.18/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.18/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.18/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.18/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.18/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake-3.18/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.18/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.18/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-3.18/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.18/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.18/Modules/Internal/CMakeCheckCompilerFlag.cmake" + "/usr/share/cmake-3.18/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.18/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.18/Modules/Platform/UnixPaths.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.18.4/CMakeSystem.cmake" + "CMakeFiles/3.18.4/CMakeCCompiler.cmake" + "CMakeFiles/3.18.4/CMakeCXXCompiler.cmake" + "CMakeFiles/3.18.4/CMakeCCompiler.cmake" + "CMakeFiles/3.18.4/CMakeCXXCompiler.cmake" + "TutorialConfig.h" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "MathFunctions/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/Tutorial.dir/DependInfo.cmake" + "MathFunctions/CMakeFiles/MathFunctions.dir/DependInfo.cmake" + ) diff --git a/tutorial/build/CMakeFiles/Makefile2 b/tutorial/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..87dff36 --- /dev/null +++ b/tutorial/build/CMakeFiles/Makefile2 @@ -0,0 +1,172 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/tutorial + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/tutorial/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/Tutorial.dir/all +all: MathFunctions/all + +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: MathFunctions/preinstall + +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/Tutorial.dir/clean +clean: MathFunctions/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory MathFunctions + +# Recursive "all" directory target. +MathFunctions/all: MathFunctions/CMakeFiles/MathFunctions.dir/all + +.PHONY : MathFunctions/all + +# Recursive "preinstall" directory target. +MathFunctions/preinstall: + +.PHONY : MathFunctions/preinstall + +# Recursive "clean" directory target. +MathFunctions/clean: MathFunctions/CMakeFiles/MathFunctions.dir/clean + +.PHONY : MathFunctions/clean + +#============================================================================= +# Target rules for target CMakeFiles/Tutorial.dir + +# All Build rule for target. +CMakeFiles/Tutorial.dir/all: MathFunctions/CMakeFiles/MathFunctions.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Tutorial.dir/build.make CMakeFiles/Tutorial.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/Tutorial.dir/build.make CMakeFiles/Tutorial.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/tutorial/build/CMakeFiles --progress-num=3,4 "Built target Tutorial" +.PHONY : CMakeFiles/Tutorial.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/Tutorial.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/tutorial/build/CMakeFiles 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Tutorial.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/tutorial/build/CMakeFiles 0 +.PHONY : CMakeFiles/Tutorial.dir/rule + +# Convenience name for target. +Tutorial: CMakeFiles/Tutorial.dir/rule + +.PHONY : Tutorial + +# clean rule for target. +CMakeFiles/Tutorial.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Tutorial.dir/build.make CMakeFiles/Tutorial.dir/clean +.PHONY : CMakeFiles/Tutorial.dir/clean + +#============================================================================= +# Target rules for target MathFunctions/CMakeFiles/MathFunctions.dir + +# All Build rule for target. +MathFunctions/CMakeFiles/MathFunctions.dir/all: + $(MAKE) $(MAKESILENT) -f MathFunctions/CMakeFiles/MathFunctions.dir/build.make MathFunctions/CMakeFiles/MathFunctions.dir/depend + $(MAKE) $(MAKESILENT) -f MathFunctions/CMakeFiles/MathFunctions.dir/build.make MathFunctions/CMakeFiles/MathFunctions.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/cmake/tutorial/build/CMakeFiles --progress-num=1,2 "Built target MathFunctions" +.PHONY : MathFunctions/CMakeFiles/MathFunctions.dir/all + +# Build rule for subdir invocation for target. +MathFunctions/CMakeFiles/MathFunctions.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/tutorial/build/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MathFunctions/CMakeFiles/MathFunctions.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/tutorial/build/CMakeFiles 0 +.PHONY : MathFunctions/CMakeFiles/MathFunctions.dir/rule + +# Convenience name for target. +MathFunctions: MathFunctions/CMakeFiles/MathFunctions.dir/rule + +.PHONY : MathFunctions + +# clean rule for target. +MathFunctions/CMakeFiles/MathFunctions.dir/clean: + $(MAKE) $(MAKESILENT) -f MathFunctions/CMakeFiles/MathFunctions.dir/build.make MathFunctions/CMakeFiles/MathFunctions.dir/clean +.PHONY : MathFunctions/CMakeFiles/MathFunctions.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/tutorial/build/CMakeFiles/TargetDirectories.txt b/tutorial/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..1294351 --- /dev/null +++ b/tutorial/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,14 @@ +/home/key/Git/cmake/tutorial/build/CMakeFiles/install/strip.dir +/home/key/Git/cmake/tutorial/build/CMakeFiles/install/local.dir +/home/key/Git/cmake/tutorial/build/CMakeFiles/install.dir +/home/key/Git/cmake/tutorial/build/CMakeFiles/list_install_components.dir +/home/key/Git/cmake/tutorial/build/CMakeFiles/rebuild_cache.dir +/home/key/Git/cmake/tutorial/build/CMakeFiles/edit_cache.dir +/home/key/Git/cmake/tutorial/build/CMakeFiles/Tutorial.dir +/home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/install/strip.dir +/home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/install.dir +/home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/list_install_components.dir +/home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/rebuild_cache.dir +/home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/edit_cache.dir +/home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/install/local.dir +/home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir diff --git a/tutorial/build/CMakeFiles/Tutorial.dir/CXX.includecache b/tutorial/build/CMakeFiles/Tutorial.dir/CXX.includecache new file mode 100644 index 0000000..57b17e1 --- /dev/null +++ b/tutorial/build/CMakeFiles/Tutorial.dir/CXX.includecache @@ -0,0 +1,22 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../MathFunctions/MathFunctions.h + +/home/key/Git/cmake/tutorial/tutorial.cxx +TutorialConfig.h +/home/key/Git/cmake/tutorial/TutorialConfig.h +MathFunctions.h +/home/key/Git/cmake/tutorial/MathFunctions.h +math.h +- + +TutorialConfig.h +iostream +- + diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/DependInfo.cmake b/tutorial/build/CMakeFiles/Tutorial.dir/DependInfo.cmake similarity index 65% rename from separateObjects/build/drivers/adder/CMakeFiles/adder.dir/DependInfo.cmake rename to tutorial/build/CMakeFiles/Tutorial.dir/DependInfo.cmake index bf837da..9869f3f 100644 --- a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/DependInfo.cmake +++ b/tutorial/build/CMakeFiles/Tutorial.dir/DependInfo.cmake @@ -4,17 +4,19 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_CXX - "/home/key/Git/cmake/separateObjects/drivers/adder/src/adder.cpp" "/home/key/Git/cmake/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/src/adder.cpp.o" + "/home/key/Git/cmake/tutorial/tutorial.cxx" "/home/key/Git/cmake/tutorial/build/CMakeFiles/Tutorial.dir/tutorial.cxx.o" ) set(CMAKE_CXX_COMPILER_ID "GNU") # The include file search paths: set(CMAKE_CXX_TARGET_INCLUDE_PATH - "../drivers/adder/inc" + "." + "../MathFunctions" ) # Targets to which this target links. set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/DependInfo.cmake" ) # Fortran module output directory. diff --git a/tutorial/build/CMakeFiles/Tutorial.dir/build.make b/tutorial/build/CMakeFiles/Tutorial.dir/build.make new file mode 100644 index 0000000..c727fac --- /dev/null +++ b/tutorial/build/CMakeFiles/Tutorial.dir/build.make @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/tutorial + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/tutorial/build + +# Include any dependencies generated for this target. +include CMakeFiles/Tutorial.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/Tutorial.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/Tutorial.dir/flags.make + +CMakeFiles/Tutorial.dir/tutorial.cxx.o: CMakeFiles/Tutorial.dir/flags.make +CMakeFiles/Tutorial.dir/tutorial.cxx.o: ../tutorial.cxx + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/Git/cmake/tutorial/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Tutorial.dir/tutorial.cxx.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Tutorial.dir/tutorial.cxx.o -c /home/key/Git/cmake/tutorial/tutorial.cxx + +CMakeFiles/Tutorial.dir/tutorial.cxx.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Tutorial.dir/tutorial.cxx.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/key/Git/cmake/tutorial/tutorial.cxx > CMakeFiles/Tutorial.dir/tutorial.cxx.i + +CMakeFiles/Tutorial.dir/tutorial.cxx.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Tutorial.dir/tutorial.cxx.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/Git/cmake/tutorial/tutorial.cxx -o CMakeFiles/Tutorial.dir/tutorial.cxx.s + +# Object files for target Tutorial +Tutorial_OBJECTS = \ +"CMakeFiles/Tutorial.dir/tutorial.cxx.o" + +# External object files for target Tutorial +Tutorial_EXTERNAL_OBJECTS = + +Tutorial: CMakeFiles/Tutorial.dir/tutorial.cxx.o +Tutorial: CMakeFiles/Tutorial.dir/build.make +Tutorial: MathFunctions/libMathFunctions.a +Tutorial: CMakeFiles/Tutorial.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/tutorial/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable Tutorial" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Tutorial.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/Tutorial.dir/build: Tutorial + +.PHONY : CMakeFiles/Tutorial.dir/build + +CMakeFiles/Tutorial.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/Tutorial.dir/cmake_clean.cmake +.PHONY : CMakeFiles/Tutorial.dir/clean + +CMakeFiles/Tutorial.dir/depend: + cd /home/key/Git/cmake/tutorial/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake/tutorial /home/key/Git/cmake/tutorial /home/key/Git/cmake/tutorial/build /home/key/Git/cmake/tutorial/build /home/key/Git/cmake/tutorial/build/CMakeFiles/Tutorial.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/Tutorial.dir/depend + diff --git a/tutorial/build/CMakeFiles/Tutorial.dir/cmake_clean.cmake b/tutorial/build/CMakeFiles/Tutorial.dir/cmake_clean.cmake new file mode 100644 index 0000000..7cf91a9 --- /dev/null +++ b/tutorial/build/CMakeFiles/Tutorial.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/Tutorial.dir/tutorial.cxx.o" + "Tutorial" + "Tutorial.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Tutorial.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/tutorial/build/CMakeFiles/Tutorial.dir/depend.internal b/tutorial/build/CMakeFiles/Tutorial.dir/depend.internal new file mode 100644 index 0000000..8b60dc4 --- /dev/null +++ b/tutorial/build/CMakeFiles/Tutorial.dir/depend.internal @@ -0,0 +1,7 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +CMakeFiles/Tutorial.dir/tutorial.cxx.o + ../MathFunctions/MathFunctions.h + /home/key/Git/cmake/tutorial/tutorial.cxx + TutorialConfig.h diff --git a/tutorial/build/CMakeFiles/Tutorial.dir/depend.make b/tutorial/build/CMakeFiles/Tutorial.dir/depend.make new file mode 100644 index 0000000..ce9636c --- /dev/null +++ b/tutorial/build/CMakeFiles/Tutorial.dir/depend.make @@ -0,0 +1,7 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +CMakeFiles/Tutorial.dir/tutorial.cxx.o: ../MathFunctions/MathFunctions.h +CMakeFiles/Tutorial.dir/tutorial.cxx.o: ../tutorial.cxx +CMakeFiles/Tutorial.dir/tutorial.cxx.o: TutorialConfig.h + diff --git a/tutorial/build/CMakeFiles/Tutorial.dir/flags.make b/tutorial/build/CMakeFiles/Tutorial.dir/flags.make new file mode 100644 index 0000000..a5656b1 --- /dev/null +++ b/tutorial/build/CMakeFiles/Tutorial.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/key/Git/cmake/tutorial/build -I/home/key/Git/cmake/tutorial/MathFunctions + +CXX_FLAGS = -std=gnu++11 + diff --git a/tutorial/build/CMakeFiles/Tutorial.dir/link.txt b/tutorial/build/CMakeFiles/Tutorial.dir/link.txt new file mode 100644 index 0000000..345cf7d --- /dev/null +++ b/tutorial/build/CMakeFiles/Tutorial.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/Tutorial.dir/tutorial.cxx.o -o Tutorial MathFunctions/libMathFunctions.a diff --git a/separateObjects/build/sources/CMakeFiles/sources.dir/progress.make b/tutorial/build/CMakeFiles/Tutorial.dir/progress.make similarity index 100% rename from separateObjects/build/sources/CMakeFiles/sources.dir/progress.make rename to tutorial/build/CMakeFiles/Tutorial.dir/progress.make diff --git a/tutorial/build/CMakeFiles/Tutorial.dir/tutorial.cxx.o b/tutorial/build/CMakeFiles/Tutorial.dir/tutorial.cxx.o new file mode 100644 index 0000000000000000000000000000000000000000..0cfad45c6954c5f849a1940fa5c7cd7e602b3723 GIT binary patch literal 8904 zcmcIpZERE589t7oqzoFvHb!A>4Wk1JxORZ>(Se}Jg_|aXC{Cbjg$_6NO=98LnSBij zYPwEg8=jY~zbdqkF4K^fAN;5)O=9iDQrJqXO>H_&TcuSh)3hxUl}7ndWfEQXzUQ9T z_xRX%qe}Kh*XNw)yx-^Z-h9<)KU5b8Fron4&%73)jGbTO)eng30k)2X1@AIwFNX)^ z8sG`Z`U)sl%KE2e`57obE9W(EC(Ivv}1kEq0OD&Eg*`l&SiWuWVT3BRjQp zT}Ds-@fUPw+<3q266zY8sy9pZ=6KKh(Djm8e5>3G%`2*xeP+Y6Q)bbaaT(nhReiS` zLdMMPhOJZ56%x2Xu~&t116VSkQ%3CT`pqq7@tSJ(X3zz^Sc>nK9WR}jee)WQ9SmKl zIC`g8m>nCv6DTx(ZFF{Sj*;p_>~8^> zNfbTW6SJulLX*XiXk5pD8N^nDk9~cru-u)1rJmW+%3?_7;C90bWA-u%o)F2!g)sp7 zFGD;qZ+a%p;*kj$qu-X}8t<6~qmyRo2=M#?;JJ5bO3XmVw7JKaEG&Z>h`Xt9U1ejl z>z$Q=&xoi6cy7vBB4+W;#li<@S4hgax5Bt#j*U(*AwF$x0qY{W6J{|4EJtoY6h|&p zcv&(o++5?%CeL+mHVGF@F{Lo}YC7E9yf?h5#qLd6nQ$x`X^h0SHEou)aAUMF7LCQC z4EGnLz}YSq7!C#2E?ZLnJPhRL0mBE$#Gixrg}zbOy!@WJX5jGp0%tqhh2)a&BiCAz z-vAAKkbVLB7GZ^S7-PZU%Ym|E+P)(*Z(WGTkNA{`8HR61N2>z z{U1TO2PAt5Kmo8+0U)AUo1@O?{wu+q!yvbBK9Gy(`pK`CDkAx zL3XbXzSIZ*R26<7AOYs#(sjWXWOxEq(q?D|n5VyzAGK9eP@G=1a6HMXDai0ttEOOi z7J7ZVp;`y|!MTGZ#sta%co1J)hp2ltx;4z(DymkLLAJW0O^qO1OVx@pSf2SF3|kqH zH0r_ZZBY*@h*u3VQj)9PcGMJ>!GF>Vsbu`e~P84A&si8F*GI^Pk2!04ZKq=ZzO^HG&=hyp}&3eQ@rB zr+n~>KKRdk@T)#}5QeIjpZk39Cw%Z8ADsK(^*;V&fPcNRPQ@My8GX%1&+mNrABK%{ zJ@eKz=^6IHeM-s!s zj6W53+GBf$Qg*^VlgisXkV`*r81!7sg6CI_h$+mj5ndWtks%KCY~@1qdUqw z4|Vg-w(c13?2K>cEkoUn+~{me#CP(}!T26-bi`sjZk@Kdoy%pi%{z_L3#_umRoM}D zc5!qu7TbXrOrxu2k7{=Q!XqiV6SB3p1rKb>!_j?w4>Y`dF@EO=yFgRO~fZr~ubCD6HeHk~(M0-!EClT6pj zR4px#rYPuX5_u9zIuCWlvvF<+t(e>9m>6ZFkdgDyvxe;!>%`Qs)@(3Fp@C6ccn6p-Ji44?sjNpoYvm<-l%~SG43?(;M^I= zWzWDicp8>Yl3Tfc80?JWE&$+&5(g|Lp6%l~v_i|n*`3PfIjkUiM=R{3?wsbye3lQu zMw-S+0~5TG$&DAbB#T>)Jq-IXokw^iY=GwuybmL7l?MbIN9i?e<9N#@C-hU}L>LPq8+#`|D{|De9{2>M3 zqTpK;9OnS>Kc?W@6ueF1l+OpD52;JR)qEaT^r-Xdl!8YfNK;4=#UUIqWBf~$Hyk~qeNYlrmzThad|1*e-m z>Uc=OaSk9+{y%n??_AV{8R`$iL;CUk5DE3HgNJbZu8M?sBRquDo0yLK@vDBSde9aU z>cKsP^mii&g!nFa2>&vIK)PL8?}#_SL;T-CW+22dM#8Tn2!uF(%_aOj1c7w??=CEG zbv{T~yn%{b(ol@|775?)IzEr{0{m1)? z!PpxLKkc;$%_umHDMBAAINGIo5W+x#&_{ge{WGfJ^qql4@*{(e)e9wDJ4HD_wVa){ zB5({jERwVwi$!|#c^1iK-A1`LA`Y^7-lQY_i3GQY6ZVk9!3{Vb;rc4ggMsBxV3%ZMbhgLqwH zkxbUHBZoVBw!wR4;*`{65AeR61()YYe=b`X!b!UTGzOF2dz<$Z9*|X9TX+uQd5ilC z5|w`P?JisSixSG?*B_Fj(og=$8uIwPmE@@OlTS+ddRd}<++RtKNyeO z?>r)Zn*0Irai6i1QWo=vb3xDFdBAGZ9T2RQ|64NtdMS_j$Nz(pJmnv|b=# CMakeFiles/MathFunctions.dir/mysqrt.cxx.i + +MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/MathFunctions.dir/mysqrt.cxx.s" + cd /home/key/Git/cmake/tutorial/build/MathFunctions && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/key/Git/cmake/tutorial/MathFunctions/mysqrt.cxx -o CMakeFiles/MathFunctions.dir/mysqrt.cxx.s + +# Object files for target MathFunctions +MathFunctions_OBJECTS = \ +"CMakeFiles/MathFunctions.dir/mysqrt.cxx.o" + +# External object files for target MathFunctions +MathFunctions_EXTERNAL_OBJECTS = + +MathFunctions/libMathFunctions.a: MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.o +MathFunctions/libMathFunctions.a: MathFunctions/CMakeFiles/MathFunctions.dir/build.make +MathFunctions/libMathFunctions.a: MathFunctions/CMakeFiles/MathFunctions.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/Git/cmake/tutorial/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libMathFunctions.a" + cd /home/key/Git/cmake/tutorial/build/MathFunctions && $(CMAKE_COMMAND) -P CMakeFiles/MathFunctions.dir/cmake_clean_target.cmake + cd /home/key/Git/cmake/tutorial/build/MathFunctions && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/MathFunctions.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +MathFunctions/CMakeFiles/MathFunctions.dir/build: MathFunctions/libMathFunctions.a + +.PHONY : MathFunctions/CMakeFiles/MathFunctions.dir/build + +MathFunctions/CMakeFiles/MathFunctions.dir/clean: + cd /home/key/Git/cmake/tutorial/build/MathFunctions && $(CMAKE_COMMAND) -P CMakeFiles/MathFunctions.dir/cmake_clean.cmake +.PHONY : MathFunctions/CMakeFiles/MathFunctions.dir/clean + +MathFunctions/CMakeFiles/MathFunctions.dir/depend: + cd /home/key/Git/cmake/tutorial/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/Git/cmake/tutorial /home/key/Git/cmake/tutorial/MathFunctions /home/key/Git/cmake/tutorial/build /home/key/Git/cmake/tutorial/build/MathFunctions /home/key/Git/cmake/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : MathFunctions/CMakeFiles/MathFunctions.dir/depend + diff --git a/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/cmake_clean.cmake b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/cmake_clean.cmake new file mode 100644 index 0000000..95b6797 --- /dev/null +++ b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/MathFunctions.dir/mysqrt.cxx.o" + "libMathFunctions.a" + "libMathFunctions.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/MathFunctions.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/cmake_clean_target.cmake b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..59d6dde --- /dev/null +++ b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libMathFunctions.a" +) diff --git a/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/depend.internal b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/depend.internal new file mode 100644 index 0000000..745e440 --- /dev/null +++ b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/depend.internal @@ -0,0 +1,5 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.o + /home/key/Git/cmake/tutorial/MathFunctions/mysqrt.cxx diff --git a/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/depend.make b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/depend.make new file mode 100644 index 0000000..3ebdf11 --- /dev/null +++ b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/depend.make @@ -0,0 +1,5 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.o: ../MathFunctions/mysqrt.cxx + diff --git a/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/flags.make b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/flags.make new file mode 100644 index 0000000..45f8954 --- /dev/null +++ b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = + +CXX_FLAGS = -std=gnu++11 + diff --git a/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/link.txt b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/link.txt new file mode 100644 index 0000000..3210738 --- /dev/null +++ b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libMathFunctions.a CMakeFiles/MathFunctions.dir/mysqrt.cxx.o +/usr/bin/ranlib libMathFunctions.a diff --git a/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.o b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.o new file mode 100644 index 0000000000000000000000000000000000000000..5b7d6edafddbca52dd641caf7a829876eb86c66e GIT binary patch literal 1256 zcmbtT&r1SP5S~@D-)RvP*uhR&)Wa2$=n#gP644>*5{0a`lGG}>d(fb|1=7Voq5q(3 zN1;o{j{O6jqs~IjxbLm6ZM)QfZ@&3vzBh07J+Cv{n?6MWVG684FA^+3%-6%IE=<8N z48eY``P#hf+-5qV`*tbx*8T`Bv`e|r6)lza(IaHj>D6d#LobxIN>q)r1XGui^BhGJ z@q`*z)wtMwk^|*p7nFKfiH!6QwD3SP$kUH(mX`Ig@Qp7$8a%`TihnVhB>?ZAUTMGQ zqyT=9hLwbV%y^j}`n+hY4*tRie()p6Oi1VH&PY{8!#uB9tXQu@{vc^bWq>H<(CDP! zPRq=OVQB?mrd6~3i9nWKw}2gMmIka~n!t)x!_X_pRjQWGvOD`rrll26fz|Xgjp--( zQcW}TZlC`y5!`_8!u>^3d}C)`9#gGslqb%81DaeUVYhw`bM#LBs$WDc?dd#J#AKp> z%nqGZ^cQ{^GXgtB2%2&rVR!8o=7{@t*BH0BW`%p<-2aITCg|0rL;?2?ywNm|Nk?}i w^n&;5O_C>C&|Yi@gXl@?))Vjk_9VIE{ii69jMEM?j>t>@%nSFNN*lQKUpG2Wp8x;= literal 0 HcmV?d00001 diff --git a/separateObjects/build/drivers/adder/CMakeFiles/adder.dir/progress.make b/tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/progress.make similarity index 100% rename from separateObjects/build/drivers/adder/CMakeFiles/adder.dir/progress.make rename to tutorial/build/MathFunctions/CMakeFiles/MathFunctions.dir/progress.make diff --git a/separateObjects/build/drivers/CMakeFiles/progress.marks b/tutorial/build/MathFunctions/CMakeFiles/progress.marks similarity index 100% rename from separateObjects/build/drivers/CMakeFiles/progress.marks rename to tutorial/build/MathFunctions/CMakeFiles/progress.marks diff --git a/tutorial/build/MathFunctions/Makefile b/tutorial/build/MathFunctions/Makefile new file mode 100644 index 0000000..0cc60cb --- /dev/null +++ b/tutorial/build/MathFunctions/Makefile @@ -0,0 +1,249 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.18 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/key/Git/cmake/tutorial + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/key/Git/cmake/tutorial/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target install/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 + +# The main all target +all: cmake_check_build_system + cd /home/key/Git/cmake/tutorial/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/tutorial/build/CMakeFiles /home/key/Git/cmake/tutorial/build/MathFunctions//CMakeFiles/progress.marks + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MathFunctions/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/cmake/tutorial/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MathFunctions/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MathFunctions/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MathFunctions/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/key/Git/cmake/tutorial/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +MathFunctions/CMakeFiles/MathFunctions.dir/rule: + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MathFunctions/CMakeFiles/MathFunctions.dir/rule +.PHONY : MathFunctions/CMakeFiles/MathFunctions.dir/rule + +# Convenience name for target. +MathFunctions: MathFunctions/CMakeFiles/MathFunctions.dir/rule + +.PHONY : MathFunctions + +# fast build rule for target. +MathFunctions/fast: + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f MathFunctions/CMakeFiles/MathFunctions.dir/build.make MathFunctions/CMakeFiles/MathFunctions.dir/build +.PHONY : MathFunctions/fast + +mysqrt.o: mysqrt.cxx.o + +.PHONY : mysqrt.o + +# target to build an object file +mysqrt.cxx.o: + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f MathFunctions/CMakeFiles/MathFunctions.dir/build.make MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.o +.PHONY : mysqrt.cxx.o + +mysqrt.i: mysqrt.cxx.i + +.PHONY : mysqrt.i + +# target to preprocess a source file +mysqrt.cxx.i: + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f MathFunctions/CMakeFiles/MathFunctions.dir/build.make MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.i +.PHONY : mysqrt.cxx.i + +mysqrt.s: mysqrt.cxx.s + +.PHONY : mysqrt.s + +# target to generate assembly for a file +mysqrt.cxx.s: + cd /home/key/Git/cmake/tutorial/build && $(MAKE) $(MAKESILENT) -f MathFunctions/CMakeFiles/MathFunctions.dir/build.make MathFunctions/CMakeFiles/MathFunctions.dir/mysqrt.cxx.s +.PHONY : mysqrt.cxx.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... MathFunctions" + @echo "... mysqrt.o" + @echo "... mysqrt.i" + @echo "... mysqrt.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/key/Git/cmake/tutorial/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/tutorial/build/MathFunctions/cmake_install.cmake b/tutorial/build/MathFunctions/cmake_install.cmake new file mode 100644 index 0000000..9046e20 --- /dev/null +++ b/tutorial/build/MathFunctions/cmake_install.cmake @@ -0,0 +1,68 @@ +# Install script for directory: /home/key/Git/cmake/tutorial/MathFunctions + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/key/Git/cmake/tutorial/lib/libMathFunctions.a") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/key/Git/cmake/tutorial/lib" TYPE STATIC_LIBRARY FILES "/home/key/Git/cmake/tutorial/build/MathFunctions/libMathFunctions.a") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/key/Git/cmake/tutorial/include/MathFunctions.h") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/key/Git/cmake/tutorial/include" TYPE FILE FILES "/home/key/Git/cmake/tutorial/MathFunctions/MathFunctions.h") +endif() + diff --git a/tutorial/build/MathFunctions/libMathFunctions.a b/tutorial/build/MathFunctions/libMathFunctions.a new file mode 100644 index 0000000000000000000000000000000000000000..20465088b7352485a4ca05d2a1447c49e1f08723 GIT binary patch literal 1404 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 + +#define Tutorial_VERSION_MAJOR 1 +#define Tutorial_VERSION_MINOR 0 + +#define USE_MYMATH diff --git a/tutorial/build/cmake_install.cmake b/tutorial/build/cmake_install.cmake new file mode 100644 index 0000000..4406e08 --- /dev/null +++ b/tutorial/build/cmake_install.cmake @@ -0,0 +1,96 @@ +# Install script for directory: /home/key/Git/cmake/tutorial + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}/home/key/Git/cmake/tutorial/bin/Tutorial" AND + NOT IS_SYMLINK "$ENV{DESTDIR}/home/key/Git/cmake/tutorial/bin/Tutorial") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}/home/key/Git/cmake/tutorial/bin/Tutorial" + RPATH "") + endif() + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/key/Git/cmake/tutorial/bin/Tutorial") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/key/Git/cmake/tutorial/bin" TYPE EXECUTABLE FILES "/home/key/Git/cmake/tutorial/build/Tutorial") + if(EXISTS "$ENV{DESTDIR}/home/key/Git/cmake/tutorial/bin/Tutorial" AND + NOT IS_SYMLINK "$ENV{DESTDIR}/home/key/Git/cmake/tutorial/bin/Tutorial") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}/home/key/Git/cmake/tutorial/bin/Tutorial") + endif() + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/home/key/Git/cmake/tutorial/include/TutorialConfig.h") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() +file(INSTALL DESTINATION "/home/key/Git/cmake/tutorial/include" TYPE FILE FILES "/home/key/Git/cmake/tutorial/build/TutorialConfig.h") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/key/Git/cmake/tutorial/build/MathFunctions/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/key/Git/cmake/tutorial/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/tutorial/build/install_manifest.txt b/tutorial/build/install_manifest.txt new file mode 100644 index 0000000..849a668 --- /dev/null +++ b/tutorial/build/install_manifest.txt @@ -0,0 +1,4 @@ +/home/key/Git/cmake/tutorial/bin/Tutorial +/home/key/Git/cmake/tutorial/include/TutorialConfig.h +/home/key/Git/cmake/tutorial/lib/libMathFunctions.a +/home/key/Git/cmake/tutorial/include/MathFunctions.h \ No newline at end of file diff --git a/tutorial/include/MathFunctions.h b/tutorial/include/MathFunctions.h new file mode 100644 index 0000000..fa16e24 --- /dev/null +++ b/tutorial/include/MathFunctions.h @@ -0,0 +1,2 @@ + +double mysqrt(int val); diff --git a/tutorial/include/TutorialConfig.h b/tutorial/include/TutorialConfig.h new file mode 100644 index 0000000..b5f296b --- /dev/null +++ b/tutorial/include/TutorialConfig.h @@ -0,0 +1,6 @@ +#include + +#define Tutorial_VERSION_MAJOR 1 +#define Tutorial_VERSION_MINOR 0 + +#define USE_MYMATH diff --git a/tutorial/lib/libMathFunctions.a b/tutorial/lib/libMathFunctions.a new file mode 100644 index 0000000000000000000000000000000000000000..20465088b7352485a4ca05d2a1447c49e1f08723 GIT binary patch literal 1404 zcmbtT&r2Io5S~q}wed%^6k13R>&aO3nGG7G6iG>AM8rc;5V7b>+z_do(A_=6Lfcy* z^x~h;|De|%1HJUvWB&oqqGzF<+4sYjb-n1ozWL^x`QE&@vpfBY`;FF0X2Bk`f)NUA zuC`s&1qT@bu<+U0-z|A3!3RG)0uX>Tx?R?xy>+?9f+;O7MxC7EQc1Kt$b6}8tfnm5 zQkVrRQ3Dk#pHC?SP>x_3Mj->+YrV7Hr>k$(tL%?{Gke~@%)aP1*Rr2!Y4_j#f?B2W z($2qe>qoq8I|Wu`&U|TBBD`DCDL76+?fygp>*HInx|3FJ?BU2M9`8Bw^pH){@_J(O zYpOCnyoUu8-(qyLA-MRLlujq!6d(=8Wes5(Gf9?)2T3$m58uKM-QdTNd2E~~x+7Ix z4;Rdt+mu72lMbAg1t(s}>%fB07rv!X=ypS3hdkuK>Olak(eXUDja<7Ex~#UjJs*U; z@gA7(9&_fl_M1NU+^ElemmF?DvxvWuvfNnTSH@Ip8s&+LPk@_629E1zFh}3XUG;OQ zr9JhBikM9G&x=s6s=x9}m{C|4A?TTbf#bF7m?Lgr))=2k&9d~$#s7&aCg`gxs{-kN z%0|y*Ogfs8(knixH%Wfeg7#N9c!Zv`aXs +#endif + +int main(int argc, char **argv) +{ + if (argc < 2) + { + // report version + std::cout << argv[0] << " Version " << Tutorial_VERSION_MAJOR << "." + << Tutorial_VERSION_MINOR << std::endl; + std::cout << "Usage: " << argv[0] << " number" << std::endl; + return 1; + } + const double inputValue = std::stod(argv[1]); +#ifdef USE_MYMATH + const double outputValue = mysqrt(inputValue); +#else + const double outputValue = sqrt(inputValue); +#endif + + std::cout << "Output Val = " << outputValue << std::endl; + return 1; +}