~michael-sheldon/podbird/trunk

« back to all changes in this revision

Viewing changes to build/aarch64-linux-gnu/app/Makefile

  • Committer: Mike Sheldon
  • Date: 2024-11-30 20:17:43 UTC
  • mfrom: (223.1.1 podbird)
  • Revision ID: mike@mikeasoft.com-20241130201743-p9g5b3g4njuaogul
Merge changes from lp:~cibersheep/podbird/podbird to support Focal and update version

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.22
 
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
# Disable VCS-based implicit rules.
 
18
% : %,v
 
19
 
 
20
# Disable VCS-based implicit rules.
 
21
% : RCS/%
 
22
 
 
23
# Disable VCS-based implicit rules.
 
24
% : RCS/%,v
 
25
 
 
26
# Disable VCS-based implicit rules.
 
27
% : SCCS/s.%
 
28
 
 
29
# Disable VCS-based implicit rules.
 
30
% : s.%
 
31
 
 
32
.SUFFIXES: .hpux_make_needs_suffix_list
 
33
 
 
34
# Command-line flag to silence nested $(MAKE).
 
35
$(VERBOSE)MAKESILENT = -s
 
36
 
 
37
#Suppress display of executed commands.
 
38
$(VERBOSE).SILENT:
 
39
 
 
40
# A target that is always out of date.
 
41
cmake_force:
 
42
.PHONY : cmake_force
 
43
 
 
44
#=============================================================================
 
45
# Set environment variables for the build.
 
46
 
 
47
# The shell in which to execute make rules.
 
48
SHELL = /bin/sh
 
49
 
 
50
# The CMake executable.
 
51
CMAKE_COMMAND = /opt/cmake/bin/cmake
 
52
 
 
53
# The command to remove a file.
 
54
RM = /opt/cmake/bin/cmake -E rm -f
 
55
 
 
56
# Escaping for special characters.
 
57
EQUALS = =
 
58
 
 
59
# The top-level source directory on which CMake was run.
 
60
CMAKE_SOURCE_DIR = /home/cibersheep/Documents/UT-Projects/podbird
 
61
 
 
62
# The top-level build directory on which CMake was run.
 
63
CMAKE_BINARY_DIR = /home/cibersheep/Documents/UT-Projects/podbird/build/aarch64-linux-gnu/app
 
64
 
 
65
#=============================================================================
 
66
# Targets provided globally by CMake.
 
67
 
 
68
# Special rule for the target edit_cache
 
69
edit_cache:
 
70
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
 
71
        /opt/cmake/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 
72
.PHONY : edit_cache
 
73
 
 
74
# Special rule for the target edit_cache
 
75
edit_cache/fast: edit_cache
 
76
.PHONY : edit_cache/fast
 
77
 
 
78
# Special rule for the target rebuild_cache
 
79
rebuild_cache:
 
80
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
 
81
        /opt/cmake/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 
82
.PHONY : rebuild_cache
 
83
 
 
84
# Special rule for the target rebuild_cache
 
85
rebuild_cache/fast: rebuild_cache
 
86
.PHONY : rebuild_cache/fast
 
87
 
 
88
# Special rule for the target list_install_components
 
89
list_install_components:
 
90
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
 
91
.PHONY : list_install_components
 
92
 
 
93
# Special rule for the target list_install_components
 
94
list_install_components/fast: list_install_components
 
95
.PHONY : list_install_components/fast
 
96
 
 
97
# Special rule for the target install
 
98
install: preinstall
 
99
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
100
        /opt/cmake/bin/cmake -P cmake_install.cmake
 
101
.PHONY : install
 
102
 
 
103
# Special rule for the target install
 
104
install/fast: preinstall/fast
 
105
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
106
        /opt/cmake/bin/cmake -P cmake_install.cmake
 
107
.PHONY : install/fast
 
108
 
 
109
# Special rule for the target install/local
 
110
install/local: preinstall
 
111
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
 
112
        /opt/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
 
113
.PHONY : install/local
 
114
 
 
115
# Special rule for the target install/local
 
116
install/local/fast: preinstall/fast
 
117
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
 
118
        /opt/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
 
119
.PHONY : install/local/fast
 
120
 
 
121
# Special rule for the target install/strip
 
122
install/strip: preinstall
 
123
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
 
124
        /opt/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 
125
.PHONY : install/strip
 
126
 
 
127
# Special rule for the target install/strip
 
128
install/strip/fast: preinstall/fast
 
129
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
 
130
        /opt/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 
