• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-python/
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# This file is part of avahi.
19#
20# avahi is free software; you can redistribute it and/or modify it
21# under the terms of the GNU Lesser General Public License as
22# published by the Free Software Foundation; either version 2 of the
23# License, or (at your option) any later version.
24#
25# avahi is distributed in the hope that it will be useful, but WITHOUT
26# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
27# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
28# License for more details.
29#
30# You should have received a copy of the GNU Lesser General Public
31# License along with avahi; if not, write to the Free Software
32# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
33# USA.
34
35VPATH = @srcdir@
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = avahi-python
55DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
58	$(top_srcdir)/common/gcc_stack_protect.m4 \
59	$(top_srcdir)/common/gcc_visibility.m4 \
60	$(top_srcdir)/common/intltool.m4 \
61	$(top_srcdir)/common/introspection.m4 \
62	$(top_srcdir)/common/libtool.m4 \
63	$(top_srcdir)/common/ltoptions.m4 \
64	$(top_srcdir)/common/ltsugar.m4 \
65	$(top_srcdir)/common/ltversion.m4 \
66	$(top_srcdir)/common/lt~obsolete.m4 \
67	$(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
68	$(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
69	$(top_srcdir)/configure.ac
70am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71	$(ACLOCAL_M4)
72mkinstalldirs = $(install_sh) -d
73CONFIG_HEADER = $(top_builddir)/config.h
74CONFIG_CLEAN_FILES =
75CONFIG_CLEAN_VPATH_FILES =
76am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77am__vpath_adj = case $$p in \
78    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
79    *) f=$$p;; \
80  esac;
81am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
82am__install_max = 40
83am__nobase_strip_setup = \
84  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
85am__nobase_strip = \
86  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
87am__nobase_list = $(am__nobase_strip_setup); \
88  for p in $$list; do echo "$$p $$p"; done | \
89  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
90  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91    if (++n[$$2] == $(am__install_max)) \
92      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
93    END { for (dir in files) print dir, files[dir] }'
94am__base_list = \
95  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
96  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
97am__installdirs = "$(DESTDIR)$(bindir)"
98SCRIPTS = $(bin_SCRIPTS)
99AM_V_GEN = $(am__v_GEN_$(V))
100am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
101am__v_GEN_0 = @echo "  GEN   " $@;
102AM_V_at = $(am__v_at_$(V))
103am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
104am__v_at_0 = @
105SOURCES =
106DIST_SOURCES =
107RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108	html-recursive info-recursive install-data-recursive \
109	install-dvi-recursive install-exec-recursive \
110	install-html-recursive install-info-recursive \
111	install-pdf-recursive install-ps-recursive install-recursive \
112	installcheck-recursive installdirs-recursive pdf-recursive \
113	ps-recursive uninstall-recursive
114RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
115  distclean-recursive maintainer-clean-recursive
116AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
117	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
118	distdir
119ETAGS = etags
120CTAGS = ctags
121DIST_SUBDIRS = $(SUBDIRS)
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123am__relativize = \
124  dir0=`pwd`; \
125  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
126  sed_rest='s,^[^/]*/*,,'; \
127  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
128  sed_butlast='s,/*[^/]*$$,,'; \
129  while test -n "$$dir1"; do \
130    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
131    if test "$$first" != "."; then \
132      if test "$$first" = ".."; then \
133        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
134        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
135      else \
136        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
137        if test "$$first2" = "$$first"; then \
138          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
139        else \
140          dir2="../$$dir2"; \
141        fi; \
142        dir0="$$dir0"/"$$first"; \
143      fi; \
144    fi; \
145    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
146  done; \
147  reldir="$$dir2"
148ACLOCAL = @ACLOCAL@
149ALL_LINGUAS = @ALL_LINGUAS@
150AMTAR = @AMTAR@
151AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
152AR = @AR@
153AUTOCONF = @AUTOCONF@
154AUTOHEADER = @AUTOHEADER@
155AUTOMAKE = @AUTOMAKE@
156AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
157AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
158AVAHI_GROUP = @AVAHI_GROUP@
159AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
160AVAHI_USER = @AVAHI_USER@
161AWK = @AWK@
162CC = @CC@
163CCDEPMODE = @CCDEPMODE@
164CFLAGS = @CFLAGS@
165CPP = @CPP@
166CPPFLAGS = @CPPFLAGS@
167CXX = @CXX@
168CXXCPP = @CXXCPP@
169CXXDEPMODE = @CXXDEPMODE@
170CXXFLAGS = @CXXFLAGS@
171CYGPATH_W = @CYGPATH_W@
172DATADIRNAME = @DATADIRNAME@
173DBUS_CFLAGS = @DBUS_CFLAGS@
174DBUS_LIBS = @DBUS_LIBS@
175DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
176DBUS_SYS_DIR = @DBUS_SYS_DIR@
177DEFS = @DEFS@
178DEPDIR = @DEPDIR@
179DLLTOOL = @DLLTOOL@
180DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
181DSYMUTIL = @DSYMUTIL@
182DUMPBIN = @DUMPBIN@
183DX_CONFIG = @DX_CONFIG@
184DX_DOCDIR = @DX_DOCDIR@
185DX_DOT = @DX_DOT@
186DX_DOXYGEN = @DX_DOXYGEN@
187DX_DVIPS = @DX_DVIPS@
188DX_EGREP = @DX_EGREP@
189DX_ENV = @DX_ENV@
190DX_FLAG_chi = @DX_FLAG_chi@
191DX_FLAG_chm = @DX_FLAG_chm@
192DX_FLAG_doc = @DX_FLAG_doc@
193DX_FLAG_dot = @DX_FLAG_dot@
194DX_FLAG_html = @DX_FLAG_html@
195DX_FLAG_man = @DX_FLAG_man@
196DX_FLAG_pdf = @DX_FLAG_pdf@
197DX_FLAG_ps = @DX_FLAG_ps@
198DX_FLAG_rtf = @DX_FLAG_rtf@
199DX_FLAG_xml = @DX_FLAG_xml@
200DX_HHC = @DX_HHC@
201DX_LATEX = @DX_LATEX@
202DX_MAKEINDEX = @DX_MAKEINDEX@
203DX_PDFLATEX = @DX_PDFLATEX@
204DX_PERL = @DX_PERL@
205DX_PROJECT = @DX_PROJECT@
206ECHO_C = @ECHO_C@
207ECHO_N = @ECHO_N@
208ECHO_T = @ECHO_T@
209EGREP = @EGREP@
210EXEEXT = @EXEEXT@
211FGREP = @FGREP@
212GACUTIL = @GACUTIL@
213GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
214GLIB20_CFLAGS = @GLIB20_CFLAGS@
215GLIB20_LIBS = @GLIB20_LIBS@
216GMSGFMT = @GMSGFMT@
217GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
218GOBJECT_LIBS = @GOBJECT_LIBS@
219GREP = @GREP@
220GTK20_CFLAGS = @GTK20_CFLAGS@
221GTK20_LIBS = @GTK20_LIBS@
222GTK30_CFLAGS = @GTK30_CFLAGS@
223GTK30_LIBS = @GTK30_LIBS@
224HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
225INSTALL = @INSTALL@
226INSTALL_DATA = @INSTALL_DATA@
227INSTALL_PROGRAM = @INSTALL_PROGRAM@
228INSTALL_SCRIPT = @INSTALL_SCRIPT@
229INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
230INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
231INTLTOOL_MERGE = @INTLTOOL_MERGE@
232INTLTOOL_PERL = @INTLTOOL_PERL@
233INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
234INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
235INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
236INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
237INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
238INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
239INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
240INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
241INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
242LD = @LD@
243LDFLAGS = @LDFLAGS@
244LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
245LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
246LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
247LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
248LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
249LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
250LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
251LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
252LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
253LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
254LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
255LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
256LIBOBJS = @LIBOBJS@
257LIBS = @LIBS@
258LIBTOOL = @LIBTOOL@
259LIPO = @LIPO@
260LN_S = @LN_S@
261LTLIBOBJS = @LTLIBOBJS@
262MAINT = @MAINT@
263MAKEINFO = @MAKEINFO@
264MANIFEST_TOOL = @MANIFEST_TOOL@
265MCS = @MCS@
266MDASSEMBLER = @MDASSEMBLER@
267MKDIR_P = @MKDIR_P@
268MOC_QT3 = @MOC_QT3@
269MOC_QT4 = @MOC_QT4@
270MONODOCER = @MONODOCER@
271MONODOC_CFLAGS = @MONODOC_CFLAGS@
272MONODOC_DIR = @MONODOC_DIR@
273MONODOC_LIBS = @MONODOC_LIBS@
274MSGFMT = @MSGFMT@
275MSGMERGE = @MSGMERGE@
276NM = @NM@
277NMEDIT = @NMEDIT@
278OBJDUMP = @OBJDUMP@
279OBJEXT = @OBJEXT@
280OTOOL = @OTOOL@
281OTOOL64 = @OTOOL64@
282PACKAGE = @PACKAGE@
283PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
284PACKAGE_NAME = @PACKAGE_NAME@
285PACKAGE_STRING = @PACKAGE_STRING@
286PACKAGE_TARNAME = @PACKAGE_TARNAME@
287PACKAGE_URL = @PACKAGE_URL@
288PACKAGE_VERSION = @PACKAGE_VERSION@
289PATH_SEPARATOR = @PATH_SEPARATOR@
290PKG_CONFIG = @PKG_CONFIG@
291PTHREAD_CC = @PTHREAD_CC@
292PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
293PTHREAD_LIBS = @PTHREAD_LIBS@
294PYTHON = @PYTHON@
295PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
296PYTHON_PLATFORM = @PYTHON_PLATFORM@
297PYTHON_PREFIX = @PYTHON_PREFIX@
298PYTHON_VERSION = @PYTHON_VERSION@
299QT3_CFLAGS = @QT3_CFLAGS@
300QT3_LIBS = @QT3_LIBS@
301QT4_CFLAGS = @QT4_CFLAGS@
302QT4_LIBS = @QT4_LIBS@
303RANLIB = @RANLIB@
304SED = @SED@
305SET_MAKE = @SET_MAKE@
306SHELL = @SHELL@
307STOW = @STOW@
308STRIP = @STRIP@
309USE_NLS = @USE_NLS@
310VERSION = @VERSION@
311VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
312XGETTEXT = @XGETTEXT@
313XML_CFLAGS = @XML_CFLAGS@
314XML_LIBS = @XML_LIBS@
315abs_builddir = @abs_builddir@
316abs_srcdir = @abs_srcdir@
317abs_top_builddir = @abs_top_builddir@
318abs_top_srcdir = @abs_top_srcdir@
319ac_ct_AR = @ac_ct_AR@
320ac_ct_CC = @ac_ct_CC@
321ac_ct_CXX = @ac_ct_CXX@
322ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323acx_pthread_config = @acx_pthread_config@
324am__include = @am__include@
325am__leading_dot = @am__leading_dot@
326am__quote = @am__quote@
327am__tar = @am__tar@
328am__untar = @am__untar@
329avahi_runtime_dir = @avahi_runtime_dir@
330avahi_socket = @avahi_socket@
331avahilocaledir = @avahilocaledir@
332bindir = @bindir@
333build = @build@
334build_alias = @build_alias@
335build_cpu = @build_cpu@
336build_os = @build_os@
337build_vendor = @build_vendor@
338builddir = @builddir@
339datadir = @datadir@
340datarootdir = @datarootdir@
341docdir = @docdir@
342dvidir = @dvidir@
343exec_prefix = @exec_prefix@
344have_pkg_config = @have_pkg_config@
345have_xmltoman = @have_xmltoman@
346host = @host@
347host_alias = @host_alias@
348host_cpu = @host_cpu@
349host_os = @host_os@
350host_vendor = @host_vendor@
351htmldir = @htmldir@
352includedir = @includedir@
353infodir = @infodir@
354install_sh = @install_sh@
355interfacesdir = @interfacesdir@
356libdir = @libdir@
357libexecdir = @libexecdir@
358localedir = @localedir@
359localstatedir = @localstatedir@
360mandir = @mandir@
361mkdir_p = @mkdir_p@
362oldincludedir = @oldincludedir@
363pdfdir = @pdfdir@
364pkgpyexecdir = @pkgpyexecdir@
365pkgpythondir = @pkgpythondir@
366prefix = @prefix@
367program_transform_name = @program_transform_name@
368psdir = @psdir@
369pyexecdir = @pyexecdir@
370pythondir = @pythondir@
371sbindir = @sbindir@
372sharedstatedir = @sharedstatedir@
373srcdir = @srcdir@
374sysconfdir = @sysconfdir@
375systemdsystemunitdir = @systemdsystemunitdir@
376target_alias = @target_alias@
377top_build_prefix = @top_build_prefix@
378top_builddir = @top_builddir@
379top_srcdir = @top_srcdir@
380
381# This cool debug trap works on i386/gcc only
382AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
383EXTRA_DIST = \
384	avahi-bookmarks.in
385
386SUBDIRS = avahi avahi-discover
387@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@pythonscripts = \
388@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@	avahi-bookmarks
389
390@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@bin_SCRIPTS = $(pythonscripts)
391@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@CLEANFILES = $(pythonscripts)
392all: all-recursive
393
394.SUFFIXES:
395$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
396	@for dep in $?; do \
397	  case '$(am__configure_deps)' in \
398	    *$$dep*) \
399	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
400	        && { if test -f $@; then exit 0; else break; fi; }; \
401	      exit 1;; \
402	  esac; \
403	done; \
404	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-python/Makefile'; \
405	$(am__cd) $(top_srcdir) && \
406	  $(AUTOMAKE) --foreign avahi-python/Makefile
407.PRECIOUS: Makefile
408Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
409	@case '$?' in \
410	  *config.status*) \
411	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
412	  *) \
413	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
414	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
415	esac;
416
417$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
418	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419
420$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
423	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424$(am__aclocal_m4_deps):
425install-binSCRIPTS: $(bin_SCRIPTS)
426	@$(NORMAL_INSTALL)
427	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
428	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
429	for p in $$list; do \
430	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
431	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
432	done | \
433	sed -e 'p;s,.*/,,;n' \
434	    -e 'h;s|.*|.|' \
435	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
436	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
437	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
438	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
439	      if (++n[d] == $(am__install_max)) { \
440		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
441	    else { print "f", d "/" $$4, $$1 } } \
442	  END { for (d in files) print "f", d, files[d] }' | \
443	while read type dir files; do \
444	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
445	     test -z "$$files" || { \
446	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
447	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
448	     } \
449	; done
450
451uninstall-binSCRIPTS:
452	@$(NORMAL_UNINSTALL)
453	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
454	files=`for p in $$list; do echo "$$p"; done | \
455	       sed -e 's,.*/,,;$(transform)'`; \
456	test -n "$$list" || exit 0; \
457	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
458	cd "$(DESTDIR)$(bindir)" && rm -f $$files
459
460mostlyclean-libtool:
461	-rm -f *.lo
462
463clean-libtool:
464	-rm -rf .libs _libs
465
466# This directory's subdirectories are mostly independent; you can cd
467# into them and run `make' without going through this Makefile.
468# To change the values of `make' variables: instead of editing Makefiles,
469# (1) if the variable is set in `config.status', edit `config.status'
470#     (which will cause the Makefiles to be regenerated when you run `make');
471# (2) otherwise, pass the desired values on the `make' command line.
472$(RECURSIVE_TARGETS):
473	@fail= failcom='exit 1'; \
474	for f in x $$MAKEFLAGS; do \
475	  case $$f in \
476	    *=* | --[!k]*);; \
477	    *k*) failcom='fail=yes';; \
478	  esac; \
479	done; \
480	dot_seen=no; \
481	target=`echo $@ | sed s/-recursive//`; \
482	list='$(SUBDIRS)'; for subdir in $$list; do \
483	  echo "Making $$target in $$subdir"; \
484	  if test "$$subdir" = "."; then \
485	    dot_seen=yes; \
486	    local_target="$$target-am"; \
487	  else \
488	    local_target="$$target"; \
489	  fi; \
490	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
491	  || eval $$failcom; \
492	done; \
493	if test "$$dot_seen" = "no"; then \
494	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
495	fi; test -z "$$fail"
496
497$(RECURSIVE_CLEAN_TARGETS):
498	@fail= failcom='exit 1'; \
499	for f in x $$MAKEFLAGS; do \
500	  case $$f in \
501	    *=* | --[!k]*);; \
502	    *k*) failcom='fail=yes';; \
503	  esac; \
504	done; \
505	dot_seen=no; \
506	case "$@" in \
507	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
508	  *) list='$(SUBDIRS)' ;; \
509	esac; \
510	rev=''; for subdir in $$list; do \
511	  if test "$$subdir" = "."; then :; else \
512	    rev="$$subdir $$rev"; \
513	  fi; \
514	done; \
515	rev="$$rev ."; \
516	target=`echo $@ | sed s/-recursive//`; \
517	for subdir in $$rev; do \
518	  echo "Making $$target in $$subdir"; \
519	  if test "$$subdir" = "."; then \
520	    local_target="$$target-am"; \
521	  else \
522	    local_target="$$target"; \
523	  fi; \
524	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
525	  || eval $$failcom; \
526	done && test -z "$$fail"
527tags-recursive:
528	list='$(SUBDIRS)'; for subdir in $$list; do \
529	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
530	done
531ctags-recursive:
532	list='$(SUBDIRS)'; for subdir in $$list; do \
533	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
534	done
535
536ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
537	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
538	unique=`for i in $$list; do \
539	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540	  done | \
541	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
542	      END { if (nonempty) { for (i in files) print i; }; }'`; \
543	mkid -fID $$unique
544tags: TAGS
545
546TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
547		$(TAGS_FILES) $(LISP)
548	set x; \
549	here=`pwd`; \
550	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
551	  include_option=--etags-include; \
552	  empty_fix=.; \
553	else \
554	  include_option=--include; \
555	  empty_fix=; \
556	fi; \
557	list='$(SUBDIRS)'; for subdir in $$list; do \
558	  if test "$$subdir" = .; then :; else \
559	    test ! -f $$subdir/TAGS || \
560	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
561	  fi; \
562	done; \
563	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
564	unique=`for i in $$list; do \
565	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566	  done | \
567	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
568	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569	shift; \
570	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
571	  test -n "$$unique" || unique=$$empty_fix; \
572	  if test $$# -gt 0; then \
573	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
574	      "$$@" $$unique; \
575	  else \
576	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
577	      $$unique; \
578	  fi; \
579	fi
580ctags: CTAGS
581CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
582		$(TAGS_FILES) $(LISP)
583	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
584	unique=`for i in $$list; do \
585	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
586	  done | \
587	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
588	      END { if (nonempty) { for (i in files) print i; }; }'`; \
589	test -z "$(CTAGS_ARGS)$$unique" \
590	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
591	     $$unique
592
593GTAGS:
594	here=`$(am__cd) $(top_builddir) && pwd` \
595	  && $(am__cd) $(top_srcdir) \
596	  && gtags -i $(GTAGS_ARGS) "$$here"
597
598distclean-tags:
599	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
600
601distdir: $(DISTFILES)
602	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
603	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
604	list='$(DISTFILES)'; \
605	  dist_files=`for file in $$list; do echo $$file; done | \
606	  sed -e "s|^$$srcdirstrip/||;t" \
607	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
608	case $$dist_files in \
609	  */*) $(MKDIR_P) `echo "$$dist_files" | \
610			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
611			   sort -u` ;; \
612	esac; \
613	for file in $$dist_files; do \
614	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
615	  if test -d $$d/$$file; then \
616	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
617	    if test -d "$(distdir)/$$file"; then \
618	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
619	    fi; \
620	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
621	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
622	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
623	    fi; \
624	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
625	  else \
626	    test -f "$(distdir)/$$file" \
627	    || cp -p $$d/$$file "$(distdir)/$$file" \
628	    || exit 1; \
629	  fi; \
630	done
631	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
632	  if test "$$subdir" = .; then :; else \
633	    test -d "$(distdir)/$$subdir" \
634	    || $(MKDIR_P) "$(distdir)/$$subdir" \
635	    || exit 1; \
636	  fi; \
637	done
638	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
639	  if test "$$subdir" = .; then :; else \
640	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
641	    $(am__relativize); \
642	    new_distdir=$$reldir; \
643	    dir1=$$subdir; dir2="$(top_distdir)"; \
644	    $(am__relativize); \
645	    new_top_distdir=$$reldir; \
646	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
647	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
648	    ($(am__cd) $$subdir && \
649	      $(MAKE) $(AM_MAKEFLAGS) \
650	        top_distdir="$$new_top_distdir" \
651	        distdir="$$new_distdir" \
652		am__remove_distdir=: \
653		am__skip_length_check=: \
654		am__skip_mode_fix=: \
655	        distdir) \
656	      || exit 1; \
657	  fi; \
658	done
659check-am: all-am
660check: check-recursive
661all-am: Makefile $(SCRIPTS)
662installdirs: installdirs-recursive
663installdirs-am:
664	for dir in "$(DESTDIR)$(bindir)"; do \
665	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
666	done
667install: install-recursive
668install-exec: install-exec-recursive
669install-data: install-data-recursive
670uninstall: uninstall-recursive
671
672install-am: all-am
673	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
674
675installcheck: installcheck-recursive
676install-strip:
677	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
678	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
679	  `test -z '$(STRIP)' || \
680	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
681mostlyclean-generic:
682
683clean-generic:
684	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
685
686distclean-generic:
687	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
688	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
689
690maintainer-clean-generic:
691	@echo "This command is intended for maintainers to use"
692	@echo "it deletes files that may require special tools to rebuild."
693clean: clean-recursive
694
695clean-am: clean-generic clean-libtool mostlyclean-am
696
697distclean: distclean-recursive
698	-rm -f Makefile
699distclean-am: clean-am distclean-generic distclean-tags
700
701dvi: dvi-recursive
702
703dvi-am:
704
705html: html-recursive
706
707html-am:
708
709info: info-recursive
710
711info-am:
712
713install-data-am:
714
715install-dvi: install-dvi-recursive
716
717install-dvi-am:
718
719install-exec-am: install-binSCRIPTS
720
721install-html: install-html-recursive
722
723install-html-am:
724
725install-info: install-info-recursive
726
727install-info-am:
728
729install-man:
730
731install-pdf: install-pdf-recursive
732
733install-pdf-am:
734
735install-ps: install-ps-recursive
736
737install-ps-am:
738
739installcheck-am:
740
741maintainer-clean: maintainer-clean-recursive
742	-rm -f Makefile
743maintainer-clean-am: distclean-am maintainer-clean-generic
744
745mostlyclean: mostlyclean-recursive
746
747mostlyclean-am: mostlyclean-generic mostlyclean-libtool
748
749pdf: pdf-recursive
750
751pdf-am:
752
753ps: ps-recursive
754
755ps-am:
756
757uninstall-am: uninstall-binSCRIPTS
758
759.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
760	install-am install-strip tags-recursive
761
762.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
763	all all-am check check-am clean clean-generic clean-libtool \
764	ctags ctags-recursive distclean distclean-generic \
765	distclean-libtool distclean-tags distdir dvi dvi-am html \
766	html-am info info-am install install-am install-binSCRIPTS \
767	install-data install-data-am install-dvi install-dvi-am \
768	install-exec install-exec-am install-html install-html-am \
769	install-info install-info-am install-man install-pdf \
770	install-pdf-am install-ps install-ps-am install-strip \
771	installcheck installcheck-am installdirs installdirs-am \
772	maintainer-clean maintainer-clean-generic mostlyclean \
773	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
774	tags tags-recursive uninstall uninstall-am \
775	uninstall-binSCRIPTS
776
777
778@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@avahi-bookmarks: avahi-bookmarks.in
779@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@	$(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@ && \
780@HAVE_PYTHON_DBUS_TRUE@@HAVE_PYTHON_TRUE@	chmod +x $@
781
782# Tell versions [3.59,3.63) of GNU make to not export all variables.
783# Otherwise a system limit (for SysV at least) may be exceeded.
784.NOEXPORT:
785