~ci-train-bot/mcloud/mcloud-ubuntu-artful-2884

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gary.Wang
  • Date: 2016-04-20 04:19:28 UTC
  • Revision ID: gary.wang@canonical.com-20160420041928-kdie1pmxxopre8qi
1.remove owner id filed for upload since it's cloud owner if it's empty
2.access token fetched work-flow in compliance with mcloud qml plugin(using refresh token)
3.throw except(domain error) when net error occurs during  http stream upload and download
4.add debian files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# CMAKE generated file: DO NOT EDIT!
2
 
# Generated by "Unix Makefiles" Generator, CMake Version 3.2
3
 
 
4
 
# Default target executed when no arguments are given to make.
5
 
default_target: all
6
 
.PHONY : default_target
7
 
 
8
 
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
9
 
.NOTPARALLEL:
10
 
 
11
 
#=============================================================================
12
 
# Special targets provided by cmake.
13
 
 
14
 
# Disable implicit rules so canonical targets will work.
15
 
.SUFFIXES:
16
 
 
17
 
# Remove some rules from gmake that .SUFFIXES does not remove.
18
 
SUFFIXES =
19
 
 
20
 
.SUFFIXES: .hpux_make_needs_suffix_list
21
 
 
22
 
# Suppress display of executed commands.
23
 
$(VERBOSE).SILENT:
24
 
 
25
 
# A target that is always out of date.
26
 
cmake_force:
27
 
.PHONY : cmake_force
28
 
 
29
 
#=============================================================================
30
 
# Set environment variables for the build.
31
 
 
32
 
# The shell in which to execute make rules.
33
 
SHELL = /bin/sh
34
 
 
35
 
# The CMake executable.
36
 
CMAKE_COMMAND = /usr/bin/cmake
37
 
 
38
 
# The command to remove a file.
39
 
RM = /usr/bin/cmake -E remove -f
40
 
 
41
 
# Escaping for special characters.
42
 
EQUALS = =
43
 
 
44
 
# The top-level source directory on which CMake was run.
45
 
CMAKE_SOURCE_DIR = /home/gary/pros/mcloud-lib
46
 
 
47
 
# The top-level build directory on which CMake was run.
48
 
CMAKE_BINARY_DIR = /home/gary/pros/mcloud-lib
49
 
 
50
 
#=============================================================================
51
 
# Targets provided globally by CMake.
52
 
 
53
 
# Special rule for the target install/strip
54
 
install/strip: preinstall
55
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
56
 
        /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
57
 
.PHONY : install/strip
58
 
 
59
 
# Special rule for the target install/strip
60
 
install/strip/fast: install/strip
61
 
.PHONY : install/strip/fast
62
 
 
63
 
# Special rule for the target edit_cache
64
 
edit_cache:
65
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
66
 
        /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
67
 
.PHONY : edit_cache
68
 
 
69
 
# Special rule for the target edit_cache
70
 
edit_cache/fast: edit_cache
71
 
.PHONY : edit_cache/fast
72
 
 
73
 
# Special rule for the target rebuild_cache
74
 
rebuild_cache:
75
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
76
 
        /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
77
 
.PHONY : rebuild_cache
78
 
 
79
 
# Special rule for the target rebuild_cache
80
 
rebuild_cache/fast: rebuild_cache
81
 
.PHONY : rebuild_cache/fast
82
 
 
83
 
# Special rule for the target install
84
 
install: preinstall
85
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
86
 
        /usr/bin/cmake -P cmake_install.cmake
87
 
.PHONY : install
88
 
 
89
 
# Special rule for the target install
90
 
install/fast: preinstall/fast
91
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
92
 
        /usr/bin/cmake -P cmake_install.cmake
93
 
.PHONY : install/fast
94
 
 
95
 
# Special rule for the target list_install_components
96
 
list_install_components:
97
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
98
 
.PHONY : list_install_components
99
 
 
100
 
# Special rule for the target list_install_components
101
 
list_install_components/fast: list_install_components
102
 