131
.PHONY : install/strip/fast
 
132
 
 
133
# The main all target
 
134
all: cmake_check_build_system
 
135
        $(CMAKE_COMMAND) -E cmake_progress_start /home/cibersheep/Documents/UT-Projects/podbird/build/aarch64-linux-gnu/app/CMakeFiles /home/cibersheep/Documents/UT-Projects/podbird/build/aarch64-linux-gnu/app//CMakeFiles/progress.marks
 
136
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
 
137
        $(CMAKE_COMMAND) -E cmake_progress_start /home/cibersheep/Documents/UT-Projects/podbird/build/aarch64-linux-gnu/app/CMakeFiles 0
 
138
.PHONY : all
 
139
 
 
140
# The main clean target
 
141
clean:
 
142
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
 
143
.PHONY : clean
 
144
 
 
145
# The main clean target
 
146
clean/fast: clean
 
147
.PHONY : clean/fast
 
148
 
 
149
# Prepare targets for installation.
 
150
preinstall: all
 
151
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
 
152
.PHONY : preinstall
 
153
 
 
154
# Prepare targets for installation.
 
155
preinstall/fast:
 
156
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
 
157
.PHONY : preinstall/fast
 
158
 
 
159
# clear depends
 
160
depend:
 
161
        $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 
162
.PHONY : depend
 
163
 
 
164
#=============================================================================
 
165
# Target rules for targets named autopilot
 
166
 
 
167
# Build rule for target.
 
168
autopilot: cmake_check_build_system
 
169
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 autopilot
 
170
.PHONY : autopilot
 
171
 
 
172
# fast build rule for target.
 
173
autopilot/fast:
 
174
        $(MAKE) $(MAKESILENT) -f CMakeFiles/autopilot.dir/build.make CMakeFiles/autopilot.dir/build
 
175
.PHONY : autopilot/fast
 
176
 
 
177
#=============================================================================
 
178
# Target rules for targets named run
 
179
 
 
180
# Build rule for target.
 
181
run: cmake_check_build_system
 
182
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 run
 
183
.PHONY : run
 
184
 
 
185
# fast build rule for target.
 
186
run/fast:
 
187
        $(MAKE) $(MAKESILENT) -f CMakeFiles/run.dir/build.make CMakeFiles/run.dir/build
 
188
.PHONY : run/fast
 
189
 
 
190
#=============================================================================
 
191
# Target rules for targets named podbird_ClickFiles
 
192
 
 
193
# Build rule for target.
 
194
podbird_ClickFiles: cmake_check_build_system
 
195
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 podbird_ClickFiles
 
196
.PHONY : podbird_ClickFiles
 
197
 
 
198
# fast build rule for target.
 
199
podbird_ClickFiles/fast:
 
200
        $(MAKE) $(MAKESILENT) -f CMakeFiles/podbird_ClickFiles.dir/build.make CMakeFiles/podbird_ClickFiles.dir/build
 
201
.PHONY : podbird_ClickFiles/fast
 
202
 
 
203
#=============================================================================
 
204
# Target rules for targets named podbird_QMlFiles
 
205
 
 
206
# Build rule for target.
 
207
podbird_QMlFiles: cmake_check_build_system
 
208
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 podbird_QMlFiles
 
209
.PHONY : podbird_QMlFiles
 
210
 
 
211
# fast build rule for target.
 
212
podbird_QMlFiles/fast:
 
213
        $(MAKE) $(MAKESILENT) -f app/CMakeFiles/podbird_QMlFiles.dir/build.make app/CMakeFiles/podbird_QMlFiles.dir/build
 
214
.PHONY : podbird_QMlFiles/fast
 
215
 
 
216
#=============================================================================
 
217
# Target rules for targets named podbird_ui_QMlFiles
 
218
 
 
219
# Build rule for target.
 
220
podbird_ui_QMlFiles: cmake_check_build_system
 
221
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 podbird_ui_QMlFiles
 
222
.PHONY : podbird_ui_QMlFiles
 
223
 
 
224
# fast build rule for target.
 
225
podbird_ui_QMlFiles/fast:
 
226
        $(MAKE) $(MAKESILENT) -f app/ui/CMakeFiles/podbird_ui_QMlFiles.dir/build.make app/ui/CMakeFiles/podbird_ui_QMlFiles.dir/build
 
227
.PHONY : podbird_ui_QMlFiles/fast
 
228
 
 
229
#=============================================================================
 
230
# Target rules for targets named podbird_THEMEFiles
 
