~ubuntu-branches/ubuntu/saucy/print-manager/saucy-proposed

« back to all changes in this revision

Viewing changes to build/printqueue/Makefile

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-21 12:30:49 UTC
  • mto: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20120821123049-c8uky0a9gmfkck87
Tags: upstream-0.1.0+git20120821
ImportĀ upstreamĀ versionĀ 0.1.0+git20120821

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 2.8
 
3
 
 
4
# Default target executed when no arguments are given to make.
 
5
default_target: all
 
6
.PHONY : default_target
 
7
 
 
8
#=============================================================================
 
9
# Special targets provided by cmake.
 
10
 
 
11
# Disable implicit rules so canonical targets will work.
 
12
.SUFFIXES:
 
13
 
 
14
# Remove some rules from gmake that .SUFFIXES does not remove.
 
15
SUFFIXES =
 
16
 
 
17
.SUFFIXES: .hpux_make_needs_suffix_list
 
18
 
 
19
# Suppress display of executed commands.
 
20
$(VERBOSE).SILENT:
 
21
 
 
22
# A target that is always out of date.
 
23
cmake_force:
 
24
.PHONY : cmake_force
 
25
 
 
26
#=============================================================================
 
27
# Set environment variables for the build.
 
28
 
 
29
# The shell in which to execute make rules.
 
30
SHELL = /bin/sh
 
31
 
 
32
# The CMake executable.
 
33
CMAKE_COMMAND = /usr/bin/cmake
 
34
 
 
35
# The command to remove a file.
 
36
RM = /usr/bin/cmake -E remove -f
 
37
 
 
38
# The program to use to edit the cache.
 
39
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
 
40
 
 
41
# The top-level source directory on which CMake was run.
 
42
CMAKE_SOURCE_DIR = /home/jr/src/print-manager/git/print-manager
 
43
 
 
44
# The top-level build directory on which CMake was run.
 
45
CMAKE_BINARY_DIR = /home/jr/src/print-manager/git/print-manager/build
 
46
 
 
47
#=============================================================================
 
48
# Targets provided globally by CMake.
 
49
 
 
50
# Special rule for the target edit_cache
 
51
edit_cache:
 
52
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
 
53
        /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 
54
.PHONY : edit_cache
 
55
 
 
56
# Special rule for the target edit_cache
 
57
edit_cache/fast: edit_cache
 
58
.PHONY : edit_cache/fast
 
59
 
 
60
# Special rule for the target install
 
61
install: preinstall
 
62
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
63
        /usr/bin/cmake -P cmake_install.cmake
 
64
.PHONY : install
 
65
 
 
66
# Special rule for the target install
 
67
install/fast: preinstall/fast
 
68
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
69
        /usr/bin/cmake -P cmake_install.cmake
 
70
.PHONY : install/fast
 
71
 
 
72
# Special rule for the target install/local
 
73
install/local: preinstall
 
74
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
 
75
        /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
 
76
.PHONY : install/local
 
77
 
 
78
# Special rule for the target install/local
 
79
install/local/fast: install/local
 
80
.PHONY : install/local/fast
 
81
 
 
82
# Special rule for the target install/strip
 
83
install/strip: preinstall
 
84
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
 
85
        /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 
86
.PHONY : install/strip
 
87
 
 
88
# Special rule for the target install/strip
 
89
install/strip/fast: install/strip
 
90
.PHONY : install/strip/fast
 
91
 
 
92
# Special rule for the target list_install_components
 
93
list_install_components:
 
94
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
 
95
.PHONY : list_install_components
 
96
 
 
97
# Special rule for the target list_install_components
 
98
list_install_components/fast: list_install_components
 
99
.PHONY : list_install_components/fast
 
100
 
 
101
# Special rule for the target rebuild_cache
 
102
rebuild_cache:
 
103
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
 
104
        /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 
105
.PHONY : rebuild_cache
 
106
 
 
107
# Special rule for the target rebuild_cache
 
108
rebuild_cache/fast: rebuild_cache
 
109
.PHONY : rebuild_cache/fast
 
110
 
 
111
# Special rule for the target test
 
112
test:
 
113
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
 
114
        /usr/bin/ctest --force-new-ctest-process $(ARGS)
 
115
.PHONY : test
 
116
 
 
117
# Special rule for the target test
 
118
test/fast: test
 
119
.PHONY : test/fast
 
120
 
 
121
# The main all target
 
122
all: cmake_check_build_system
 
123
        cd /home/jr/src/print-manager/git/print-manager/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/jr/src/print-manager/git/print-manager/build/CMakeFiles /home/jr/src/print-manager/git/print-manager/build/printqueue/CMakeFiles/progress.marks
 
124
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f CMakeFiles/Makefile2 printqueue/all
 