.PHONY : list_install_components/fast
103
 
 
104
 
# Special rule for the target test
105
 
test:
106
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
107
 
        /usr/bin/ctest --force-new-ctest-process $(ARGS)
108
 
.PHONY : test
109
 
 
110
 
# Special rule for the target test
111
 
test/fast: test
112
 
.PHONY : test/fast
113
 
 
114
 
# Special rule for the target install/local
115
 
install/local: preinstall
116
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
117
 
        /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
118
 
.PHONY : install/local
119
 
 
120
 
# Special rule for the target install/local
121
 
install/local/fast: install/local
122
 
.PHONY : install/local/fast
123
 
 
124
 
# The main all target
125
 
all: cmake_check_build_system
126
 
        $(CMAKE_COMMAND) -E cmake_progress_start /home/gary/pros/mcloud-lib/CMakeFiles /home/gary/pros/mcloud-lib/CMakeFiles/progress.marks
127
 
        $(MAKE) -f CMakeFiles/Makefile2 all
128
 
        $(CMAKE_COMMAND) -E cmake_progress_start /home/gary/pros/mcloud-lib/CMakeFiles 0
129
 
.PHONY : all
130
 
 
131
 
# The main clean target
132
 
clean:
133
 
        $(MAKE) -f CMakeFiles/Makefile2 clean
134
 
.PHONY : clean
135
 
 
136
 
# The main clean target
137
 
clean/fast: clean
138
 
.PHONY : clean/fast
139
 
 
140
 
# Prepare targets for installation.
141
 
preinstall: all
142
 
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
143
 
.PHONY : preinstall
144
 
 
145
 
# Prepare targets for installation.
146
 
preinstall/fast:
147
 
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
148
 
.PHONY : preinstall/fast
149
 
 
150
 
# clear depends
151
 
depend:
152
 
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
153
 
.PHONY : depend
154
 
 
155
 
#=============================================================================
156
 
# Target rules for targets named Continuous
157
 
 
158
 
# Build rule for target.
159
 
Continuous: cmake_check_build_system
160
 
        $(MAKE) -f CMakeFiles/Makefile2 Continuous
161
 
.PHONY : Continuous
162
 
 
163
 
# fast build rule for target.
164
 
Continuous/fast:
165
 
        $(MAKE) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build
166
 
.PHONY : Continuous/fast
167
 
 
168
 
#=============================================================================
169
 
# Target rules for targets named ContinuousBuild
170
 
 
171
 
# Build rule for target.
172
 
ContinuousBuild: cmake_check_build_system
173
 
        $(MAKE) -f CMakeFiles/Makefile2 ContinuousBuild
174
 
.PHONY : ContinuousBuild
175
 
 
176
 
# fast build rule for target.
177
 
ContinuousBuild/fast:
178
 
        $(MAKE) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build
179
 
.PHONY : ContinuousBuild/fast
180
 
 
181
 
#=============================================================================
182
 
# Target rules for targets named ContinuousConfigure
183
 
 
184
 
# Build rule for target.
185
 
ContinuousConfigure: cmake_check_build_system
186
 
        $(MAKE) -f CMakeFiles/Makefile2 ContinuousConfigure
187
 
.PHONY : ContinuousConfigure
188
 
 
189
 
# fast build rule for target.
190
 
ContinuousConfigure/fast:
191
 
        $(MAKE) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build
192
 
.PHONY : ContinuousConfigure/fast
193
 
 
194
 
#=============================================================================
195
 
# Target rules for targets named ContinuousCoverage
196
 
 
197
 
# Build rule for target.
198
 
ContinuousCoverage: cmake_check_build_system
199
 
        $(MAKE) -f CMakeFiles/Makefile2 ContinuousCoverage
200
 
.PHONY : ContinuousCoverage
201
 
 
202
 
# fast build rule for target.
203
 
ContinuousCoverage/fast:
204
 
        $(MAKE) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build
205
 
.PHONY : ContinuousCoverage/fast
206
 
 
207
 