231
 
 
232
# Build rule for target.
 
233
podbird_THEMEFiles: cmake_check_build_system
 
234
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 podbird_THEMEFiles
 
235
.PHONY : podbird_THEMEFiles
 
236
 
 
237
# fast build rule for target.
 
238
podbird_THEMEFiles/fast:
 
239
        $(MAKE) $(MAKESILENT) -f app/themes/CMakeFiles/podbird_THEMEFiles.dir/build.make app/themes/CMakeFiles/podbird_THEMEFiles.dir/build
 
240
.PHONY : podbird_THEMEFiles/fast
 
241
 
 
242
#=============================================================================
 
243
# Target rules for targets named podbird_components_QMlFiles
 
244
 
 
245
# Build rule for target.
 
246
podbird_components_QMlFiles: cmake_check_build_system
 
247
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 podbird_components_QMlFiles
 
248
.PHONY : podbird_components_QMlFiles
 
249
 
 
250
# fast build rule for target.
 
251
podbird_components_QMlFiles/fast:
 
252
        $(MAKE) $(MAKESILENT) -f app/components/CMakeFiles/podbird_components_QMlFiles.dir/build.make app/components/CMakeFiles/podbird_components_QMlFiles.dir/build
 
253
.PHONY : podbird_components_QMlFiles/fast
 
254
 
 
255
#=============================================================================
 
256
# Target rules for targets named podbird_welcomewizard_QMlFiles
 
257
 
 
258
# Build rule for target.
 
259
podbird_welcomewizard_QMlFiles: cmake_check_build_system
 
260
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 podbird_welcomewizard_QMlFiles
 
261
.PHONY : podbird_welcomewizard_QMlFiles
 
262
 
 
263
# fast build rule for target.
 
264
podbird_welcomewizard_QMlFiles/fast:
 
265
        $(MAKE) $(MAKESILENT) -f app/welcomewizard/CMakeFiles/podbird_welcomewizard_QMlFiles.dir/build.make app/welcomewizard/CMakeFiles/podbird_welcomewizard_QMlFiles.dir/build
 
266
.PHONY : podbird_welcomewizard_QMlFiles/fast
 
267
 
 
268
#=============================================================================
 
269
# Target rules for targets named podbird_GRAPHICFiles
 
270
 
 
271
# Build rule for target.
 
272
podbird_GRAPHICFiles: cmake_check_build_system
 
273
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 podbird_GRAPHICFiles
 
274
.PHONY : podbird_GRAPHICFiles
 
275
 
 
276
# fast build rule for target.
 
277
podbird_GRAPHICFiles/fast:
 
278
        $(MAKE) $(MAKESILENT) -f app/graphics/CMakeFiles/podbird_GRAPHICFiles.dir/build.make app/graphics/CMakeFiles/podbird_GRAPHICFiles.dir/build
 
279
.PHONY : podbird_GRAPHICFiles/fast
 
280
 
 
281
#=============================================================================
 
282
# Target rules for targets named podbird_SETTINGFiles
 
283
 
 
284
# Build rule for target.
 
285
podbird_SETTINGFiles: cmake_check_build_system
 
286
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 podbird_SETTINGFiles
 
287
.PHONY : podbird_SETTINGFiles
 
288
 
 
289
# fast build rule for target.
 
290
podbird_SETTINGFiles/fast:
 
291
        $(MAKE) $(MAKESILENT) -f app/settings/CMakeFiles/podbird_SETTINGFiles.dir/build.make app/settings/CMakeFiles/podbird_SETTINGFiles.dir/build
 
292
.PHONY : podbird_SETTINGFiles/fast
 
293
 
 
294
#=============================================================================
 
295
# Target rules for targets named Podbirdbackend
 
296
 
 
297
# Build rule for target.
 
298
Podbirdbackend: cmake_check_build_system
 
299
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Podbirdbackend
 
300
.PHONY : Podbirdbackend
 
301
 
 
302
# fast build rule for target.
 
303
Podbirdbackend/fast:
 
304
        $(MAKE) $(MAKESILENT) -f backend/CMakeFiles/Podbirdbackend.dir/build.make backend/CMakeFiles/Podbirdbackend.dir/build
 
305
.PHONY : Podbirdbackend/fast
 
306
 
 
307
#=============================================================================
 
308
# Target rules for targets named Podbirdbackend-qmldir
 
309
 
 
310
# Build rule for target.
 
311
Podbirdbackend-qmldir: cmake_check_build_system
 