125
        $(CMAKE_COMMAND) -E cmake_progress_start /home/jr/src/print-manager/git/print-manager/build/CMakeFiles 0
 
126
.PHONY : all
 
127
 
 
128
# The main clean target
 
129
clean:
 
130
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f CMakeFiles/Makefile2 printqueue/clean
 
131
.PHONY : clean
 
132
 
 
133
# The main clean target
 
134
clean/fast: clean
 
135
.PHONY : clean/fast
 
136
 
 
137
# Prepare targets for installation.
 
138
preinstall: all
 
139
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f CMakeFiles/Makefile2 printqueue/preinstall
 
140
.PHONY : preinstall
 
141
 
 
142
# Prepare targets for installation.
 
143
preinstall/fast:
 
144
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f CMakeFiles/Makefile2 printqueue/preinstall
 
145
.PHONY : preinstall/fast
 
146
 
 
147
# clear depends
 
148
depend:
 
149
        cd /home/jr/src/print-manager/git/print-manager/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 
150
.PHONY : depend
 
151
 
 
152
# Convenience name for target.
 
153
printqueue/CMakeFiles/print-queue.dir/rule:
 
154
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f CMakeFiles/Makefile2 printqueue/CMakeFiles/print-queue.dir/rule
 
155
.PHONY : printqueue/CMakeFiles/print-queue.dir/rule
 
156
 
 
157
# Convenience name for target.
 
158
print-queue: printqueue/CMakeFiles/print-queue.dir/rule
 
159
.PHONY : print-queue
 
160
 
 
161
# fast build rule for target.
 
162
print-queue/fast:
 
163
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/build
 
164
.PHONY : print-queue/fast
 
165
 
 
166
# Convenience name for target.
 
167
printqueue/CMakeFiles/print-queue_automoc.dir/rule:
 
168
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f CMakeFiles/Makefile2 printqueue/CMakeFiles/print-queue_automoc.dir/rule
 
169
.PHONY : printqueue/CMakeFiles/print-queue_automoc.dir/rule
 
170
 
 
171
# Convenience name for target.
 
172
print-queue_automoc: printqueue/CMakeFiles/print-queue_automoc.dir/rule
 
173
.PHONY : print-queue_automoc
 
174
 
 
175
# fast build rule for target.
 
176
print-queue_automoc/fast:
 
177
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue_automoc.dir/build.make printqueue/CMakeFiles/print-queue_automoc.dir/build
 
178
.PHONY : print-queue_automoc/fast
 
179
 
 
180
# target to build an object file
 
181
PrintQueue.o:
 
182
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueue.o
 
183
.PHONY : PrintQueue.o
 
184
 
 
185
# target to preprocess a source file
 
186
PrintQueue.i:
 
187
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueue.i
 
188
.PHONY : PrintQueue.i
 
189
 
 
190
# target to generate assembly for a file
 
191
PrintQueue.s:
 
192
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueue.s
 
193
.PHONY : PrintQueue.s
 
194
 
 
195
# target to build an object file
 
196
PrintQueueInterface.o:
 
197
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueInterface.o
 
198
.PHONY : PrintQueueInterface.o
 
199
 
 
200
# target to preprocess a source file
 
201
PrintQueueInterface.i:
 
202
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueInterface.i
 
203
.PHONY : PrintQueueInterface.i
 
204
 
 
205
# target to generate assembly for a file
 
206
PrintQueueInterface.s:
 
207
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueInterface.s
 
208
.PHONY : PrintQueueInterface.s
 
209
 
 
210
# target to build an object file
 
211
PrintQueueModel.o:
 
212
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueModel.o
 
213
.PHONY : PrintQueueModel.o
 
214
 
 
215
# target to preprocess a source file
 
216
PrintQueueModel.i:
 
217
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueModel.i
 
218
.PHONY : PrintQueueModel.i
 
219
 
 
220
# target to generate assembly for a file
 
221
PrintQueueModel.s:
 
222
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueModel.s
 
223
.PHONY : PrintQueueModel.s
 
224
 
 
225
# target to build an object file
 
226
PrintQueueSortFilterProxyModel.o:
 
227
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueSortFilterProxyModel.o
 
228
.PHONY : PrintQueueSortFilterProxyModel.o
 
229
 
 
230
# target to preprocess a source file
 
231
PrintQueueSortFilterProxyModel.i:
 
232
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueSortFilterProxyModel.i
 
233
.PHONY : PrintQueueSortFilterProxyModel.i
 
234
 
 
235
# target to generate assembly for a file
 
236
PrintQueueSortFilterProxyModel.s:
 
237
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueSortFilterProxyModel.s
 
238
.PHONY : PrintQueueSortFilterProxyModel.s
 