#=============================================================================
208
 
# Target rules for targets named ContinuousMemCheck
209
 
 
210
 
# Build rule for target.
211
 
ContinuousMemCheck: cmake_check_build_system
212
 
        $(MAKE) -f CMakeFiles/Makefile2 ContinuousMemCheck
213
 
.PHONY : ContinuousMemCheck
214
 
 
215
 
# fast build rule for target.
216
 
ContinuousMemCheck/fast:
217
 
        $(MAKE) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build
218
 
.PHONY : ContinuousMemCheck/fast
219
 
 
220
 
#=============================================================================
221
 
# Target rules for targets named ContinuousStart
222
 
 
223
 
# Build rule for target.
224
 
ContinuousStart: cmake_check_build_system
225
 
        $(MAKE) -f CMakeFiles/Makefile2 ContinuousStart
226
 
.PHONY : ContinuousStart
227
 
 
228
 
# fast build rule for target.
229
 
ContinuousStart/fast:
230
 
        $(MAKE) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build
231
 
.PHONY : ContinuousStart/fast
232
 
 
233
 
#=============================================================================
234
 
# Target rules for targets named ContinuousSubmit
235
 
 
236
 
# Build rule for target.
237
 
ContinuousSubmit: cmake_check_build_system
238
 
        $(MAKE) -f CMakeFiles/Makefile2 ContinuousSubmit
239
 
.PHONY : ContinuousSubmit
240
 
 
241
 
# fast build rule for target.
242
 
ContinuousSubmit/fast:
243
 
        $(MAKE) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build
244
 
.PHONY : ContinuousSubmit/fast
245
 
 
246
 
#=============================================================================
247
 
# Target rules for targets named ContinuousTest
248
 
 
249
 
# Build rule for target.
250
 
ContinuousTest: cmake_check_build_system
251
 
        $(MAKE) -f CMakeFiles/Makefile2 ContinuousTest
252
 
.PHONY : ContinuousTest
253
 
 
254
 
# fast build rule for target.
255
 
ContinuousTest/fast:
256
 
        $(MAKE) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build
257
 
.PHONY : ContinuousTest/fast
258
 
 
259
 
#=============================================================================
260
 
# Target rules for targets named ContinuousUpdate
261
 
 
262
 
# Build rule for target.
263
 
ContinuousUpdate: cmake_check_build_system
264
 
        $(MAKE) -f CMakeFiles/Makefile2 ContinuousUpdate
265
 
.PHONY : ContinuousUpdate
266
 
 
267
 
# fast build rule for target.
268
 
ContinuousUpdate/fast:
269
 
        $(MAKE) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build
270
 
.PHONY : ContinuousUpdate/fast
271
 
 
272
 
#=============================================================================
273
 
# Target rules for targets named Experimental
274
 
 
275
 
# Build rule for target.
276
 
Experimental: cmake_check_build_system
277
 
        $(MAKE) -f CMakeFiles/Makefile2 Experimental
278
 
.PHONY : Experimental
279
 
 
280
 
# fast build rule for target.
281
 
Experimental/fast:
282
 
        $(MAKE) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build
283
 
.PHONY : Experimental/fast
284
 
 
285
 
#=============================================================================
286
 
# Target rules for targets named ExperimentalBuild
287
 
 
288
 
# Build rule for target.
289
 
ExperimentalBuild: cmake_check_build_system
290
 
        $(MAKE) -f CMakeFiles/Makefile2 ExperimentalBuild
291
 
.PHONY : ExperimentalBuild
292
 
 
293
 
# fast build rule for target.
294
 
ExperimentalBuild/fast:
295
 
        $(MAKE) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build
296
 
.PHONY : ExperimentalBuild/fast
297
 
 
298
 
#=============================================================================
299
 
# Target rules for targets named ExperimentalConfigure
300
 
 
301
 
# Build rule for target.
302
 
ExperimentalConfigure: cmake_check_build_system
303
 
        $(MAKE) -f CMakeFiles/Makefile2 ExperimentalConfigure