312
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Podbirdbackend-qmldir
 
313
.PHONY : Podbirdbackend-qmldir
 
314
 
 
315
# fast build rule for target.
 
316
Podbirdbackend-qmldir/fast:
 
317
        $(MAKE) $(MAKESILENT) -f backend/CMakeFiles/Podbirdbackend-qmldir.dir/build.make backend/CMakeFiles/Podbirdbackend-qmldir.dir/build
 
318
.PHONY : Podbirdbackend-qmldir/fast
 
319
 
 
320
#=============================================================================
 
321
# Target rules for targets named Podbirdbackend_autogen
 
322
 
 
323
# Build rule for target.
 
324
Podbirdbackend_autogen: cmake_check_build_system
 
325
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Podbirdbackend_autogen
 
326
.PHONY : Podbirdbackend_autogen
 
327
 
 
328
# fast build rule for target.
 
329
Podbirdbackend_autogen/fast:
 
330
        $(MAKE) $(MAKESILENT) -f backend/CMakeFiles/Podbirdbackend_autogen.dir/build.make backend/CMakeFiles/Podbirdbackend_autogen.dir/build
 
331
.PHONY : Podbirdbackend_autogen/fast
 
332
 
 
333
#=============================================================================
 
334
# Target rules for targets named com.mikeasoft.podbird.pot
 
335
 
 
336
# Build rule for target.
 
337
com.mikeasoft.podbird.pot: cmake_check_build_system
 
338
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 com.mikeasoft.podbird.pot
 
339
.PHONY : com.mikeasoft.podbird.pot
 
340
 
 
341
# fast build rule for target.
 
342
com.mikeasoft.podbird.pot/fast:
 
343
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/com.mikeasoft.podbird.pot.dir/build.make po/CMakeFiles/com.mikeasoft.podbird.pot.dir/build
 
344
.PHONY : com.mikeasoft.podbird.pot/fast
 
345
 
 
346
#=============================================================================
 
347
# Target rules for targets named pofiles
 
348
 
 
349
# Build rule for target.
 
350
pofiles: cmake_check_build_system
 
351
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles
 
352
.PHONY : pofiles
 
353
 
 
354
# fast build rule for target.
 
355
pofiles/fast:
 
356
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles.dir/build.make po/CMakeFiles/pofiles.dir/build
 
357
.PHONY : pofiles/fast
 
358
 
 
359
#=============================================================================
 
360
# Target rules for targets named pofiles_1
 
361
 
 
362
# Build rule for target.
 
363
pofiles_1: cmake_check_build_system
 
364
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_1
 
365
.PHONY : pofiles_1
 
366
 
 
367
# fast build rule for target.
 
368
pofiles_1/fast:
 
369
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_1.dir/build.make po/CMakeFiles/pofiles_1.dir/build
 
370
.PHONY : pofiles_1/fast
 
371
 
 
372
#=============================================================================
 
373
# Target rules for targets named pofiles_2
 
374
 
 
375
# Build rule for target.
 
376
pofiles_2: cmake_check_build_system
 
377
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_2
 
378
.PHONY : pofiles_2
 
379
 
 
380
# fast build rule for target.
 
381
pofiles_2/fast:
 
382
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_2.dir/build.make po/CMakeFiles/pofiles_2.dir/build
 
383
.PHONY : pofiles_2/fast
 
384
 
 
385
#=============================================================================
 
386
# Target rules for targets named pofiles_3
 
387
 
 
388
# Build rule for target.
 
389
pofiles_3: cmake_check_build_system
 
390
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_3
 
391
.PHONY : pofiles_3
 
392
 
 
393
# fast build rule for target.
 
394
pofiles_3/fast:
 
395
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_3.dir/build.make po/CMakeFiles/pofiles_3.dir/build
 
396
.PHONY : pofiles_3/fast
 
397
 
 
398
#=============================================================================
 
399
# Target rules for targets named pofiles_4
 
400
 
 
401
# Build rule for target.
 
402
pofiles_4: cmake_check_build_system
 
403
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_4
 
404
.PHONY : pofiles_4
 
405
 
 
406
# fast build rule for target.
 
407
pofiles_4/fast:
 
408
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_4.dir/build.make po/CMakeFiles/pofiles_4.dir/build
 
409
.PHONY : pofiles_4/fast
 
410
 
 
411
#=============================================================================
 
412
# Target rules for targets named pofiles_5
 
413
 
 
414
# Build rule for target.
 
415
pofiles_5: cmake_check_build_system
 
