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