304
 
.PHONY : ExperimentalConfigure
305
 
 
306
 
# fast build rule for target.
307
 
ExperimentalConfigure/fast:
308
 
        $(MAKE) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build
309
 
.PHONY : ExperimentalConfigure/fast
310
 
 
311
 
#=============================================================================
312
 
# Target rules for targets named ExperimentalCoverage
313
 
 
314
 
# Build rule for target.
315
 
ExperimentalCoverage: cmake_check_build_system
316
 
        $(MAKE) -f CMakeFiles/Makefile2 ExperimentalCoverage
317
 
.PHONY : ExperimentalCoverage
318
 
 
319
 
# fast build rule for target.
320
 
ExperimentalCoverage/fast:
321
 
        $(MAKE) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build
322
 
.PHONY : ExperimentalCoverage/fast
323
 
 
324
 
#=============================================================================
325
 
# Target rules for targets named ExperimentalMemCheck
326
 
 
327
 
# Build rule for target.
328
 
ExperimentalMemCheck: cmake_check_build_system
329
 
        $(MAKE) -f CMakeFiles/Makefile2 ExperimentalMemCheck
330
 
.PHONY : ExperimentalMemCheck
331
 
 
332
 
# fast build rule for target.
333
 
ExperimentalMemCheck/fast:
334
 
        $(MAKE) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build
335
 
.PHONY : ExperimentalMemCheck/fast
336
 
 
337
 
#=============================================================================
338
 
# Target rules for targets named ExperimentalStart
339
 
 
340
 
# Build rule for target.
341
 
ExperimentalStart: cmake_check_build_system
342
 
        $(MAKE) -f CMakeFiles/Makefile2 ExperimentalStart
343
 
.PHONY : ExperimentalStart
344
 
 
345
 
# fast build rule for target.
346
 
ExperimentalStart/fast:
347
 
        $(MAKE) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build
348
 
.PHONY : ExperimentalStart/fast
349
 
 
350
 
#=============================================================================
351
 
# Target rules for targets named ExperimentalSubmit
352
 
 
353
 
# Build rule for target.
354
 
ExperimentalSubmit: cmake_check_build_system
355
 
        $(MAKE) -f CMakeFiles/Makefile2 ExperimentalSubmit
356
 
.PHONY : ExperimentalSubmit
357
 
 
358
 
# fast build rule for target.
359
 
ExperimentalSubmit/fast:
360
 
        $(MAKE) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build
361
 
.PHONY : ExperimentalSubmit/fast
362
 
 
363
 
#=============================================================================
364
 
# Target rules for targets named ExperimentalTest
365
 
 
366
 
# Build rule for target.
367
 
ExperimentalTest: cmake_check_build_system
368
 
        $(MAKE) -f CMakeFiles/Makefile2 ExperimentalTest
369
 
.PHONY : ExperimentalTest
370
 
 
371
 
# fast build rule for target.
372
 
ExperimentalTest/fast:
373
 
        $(MAKE) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build
374
 
.PHONY : ExperimentalTest/fast
375
 
 
376
 
#=============================================================================
377
 
# Target rules for targets named ExperimentalUpdate
378
 
 
379
 
# Build rule for target.
380
 
ExperimentalUpdate: cmake_check_build_system
381
 
        $(MAKE) -f CMakeFiles/Makefile2 ExperimentalUpdate
382
 
.PHONY : ExperimentalUpdate
383
 
 
384
 
# fast build rule for target.
385
 
ExperimentalUpdate/fast:
386
 
        $(MAKE) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build
387
 
.PHONY : ExperimentalUpdate/fast
388
 
 
389
 
#=============================================================================
390
 
# Target rules for targets named Nightly
391
 
 
392
 
# Build rule for target.
393
 
Nightly: cmake_check_build_system
394
 
        $(MAKE) -f CMakeFiles/Makefile2 Nightly
395
 
.PHONY : Nightly
396
 
 
397
 
# fast build rule for target.
398
 
Nightly/fast:
399
 
        $(MAKE) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build
400
 
.PHONY : Nightly/fast
401
 
 
402
 
#=============================================================================
403
 
# Target rules for targets named NightlyBuild
404
 
 
405
 
# Build rule for target.
406
 
NightlyBuild: cmake_check_build_system
407
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlyBuild
408
 
.PHONY : NightlyBuild
409
 
 
410
 
# fast build rule for target.
411
 
NightlyBuild/fast:
412
 
        $(MAKE) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build
413
 
.PHONY : NightlyBuild/fast
414
 
 
415
 
#=============================================================================
416
 
# Target rules for targets named NightlyConfigure
417
 
 
418
 
# Build rule for target.
419
 
NightlyConfigure: cmake_check_build_system
420
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlyConfigure
421
 
.PHONY : NightlyConfigure
422
 
 
423
 
# fast build rule for target.
424
 
NightlyConfigure/fast:
425
 
        $(MAKE) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build
426
 
.PHONY : NightlyConfigure/fast
427
 
 
428
 
#=============================================================================
429
 
# Target rules for targets named NightlyCoverage
430
 
 
431
 
# Build rule for target.
432
 
NightlyCoverage: cmake_check_build_system
433
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlyCoverage
434
 
.PHONY : NightlyCoverage
435
 
 
436
 
# fast build rule for target.
437
 
NightlyCoverage/fast:
438
 
        $(MAKE) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build
439
 
.PHONY : NightlyCoverage/fast
440
 
 
441
 
#=============================================================================
442
 
# Target rules for targets named NightlyMemCheck
443
 
 
444
 
# Build rule for target.
445
 
NightlyMemCheck: cmake_check_build_system
446
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlyMemCheck
447
 
.PHONY : NightlyMemCheck
448
 
 
449
 
# fast build rule for target.
450
 
NightlyMemCheck/fast:
451
 
        $(MAKE) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build
452
 
.PHONY : NightlyMemCheck/fast
453
 
 
454
 
#=============================================================================
455
 
# Target rules for targets named NightlyMemoryCheck
456
 
 
457
 
# Build rule for target.
458
 
NightlyMemoryCheck: cmake_check_build_system
459
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlyMemoryCheck
460
 
.PHONY : NightlyMemoryCheck
461
 
 
462
 
# fast build rule for target.
463
 
NightlyMemoryCheck/fast:
464
 
        $(MAKE) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build
465
 
.PHONY : NightlyMemoryCheck/fast
466
 
 
467
 
#=============================================================================
468
 
# Target rules for targets named NightlyStart
469
 
 
470
 
# Build rule for target.
471
 
NightlyStart: cmake_check_build_system
472
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlyStart
473
 
.PHONY : NightlyStart
474
 
 
475
 
# fast build rule for target.
476
 
NightlyStart/fast:
477
 
        $(MAKE) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build
478
 
.PHONY : NightlyStart/fast
479
 
 
480
 
#=============================================================================
481
 
# Target rules for targets named NightlySubmit
482
 
 
483
 
# Build rule for target.
484
 
NightlySubmit: cmake_check_build_system
485
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlySubmit
486
 
.PHONY : NightlySubmit
487
 
 
488
 
# fast build rule for target.
489
 
NightlySubmit/fast:
490
 
        $(MAKE) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build
491
 
.PHONY : NightlySubmit/fast
492
 
 
493
 
#=============================================================================
494
 
# Target rules for targets named NightlyTest
495
 
 
496
 
# Build rule for target.
497
 
NightlyTest: cmake_check_build_system
498
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlyTest
499
 
.PHONY : NightlyTest
500
 
 
501
 
# fast build rule for target.
502
 
NightlyTest/fast:
503
 
        $(MAKE) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build
504
 
.PHONY : NightlyTest/fast
505
 
 
506
 
#=============================================================================
507
 
# Target rules for targets named NightlyUpdate
508
 
 
509
 
# Build rule for target.
510
 