416
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_5
 
417
.PHONY : pofiles_5
 
418
 
 
419
# fast build rule for target.
 
420
pofiles_5/fast:
 
421
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_5.dir/build.make po/CMakeFiles/pofiles_5.dir/build
 
422
.PHONY : pofiles_5/fast
 
423
 
 
424
#=============================================================================
 
425
# Target rules for targets named pofiles_6
 
426
 
 
427
# Build rule for target.
 
428
pofiles_6: cmake_check_build_system
 
429
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_6
 
430
.PHONY : pofiles_6
 
431
 
 
432
# fast build rule for target.
 
433
pofiles_6/fast:
 
434
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_6.dir/build.make po/CMakeFiles/pofiles_6.dir/build
 
435
.PHONY : pofiles_6/fast
 
436
 
 
437
#=============================================================================
 
438
# Target rules for targets named pofiles_7
 
439
 
 
440
# Build rule for target.
 
441
pofiles_7: cmake_check_build_system
 
442
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_7
 
443
.PHONY : pofiles_7
 
444
 
 
445
# fast build rule for target.
 
446
pofiles_7/fast:
 
447
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_7.dir/build.make po/CMakeFiles/pofiles_7.dir/build
 
448
.PHONY : pofiles_7/fast
 
449
 
 
450
#=============================================================================
 
451
# Target rules for targets named pofiles_8
 
452
 
 
453
# Build rule for target.
 
454
pofiles_8: cmake_check_build_system
 
455
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_8
 
456
.PHONY : pofiles_8
 
457
 
 
458
# fast build rule for target.
 
459
pofiles_8/fast:
 
460
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_8.dir/build.make po/CMakeFiles/pofiles_8.dir/build
 
461
.PHONY : pofiles_8/fast
 
462
 
 
463
#=============================================================================
 
464
# Target rules for targets named pofiles_9
 
465
 
 
466
# Build rule for target.
 
467
pofiles_9: cmake_check_build_system
 
468
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_9
 
469
.PHONY : pofiles_9
 
470
 
 
471
# fast build rule for target.
 
472
pofiles_9/fast:
 
473
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_9.dir/build.make po/CMakeFiles/pofiles_9.dir/build
 
474
.PHONY : pofiles_9/fast
 
475
 
 
476
#=============================================================================
 
477
# Target rules for targets named pofiles_10
 
478
 
 
479
# Build rule for target.
 
480
pofiles_10: cmake_check_build_system
 
481
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_10
 
482
.PHONY : pofiles_10
 
483
 
 
484
# fast build rule for target.
 
485
pofiles_10/fast:
 
486
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_10.dir/build.make po/CMakeFiles/pofiles_10.dir/build
 
487
.PHONY : pofiles_10/fast
 
488
 
 
489
#=============================================================================
 
490
# Target rules for targets named pofiles_11
 
491
 
 
492
# Build rule for target.
 
493
pofiles_11: cmake_check_build_system
 
494
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_11
 
495
.PHONY : pofiles_11
 
496
 
 
497
# fast build rule for target.
 
498
pofiles_11/fast:
 
499
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_11.dir/build.make po/CMakeFiles/pofiles_11.dir/build
 
500
.PHONY : pofiles_11/fast
 
501
 
 
502
#=============================================================================
 
503
# Target rules for targets named pofiles_12
 
504
 
 
505
# Build rule for target.
 
506
pofiles_12: cmake_check_build_system
 
507
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_12
 
508
.PHONY : pofiles_12
 
509
 
 
510
# fast build rule for target.
 
511
pofiles_12/fast:
 
512
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_12.dir/build.make po/CMakeFiles/pofiles_12.dir/build
 
513
.PHONY : pofiles_12/fast
 
514
 
 
515
#=============================================================================
 
516
# Target rules for targets named pofiles_13
 
517
 
 
518
# Build rule for target.
 
519
pofiles_13: cmake_check_build_system
 
520
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_13
 
521
.PHONY : pofiles_13
 
522
 
 
523
# fast build rule for target.
 
524
pofiles_13/fast:
 
525
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_13.dir/build.make po/CMakeFiles/pofiles_13.dir/build
 
526
.PHONY : pofiles_13/fast
 
527
 
 
528
#=============================================================================
 
529
# Target rules for targets named pofiles_14
 
530
 
 
531
# Build rule for target.
 
532
pofiles_14: cmake_check_build_system
 
533
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_14
 
534
.PHONY : pofiles_14
 