239
 
 
240
# target to build an object file
 
241
PrintQueueUi.o:
 
242
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueUi.o
 
243
.PHONY : PrintQueueUi.o
 
244
 
 
245
# target to preprocess a source file
 
246
PrintQueueUi.i:
 
247
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueUi.i
 
248
.PHONY : PrintQueueUi.i
 
249
 
 
250
# target to generate assembly for a file
 
251
PrintQueueUi.s:
 
252
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/PrintQueueUi.s
 
253
.PHONY : PrintQueueUi.s
 
254
 
 
255
# target to build an object file
 
256
main.o:
 
257
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/main.o
 
258
.PHONY : main.o
 
259
 
 
260
# target to preprocess a source file
 
261
main.i:
 
262
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/main.i
 
263
.PHONY : main.i
 
264
 
 
265
# target to generate assembly for a file
 
266
main.s:
 
267
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/main.s
 
268
.PHONY : main.s
 
269
 
 
270
# target to build an object file
 
271
print-queue_automoc.o:
 
272
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/print-queue_automoc.o
 
273
.PHONY : print-queue_automoc.o
 
274
 
 
275
# target to preprocess a source file
 
276
print-queue_automoc.i:
 
277
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/print-queue_automoc.i
 
278
.PHONY : print-queue_automoc.i
 
279
 
 
280
# target to generate assembly for a file
 
281
print-queue_automoc.s:
 
282
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/print-queue_automoc.s
 
283
.PHONY : print-queue_automoc.s
 
284
 
 
285
# target to build an object file
 
286
printqueueadaptor.o:
 
287
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/printqueueadaptor.o
 
288
.PHONY : printqueueadaptor.o
 
289
 
 
290
# target to preprocess a source file
 
291
printqueueadaptor.i:
 
292
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/printqueueadaptor.i
 
293
.PHONY : printqueueadaptor.i
 
294
 
 
295
# target to generate assembly for a file
 
296
printqueueadaptor.s:
 
297
        cd /home/jr/src/print-manager/git/print-manager/build && $(MAKE) -f printqueue/CMakeFiles/print-queue.dir/build.make printqueue/CMakeFiles/print-queue.dir/printqueueadaptor.s
 
298
.PHONY : printqueueadaptor.s
 
299
 
 
300
# Help Target
 
301
help:
 
302
        @echo "The following are some of the valid targets for this Makefile:"
 
303
        @echo "... all (the default if no target is provided)"
 
304
        @echo "... clean"
 
305
        @echo "... depend"
 
306
        @echo "... edit_cache"
 
307
        @echo "... install"
 
308
        @echo "... install/local"
 
309
        @echo "... install/strip"
 
310
        @echo "... list_install_components"
 
311
        @echo "... print-queue"
 
312
        @echo "... print-queue_automoc"
 
313
        @echo "... rebuild_cache"
 
314
        @echo "... test"
 
315
        @echo "... PrintQueue.o"
 
316
        @echo "... PrintQueue.i"
 
317
        @echo "... PrintQueue.s"
 
318
        @echo "... PrintQueueInterface.o"
 
319
        @echo "... PrintQueueInterface.i"
 
320
        @echo "... PrintQueueInterface.s"
 
321
        @echo "... PrintQueueModel.o"
 
322
        @echo "... PrintQueueModel.i"
 
323
        @echo "... PrintQueueModel.s"
 
324
        @echo "... PrintQueueSortFilterProxyModel.o"
 
325
        @echo "... PrintQueueSortFilterProxyModel.i"
 
326
        @echo "... PrintQueueSortFilterProxyModel.s"
 
327
        @echo "... PrintQueueUi.o"
 
328
        @echo "... PrintQueueUi.i"
 
329
        @echo "... PrintQueueUi.s"
 
330
        @echo "... main.o"
 
331
        @echo "... main.i"
 
332
        @echo "... main.s"
 
333
        @echo "... print-queue_automoc.o"
 
334
        @echo "... print-queue_automoc.i"
 
335
        @echo "... print-queue_automoc.s"
 
336
        @echo "... printqueueadaptor.o"
 
337
        @echo "... printqueueadaptor.i"
 
338
        @echo "... printqueueadaptor.s"
 
339
.PHONY : help
 
340
 
 
341
 
 
342
 
 
343
#=============================================================================
 
344
# Special targets to cleanup operation of make.
 
345
 
 
346
# Special rule to run CMake to check the build system integrity.
 
347
# No rule that depends on this can have commands that come from listfiles
 
348
# because they might be regenerated.
 
349
cmake_check_build_system:
 
350
        cd /home/jr/src/print-manager/git/print-manager/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 
351
.PHONY : cmake_check_build_system
 
352