NightlyUpdate: cmake_check_build_system
511
 
        $(MAKE) -f CMakeFiles/Makefile2 NightlyUpdate
512
 
.PHONY : NightlyUpdate
513
 
 
514
 
# fast build rule for target.
515
 
NightlyUpdate/fast:
516
 
        $(MAKE) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build
517
 
.PHONY : NightlyUpdate/fast
518
 
 
519
 
#=============================================================================
520
 
# Target rules for targets named doc
521
 
 
522
 
# Build rule for target.
523
 
doc: cmake_check_build_system
524
 
        $(MAKE) -f CMakeFiles/Makefile2 doc
525
 
.PHONY : doc
526
 
 
527
 
# fast build rule for target.
528
 
doc/fast:
529
 
        $(MAKE) -f doc/CMakeFiles/doc.dir/build.make doc/CMakeFiles/doc.dir/build
530
 
.PHONY : doc/fast
531
 
 
532
 
#=============================================================================
533
 
# Target rules for targets named mcloud-lib
534
 
 
535
 
# Build rule for target.
536
 
mcloud-lib: cmake_check_build_system
537
 
        $(MAKE) -f CMakeFiles/Makefile2 mcloud-lib
538
 
.PHONY : mcloud-lib
539
 
 
540
 
# fast build rule for target.
541
 
mcloud-lib/fast:
542
 
        $(MAKE) -f src/CMakeFiles/mcloud-lib.dir/build.make src/CMakeFiles/mcloud-lib.dir/build
543
 
.PHONY : mcloud-lib/fast
544
 
 
545
 
# Help Target
546
 
help:
547
 
        @echo "The following are some of the valid targets for this Makefile:"
548
 
        @echo "... all (the default if no target is provided)"
549
 
        @echo "... clean"
550
 
        @echo "... depend"
551
 
        @echo "... NightlyCoverage"
552
 
        @echo "... ContinuousTest"
553
 
        @echo "... install/strip"
554
 
        @echo "... NightlyConfigure"
555
 
        @echo "... ExperimentalUpdate"
556
 
        @echo "... ContinuousUpdate"
557
 
        @echo "... edit_cache"
558
 
        @echo "... rebuild_cache"
559
 
        @echo "... install"
560
 
        @echo "... ExperimentalMemCheck"
561
 
        @echo "... Nightly"
562
 
        @echo "... ExperimentalBuild"
563
 
        @echo "... ContinuousBuild"
564
 
        @echo "... Continuous"
565
 
        @echo "... ContinuousCoverage"
566
 
        @echo "... NightlyStart"
567
 
        @echo "... ExperimentalTest"
568
 
        @echo "... list_install_components"
569
 
        @echo "... NightlyMemCheck"
570
 
        @echo "... ExperimentalConfigure"
571
 
        @echo "... NightlySubmit"
572
 
        @echo "... ExperimentalCoverage"
573
 
        @echo "... Experimental"
574
 
        @echo "... NightlyTest"
575
 
        @echo "... NightlyMemoryCheck"
576
 
        @echo "... ContinuousConfigure"
577
 
        @echo "... test"
578
 
        @echo "... NightlyBuild"
579
 
        @echo "... NightlyUpdate"
580
 
        @echo "... ContinuousMemCheck"
581
 
        @echo "... ExperimentalStart"
582
 
        @echo "... ContinuousStart"
583
 
        @echo "... ExperimentalSubmit"
584
 
        @echo "... ContinuousSubmit"
585
 
        @echo "... install/local"
586
 
        @echo "... doc"
587
 
        @echo "... mcloud-lib"
588
 
.PHONY : help
589
 
 
590
 
 
591
 
 
592
 
#=============================================================================
593
 
# Special targets to cleanup operation of make.
594
 
 
595
 
# Special rule to run CMake to check the build system integrity.
596
 
# No rule that depends on this can have commands that come from listfiles
597
 
# because they might be regenerated.
598
 
cmake_check_build_system:
599
 
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
600
 
.PHONY : cmake_check_build_system
601