535
 
 
536
# fast build rule for target.
 
537
pofiles_14/fast:
 
538
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_14.dir/build.make po/CMakeFiles/pofiles_14.dir/build
 
539
.PHONY : pofiles_14/fast
 
540
 
 
541
#=============================================================================
 
542
# Target rules for targets named pofiles_15
 
543
 
 
544
# Build rule for target.
 
545
pofiles_15: cmake_check_build_system
 
546
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_15
 
547
.PHONY : pofiles_15
 
548
 
 
549
# fast build rule for target.
 
550
pofiles_15/fast:
 
551
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_15.dir/build.make po/CMakeFiles/pofiles_15.dir/build
 
552
.PHONY : pofiles_15/fast
 
553
 
 
554
#=============================================================================
 
555
# Target rules for targets named pofiles_16
 
556
 
 
557
# Build rule for target.
 
558
pofiles_16: cmake_check_build_system
 
559
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_16
 
560
.PHONY : pofiles_16
 
561
 
 
562
# fast build rule for target.
 
563
pofiles_16/fast:
 
564
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_16.dir/build.make po/CMakeFiles/pofiles_16.dir/build
 
565
.PHONY : pofiles_16/fast
 
566
 
 
567
#=============================================================================
 
568
# Target rules for targets named pofiles_17
 
569
 
 
570
# Build rule for target.
 
571
pofiles_17: cmake_check_build_system
 
572
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_17
 
573
.PHONY : pofiles_17
 
574
 
 
575
# fast build rule for target.
 
576
pofiles_17/fast:
 
577
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_17.dir/build.make po/CMakeFiles/pofiles_17.dir/build
 
578
.PHONY : pofiles_17/fast
 
579
 
 
580
#=============================================================================
 
581
# Target rules for targets named pofiles_18
 
582
 
 
583
# Build rule for target.
 
584
pofiles_18: cmake_check_build_system
 
585
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_18
 
586
.PHONY : pofiles_18
 
587
 
 
588
# fast build rule for target.
 
589
pofiles_18/fast:
 
590
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_18.dir/build.make po/CMakeFiles/pofiles_18.dir/build
 
591
.PHONY : pofiles_18/fast
 
592
 
 
593
#=============================================================================
 
594
# Target rules for targets named pofiles_19
 
595
 
 
596
# Build rule for target.
 
597
pofiles_19: cmake_check_build_system
 
598
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_19
 
599
.PHONY : pofiles_19
 
600
 
 
601
# fast build rule for target.
 
602
pofiles_19/fast:
 
603
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_19.dir/build.make po/CMakeFiles/pofiles_19.dir/build
 
604
.PHONY : pofiles_19/fast
 
605
 
 
606
#=============================================================================
 
607
# Target rules for targets named pofiles_20
 
608
 
 
609
# Build rule for target.
 
610
pofiles_20: cmake_check_build_system
 
611
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_20
 
612
.PHONY : pofiles_20
 
613
 
 
614
# fast build rule for target.
 
615
pofiles_20/fast:
 
616
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_20.dir/build.make po/CMakeFiles/pofiles_20.dir/build
 
617
.PHONY : pofiles_20/fast
 
618
 
 
619
#=============================================================================
 
620
# Target rules for targets named pofiles_21
 
621
 
 
622
# Build rule for target.
 
623
pofiles_21: cmake_check_build_system
 
624
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_21
 
625
.PHONY : pofiles_21
 
626
 
 
627
# fast build rule for target.
 
628
pofiles_21/fast:
 
629
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_21.dir/build.make po/CMakeFiles/pofiles_21.dir/build
 
630
.PHONY : pofiles_21/fast
 
631
 
 
632
#=============================================================================
 
633
# Target rules for targets named pofiles_22
 
634
 
 
635
# Build rule for target.
 
636
pofiles_22: cmake_check_build_system
 
637
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_22
 
638
.PHONY : pofiles_22
 
639
 
 
640
# fast build rule for target.
 
641
pofiles_22/fast:
 
642
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_22.dir/build.make po/CMakeFiles/pofiles_22.dir/build
 
643
.PHONY : pofiles_22/fast
 
644
 
 
645
#=============================================================================
 
646
# Target rules for targets named pofiles_23
 
647
 
 
648
# Build rule for target.
 
649
pofiles_23: cmake_check_build_system
 
650
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_23
 
651
.PHONY : pofiles_23
 
652
 
 
653
# fast build rule for target.
 
654
pofiles_23/fast:
 
