1 | # CMAKE generated file: DO NOT EDIT! |
---|
2 | # Generated by "Unix Makefiles" Generator, CMake Version 3.27 |
---|
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 = /usr/bin/cmake |
---|
52 | |
---|
53 | # The command to remove a file. |
---|
54 | RM = /usr/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/vadim/snark/opengnsys/ogbrowser/qtermwidget |
---|
61 | |
---|
62 | # The top-level build directory on which CMake was run. |
---|
63 | CMAKE_BINARY_DIR = /home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build |
---|
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 | /usr/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 | /usr/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: \"Devel\" \"Runtime\" \"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 | /usr/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 | /usr/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 | /usr/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 | /usr/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 | /usr/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 | /usr/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/vadim/snark/opengnsys/ogbrowser/qtermwidget/build/CMakeFiles /home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build//CMakeFiles/progress.marks |
---|
136 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all |
---|
137 | $(CMAKE_COMMAND) -E cmake_progress_start /home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build/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 qtermwidget5 |
---|
166 | |
---|
167 | # Build rule for target. |
---|
168 | qtermwidget5: cmake_check_build_system |
---|
169 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qtermwidget5 |
---|
170 | .PHONY : qtermwidget5 |
---|
171 | |
---|
172 | # fast build rule for target. |
---|
173 | qtermwidget5/fast: |
---|
174 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/build |
---|
175 | .PHONY : qtermwidget5/fast |
---|
176 | |
---|
177 | #============================================================================= |
---|
178 | # Target rules for targets named uninstall |
---|
179 | |
---|
180 | # Build rule for target. |
---|
181 | uninstall: cmake_check_build_system |
---|
182 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall |
---|
183 | .PHONY : uninstall |
---|
184 | |
---|
185 | # fast build rule for target. |
---|
186 | uninstall/fast: |
---|
187 | $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build |
---|
188 | .PHONY : uninstall/fast |
---|
189 | |
---|
190 | lib/BlockArray.o: lib/BlockArray.cpp.o |
---|
191 | .PHONY : lib/BlockArray.o |
---|
192 | |
---|
193 | # target to build an object file |
---|
194 | lib/BlockArray.cpp.o: |
---|
195 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/BlockArray.cpp.o |
---|
196 | .PHONY : lib/BlockArray.cpp.o |
---|
197 | |
---|
198 | lib/BlockArray.i: lib/BlockArray.cpp.i |
---|
199 | .PHONY : lib/BlockArray.i |
---|
200 | |
---|
201 | # target to preprocess a source file |
---|
202 | lib/BlockArray.cpp.i: |
---|
203 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/BlockArray.cpp.i |
---|
204 | .PHONY : lib/BlockArray.cpp.i |
---|
205 | |
---|
206 | lib/BlockArray.s: lib/BlockArray.cpp.s |
---|
207 | .PHONY : lib/BlockArray.s |
---|
208 | |
---|
209 | # target to generate assembly for a file |
---|
210 | lib/BlockArray.cpp.s: |
---|
211 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/BlockArray.cpp.s |
---|
212 | .PHONY : lib/BlockArray.cpp.s |
---|
213 | |
---|
214 | lib/ColorScheme.o: lib/ColorScheme.cpp.o |
---|
215 | .PHONY : lib/ColorScheme.o |
---|
216 | |
---|
217 | # target to build an object file |
---|
218 | lib/ColorScheme.cpp.o: |
---|
219 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ColorScheme.cpp.o |
---|
220 | .PHONY : lib/ColorScheme.cpp.o |
---|
221 | |
---|
222 | lib/ColorScheme.i: lib/ColorScheme.cpp.i |
---|
223 | .PHONY : lib/ColorScheme.i |
---|
224 | |
---|
225 | # target to preprocess a source file |
---|
226 | lib/ColorScheme.cpp.i: |
---|
227 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ColorScheme.cpp.i |
---|
228 | .PHONY : lib/ColorScheme.cpp.i |
---|
229 | |
---|
230 | lib/ColorScheme.s: lib/ColorScheme.cpp.s |
---|
231 | .PHONY : lib/ColorScheme.s |
---|
232 | |
---|
233 | # target to generate assembly for a file |
---|
234 | lib/ColorScheme.cpp.s: |
---|
235 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ColorScheme.cpp.s |
---|
236 | .PHONY : lib/ColorScheme.cpp.s |
---|
237 | |
---|
238 | lib/Emulation.o: lib/Emulation.cpp.o |
---|
239 | .PHONY : lib/Emulation.o |
---|
240 | |
---|
241 | # target to build an object file |
---|
242 | lib/Emulation.cpp.o: |
---|
243 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Emulation.cpp.o |
---|
244 | .PHONY : lib/Emulation.cpp.o |
---|
245 | |
---|
246 | lib/Emulation.i: lib/Emulation.cpp.i |
---|
247 | .PHONY : lib/Emulation.i |
---|
248 | |
---|
249 | # target to preprocess a source file |
---|
250 | lib/Emulation.cpp.i: |
---|
251 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Emulation.cpp.i |
---|
252 | .PHONY : lib/Emulation.cpp.i |
---|
253 | |
---|
254 | lib/Emulation.s: lib/Emulation.cpp.s |
---|
255 | .PHONY : lib/Emulation.s |
---|
256 | |
---|
257 | # target to generate assembly for a file |
---|
258 | lib/Emulation.cpp.s: |
---|
259 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Emulation.cpp.s |
---|
260 | .PHONY : lib/Emulation.cpp.s |
---|
261 | |
---|
262 | lib/Filter.o: lib/Filter.cpp.o |
---|
263 | .PHONY : lib/Filter.o |
---|
264 | |
---|
265 | # target to build an object file |
---|
266 | lib/Filter.cpp.o: |
---|
267 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Filter.cpp.o |
---|
268 | .PHONY : lib/Filter.cpp.o |
---|
269 | |
---|
270 | lib/Filter.i: lib/Filter.cpp.i |
---|
271 | .PHONY : lib/Filter.i |
---|
272 | |
---|
273 | # target to preprocess a source file |
---|
274 | lib/Filter.cpp.i: |
---|
275 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Filter.cpp.i |
---|
276 | .PHONY : lib/Filter.cpp.i |
---|
277 | |
---|
278 | lib/Filter.s: lib/Filter.cpp.s |
---|
279 | .PHONY : lib/Filter.s |
---|
280 | |
---|
281 | # target to generate assembly for a file |
---|
282 | lib/Filter.cpp.s: |
---|
283 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Filter.cpp.s |
---|
284 | .PHONY : lib/Filter.cpp.s |
---|
285 | |
---|
286 | lib/History.o: lib/History.cpp.o |
---|
287 | .PHONY : lib/History.o |
---|
288 | |
---|
289 | # target to build an object file |
---|
290 | lib/History.cpp.o: |
---|
291 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/History.cpp.o |
---|
292 | .PHONY : lib/History.cpp.o |
---|
293 | |
---|
294 | lib/History.i: lib/History.cpp.i |
---|
295 | .PHONY : lib/History.i |
---|
296 | |
---|
297 | # target to preprocess a source file |
---|
298 | lib/History.cpp.i: |
---|
299 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/History.cpp.i |
---|
300 | .PHONY : lib/History.cpp.i |
---|
301 | |
---|
302 | lib/History.s: lib/History.cpp.s |
---|
303 | .PHONY : lib/History.s |
---|
304 | |
---|
305 | # target to generate assembly for a file |
---|
306 | lib/History.cpp.s: |
---|
307 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/History.cpp.s |
---|
308 | .PHONY : lib/History.cpp.s |
---|
309 | |
---|
310 | lib/HistorySearch.o: lib/HistorySearch.cpp.o |
---|
311 | .PHONY : lib/HistorySearch.o |
---|
312 | |
---|
313 | # target to build an object file |
---|
314 | lib/HistorySearch.cpp.o: |
---|
315 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/HistorySearch.cpp.o |
---|
316 | .PHONY : lib/HistorySearch.cpp.o |
---|
317 | |
---|
318 | lib/HistorySearch.i: lib/HistorySearch.cpp.i |
---|
319 | .PHONY : lib/HistorySearch.i |
---|
320 | |
---|
321 | # target to preprocess a source file |
---|
322 | lib/HistorySearch.cpp.i: |
---|
323 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/HistorySearch.cpp.i |
---|
324 | .PHONY : lib/HistorySearch.cpp.i |
---|
325 | |
---|
326 | lib/HistorySearch.s: lib/HistorySearch.cpp.s |
---|
327 | .PHONY : lib/HistorySearch.s |
---|
328 | |
---|
329 | # target to generate assembly for a file |
---|
330 | lib/HistorySearch.cpp.s: |
---|
331 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/HistorySearch.cpp.s |
---|
332 | .PHONY : lib/HistorySearch.cpp.s |
---|
333 | |
---|
334 | lib/KeyboardTranslator.o: lib/KeyboardTranslator.cpp.o |
---|
335 | .PHONY : lib/KeyboardTranslator.o |
---|
336 | |
---|
337 | # target to build an object file |
---|
338 | lib/KeyboardTranslator.cpp.o: |
---|
339 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/KeyboardTranslator.cpp.o |
---|
340 | .PHONY : lib/KeyboardTranslator.cpp.o |
---|
341 | |
---|
342 | lib/KeyboardTranslator.i: lib/KeyboardTranslator.cpp.i |
---|
343 | .PHONY : lib/KeyboardTranslator.i |
---|
344 | |
---|
345 | # target to preprocess a source file |
---|
346 | lib/KeyboardTranslator.cpp.i: |
---|
347 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/KeyboardTranslator.cpp.i |
---|
348 | .PHONY : lib/KeyboardTranslator.cpp.i |
---|
349 | |
---|
350 | lib/KeyboardTranslator.s: lib/KeyboardTranslator.cpp.s |
---|
351 | .PHONY : lib/KeyboardTranslator.s |
---|
352 | |
---|
353 | # target to generate assembly for a file |
---|
354 | lib/KeyboardTranslator.cpp.s: |
---|
355 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/KeyboardTranslator.cpp.s |
---|
356 | .PHONY : lib/KeyboardTranslator.cpp.s |
---|
357 | |
---|
358 | lib/Pty.o: lib/Pty.cpp.o |
---|
359 | .PHONY : lib/Pty.o |
---|
360 | |
---|
361 | # target to build an object file |
---|
362 | lib/Pty.cpp.o: |
---|
363 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Pty.cpp.o |
---|
364 | .PHONY : lib/Pty.cpp.o |
---|
365 | |
---|
366 | lib/Pty.i: lib/Pty.cpp.i |
---|
367 | .PHONY : lib/Pty.i |
---|
368 | |
---|
369 | # target to preprocess a source file |
---|
370 | lib/Pty.cpp.i: |
---|
371 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Pty.cpp.i |
---|
372 | .PHONY : lib/Pty.cpp.i |
---|
373 | |
---|
374 | lib/Pty.s: lib/Pty.cpp.s |
---|
375 | .PHONY : lib/Pty.s |
---|
376 | |
---|
377 | # target to generate assembly for a file |
---|
378 | lib/Pty.cpp.s: |
---|
379 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Pty.cpp.s |
---|
380 | .PHONY : lib/Pty.cpp.s |
---|
381 | |
---|
382 | lib/Screen.o: lib/Screen.cpp.o |
---|
383 | .PHONY : lib/Screen.o |
---|
384 | |
---|
385 | # target to build an object file |
---|
386 | lib/Screen.cpp.o: |
---|
387 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Screen.cpp.o |
---|
388 | .PHONY : lib/Screen.cpp.o |
---|
389 | |
---|
390 | lib/Screen.i: lib/Screen.cpp.i |
---|
391 | .PHONY : lib/Screen.i |
---|
392 | |
---|
393 | # target to preprocess a source file |
---|
394 | lib/Screen.cpp.i: |
---|
395 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Screen.cpp.i |
---|
396 | .PHONY : lib/Screen.cpp.i |
---|
397 | |
---|
398 | lib/Screen.s: lib/Screen.cpp.s |
---|
399 | .PHONY : lib/Screen.s |
---|
400 | |
---|
401 | # target to generate assembly for a file |
---|
402 | lib/Screen.cpp.s: |
---|
403 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Screen.cpp.s |
---|
404 | .PHONY : lib/Screen.cpp.s |
---|
405 | |
---|
406 | lib/ScreenWindow.o: lib/ScreenWindow.cpp.o |
---|
407 | .PHONY : lib/ScreenWindow.o |
---|
408 | |
---|
409 | # target to build an object file |
---|
410 | lib/ScreenWindow.cpp.o: |
---|
411 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ScreenWindow.cpp.o |
---|
412 | .PHONY : lib/ScreenWindow.cpp.o |
---|
413 | |
---|
414 | lib/ScreenWindow.i: lib/ScreenWindow.cpp.i |
---|
415 | .PHONY : lib/ScreenWindow.i |
---|
416 | |
---|
417 | # target to preprocess a source file |
---|
418 | lib/ScreenWindow.cpp.i: |
---|
419 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ScreenWindow.cpp.i |
---|
420 | .PHONY : lib/ScreenWindow.cpp.i |
---|
421 | |
---|
422 | lib/ScreenWindow.s: lib/ScreenWindow.cpp.s |
---|
423 | .PHONY : lib/ScreenWindow.s |
---|
424 | |
---|
425 | # target to generate assembly for a file |
---|
426 | lib/ScreenWindow.cpp.s: |
---|
427 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ScreenWindow.cpp.s |
---|
428 | .PHONY : lib/ScreenWindow.cpp.s |
---|
429 | |
---|
430 | lib/SearchBar.o: lib/SearchBar.cpp.o |
---|
431 | .PHONY : lib/SearchBar.o |
---|
432 | |
---|
433 | # target to build an object file |
---|
434 | lib/SearchBar.cpp.o: |
---|
435 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/SearchBar.cpp.o |
---|
436 | .PHONY : lib/SearchBar.cpp.o |
---|
437 | |
---|
438 | lib/SearchBar.i: lib/SearchBar.cpp.i |
---|
439 | .PHONY : lib/SearchBar.i |
---|
440 | |
---|
441 | # target to preprocess a source file |
---|
442 | lib/SearchBar.cpp.i: |
---|
443 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/SearchBar.cpp.i |
---|
444 | .PHONY : lib/SearchBar.cpp.i |
---|
445 | |
---|
446 | lib/SearchBar.s: lib/SearchBar.cpp.s |
---|
447 | .PHONY : lib/SearchBar.s |
---|
448 | |
---|
449 | # target to generate assembly for a file |
---|
450 | lib/SearchBar.cpp.s: |
---|
451 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/SearchBar.cpp.s |
---|
452 | .PHONY : lib/SearchBar.cpp.s |
---|
453 | |
---|
454 | lib/Session.o: lib/Session.cpp.o |
---|
455 | .PHONY : lib/Session.o |
---|
456 | |
---|
457 | # target to build an object file |
---|
458 | lib/Session.cpp.o: |
---|
459 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Session.cpp.o |
---|
460 | .PHONY : lib/Session.cpp.o |
---|
461 | |
---|
462 | lib/Session.i: lib/Session.cpp.i |
---|
463 | .PHONY : lib/Session.i |
---|
464 | |
---|
465 | # target to preprocess a source file |
---|
466 | lib/Session.cpp.i: |
---|
467 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Session.cpp.i |
---|
468 | .PHONY : lib/Session.cpp.i |
---|
469 | |
---|
470 | lib/Session.s: lib/Session.cpp.s |
---|
471 | .PHONY : lib/Session.s |
---|
472 | |
---|
473 | # target to generate assembly for a file |
---|
474 | lib/Session.cpp.s: |
---|
475 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Session.cpp.s |
---|
476 | .PHONY : lib/Session.cpp.s |
---|
477 | |
---|
478 | lib/ShellCommand.o: lib/ShellCommand.cpp.o |
---|
479 | .PHONY : lib/ShellCommand.o |
---|
480 | |
---|
481 | # target to build an object file |
---|
482 | lib/ShellCommand.cpp.o: |
---|
483 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ShellCommand.cpp.o |
---|
484 | .PHONY : lib/ShellCommand.cpp.o |
---|
485 | |
---|
486 | lib/ShellCommand.i: lib/ShellCommand.cpp.i |
---|
487 | .PHONY : lib/ShellCommand.i |
---|
488 | |
---|
489 | # target to preprocess a source file |
---|
490 | lib/ShellCommand.cpp.i: |
---|
491 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ShellCommand.cpp.i |
---|
492 | .PHONY : lib/ShellCommand.cpp.i |
---|
493 | |
---|
494 | lib/ShellCommand.s: lib/ShellCommand.cpp.s |
---|
495 | .PHONY : lib/ShellCommand.s |
---|
496 | |
---|
497 | # target to generate assembly for a file |
---|
498 | lib/ShellCommand.cpp.s: |
---|
499 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/ShellCommand.cpp.s |
---|
500 | .PHONY : lib/ShellCommand.cpp.s |
---|
501 | |
---|
502 | lib/TerminalCharacterDecoder.o: lib/TerminalCharacterDecoder.cpp.o |
---|
503 | .PHONY : lib/TerminalCharacterDecoder.o |
---|
504 | |
---|
505 | # target to build an object file |
---|
506 | lib/TerminalCharacterDecoder.cpp.o: |
---|
507 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/TerminalCharacterDecoder.cpp.o |
---|
508 | .PHONY : lib/TerminalCharacterDecoder.cpp.o |
---|
509 | |
---|
510 | lib/TerminalCharacterDecoder.i: lib/TerminalCharacterDecoder.cpp.i |
---|
511 | .PHONY : lib/TerminalCharacterDecoder.i |
---|
512 | |
---|
513 | # target to preprocess a source file |
---|
514 | lib/TerminalCharacterDecoder.cpp.i: |
---|
515 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/TerminalCharacterDecoder.cpp.i |
---|
516 | .PHONY : lib/TerminalCharacterDecoder.cpp.i |
---|
517 | |
---|
518 | lib/TerminalCharacterDecoder.s: lib/TerminalCharacterDecoder.cpp.s |
---|
519 | .PHONY : lib/TerminalCharacterDecoder.s |
---|
520 | |
---|
521 | # target to generate assembly for a file |
---|
522 | lib/TerminalCharacterDecoder.cpp.s: |
---|
523 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/TerminalCharacterDecoder.cpp.s |
---|
524 | .PHONY : lib/TerminalCharacterDecoder.cpp.s |
---|
525 | |
---|
526 | lib/TerminalDisplay.o: lib/TerminalDisplay.cpp.o |
---|
527 | .PHONY : lib/TerminalDisplay.o |
---|
528 | |
---|
529 | # target to build an object file |
---|
530 | lib/TerminalDisplay.cpp.o: |
---|
531 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/TerminalDisplay.cpp.o |
---|
532 | .PHONY : lib/TerminalDisplay.cpp.o |
---|
533 | |
---|
534 | lib/TerminalDisplay.i: lib/TerminalDisplay.cpp.i |
---|
535 | .PHONY : lib/TerminalDisplay.i |
---|
536 | |
---|
537 | # target to preprocess a source file |
---|
538 | lib/TerminalDisplay.cpp.i: |
---|
539 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/TerminalDisplay.cpp.i |
---|
540 | .PHONY : lib/TerminalDisplay.cpp.i |
---|
541 | |
---|
542 | lib/TerminalDisplay.s: lib/TerminalDisplay.cpp.s |
---|
543 | .PHONY : lib/TerminalDisplay.s |
---|
544 | |
---|
545 | # target to generate assembly for a file |
---|
546 | lib/TerminalDisplay.cpp.s: |
---|
547 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/TerminalDisplay.cpp.s |
---|
548 | .PHONY : lib/TerminalDisplay.cpp.s |
---|
549 | |
---|
550 | lib/Vt102Emulation.o: lib/Vt102Emulation.cpp.o |
---|
551 | .PHONY : lib/Vt102Emulation.o |
---|
552 | |
---|
553 | # target to build an object file |
---|
554 | lib/Vt102Emulation.cpp.o: |
---|
555 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Vt102Emulation.cpp.o |
---|
556 | .PHONY : lib/Vt102Emulation.cpp.o |
---|
557 | |
---|
558 | lib/Vt102Emulation.i: lib/Vt102Emulation.cpp.i |
---|
559 | .PHONY : lib/Vt102Emulation.i |
---|
560 | |
---|
561 | # target to preprocess a source file |
---|
562 | lib/Vt102Emulation.cpp.i: |
---|
563 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Vt102Emulation.cpp.i |
---|
564 | .PHONY : lib/Vt102Emulation.cpp.i |
---|
565 | |
---|
566 | lib/Vt102Emulation.s: lib/Vt102Emulation.cpp.s |
---|
567 | .PHONY : lib/Vt102Emulation.s |
---|
568 | |
---|
569 | # target to generate assembly for a file |
---|
570 | lib/Vt102Emulation.cpp.s: |
---|
571 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/Vt102Emulation.cpp.s |
---|
572 | .PHONY : lib/Vt102Emulation.cpp.s |
---|
573 | |
---|
574 | lib/konsole_wcwidth.o: lib/konsole_wcwidth.cpp.o |
---|
575 | .PHONY : lib/konsole_wcwidth.o |
---|
576 | |
---|
577 | # target to build an object file |
---|
578 | lib/konsole_wcwidth.cpp.o: |
---|
579 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/konsole_wcwidth.cpp.o |
---|
580 | .PHONY : lib/konsole_wcwidth.cpp.o |
---|
581 | |
---|
582 | lib/konsole_wcwidth.i: lib/konsole_wcwidth.cpp.i |
---|
583 | .PHONY : lib/konsole_wcwidth.i |
---|
584 | |
---|
585 | # target to preprocess a source file |
---|
586 | lib/konsole_wcwidth.cpp.i: |
---|
587 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/konsole_wcwidth.cpp.i |
---|
588 | .PHONY : lib/konsole_wcwidth.cpp.i |
---|
589 | |
---|
590 | lib/konsole_wcwidth.s: lib/konsole_wcwidth.cpp.s |
---|
591 | .PHONY : lib/konsole_wcwidth.s |
---|
592 | |
---|
593 | # target to generate assembly for a file |
---|
594 | lib/konsole_wcwidth.cpp.s: |
---|
595 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/konsole_wcwidth.cpp.s |
---|
596 | .PHONY : lib/konsole_wcwidth.cpp.s |
---|
597 | |
---|
598 | lib/kprocess.o: lib/kprocess.cpp.o |
---|
599 | .PHONY : lib/kprocess.o |
---|
600 | |
---|
601 | # target to build an object file |
---|
602 | lib/kprocess.cpp.o: |
---|
603 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kprocess.cpp.o |
---|
604 | .PHONY : lib/kprocess.cpp.o |
---|
605 | |
---|
606 | lib/kprocess.i: lib/kprocess.cpp.i |
---|
607 | .PHONY : lib/kprocess.i |
---|
608 | |
---|
609 | # target to preprocess a source file |
---|
610 | lib/kprocess.cpp.i: |
---|
611 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kprocess.cpp.i |
---|
612 | .PHONY : lib/kprocess.cpp.i |
---|
613 | |
---|
614 | lib/kprocess.s: lib/kprocess.cpp.s |
---|
615 | .PHONY : lib/kprocess.s |
---|
616 | |
---|
617 | # target to generate assembly for a file |
---|
618 | lib/kprocess.cpp.s: |
---|
619 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kprocess.cpp.s |
---|
620 | .PHONY : lib/kprocess.cpp.s |
---|
621 | |
---|
622 | lib/kpty.o: lib/kpty.cpp.o |
---|
623 | .PHONY : lib/kpty.o |
---|
624 | |
---|
625 | # target to build an object file |
---|
626 | lib/kpty.cpp.o: |
---|
627 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kpty.cpp.o |
---|
628 | .PHONY : lib/kpty.cpp.o |
---|
629 | |
---|
630 | lib/kpty.i: lib/kpty.cpp.i |
---|
631 | .PHONY : lib/kpty.i |
---|
632 | |
---|
633 | # target to preprocess a source file |
---|
634 | lib/kpty.cpp.i: |
---|
635 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kpty.cpp.i |
---|
636 | .PHONY : lib/kpty.cpp.i |
---|
637 | |
---|
638 | lib/kpty.s: lib/kpty.cpp.s |
---|
639 | .PHONY : lib/kpty.s |
---|
640 | |
---|
641 | # target to generate assembly for a file |
---|
642 | lib/kpty.cpp.s: |
---|
643 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kpty.cpp.s |
---|
644 | .PHONY : lib/kpty.cpp.s |
---|
645 | |
---|
646 | lib/kptydevice.o: lib/kptydevice.cpp.o |
---|
647 | .PHONY : lib/kptydevice.o |
---|
648 | |
---|
649 | # target to build an object file |
---|
650 | lib/kptydevice.cpp.o: |
---|
651 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kptydevice.cpp.o |
---|
652 | .PHONY : lib/kptydevice.cpp.o |
---|
653 | |
---|
654 | lib/kptydevice.i: lib/kptydevice.cpp.i |
---|
655 | .PHONY : lib/kptydevice.i |
---|
656 | |
---|
657 | # target to preprocess a source file |
---|
658 | lib/kptydevice.cpp.i: |
---|
659 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kptydevice.cpp.i |
---|
660 | .PHONY : lib/kptydevice.cpp.i |
---|
661 | |
---|
662 | lib/kptydevice.s: lib/kptydevice.cpp.s |
---|
663 | .PHONY : lib/kptydevice.s |
---|
664 | |
---|
665 | # target to generate assembly for a file |
---|
666 | lib/kptydevice.cpp.s: |
---|
667 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kptydevice.cpp.s |
---|
668 | .PHONY : lib/kptydevice.cpp.s |
---|
669 | |
---|
670 | lib/kptyprocess.o: lib/kptyprocess.cpp.o |
---|
671 | .PHONY : lib/kptyprocess.o |
---|
672 | |
---|
673 | # target to build an object file |
---|
674 | lib/kptyprocess.cpp.o: |
---|
675 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kptyprocess.cpp.o |
---|
676 | .PHONY : lib/kptyprocess.cpp.o |
---|
677 | |
---|
678 | lib/kptyprocess.i: lib/kptyprocess.cpp.i |
---|
679 | .PHONY : lib/kptyprocess.i |
---|
680 | |
---|
681 | # target to preprocess a source file |
---|
682 | lib/kptyprocess.cpp.i: |
---|
683 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kptyprocess.cpp.i |
---|
684 | .PHONY : lib/kptyprocess.cpp.i |
---|
685 | |
---|
686 | lib/kptyprocess.s: lib/kptyprocess.cpp.s |
---|
687 | .PHONY : lib/kptyprocess.s |
---|
688 | |
---|
689 | # target to generate assembly for a file |
---|
690 | lib/kptyprocess.cpp.s: |
---|
691 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/kptyprocess.cpp.s |
---|
692 | .PHONY : lib/kptyprocess.cpp.s |
---|
693 | |
---|
694 | lib/moc_Emulation.o: lib/moc_Emulation.cpp.o |
---|
695 | .PHONY : lib/moc_Emulation.o |
---|
696 | |
---|
697 | # target to build an object file |
---|
698 | lib/moc_Emulation.cpp.o: |
---|
699 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Emulation.cpp.o |
---|
700 | .PHONY : lib/moc_Emulation.cpp.o |
---|
701 | |
---|
702 | lib/moc_Emulation.i: lib/moc_Emulation.cpp.i |
---|
703 | .PHONY : lib/moc_Emulation.i |
---|
704 | |
---|
705 | # target to preprocess a source file |
---|
706 | lib/moc_Emulation.cpp.i: |
---|
707 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Emulation.cpp.i |
---|
708 | .PHONY : lib/moc_Emulation.cpp.i |
---|
709 | |
---|
710 | lib/moc_Emulation.s: lib/moc_Emulation.cpp.s |
---|
711 | .PHONY : lib/moc_Emulation.s |
---|
712 | |
---|
713 | # target to generate assembly for a file |
---|
714 | lib/moc_Emulation.cpp.s: |
---|
715 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Emulation.cpp.s |
---|
716 | .PHONY : lib/moc_Emulation.cpp.s |
---|
717 | |
---|
718 | lib/moc_Filter.o: lib/moc_Filter.cpp.o |
---|
719 | .PHONY : lib/moc_Filter.o |
---|
720 | |
---|
721 | # target to build an object file |
---|
722 | lib/moc_Filter.cpp.o: |
---|
723 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Filter.cpp.o |
---|
724 | .PHONY : lib/moc_Filter.cpp.o |
---|
725 | |
---|
726 | lib/moc_Filter.i: lib/moc_Filter.cpp.i |
---|
727 | .PHONY : lib/moc_Filter.i |
---|
728 | |
---|
729 | # target to preprocess a source file |
---|
730 | lib/moc_Filter.cpp.i: |
---|
731 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Filter.cpp.i |
---|
732 | .PHONY : lib/moc_Filter.cpp.i |
---|
733 | |
---|
734 | lib/moc_Filter.s: lib/moc_Filter.cpp.s |
---|
735 | .PHONY : lib/moc_Filter.s |
---|
736 | |
---|
737 | # target to generate assembly for a file |
---|
738 | lib/moc_Filter.cpp.s: |
---|
739 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Filter.cpp.s |
---|
740 | .PHONY : lib/moc_Filter.cpp.s |
---|
741 | |
---|
742 | lib/moc_HistorySearch.o: lib/moc_HistorySearch.cpp.o |
---|
743 | .PHONY : lib/moc_HistorySearch.o |
---|
744 | |
---|
745 | # target to build an object file |
---|
746 | lib/moc_HistorySearch.cpp.o: |
---|
747 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_HistorySearch.cpp.o |
---|
748 | .PHONY : lib/moc_HistorySearch.cpp.o |
---|
749 | |
---|
750 | lib/moc_HistorySearch.i: lib/moc_HistorySearch.cpp.i |
---|
751 | .PHONY : lib/moc_HistorySearch.i |
---|
752 | |
---|
753 | # target to preprocess a source file |
---|
754 | lib/moc_HistorySearch.cpp.i: |
---|
755 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_HistorySearch.cpp.i |
---|
756 | .PHONY : lib/moc_HistorySearch.cpp.i |
---|
757 | |
---|
758 | lib/moc_HistorySearch.s: lib/moc_HistorySearch.cpp.s |
---|
759 | .PHONY : lib/moc_HistorySearch.s |
---|
760 | |
---|
761 | # target to generate assembly for a file |
---|
762 | lib/moc_HistorySearch.cpp.s: |
---|
763 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_HistorySearch.cpp.s |
---|
764 | .PHONY : lib/moc_HistorySearch.cpp.s |
---|
765 | |
---|
766 | lib/moc_Pty.o: lib/moc_Pty.cpp.o |
---|
767 | .PHONY : lib/moc_Pty.o |
---|
768 | |
---|
769 | # target to build an object file |
---|
770 | lib/moc_Pty.cpp.o: |
---|
771 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Pty.cpp.o |
---|
772 | .PHONY : lib/moc_Pty.cpp.o |
---|
773 | |
---|
774 | lib/moc_Pty.i: lib/moc_Pty.cpp.i |
---|
775 | .PHONY : lib/moc_Pty.i |
---|
776 | |
---|
777 | # target to preprocess a source file |
---|
778 | lib/moc_Pty.cpp.i: |
---|
779 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Pty.cpp.i |
---|
780 | .PHONY : lib/moc_Pty.cpp.i |
---|
781 | |
---|
782 | lib/moc_Pty.s: lib/moc_Pty.cpp.s |
---|
783 | .PHONY : lib/moc_Pty.s |
---|
784 | |
---|
785 | # target to generate assembly for a file |
---|
786 | lib/moc_Pty.cpp.s: |
---|
787 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Pty.cpp.s |
---|
788 | .PHONY : lib/moc_Pty.cpp.s |
---|
789 | |
---|
790 | lib/moc_ScreenWindow.o: lib/moc_ScreenWindow.cpp.o |
---|
791 | .PHONY : lib/moc_ScreenWindow.o |
---|
792 | |
---|
793 | # target to build an object file |
---|
794 | lib/moc_ScreenWindow.cpp.o: |
---|
795 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_ScreenWindow.cpp.o |
---|
796 | .PHONY : lib/moc_ScreenWindow.cpp.o |
---|
797 | |
---|
798 | lib/moc_ScreenWindow.i: lib/moc_ScreenWindow.cpp.i |
---|
799 | .PHONY : lib/moc_ScreenWindow.i |
---|
800 | |
---|
801 | # target to preprocess a source file |
---|
802 | lib/moc_ScreenWindow.cpp.i: |
---|
803 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_ScreenWindow.cpp.i |
---|
804 | .PHONY : lib/moc_ScreenWindow.cpp.i |
---|
805 | |
---|
806 | lib/moc_ScreenWindow.s: lib/moc_ScreenWindow.cpp.s |
---|
807 | .PHONY : lib/moc_ScreenWindow.s |
---|
808 | |
---|
809 | # target to generate assembly for a file |
---|
810 | lib/moc_ScreenWindow.cpp.s: |
---|
811 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_ScreenWindow.cpp.s |
---|
812 | .PHONY : lib/moc_ScreenWindow.cpp.s |
---|
813 | |
---|
814 | lib/moc_SearchBar.o: lib/moc_SearchBar.cpp.o |
---|
815 | .PHONY : lib/moc_SearchBar.o |
---|
816 | |
---|
817 | # target to build an object file |
---|
818 | lib/moc_SearchBar.cpp.o: |
---|
819 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_SearchBar.cpp.o |
---|
820 | .PHONY : lib/moc_SearchBar.cpp.o |
---|
821 | |
---|
822 | lib/moc_SearchBar.i: lib/moc_SearchBar.cpp.i |
---|
823 | .PHONY : lib/moc_SearchBar.i |
---|
824 | |
---|
825 | # target to preprocess a source file |
---|
826 | lib/moc_SearchBar.cpp.i: |
---|
827 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_SearchBar.cpp.i |
---|
828 | .PHONY : lib/moc_SearchBar.cpp.i |
---|
829 | |
---|
830 | lib/moc_SearchBar.s: lib/moc_SearchBar.cpp.s |
---|
831 | .PHONY : lib/moc_SearchBar.s |
---|
832 | |
---|
833 | # target to generate assembly for a file |
---|
834 | lib/moc_SearchBar.cpp.s: |
---|
835 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_SearchBar.cpp.s |
---|
836 | .PHONY : lib/moc_SearchBar.cpp.s |
---|
837 | |
---|
838 | lib/moc_Session.o: lib/moc_Session.cpp.o |
---|
839 | .PHONY : lib/moc_Session.o |
---|
840 | |
---|
841 | # target to build an object file |
---|
842 | lib/moc_Session.cpp.o: |
---|
843 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Session.cpp.o |
---|
844 | .PHONY : lib/moc_Session.cpp.o |
---|
845 | |
---|
846 | lib/moc_Session.i: lib/moc_Session.cpp.i |
---|
847 | .PHONY : lib/moc_Session.i |
---|
848 | |
---|
849 | # target to preprocess a source file |
---|
850 | lib/moc_Session.cpp.i: |
---|
851 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Session.cpp.i |
---|
852 | .PHONY : lib/moc_Session.cpp.i |
---|
853 | |
---|
854 | lib/moc_Session.s: lib/moc_Session.cpp.s |
---|
855 | .PHONY : lib/moc_Session.s |
---|
856 | |
---|
857 | # target to generate assembly for a file |
---|
858 | lib/moc_Session.cpp.s: |
---|
859 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Session.cpp.s |
---|
860 | .PHONY : lib/moc_Session.cpp.s |
---|
861 | |
---|
862 | lib/moc_TerminalDisplay.o: lib/moc_TerminalDisplay.cpp.o |
---|
863 | .PHONY : lib/moc_TerminalDisplay.o |
---|
864 | |
---|
865 | # target to build an object file |
---|
866 | lib/moc_TerminalDisplay.cpp.o: |
---|
867 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_TerminalDisplay.cpp.o |
---|
868 | .PHONY : lib/moc_TerminalDisplay.cpp.o |
---|
869 | |
---|
870 | lib/moc_TerminalDisplay.i: lib/moc_TerminalDisplay.cpp.i |
---|
871 | .PHONY : lib/moc_TerminalDisplay.i |
---|
872 | |
---|
873 | # target to preprocess a source file |
---|
874 | lib/moc_TerminalDisplay.cpp.i: |
---|
875 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_TerminalDisplay.cpp.i |
---|
876 | .PHONY : lib/moc_TerminalDisplay.cpp.i |
---|
877 | |
---|
878 | lib/moc_TerminalDisplay.s: lib/moc_TerminalDisplay.cpp.s |
---|
879 | .PHONY : lib/moc_TerminalDisplay.s |
---|
880 | |
---|
881 | # target to generate assembly for a file |
---|
882 | lib/moc_TerminalDisplay.cpp.s: |
---|
883 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_TerminalDisplay.cpp.s |
---|
884 | .PHONY : lib/moc_TerminalDisplay.cpp.s |
---|
885 | |
---|
886 | lib/moc_Vt102Emulation.o: lib/moc_Vt102Emulation.cpp.o |
---|
887 | .PHONY : lib/moc_Vt102Emulation.o |
---|
888 | |
---|
889 | # target to build an object file |
---|
890 | lib/moc_Vt102Emulation.cpp.o: |
---|
891 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Vt102Emulation.cpp.o |
---|
892 | .PHONY : lib/moc_Vt102Emulation.cpp.o |
---|
893 | |
---|
894 | lib/moc_Vt102Emulation.i: lib/moc_Vt102Emulation.cpp.i |
---|
895 | .PHONY : lib/moc_Vt102Emulation.i |
---|
896 | |
---|
897 | # target to preprocess a source file |
---|
898 | lib/moc_Vt102Emulation.cpp.i: |
---|
899 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Vt102Emulation.cpp.i |
---|
900 | .PHONY : lib/moc_Vt102Emulation.cpp.i |
---|
901 | |
---|
902 | lib/moc_Vt102Emulation.s: lib/moc_Vt102Emulation.cpp.s |
---|
903 | .PHONY : lib/moc_Vt102Emulation.s |
---|
904 | |
---|
905 | # target to generate assembly for a file |
---|
906 | lib/moc_Vt102Emulation.cpp.s: |
---|
907 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_Vt102Emulation.cpp.s |
---|
908 | .PHONY : lib/moc_Vt102Emulation.cpp.s |
---|
909 | |
---|
910 | lib/moc_kprocess.o: lib/moc_kprocess.cpp.o |
---|
911 | .PHONY : lib/moc_kprocess.o |
---|
912 | |
---|
913 | # target to build an object file |
---|
914 | lib/moc_kprocess.cpp.o: |
---|
915 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kprocess.cpp.o |
---|
916 | .PHONY : lib/moc_kprocess.cpp.o |
---|
917 | |
---|
918 | lib/moc_kprocess.i: lib/moc_kprocess.cpp.i |
---|
919 | .PHONY : lib/moc_kprocess.i |
---|
920 | |
---|
921 | # target to preprocess a source file |
---|
922 | lib/moc_kprocess.cpp.i: |
---|
923 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kprocess.cpp.i |
---|
924 | .PHONY : lib/moc_kprocess.cpp.i |
---|
925 | |
---|
926 | lib/moc_kprocess.s: lib/moc_kprocess.cpp.s |
---|
927 | .PHONY : lib/moc_kprocess.s |
---|
928 | |
---|
929 | # target to generate assembly for a file |
---|
930 | lib/moc_kprocess.cpp.s: |
---|
931 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kprocess.cpp.s |
---|
932 | .PHONY : lib/moc_kprocess.cpp.s |
---|
933 | |
---|
934 | lib/moc_kptydevice.o: lib/moc_kptydevice.cpp.o |
---|
935 | .PHONY : lib/moc_kptydevice.o |
---|
936 | |
---|
937 | # target to build an object file |
---|
938 | lib/moc_kptydevice.cpp.o: |
---|
939 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kptydevice.cpp.o |
---|
940 | .PHONY : lib/moc_kptydevice.cpp.o |
---|
941 | |
---|
942 | lib/moc_kptydevice.i: lib/moc_kptydevice.cpp.i |
---|
943 | .PHONY : lib/moc_kptydevice.i |
---|
944 | |
---|
945 | # target to preprocess a source file |
---|
946 | lib/moc_kptydevice.cpp.i: |
---|
947 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kptydevice.cpp.i |
---|
948 | .PHONY : lib/moc_kptydevice.cpp.i |
---|
949 | |
---|
950 | lib/moc_kptydevice.s: lib/moc_kptydevice.cpp.s |
---|
951 | .PHONY : lib/moc_kptydevice.s |
---|
952 | |
---|
953 | # target to generate assembly for a file |
---|
954 | lib/moc_kptydevice.cpp.s: |
---|
955 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kptydevice.cpp.s |
---|
956 | .PHONY : lib/moc_kptydevice.cpp.s |
---|
957 | |
---|
958 | lib/moc_kptyprocess.o: lib/moc_kptyprocess.cpp.o |
---|
959 | .PHONY : lib/moc_kptyprocess.o |
---|
960 | |
---|
961 | # target to build an object file |
---|
962 | lib/moc_kptyprocess.cpp.o: |
---|
963 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kptyprocess.cpp.o |
---|
964 | .PHONY : lib/moc_kptyprocess.cpp.o |
---|
965 | |
---|
966 | lib/moc_kptyprocess.i: lib/moc_kptyprocess.cpp.i |
---|
967 | .PHONY : lib/moc_kptyprocess.i |
---|
968 | |
---|
969 | # target to preprocess a source file |
---|
970 | lib/moc_kptyprocess.cpp.i: |
---|
971 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kptyprocess.cpp.i |
---|
972 | .PHONY : lib/moc_kptyprocess.cpp.i |
---|
973 | |
---|
974 | lib/moc_kptyprocess.s: lib/moc_kptyprocess.cpp.s |
---|
975 | .PHONY : lib/moc_kptyprocess.s |
---|
976 | |
---|
977 | # target to generate assembly for a file |
---|
978 | lib/moc_kptyprocess.cpp.s: |
---|
979 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_kptyprocess.cpp.s |
---|
980 | .PHONY : lib/moc_kptyprocess.cpp.s |
---|
981 | |
---|
982 | lib/moc_qtermwidget.o: lib/moc_qtermwidget.cpp.o |
---|
983 | .PHONY : lib/moc_qtermwidget.o |
---|
984 | |
---|
985 | # target to build an object file |
---|
986 | lib/moc_qtermwidget.cpp.o: |
---|
987 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_qtermwidget.cpp.o |
---|
988 | .PHONY : lib/moc_qtermwidget.cpp.o |
---|
989 | |
---|
990 | lib/moc_qtermwidget.i: lib/moc_qtermwidget.cpp.i |
---|
991 | .PHONY : lib/moc_qtermwidget.i |
---|
992 | |
---|
993 | # target to preprocess a source file |
---|
994 | lib/moc_qtermwidget.cpp.i: |
---|
995 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_qtermwidget.cpp.i |
---|
996 | .PHONY : lib/moc_qtermwidget.cpp.i |
---|
997 | |
---|
998 | lib/moc_qtermwidget.s: lib/moc_qtermwidget.cpp.s |
---|
999 | .PHONY : lib/moc_qtermwidget.s |
---|
1000 | |
---|
1001 | # target to generate assembly for a file |
---|
1002 | lib/moc_qtermwidget.cpp.s: |
---|
1003 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/moc_qtermwidget.cpp.s |
---|
1004 | .PHONY : lib/moc_qtermwidget.cpp.s |
---|
1005 | |
---|
1006 | lib/qtermwidget.o: lib/qtermwidget.cpp.o |
---|
1007 | .PHONY : lib/qtermwidget.o |
---|
1008 | |
---|
1009 | # target to build an object file |
---|
1010 | lib/qtermwidget.cpp.o: |
---|
1011 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/qtermwidget.cpp.o |
---|
1012 | .PHONY : lib/qtermwidget.cpp.o |
---|
1013 | |
---|
1014 | lib/qtermwidget.i: lib/qtermwidget.cpp.i |
---|
1015 | .PHONY : lib/qtermwidget.i |
---|
1016 | |
---|
1017 | # target to preprocess a source file |
---|
1018 | lib/qtermwidget.cpp.i: |
---|
1019 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/qtermwidget.cpp.i |
---|
1020 | .PHONY : lib/qtermwidget.cpp.i |
---|
1021 | |
---|
1022 | lib/qtermwidget.s: lib/qtermwidget.cpp.s |
---|
1023 | .PHONY : lib/qtermwidget.s |
---|
1024 | |
---|
1025 | # target to generate assembly for a file |
---|
1026 | lib/qtermwidget.cpp.s: |
---|
1027 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/qtermwidget.cpp.s |
---|
1028 | .PHONY : lib/qtermwidget.cpp.s |
---|
1029 | |
---|
1030 | lib/tools.o: lib/tools.cpp.o |
---|
1031 | .PHONY : lib/tools.o |
---|
1032 | |
---|
1033 | # target to build an object file |
---|
1034 | lib/tools.cpp.o: |
---|
1035 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/tools.cpp.o |
---|
1036 | .PHONY : lib/tools.cpp.o |
---|
1037 | |
---|
1038 | lib/tools.i: lib/tools.cpp.i |
---|
1039 | .PHONY : lib/tools.i |
---|
1040 | |
---|
1041 | # target to preprocess a source file |
---|
1042 | lib/tools.cpp.i: |
---|
1043 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/tools.cpp.i |
---|
1044 | .PHONY : lib/tools.cpp.i |
---|
1045 | |
---|
1046 | lib/tools.s: lib/tools.cpp.s |
---|
1047 | .PHONY : lib/tools.s |
---|
1048 | |
---|
1049 | # target to generate assembly for a file |
---|
1050 | lib/tools.cpp.s: |
---|
1051 | $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/lib/tools.cpp.s |
---|
1052 | .PHONY : lib/tools.cpp.s |
---|
1053 | |
---|
1054 | # Help Target |
---|
1055 | help: |
---|
1056 | @echo "The following are some of the valid targets for this Makefile:" |
---|
1057 | @echo "... all (the default if no target is provided)" |
---|
1058 | @echo "... clean" |
---|
1059 | @echo "... depend" |
---|
1060 | @echo "... edit_cache" |
---|
1061 | @echo "... install" |
---|
1062 | @echo "... install/local" |
---|
1063 | @echo "... install/strip" |
---|
1064 | @echo "... list_install_components" |
---|
1065 | @echo "... rebuild_cache" |
---|
1066 | @echo "... uninstall" |
---|
1067 | @echo "... qtermwidget5" |
---|
1068 | @echo "... lib/BlockArray.o" |
---|
1069 | @echo "... lib/BlockArray.i" |
---|
1070 | @echo "... lib/BlockArray.s" |
---|
1071 | @echo "... lib/ColorScheme.o" |
---|
1072 | @echo "... lib/ColorScheme.i" |
---|
1073 | @echo "... lib/ColorScheme.s" |
---|
1074 | @echo "... lib/Emulation.o" |
---|
1075 | @echo "... lib/Emulation.i" |
---|
1076 | @echo "... lib/Emulation.s" |
---|
1077 | @echo "... lib/Filter.o" |
---|
1078 | @echo "... lib/Filter.i" |
---|
1079 | @echo "... lib/Filter.s" |
---|
1080 | @echo "... lib/History.o" |
---|
1081 | @echo "... lib/History.i" |
---|
1082 | @echo "... lib/History.s" |
---|
1083 | @echo "... lib/HistorySearch.o" |
---|
1084 | @echo "... lib/HistorySearch.i" |
---|
1085 | @echo "... lib/HistorySearch.s" |
---|
1086 | @echo "... lib/KeyboardTranslator.o" |
---|
1087 | @echo "... lib/KeyboardTranslator.i" |
---|
1088 | @echo "... lib/KeyboardTranslator.s" |
---|
1089 | @echo "... lib/Pty.o" |
---|
1090 | @echo "... lib/Pty.i" |
---|
1091 | @echo "... lib/Pty.s" |
---|
1092 | @echo "... lib/Screen.o" |
---|
1093 | @echo "... lib/Screen.i" |
---|
1094 | @echo "... lib/Screen.s" |
---|
1095 | @echo "... lib/ScreenWindow.o" |
---|
1096 | @echo "... lib/ScreenWindow.i" |
---|
1097 | @echo "... lib/ScreenWindow.s" |
---|
1098 | @echo "... lib/SearchBar.o" |
---|
1099 | @echo "... lib/SearchBar.i" |
---|
1100 | @echo "... lib/SearchBar.s" |
---|
1101 | @echo "... lib/Session.o" |
---|
1102 | @echo "... lib/Session.i" |
---|
1103 | @echo "... lib/Session.s" |
---|
1104 | @echo "... lib/ShellCommand.o" |
---|
1105 | @echo "... lib/ShellCommand.i" |
---|
1106 | @echo "... lib/ShellCommand.s" |
---|
1107 | @echo "... lib/TerminalCharacterDecoder.o" |
---|
1108 | @echo "... lib/TerminalCharacterDecoder.i" |
---|
1109 | @echo "... lib/TerminalCharacterDecoder.s" |
---|
1110 | @echo "... lib/TerminalDisplay.o" |
---|
1111 | @echo "... lib/TerminalDisplay.i" |
---|
1112 | @echo "... lib/TerminalDisplay.s" |
---|
1113 | @echo "... lib/Vt102Emulation.o" |
---|
1114 | @echo "... lib/Vt102Emulation.i" |
---|
1115 | @echo "... lib/Vt102Emulation.s" |
---|
1116 | @echo "... lib/konsole_wcwidth.o" |
---|
1117 | @echo "... lib/konsole_wcwidth.i" |
---|
1118 | @echo "... lib/konsole_wcwidth.s" |
---|
1119 | @echo "... lib/kprocess.o" |
---|
1120 | @echo "... lib/kprocess.i" |
---|
1121 | @echo "... lib/kprocess.s" |
---|
1122 | @echo "... lib/kpty.o" |
---|
1123 | @echo "... lib/kpty.i" |
---|
1124 | @echo "... lib/kpty.s" |
---|
1125 | @echo "... lib/kptydevice.o" |
---|
1126 | @echo "... lib/kptydevice.i" |
---|
1127 | @echo "... lib/kptydevice.s" |
---|
1128 | @echo "... lib/kptyprocess.o" |
---|
1129 | @echo "... lib/kptyprocess.i" |
---|
1130 | @echo "... lib/kptyprocess.s" |
---|
1131 | @echo "... lib/moc_Emulation.o" |
---|
1132 | @echo "... lib/moc_Emulation.i" |
---|
1133 | @echo "... lib/moc_Emulation.s" |
---|
1134 | @echo "... lib/moc_Filter.o" |
---|
1135 | @echo "... lib/moc_Filter.i" |
---|
1136 | @echo "... lib/moc_Filter.s" |
---|
1137 | @echo "... lib/moc_HistorySearch.o" |
---|
1138 | @echo "... lib/moc_HistorySearch.i" |
---|
1139 | @echo "... lib/moc_HistorySearch.s" |
---|
1140 | @echo "... lib/moc_Pty.o" |
---|
1141 | @echo "... lib/moc_Pty.i" |
---|
1142 | @echo "... lib/moc_Pty.s" |
---|
1143 | @echo "... lib/moc_ScreenWindow.o" |
---|
1144 | @echo "... lib/moc_ScreenWindow.i" |
---|
1145 | @echo "... lib/moc_ScreenWindow.s" |
---|
1146 | @echo "... lib/moc_SearchBar.o" |
---|
1147 | @echo "... lib/moc_SearchBar.i" |
---|
1148 | @echo "... lib/moc_SearchBar.s" |
---|
1149 | @echo "... lib/moc_Session.o" |
---|
1150 | @echo "... lib/moc_Session.i" |
---|
1151 | @echo "... lib/moc_Session.s" |
---|
1152 | @echo "... lib/moc_TerminalDisplay.o" |
---|
1153 | @echo "... lib/moc_TerminalDisplay.i" |
---|
1154 | @echo "... lib/moc_TerminalDisplay.s" |
---|
1155 | @echo "... lib/moc_Vt102Emulation.o" |
---|
1156 | @echo "... lib/moc_Vt102Emulation.i" |
---|
1157 | @echo "... lib/moc_Vt102Emulation.s" |
---|
1158 | @echo "... lib/moc_kprocess.o" |
---|
1159 | @echo "... lib/moc_kprocess.i" |
---|
1160 | @echo "... lib/moc_kprocess.s" |
---|
1161 | @echo "... lib/moc_kptydevice.o" |
---|
1162 | @echo "... lib/moc_kptydevice.i" |
---|
1163 | @echo "... lib/moc_kptydevice.s" |
---|
1164 | @echo "... lib/moc_kptyprocess.o" |
---|
1165 | @echo "... lib/moc_kptyprocess.i" |
---|
1166 | @echo "... lib/moc_kptyprocess.s" |
---|
1167 | @echo "... lib/moc_qtermwidget.o" |
---|
1168 | @echo "... lib/moc_qtermwidget.i" |
---|
1169 | @echo "... lib/moc_qtermwidget.s" |
---|
1170 | @echo "... lib/qtermwidget.o" |
---|
1171 | @echo "... lib/qtermwidget.i" |
---|
1172 | @echo "... lib/qtermwidget.s" |
---|
1173 | @echo "... lib/tools.o" |
---|
1174 | @echo "... lib/tools.i" |
---|
1175 | @echo "... lib/tools.s" |
---|
1176 | .PHONY : help |
---|
1177 | |
---|
1178 | |
---|
1179 | |
---|
1180 | #============================================================================= |
---|
1181 | # Special targets to cleanup operation of make. |
---|
1182 | |
---|
1183 | # Special rule to run CMake to check the build system integrity. |
---|
1184 | # No rule that depends on this can have commands that come from listfiles |
---|
1185 | # because they might be regenerated. |
---|
1186 | cmake_check_build_system: |
---|
1187 | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
---|
1188 | .PHONY : cmake_check_build_system |
---|
1189 | |
---|