blob: 17641287344eb170471a34c95a0b12a4744e4bef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
|
# 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
|