655
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_23.dir/build.make po/CMakeFiles/pofiles_23.dir/build
 
656
.PHONY : pofiles_23/fast
 
657
 
 
658
#=============================================================================
 
659
# Target rules for targets named pofiles_24
 
660
 
 
661
# Build rule for target.
 
662
pofiles_24: cmake_check_build_system
 
663
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_24
 
664
.PHONY : pofiles_24
 
665
 
 
666
# fast build rule for target.
 
667
pofiles_24/fast:
 
668
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_24.dir/build.make po/CMakeFiles/pofiles_24.dir/build
 
669
.PHONY : pofiles_24/fast
 
670
 
 
671
#=============================================================================
 
672
# Target rules for targets named pofiles_25
 
673
 
 
674
# Build rule for target.
 
675
pofiles_25: cmake_check_build_system
 
676
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_25
 
677
.PHONY : pofiles_25
 
678
 
 
679
# fast build rule for target.
 
680
pofiles_25/fast:
 
681
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_25.dir/build.make po/CMakeFiles/pofiles_25.dir/build
 
682
.PHONY : pofiles_25/fast
 
683
 
 
684
#=============================================================================
 
685
# Target rules for targets named pofiles_26
 
686
 
 
687
# Build rule for target.
 
688
pofiles_26: cmake_check_build_system
 
689
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_26
 
690
.PHONY : pofiles_26
 
691
 
 
692
# fast build rule for target.
 
693
pofiles_26/fast:
 
694
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_26.dir/build.make po/CMakeFiles/pofiles_26.dir/build
 
695
.PHONY : pofiles_26/fast
 
696
 
 
697
#=============================================================================
 
698
# Target rules for targets named pofiles_27
 
699
 
 
700
# Build rule for target.
 
701
pofiles_27: cmake_check_build_system
 
702
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_27
 
703
.PHONY : pofiles_27
 
704
 
 
705
# fast build rule for target.
 
706
pofiles_27/fast:
 
707
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_27.dir/build.make po/CMakeFiles/pofiles_27.dir/build
 
708
.PHONY : pofiles_27/fast
 
709
 
 
710
#=============================================================================
 
711
# Target rules for targets named pofiles_28
 
712
 
 
713
# Build rule for target.
 
714
pofiles_28: cmake_check_build_system
 
715
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_28
 
716
.PHONY : pofiles_28
 
717
 
 
718
# fast build rule for target.
 
719
pofiles_28/fast:
 
720
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_28.dir/build.make po/CMakeFiles/pofiles_28.dir/build
 
721
.PHONY : pofiles_28/fast
 
722
 
 
723
#=============================================================================
 
724
# Target rules for targets named pofiles_29
 
725
 
 
726
# Build rule for target.
 
727
pofiles_29: cmake_check_build_system
 
728
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_29
 
729
.PHONY : pofiles_29
 
730
 
 
731
# fast build rule for target.
 
732
pofiles_29/fast:
 
733
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_29.dir/build.make po/CMakeFiles/pofiles_29.dir/build
 
734
.PHONY : pofiles_29/fast
 
735
 
 
736
#=============================================================================
 
737
# Target rules for targets named pofiles_30
 
738
 
 
739
# Build rule for target.
 
740
pofiles_30: cmake_check_build_system
 
741
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_30
 
742
.PHONY : pofiles_30
 
743
 
 
744
# fast build rule for target.
 
745
pofiles_30/fast:
 
746
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_30.dir/build.make po/CMakeFiles/pofiles_30.dir/build
 
747
.PHONY : pofiles_30/fast
 
748
 
 
749
#=============================================================================
 
750
# Target rules for targets named pofiles_31
 
751
 
 
752
# Build rule for target.
 
753
pofiles_31: cmake_check_build_system
 
754
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_31
 
755
.PHONY : pofiles_31
 
756
 
 
757
# fast build rule for target.
 
758
pofiles_31/fast:
 
759
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_31.dir/build.make po/CMakeFiles/pofiles_31.dir/build
 
760
.PHONY : pofiles_31/fast
 
761
 
 
762
#=============================================================================
 
763
# Target rules for targets named pofiles_32
 
764
 
 
765
# Build rule for target.
 
766
pofiles_32: cmake_check_build_system
 
767
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_32
 
768
.PHONY : pofiles_32
 
769
 
 
770
# fast build rule for target.
 
771
pofiles_32/fast:
 
772
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_32.dir/build.make po/CMakeFiles/pofiles_32.dir/build
 
773
.PHONY : pofiles_32/fast
 
