Codebase list virt-viewer / cd4dc0c
Refresh patches. Debian Janitor 2 years ago
2 changed file(s) with 5 addition(s) and 552 deletion(s). Raw diff Collapse all Expand all
66 src/virt-viewer-session.c | 2 +-
77 1 file changed, 1 insertion(+), 1 deletion(-)
88
9 diff --git a/src/virt-viewer-session.c b/src/virt-viewer-session.c
10 index c432719..ee287e9 100644
11 --- a/src/virt-viewer-session.c
12 +++ b/src/virt-viewer-session.c
13 @@ -153,7 +153,7 @@ virt_viewer_session_class_init(VirtViewerSessionClass *class)
9 Index: virt-viewer/src/virt-viewer-session.c
10 ===================================================================
11 --- virt-viewer.orig/src/virt-viewer-session.c
12 +++ virt-viewer/src/virt-viewer-session.c
13 @@ -183,7 +183,7 @@ virt_viewer_session_class_init(VirtViewe
1414 g_param_spec_boolean("auto-usbredir",
1515 "USB redirection",
1616 "USB redirection",
+0
-547
icons/16x16/Makefile.in less more
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = icons/16x16
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95 $(top_srcdir)/m4/virt-bash-completion.m4 \
96 $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/acinclude.m4 \
97 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo " GEN " $@;
112 am__v_GEN_1 =
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 =
117 SOURCES =
118 DIST_SOURCES =
119 am__can_run_installinfo = \
120 case $$AM_UPDATE_INFO_DIR in \
121 n|no|NO) false;; \
122 *) (install-info --version) >/dev/null 2>&1;; \
123 esac
124 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125 am__vpath_adj = case $$p in \
126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127 *) f=$$p;; \
128 esac;
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130 am__install_max = 40
131 am__nobase_strip_setup = \
132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133 am__nobase_strip = \
134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135 am__nobase_list = $(am__nobase_strip_setup); \
136 for p in $$list; do echo "$$p $$p"; done | \
137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139 if (++n[$$2] == $(am__install_max)) \
140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141 END { for (dir in files) print dir, files[dir] }'
142 am__base_list = \
143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145 am__uninstall_files_from_dir = { \
146 test -z "$$files" \
147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149 $(am__cd) "$$dir" && rm -f $$files; }; \
150 }
151 am__installdirs = "$(DESTDIR)$(icondir)"
152 DATA = $(icon_DATA)
153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154 am__DIST_COMMON = $(srcdir)/Makefile.in
155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156 ACLOCAL = @ACLOCAL@
157 AMTAR = @AMTAR@
158 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
159 AR = @AR@
160 AUTOCONF = @AUTOCONF@
161 AUTOHEADER = @AUTOHEADER@
162 AUTOMAKE = @AUTOMAKE@
163 AWK = @AWK@
164 BASH_COMPLETIONS_DIR = @BASH_COMPLETIONS_DIR@
165 BASH_COMPLETION_CFLAGS = @BASH_COMPLETION_CFLAGS@
166 BASH_COMPLETION_LIBS = @BASH_COMPLETION_LIBS@
167 BASH_COMPLETION_REQUIRED = @BASH_COMPLETION_REQUIRED@
168 BUILDID = @BUILDID@
169 CC = @CC@
170 CCDEPMODE = @CCDEPMODE@
171 CFLAGS = @CFLAGS@
172 CPP = @CPP@
173 CPPFLAGS = @CPPFLAGS@
174 CYGPATH_W = @CYGPATH_W@
175 DEFS = @DEFS@
176 DEPDIR = @DEPDIR@
177 DLLTOOL = @DLLTOOL@
178 DSYMUTIL = @DSYMUTIL@
179 DUMPBIN = @DUMPBIN@
180 ECHO_C = @ECHO_C@
181 ECHO_N = @ECHO_N@
182 ECHO_T = @ECHO_T@
183 EGREP = @EGREP@
184 EXEEXT = @EXEEXT@
185 FGREP = @FGREP@
186 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
187 GLIB2_CFLAGS = @GLIB2_CFLAGS@
188 GLIB2_LIBS = @GLIB2_LIBS@
189 GLIB2_REQUIRED = @GLIB2_REQUIRED@
190 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
191 GLIB_MKENUMS = @GLIB_MKENUMS@
192 GOVIRT_REQUIRED = @GOVIRT_REQUIRED@
193 GREP = @GREP@
194 GTK_CFLAGS = @GTK_CFLAGS@
195 GTK_LIBS = @GTK_LIBS@
196 GTK_REQUIRED = @GTK_REQUIRED@
197 GTK_VNC_CFLAGS = @GTK_VNC_CFLAGS@
198 GTK_VNC_LIBS = @GTK_VNC_LIBS@
199 GTK_VNC_REQUIRED = @GTK_VNC_REQUIRED@
200 ICOTOOL = @ICOTOOL@
201 INSTALL = @INSTALL@
202 INSTALL_DATA = @INSTALL_DATA@
203 INSTALL_PROGRAM = @INSTALL_PROGRAM@
204 INSTALL_SCRIPT = @INSTALL_SCRIPT@
205 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206 LD = @LD@
207 LDFLAGS = @LDFLAGS@
208 LIBOBJS = @LIBOBJS@
209 LIBS = @LIBS@
210 LIBTOOL = @LIBTOOL@
211 LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@
212 LIBVIRT_GLIB_REQUIRED = @LIBVIRT_GLIB_REQUIRED@
213 LIBVIRT_LIBS = @LIBVIRT_LIBS@
214 LIBVIRT_REQUIRED = @LIBVIRT_REQUIRED@
215 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
216 LIBXML2_LIBS = @LIBXML2_LIBS@
217 LIBXML2_REQUIRED = @LIBXML2_REQUIRED@
218 LIPO = @LIPO@
219 LN_S = @LN_S@
220 LTLIBOBJS = @LTLIBOBJS@
221 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
222 MAKEINFO = @MAKEINFO@
223 MANIFEST_TOOL = @MANIFEST_TOOL@
224 MKDIR_P = @MKDIR_P@
225 MSGFMT = @MSGFMT@
226 MSGMERGE = @MSGMERGE@
227 NM = @NM@
228 NMEDIT = @NMEDIT@
229 OBJDUMP = @OBJDUMP@
230 OBJEXT = @OBJEXT@
231 OTOOL = @OTOOL@
232 OTOOL64 = @OTOOL64@
233 OVIRT_CFLAGS = @OVIRT_CFLAGS@
234 OVIRT_LIBS = @OVIRT_LIBS@
235 PACKAGE = @PACKAGE@
236 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237 PACKAGE_NAME = @PACKAGE_NAME@
238 PACKAGE_STRING = @PACKAGE_STRING@
239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
240 PACKAGE_URL = @PACKAGE_URL@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PATH_SEPARATOR = @PATH_SEPARATOR@
243 PKG_CONFIG = @PKG_CONFIG@
244 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
245 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
246 RANLIB = @RANLIB@
247 REST_REQUIRED = @REST_REQUIRED@
248 SED = @SED@
249 SET_MAKE = @SET_MAKE@
250 SHELL = @SHELL@
251 SPICE_GTK_CFLAGS = @SPICE_GTK_CFLAGS@
252 SPICE_GTK_LIBS = @SPICE_GTK_LIBS@
253 SPICE_GTK_REQUIRED = @SPICE_GTK_REQUIRED@
254 SPICE_PROTOCOL_CFLAGS = @SPICE_PROTOCOL_CFLAGS@
255 SPICE_PROTOCOL_LIBS = @SPICE_PROTOCOL_LIBS@
256 SPICE_PROTOCOL_REQUIRED = @SPICE_PROTOCOL_REQUIRED@
257 STRIP = @STRIP@
258 UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
259 VERSION = @VERSION@
260 VTE_CFLAGS = @VTE_CFLAGS@
261 VTE_LIBS = @VTE_LIBS@
262 WARN_CFLAGS = @WARN_CFLAGS@
263 WINDOWS_PRODUCTVERSION = @WINDOWS_PRODUCTVERSION@
264 WINDRES = @WINDRES@
265 WIXL_ARCH = @WIXL_ARCH@
266 XGETTEXT = @XGETTEXT@
267 abs_builddir = @abs_builddir@
268 abs_srcdir = @abs_srcdir@
269 abs_top_builddir = @abs_top_builddir@
270 abs_top_srcdir = @abs_top_srcdir@
271 ac_ct_AR = @ac_ct_AR@
272 ac_ct_CC = @ac_ct_CC@
273 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
274 am__include = @am__include@
275 am__leading_dot = @am__leading_dot@
276 am__quote = @am__quote@
277 am__tar = @am__tar@
278 am__untar = @am__untar@
279 bindir = @bindir@
280 build = @build@
281 build_alias = @build_alias@
282 build_cpu = @build_cpu@
283 build_os = @build_os@
284 build_vendor = @build_vendor@
285 builddir = @builddir@
286 datadir = @datadir@
287 datarootdir = @datarootdir@
288 docdir = @docdir@
289 dvidir = @dvidir@
290 exec_prefix = @exec_prefix@
291 host = @host@
292 host_alias = @host_alias@
293 host_cpu = @host_cpu@
294 host_os = @host_os@
295 host_vendor = @host_vendor@
296 htmldir = @htmldir@
297 includedir = @includedir@
298 infodir = @infodir@
299 install_sh = @install_sh@
300 libdir = @libdir@
301 libexecdir = @libexecdir@
302 localedir = @localedir@
303 localstatedir = @localstatedir@
304 mandir = @mandir@
305 mkdir_p = @mkdir_p@
306 oldincludedir = @oldincludedir@
307 pdfdir = @pdfdir@
308 prefix = @prefix@
309 program_transform_name = @program_transform_name@
310 psdir = @psdir@
311 sbindir = @sbindir@
312 sharedstatedir = @sharedstatedir@
313 srcdir = @srcdir@
314 sysconfdir = @sysconfdir@
315 target_alias = @target_alias@
316 top_build_prefix = @top_build_prefix@
317 top_builddir = @top_builddir@
318 top_srcdir = @top_srcdir@
319 size = $(notdir $(PWD))
320 icondir = $(datadir)/icons/hicolor/$(size)/apps/
321 icon_DATA = $(PACKAGE).png
322 EXTRA_DIST = $(icon_DATA)
323 all: all-am
324
325 .SUFFIXES:
326 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
327 @for dep in $?; do \
328 case '$(am__configure_deps)' in \
329 *$$dep*) \
330 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331 && { if test -f $@; then exit 0; else break; fi; }; \
332 exit 1;; \
333 esac; \
334 done; \
335 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign icons/16x16/Makefile'; \
336 $(am__cd) $(top_srcdir) && \
337 $(AUTOMAKE) --foreign icons/16x16/Makefile
338 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339 @case '$?' in \
340 *config.status*) \
341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
342 *) \
343 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
344 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
345 esac;
346
347 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349
350 $(top_srcdir)/configure: $(am__configure_deps)
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354 $(am__aclocal_m4_deps):
355
356 mostlyclean-libtool:
357 -rm -f *.lo
358
359 clean-libtool:
360 -rm -rf .libs _libs
361 install-iconDATA: $(icon_DATA)
362 @$(NORMAL_INSTALL)
363 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
364 if test -n "$$list"; then \
365 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
366 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
367 fi; \
368 for p in $$list; do \
369 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
370 echo "$$d$$p"; \
371 done | $(am__base_list) | \
372 while read files; do \
373 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
374 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
375 done
376
377 uninstall-iconDATA:
378 @$(NORMAL_UNINSTALL)
379 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
380 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
381 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
382 tags TAGS:
383
384 ctags CTAGS:
385
386 cscope cscopelist:
387
388
389 distdir: $(BUILT_SOURCES)
390 $(MAKE) $(AM_MAKEFLAGS) distdir-am
391
392 distdir-am: $(DISTFILES)
393 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
394 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395 list='$(DISTFILES)'; \
396 dist_files=`for file in $$list; do echo $$file; done | \
397 sed -e "s|^$$srcdirstrip/||;t" \
398 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
399 case $$dist_files in \
400 */*) $(MKDIR_P) `echo "$$dist_files" | \
401 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
402 sort -u` ;; \
403 esac; \
404 for file in $$dist_files; do \
405 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
406 if test -d $$d/$$file; then \
407 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
408 if test -d "$(distdir)/$$file"; then \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410 fi; \
411 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
413 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414 fi; \
415 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
416 else \
417 test -f "$(distdir)/$$file" \
418 || cp -p $$d/$$file "$(distdir)/$$file" \
419 || exit 1; \
420 fi; \
421 done
422 check-am: all-am
423 check: check-am
424 all-am: Makefile $(DATA)
425 installdirs:
426 for dir in "$(DESTDIR)$(icondir)"; do \
427 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
428 done
429 install: install-am
430 install-exec: install-exec-am
431 install-data: install-data-am
432 uninstall: uninstall-am
433
434 install-am: all-am
435 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
436
437 installcheck: installcheck-am
438 install-strip:
439 if test -z '$(STRIP)'; then \
440 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
441 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
442 install; \
443 else \
444 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
447 fi
448 mostlyclean-generic:
449
450 clean-generic:
451
452 distclean-generic:
453 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
454 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
455
456 maintainer-clean-generic:
457 @echo "This command is intended for maintainers to use"
458 @echo "it deletes files that may require special tools to rebuild."
459 clean: clean-am
460
461 clean-am: clean-generic clean-libtool mostlyclean-am
462
463 distclean: distclean-am
464 -rm -f Makefile
465 distclean-am: clean-am distclean-generic
466
467 dvi: dvi-am
468
469 dvi-am:
470
471 html: html-am
472
473 html-am:
474
475 info: info-am
476
477 info-am:
478
479 install-data-am: install-iconDATA
480
481 install-dvi: install-dvi-am
482
483 install-dvi-am:
484
485 install-exec-am:
486
487 install-html: install-html-am
488
489 install-html-am:
490
491 install-info: install-info-am
492
493 install-info-am:
494
495 install-man:
496
497 install-pdf: install-pdf-am
498
499 install-pdf-am:
500
501 install-ps: install-ps-am
502
503 install-ps-am:
504
505 installcheck-am:
506
507 maintainer-clean: maintainer-clean-am
508 -rm -f Makefile
509 maintainer-clean-am: distclean-am maintainer-clean-generic
510
511 mostlyclean: mostlyclean-am
512
513 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
514
515 pdf: pdf-am
516
517 pdf-am:
518
519 ps: ps-am
520
521 ps-am:
522
523 uninstall-am: uninstall-iconDATA
524
525 .MAKE: install-am install-strip
526
527 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
528 cscopelist-am ctags-am distclean distclean-generic \
529 distclean-libtool distdir dvi dvi-am html html-am info info-am \
530 install install-am install-data install-data-am install-dvi \
531 install-dvi-am install-exec install-exec-am install-html \
532 install-html-am install-iconDATA install-info install-info-am \
533 install-man install-pdf install-pdf-am install-ps \
534 install-ps-am install-strip installcheck installcheck-am \
535 installdirs maintainer-clean maintainer-clean-generic \
536 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
537 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
538
539 .PRECIOUS: Makefile
540
541
542 -include $(top_srcdir)/git.mk
543
544 # Tell versions [3.59,3.63) of GNU make to not export all variables.
545 # Otherwise a system limit (for SysV at least) may be exceeded.
546 .NOEXPORT: