diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 22:27:56 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 22:27:56 +0200 |
| commit | 4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a (patch) | |
| tree | 5b28d22c690e410be3379223d61989788bb3b56a /build/build.ninja | |
| parent | 4a44539963b92e18a31efa08bca2013824c5213f (diff) | |
| download | csharp-cmake-4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a.tar.gz csharp-cmake-4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a.zip | |
Add .gitignore, remove build/ from tracking
Diffstat (limited to 'build/build.ninja')
| -rw-r--r-- | build/build.ninja | 535 |
1 files changed, 0 insertions, 535 deletions
diff --git a/build/build.ninja b/build/build.ninja deleted file mode 100644 index 1764128..0000000 --- a/build/build.ninja +++ /dev/null @@ -1,535 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 4.3 - -# This file contains all the build statements describing the -# compilation DAG. - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# -# Which is the root file. -# ============================================================================= - -# ============================================================================= -# Project: HelloCMake -# Configurations: -# ============================================================================= - -############################################# -# Minimal version of Ninja required by this file - -ninja_required_version = 1.8 - -# ============================================================================= -# Include auxiliary files. - - -############################################# -# Include rules file. - -include CMakeFiles/rules.ninja - -# ============================================================================= - -############################################# -# Logical path to working directory; prefix for absolute paths. - -cmake_ninja_workdir = /home/nice/develop/probe/csharp/build/ - -############################################# -# Utility command for Baz - -build Baz: phony CMakeFiles/Baz runtime/Baz.dll runtime/libhello_c.so - - -############################################# -# Utility command for FooBar - -build FooBar: phony CMakeFiles/FooBar runtime/FooBar.dll runtime/Baz.dll Baz - - -############################################# -# Utility command for HelloCMake - -build HelloCMake: phony CMakeFiles/HelloCMake runtime/HelloCMake.dll runtime/FooBar.dll runtime/Baz.dll FooBar - - -############################################# -# Utility command for Second - -build Second: phony CMakeFiles/Second runtime/Second.dll runtime/Baz.dll Baz - - -############################################# -# Utility command for Third - -build Third: phony CMakeFiles/Third runtime/Third.dll - - -############################################# -# Utility command for edit_cache - -build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build && /usr/bin/ccmake -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build edit_cache: phony CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build && /usr/bin/cmake --regenerate-during-build -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build rebuild_cache: phony CMakeFiles/rebuild_cache.util - - -############################################# -# Phony custom command for CMakeFiles/Baz - -build CMakeFiles/Baz | ${cmake_ninja_workdir}CMakeFiles/Baz: phony runtime/Baz.dll || runtime/libhello_c.so - - -############################################# -# Custom command for runtime/Baz.dll - -build runtime/Baz.dll | ${cmake_ninja_workdir}runtime/Baz.dll: CUSTOM_COMMAND /home/nice/develop/probe/csharp/baz/Baz.cs runtime/libhello_c.so || runtime/libhello_c.so - COMMAND = cd /home/nice/develop/probe/csharp/build && dotnet /usr/share/dotnet/sdk/10.0.109/Roslyn/bincore/csc.dll -target:library -out:/home/nice/develop/probe/csharp/build/runtime/Baz.dll -lib:/usr/share/dotnet/shared/Microsoft.NETCore.App/10.0.9 -reference:System.Private.CoreLib.dll -reference:System.Runtime.dll -reference:System.Console.dll /home/nice/develop/probe/csharp/baz/Baz.cs - DESC = Compiling Baz with Roslyn csc... - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles/FooBar - -build CMakeFiles/FooBar | ${cmake_ninja_workdir}CMakeFiles/FooBar: phony runtime/FooBar.dll || Baz runtime/libhello_c.so - - -############################################# -# Custom command for runtime/FooBar.dll - -build runtime/FooBar.dll | ${cmake_ninja_workdir}runtime/FooBar.dll: CUSTOM_COMMAND /home/nice/develop/probe/csharp/foobar/FooBar.cs runtime/Baz.dll || Baz runtime/libhello_c.so - COMMAND = cd /home/nice/develop/probe/csharp/build && dotnet /usr/share/dotnet/sdk/10.0.109/Roslyn/bincore/csc.dll -target:library -reference:/home/nice/develop/probe/csharp/build/runtime/Baz.dll -out:/home/nice/develop/probe/csharp/build/runtime/FooBar.dll -lib:/usr/share/dotnet/shared/Microsoft.NETCore.App/10.0.9 -reference:System.Private.CoreLib.dll -reference:System.Runtime.dll -reference:System.Console.dll /home/nice/develop/probe/csharp/foobar/FooBar.cs - DESC = Compiling FooBar with Roslyn csc... - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles/HelloCMake - -build CMakeFiles/HelloCMake | ${cmake_ninja_workdir}CMakeFiles/HelloCMake: phony runtime/HelloCMake.dll || Baz FooBar runtime/libhello_c.so - - -############################################# -# Custom command for runtime/HelloCMake.dll - -build runtime/HelloCMake.dll | ${cmake_ninja_workdir}runtime/HelloCMake.dll: CUSTOM_COMMAND /home/nice/develop/probe/csharp/hello/Program.cs runtime/HelloCMake.runtimeconfig.json runtime/FooBar.dll || Baz FooBar runtime/libhello_c.so - COMMAND = cd /home/nice/develop/probe/csharp/build && dotnet /usr/share/dotnet/sdk/10.0.109/Roslyn/bincore/csc.dll -target:exe -main:Program -reference:/home/nice/develop/probe/csharp/build/runtime/FooBar.dll -reference:/home/nice/develop/probe/csharp/build/runtime/Baz.dll -out:/home/nice/develop/probe/csharp/build/runtime/HelloCMake.dll -lib:/usr/share/dotnet/shared/Microsoft.NETCore.App/10.0.9 -reference:System.Private.CoreLib.dll -reference:System.Runtime.dll -reference:System.Console.dll /home/nice/develop/probe/csharp/hello/Program.cs - DESC = Compiling HelloCMake with Roslyn csc... - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles/Second - -build CMakeFiles/Second | ${cmake_ninja_workdir}CMakeFiles/Second: phony runtime/Second.dll || Baz runtime/libhello_c.so - - -############################################# -# Custom command for runtime/Second.dll - -build runtime/Second.dll | ${cmake_ninja_workdir}runtime/Second.dll: CUSTOM_COMMAND /home/nice/develop/probe/csharp/second/Program.cs runtime/Second.runtimeconfig.json runtime/Baz.dll || Baz runtime/libhello_c.so - COMMAND = cd /home/nice/develop/probe/csharp/build && dotnet /usr/share/dotnet/sdk/10.0.109/Roslyn/bincore/csc.dll -target:exe -main:Program -reference:/home/nice/develop/probe/csharp/build/runtime/Baz.dll -out:/home/nice/develop/probe/csharp/build/runtime/Second.dll -lib:/usr/share/dotnet/shared/Microsoft.NETCore.App/10.0.9 -reference:System.Private.CoreLib.dll -reference:System.Runtime.dll -reference:System.Console.dll /home/nice/develop/probe/csharp/second/Program.cs - DESC = Compiling Second with Roslyn csc... - restat = 1 - - -############################################# -# Phony custom command for CMakeFiles/Third - -build CMakeFiles/Third | ${cmake_ninja_workdir}CMakeFiles/Third: phony runtime/Third.dll - - -############################################# -# Custom command for runtime/Third.dll - -build runtime/Third.dll | ${cmake_ninja_workdir}runtime/Third.dll: CUSTOM_COMMAND /home/nice/develop/probe/csharp/third/Other.cs /home/nice/develop/probe/csharp/third/Program.cs runtime/Third.runtimeconfig.json - COMMAND = cd /home/nice/develop/probe/csharp/build && dotnet /usr/share/dotnet/sdk/10.0.109/Roslyn/bincore/csc.dll -target:exe -main:Program -out:/home/nice/develop/probe/csharp/build/runtime/Third.dll -lib:/usr/share/dotnet/shared/Microsoft.NETCore.App/10.0.9 -reference:System.Private.CoreLib.dll -reference:System.Runtime.dll -reference:System.Console.dll /home/nice/develop/probe/csharp/third/Other.cs /home/nice/develop/probe/csharp/third/Program.cs - DESC = Compiling Third with Roslyn csc... - restat = 1 - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/nice/develop/probe/csharp/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for SHARED_LIBRARY target hello_c - - -############################################# -# Order-only phony target for hello_c - -build cmake_object_order_depends_target_hello_c: phony || . - -build chello/CMakeFiles/hello_c.dir/hello.c.o: C_COMPILER__hello_c_unscanned_ /home/nice/develop/probe/csharp/chello/hello.c || cmake_object_order_depends_target_hello_c - DEFINES = -Dhello_c_EXPORTS - DEP_FILE = chello/CMakeFiles/hello_c.dir/hello.c.o.d - FLAGS = -fPIC - OBJECT_DIR = chello/CMakeFiles/hello_c.dir - OBJECT_FILE_DIR = chello/CMakeFiles/hello_c.dir - TARGET_COMPILE_PDB = chello/CMakeFiles/hello_c.dir/ - TARGET_PDB = runtime/libhello_c.pdb - TARGET_SUPPORT_DIR = chello/CMakeFiles/hello_c.dir - - -# ============================================================================= -# Link build statements for SHARED_LIBRARY target hello_c - - -############################################# -# Link the shared library runtime/libhello_c.so - -build runtime/libhello_c.so: C_SHARED_LIBRARY_LINKER__hello_c_ chello/CMakeFiles/hello_c.dir/hello.c.o - DEP_FILE = chello/CMakeFiles/hello_c.dir/link.d - LINK_FLAGS = -shared -Wl,--dependency-file=chello/CMakeFiles/hello_c.dir/link.d - OBJECT_DIR = chello/CMakeFiles/hello_c.dir - POST_BUILD = : - PRE_LINK = : - SONAME = libhello_c.so - SONAME_FLAG = -Wl,-soname, - TARGET_COMPILE_PDB = chello/CMakeFiles/hello_c.dir/ - TARGET_FILE = runtime/libhello_c.so - TARGET_PDB = runtime/libhello_c.pdb - TARGET_SUPPORT_DIR = chello/CMakeFiles/hello_c.dir - - -############################################# -# Utility command for edit_cache - -build chello/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/chello && /usr/bin/ccmake -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build chello/edit_cache: phony chello/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build chello/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/chello && /usr/bin/cmake --regenerate-during-build -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build chello/rebuild_cache: phony chello/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/nice/develop/probe/csharp/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build baz/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/baz && /usr/bin/ccmake -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build baz/edit_cache: phony baz/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build baz/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/baz && /usr/bin/cmake --regenerate-during-build -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build baz/rebuild_cache: phony baz/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/nice/develop/probe/csharp/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build foobar/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/foobar && /usr/bin/ccmake -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build foobar/edit_cache: phony foobar/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build foobar/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/foobar && /usr/bin/cmake --regenerate-during-build -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build foobar/rebuild_cache: phony foobar/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/nice/develop/probe/csharp/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build hello/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/hello && /usr/bin/ccmake -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build hello/edit_cache: phony hello/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build hello/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/hello && /usr/bin/cmake --regenerate-during-build -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build hello/rebuild_cache: phony hello/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/nice/develop/probe/csharp/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build second/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/second && /usr/bin/ccmake -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build second/edit_cache: phony second/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build second/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/second && /usr/bin/cmake --regenerate-during-build -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build second/rebuild_cache: phony second/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# /home/nice/develop/probe/csharp/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build third/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/third && /usr/bin/ccmake -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build third/edit_cache: phony third/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build third/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nice/develop/probe/csharp/build/third && /usr/bin/cmake --regenerate-during-build -S/home/nice/develop/probe/csharp -B/home/nice/develop/probe/csharp/build - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build third/rebuild_cache: phony third/CMakeFiles/rebuild_cache.util - -# ============================================================================= -# Target aliases. - -build hello_c: phony runtime/libhello_c.so - -build libhello_c.so: phony runtime/libhello_c.so - -# ============================================================================= -# Folder targets. - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build - -build codegen: phony chello/codegen baz/codegen foobar/codegen hello/codegen second/codegen third/codegen - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/baz - -build baz/codegen: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/chello - -build chello/codegen: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/foobar - -build foobar/codegen: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/hello - -build hello/codegen: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/second - -build second/codegen: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/third - -build third/codegen: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build - -build all: phony Baz FooBar HelloCMake Second Third chello/all baz/all foobar/all hello/all second/all third/all - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/baz - -build baz/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/chello - -build chello/all: phony runtime/libhello_c.so - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/foobar - -build foobar/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/hello - -build hello/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/second - -build second/all: phony - -# ============================================================================= - -############################################# -# Folder: /home/nice/develop/probe/csharp/build/third - -build third/all: phony - -# ============================================================================= -# Built-in targets - - -############################################# -# Phony target to force glob verification run. - -build /home/nice/develop/probe/csharp/build/CMakeFiles/VerifyGlobs.cmake_force: phony - - -############################################# -# Re-run CMake to check if globbed directories changed. - -build /home/nice/develop/probe/csharp/build/CMakeFiles/cmake.verify_globs: VERIFY_GLOBS | /home/nice/develop/probe/csharp/build/CMakeFiles/VerifyGlobs.cmake_force - pool = console - restat = 1 - - -############################################# -# Re-run CMake if any of its inputs changed. - -build build.ninja /home/nice/develop/probe/csharp/build/cmake_install.cmake /home/nice/develop/probe/csharp/build/chello/cmake_install.cmake /home/nice/develop/probe/csharp/build/baz/cmake_install.cmake /home/nice/develop/probe/csharp/build/foobar/cmake_install.cmake /home/nice/develop/probe/csharp/build/hello/cmake_install.cmake /home/nice/develop/probe/csharp/build/second/cmake_install.cmake /home/nice/develop/probe/csharp/build/third/cmake_install.cmake: RERUN_CMAKE /home/nice/develop/probe/csharp/build/CMakeFiles/cmake.verify_globs | /home/nice/develop/probe/csharp/CMakeLists.txt /home/nice/develop/probe/csharp/baz/CMakeLists.txt /home/nice/develop/probe/csharp/build/CMakeFiles/VerifyGlobs.cmake /home/nice/develop/probe/csharp/chello/CMakeLists.txt /home/nice/develop/probe/csharp/cmake/dotnet.cmake /home/nice/develop/probe/csharp/cmake/runtimeconfig.json.in /home/nice/develop/probe/csharp/foobar/CMakeLists.txt /home/nice/develop/probe/csharp/hello/CMakeLists.txt /home/nice/develop/probe/csharp/second/CMakeLists.txt /home/nice/develop/probe/csharp/third/CMakeLists.txt /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Linker/GNU-C.cmake /usr/share/cmake/Modules/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/4.3.4/CMakeCCompiler.cmake CMakeFiles/4.3.4/CMakeSystem.cmake - pool = console - - -############################################# -# A missing CMake input file is not an error. - -build /home/nice/develop/probe/csharp/CMakeLists.txt /home/nice/develop/probe/csharp/baz/CMakeLists.txt /home/nice/develop/probe/csharp/build/CMakeFiles/VerifyGlobs.cmake /home/nice/develop/probe/csharp/chello/CMakeLists.txt /home/nice/develop/probe/csharp/cmake/dotnet.cmake /home/nice/develop/probe/csharp/cmake/runtimeconfig.json.in /home/nice/develop/probe/csharp/foobar/CMakeLists.txt /home/nice/develop/probe/csharp/hello/CMakeLists.txt /home/nice/develop/probe/csharp/second/CMakeLists.txt /home/nice/develop/probe/csharp/third/CMakeLists.txt /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Linker/GNU-C.cmake /usr/share/cmake/Modules/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/GNU.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/4.3.4/CMakeCCompiler.cmake CMakeFiles/4.3.4/CMakeSystem.cmake: phony - - -############################################# -# Clean all the built files. - -build clean: CLEAN - - -############################################# -# Print all primary targets available. - -build help: HELP - - -############################################# -# Make the all target the default. - -default all |