774
 
 
775
#=============================================================================
 
776
# Target rules for targets named pofiles_33
 
777
 
 
778
# Build rule for target.
 
779
pofiles_33: cmake_check_build_system
 
780
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pofiles_33
 
781
.PHONY : pofiles_33
 
782
 
 
783
# fast build rule for target.
 
784
pofiles_33/fast:
 
785
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/pofiles_33.dir/build.make po/CMakeFiles/pofiles_33.dir/build
 
786
.PHONY : pofiles_33/fast
 
787
 
 
788
#=============================================================================
 
789
# Target rules for targets named Podbird.desktop
 
790
 
 
791
# Build rule for target.
 
792
Podbird.desktop: cmake_check_build_system
 
793
        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Podbird.desktop
 
794
.PHONY : Podbird.desktop
 
795
 
 
796
# fast build rule for target.
 
797
Podbird.desktop/fast:
 
798
        $(MAKE) $(MAKESILENT) -f po/CMakeFiles/Podbird.desktop.dir/build.make po/CMakeFiles/Podbird.desktop.dir/build
 
799
.PHONY : Podbird.desktop/fast
 
800
 
 
801
# Help Target
 
802
help:
 
803
        @echo "The following are some of the valid targets for this Makefile:"
 
804
        @echo "... all (the default if no target is provided)"
 
805
        @echo "... clean"
 
806
        @echo "... depend"
 
807
        @echo "... edit_cache"
 
808
        @echo "... install"
 
809
        @echo "... install/local"
 
810
        @echo "... install/strip"
 
811
        @echo "... list_install_components"
 
812
        @echo "... rebuild_cache"
 
813
        @echo "... Podbird.desktop"
 
814
        @echo "... Podbirdbackend-qmldir"
 
815
        @echo "... Podbirdbackend_autogen"
 
816
        @echo "... autopilot"
 
817
        @echo "... com.mikeasoft.podbird.pot"
 
818
        @echo "... podbird_ClickFiles"
 
819
        @echo "... podbird_GRAPHICFiles"
 
820
        @echo "... podbird_QMlFiles"
 
821
        @echo "... podbird_SETTINGFiles"
 
822
        @echo "... podbird_THEMEFiles"
 
823
        @echo "... podbird_components_QMlFiles"
 
824
        @echo "... podbird_ui_QMlFiles"
 
825
        @echo "... podbird_welcomewizard_QMlFiles"
 
826
        @echo "... pofiles"
 
827
        @echo "... pofiles_1"
 
828
        @echo "... pofiles_10"
 
829
        @echo "... pofiles_11"
 
830
        @echo "... pofiles_12"
 
831
        @echo "... pofiles_13"
 
832
        @echo "... pofiles_14"
 
833
        @echo "... pofiles_15"
 
834
        @echo "... pofiles_16"
 
835
        @echo "... pofiles_17"
 
836
        @echo "... pofiles_18"
 
837
        @echo "... pofiles_19"
 
838
        @echo "... pofiles_2"
 
839
        @echo "... pofiles_20"
 
840
        @echo "... pofiles_21"
 
841
        @echo "... pofiles_22"
 
842
        @echo "... pofiles_23"
 
843
        @echo "... pofiles_24"
 
844
        @echo "... pofiles_25"
 
845
        @echo "... pofiles_26"
 
846
        @echo "... pofiles_27"
 
847
        @echo "... pofiles_28"
 
848
        @echo "... pofiles_29"
 
849
        @echo "... pofiles_3"
 
850
        @echo "... pofiles_30"
 
851
        @echo "... pofiles_31"
 
852
        @echo "... pofiles_32"
 
853
        @echo "... pofiles_33"
 
854
        @echo "... pofiles_4"
 
855
        @echo "... pofiles_5"
 
856
        @echo "... pofiles_6"
 
857
        @echo "... pofiles_7"
 
858
        @echo "... pofiles_8"
 
859
        @echo "... pofiles_9"
 
860
        @echo "... run"
 
861
        @echo "... Podbirdbackend"
 
862
.PHONY : help
 
863
 
 
864
 
 
865
 
 
866
#=============================================================================
 
867
# Special targets to cleanup operation of make.
 
868
 
 
869
# Special rule to run CMake to check the build system integrity.
 
870
# No rule that depends on this can have commands that come from listfiles
 
871
# because they might be regenerated.
 
872
cmake_check_build_system:
 
873
        $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 
874
.PHONY : cmake_check_build_system
 
875