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	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-python/Makefile'; \
372	$(am__cd) $(top_srcdir) && \
373	  $(AUTOMAKE) --foreign avahi-python/Makefile
374.PRECIOUS: Makefile
375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376	@case '$?' in \
377	  *config.status*) \
378	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379	  *) \
380	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382	esac;
383
384$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
387$(top_srcdir)/configure:  $(am__configure_deps)
388	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
390	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391$(am__aclocal_m4_deps):
392install-binSCRIPTS: $(bin_SCRIPTS)
393	@$(NORMAL_INSTALL)
394	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
395	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
396	for p in $$list; do \
397	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
398	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
399	done | \
400	sed -e 'p;s,.*/,,;n' \
401	    -e 'h;s|.*|.|' \
402	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
403	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
404	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
405	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
406	      if (++n[d] == $(am__install_max)) { \
407		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
408	    else { print "f", d "/" $$4, $$1 } } \
409	  END { for (d in files) print "f", d, files[d] }' | \
410	while read type dir files; do \
411	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
412	     test -z "$$files" || { \
413	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
414	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
415	     } \
416	; done
417
418uninstall-binSCRIPTS:
419	@$(NORMAL_UNINSTALL)
420	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
421	files=`for p in $$list; do echo "$$p"; done | \
422	       sed -e 's,.*/,,;$(transform)'`; \
423	test -n "$$list" || exit 0; \
424	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
425	cd "$(DESTDIR)$(bindir)" && rm -f $$files
426
427mostlyclean-libtool:
428	-rm -f *.lo
429
430clean-libtool:
431	-rm -rf .libs _libs
432
433# This directory's subdirectories are mostly independent; you can cd
434# into them and run `make' without going through this Makefile.
435# To change the values of `make' variables: instead of editing Makefiles,
436# (1) if the variable is set in `config.status', edit `config.status'
437#     (which will cause the Makefiles to be regenerated when you run `make');
438# (2) otherwise, pass the desired values on the `make' command line.
439$(RECURSIVE_TARGETS):
440	@failcom='exit 1'; \
441	for f in x $$MAKEFLAGS; do \
442	  case $$f in \
443	    *=* | --[!k]*);; \
444	    *k*) failcom='fail=yes';; \
445	  esac; \
446	done; \
447	dot_seen=no; \
448	target=`echo $@ | sed s/-recursive//`; \
449	list='$(SUBDIRS)'; for subdir in $$list; do \
450	  echo "Making $$target in $$subdir"; \
451	  if test "$$subdir" = "."; then \
452	    dot_seen=yes; \
453	    local_target="$$target-am"; \
454	  else \
455	    local_target="$$target"; \
456	  fi; \
457	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
458	  || eval $$failcom; \
459	done; \
460	if test "$$dot_seen" = "no"; then \
461	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
462	fi; test -z "$$fail"
463
464$(RECURSIVE_CLEAN_TARGETS):
465	@failcom='exit 1'; \
466	for f in x $$MAKEFLAGS; do \
467	  case $$f in \
468	    *=* | --[!k]*);; \
469	    *k*) failcom='fail=yes';; \
470	  esac; \
471	done; \
472	dot_seen=no; \
473	case "$@" in \
474	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
475	  *) list='$(SUBDIRS)' ;; \
476	esac; \
477	rev=''; for subdir in $$list; do \
478	  if test "$$subdir" = "."; then :; else \
479	    rev="$$subdir $$rev"; \
480	  fi; \
481	done; \
482	rev="$$rev ."; \
483	target=`echo $@ | sed s/-recursive//`; \
484	for subdir in $$rev; do \
485	  echo "Making $$target in $$subdir"; \
486	  if test "$$subdir" = "."; then \
487	    local_target="$$target-am"; \
488	  else \
489	    local_target="$$target"; \
490	  fi; \
491	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
492	  || eval $$failcom; \
493	done && test -z "$$fail"
494tags-recursive:
495	list='$(SUBDIRS)'; for subdir in $$list; do \
496	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
497	done
498ctags-recursive:
499	list='$(SUBDIRS)'; for subdir in $$list; do \
500	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
501	done
502
503ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
504	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
505	unique=`for i in $$list; do \
506	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507	  done | \
508	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509	      END { if (nonempty) { for (i in files) print i; }; }'`; \
510	mkid -fID $$unique
511tags: TAGS
512
513TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
514		$(TAGS_FILES) $(LISP)
515	set x; \
516	here=`pwd`; \
517	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
518	  include_option=--etags-include; \
519	  empty_fix=.; \
520	else \
521	  include_option=--include; \
522	  empty_fix=; \
523	fi; \
524	list='$(SUBDIRS)'; for subdir in $$list; do \
525	  if test "$$subdir" = .; then :; else \
526	    test ! -f $$subdir/TAGS || \
527	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
528	  fi; \
529	done; \
530	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
531	unique=`for i in $$list; do \
532	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533	  done | \
534	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
535	      END { if (nonempty) { for (i in files) print i; }; }'`; \
536	shift; \
537	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
538	  test -n "$$unique" || unique=$$empty_fix; \
539	  if test $$# -gt 0; then \
540	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541	      "$$@" $$unique; \
542	  else \
543	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544	      $$unique; \
545	  fi; \
546	fi
547ctags: CTAGS
548CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
549		$(TAGS_FILES) $(LISP)
550	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
551	unique=`for i in $$list; do \
552	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553	  done | \
554	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555	      END { if (nonempty) { for (i in files) print i; }; }'`; \
556	test -z "$(CTAGS_ARGS)$$unique" \
557	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558	     $$unique
559
560GTAGS:
561	here=`$(am__cd) $(top_builddir) && pwd` \
562	  && $(am__cd) $(top_srcdir) \
563	  && gtags -i $(GTAGS_ARGS) "$$here"
564
565distclean-tags:
566	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567
568distdir: $(DISTFILES)
569	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571	list='$(DISTFILES)'; \
572	  dist_files=`for file in $$list; do echo $$file; done | \
573	  sed -e "s|^$$srcdirstrip/||;t" \
574	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
575	case $$dist_files in \
576	  */*) $(MKDIR_P) `echo "$$dist_files" | \
577			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
578			   sort -u` ;; \
579	esac; \
580	for file in $$dist_files; do \
581	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
582	  if test -d $$d/$$file; then \
583	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
584	    if test -d "$(distdir)/$$file"; then \
585	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586	    fi; \
587	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
588	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
589	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590	    fi; \
591	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
592	  else \
593	    test -f "$(distdir)/$$file" \
594	    || cp -p $$d/$$file "$(distdir)/$$file" \
595	    || exit 1; \
596	  fi; \
597	done
598	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
599	  if test "$$subdir" = .; then :; else \
600	    test -d "$(distdir)/$$subdir" \
601	    || $(MKDIR_P) "$(distdir)/$$subdir" \
602	    || exit 1; \
603	  fi; \
604	done
605	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
606	  if test "$$subdir" = .; then :; else \
607	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
608	    $(am__relativize); \
609	    new_distdir=$$reldir; \
610	    dir1=$$subdir; dir2="$(top_distdir)"; \
611	    $(am__relativize); \
612	    new_top_distdir=$$reldir; \
613	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
614	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
615	    ($(am__cd) $$subdir && \
616	      $(MAKE) $(AM_MAKEFLAGS) \
617	        top_distdir="$$new_top_distdir" \
618	        distdir="$$new_distdir" \
619		am__remove_distdir=: \
620		am__skip_length_check=: \
621		am__skip_mode_fix=: \
622	        distdir) \
623	      || exit 1; \
624	  fi; \
625	done
626check-am: all-am
627check: check-recursive
628all-am: Makefile $(SCRIPTS)
629installdirs: installdirs-recursive
630installdirs-am:
631	for dir in "$(DESTDIR)$(bindir)"; do \
632	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
633	done
634install: install-recursive
635install-exec: install-exec-recursive
636install-data: install-data-recursive
637uninstall: uninstall-recursive
638
639install-am: all-am
640	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
641
642installcheck: installcheck-recursive
643install-strip:
644	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
645	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
646	  `test -z '$(STRIP)' || \
647	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
648mostlyclean-generic:
649
650clean-generic:
651	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
652
653distclean-generic:
654	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
655	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
656
657maintainer-clean-generic:
658	@echo "This command is intended for maintainers to use"
659	@echo "it deletes files that may require special tools to rebuild."
660clean: clean-recursive
661
662clean-am: clean-generic clean-libtool mostlyclean-am
663
664distclean: distclean-recursive
665	-rm -f Makefile
666distclean-am: clean-am distclean-generic distclean-tags
667
668dvi: dvi-recursive
669
670dvi-am:
671
672html: html-recursive
673
674html-am:
675
676info: info-recursive
677
678info-am:
679
680install-data-am:
681
682install-dvi: install-dvi-recursive
683
684install-dvi-am:
685
686install-exec-am: install-binSCRIPTS
687
688install-html: install-html-recursive
689
690install-html-am:
691
692install-info: install-info-recursive
693
694install-info-am:
695
696install-man:
697
698install-pdf: install-pdf-recursive
699
700install-pdf-am:
701
702install-ps: install-ps-recursive
703
704install-ps-am:
705
706installcheck-am:
707
708maintainer-clean: maintainer-clean-recursive
709	-rm -f Makefile
710maintainer-clean-am: distclean-am maintainer-clean-generic
711
712mostlyclean: mostlyclean-recursive
713
714mostlyclean-am: mostlyclean-generic mostlyclean-libtool
715
716pdf: pdf-recursive
717
718pdf-am:
719
720ps: ps-recursive
721
722ps-am:
723
724uninstall-am: uninstall-binSCRIPTS
725
726.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
727	install-am install-strip tags-recursive
728
729.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
730	all all-am check check-am clean clean-generic clean-libtool \
731	ctags ctags-recursive distclean distclean-generic \
732	distclean-libtool distclean-tags distdir dvi dvi-am html \
733	html-am info info-am install install-am install-binSCRIPTS \
734	install-data install-data-am install-dvi install-dvi-am \
735	install-exec install-exec-am install-html install-html-am \
736	install-info install-info-am install-man install-pdf \
737	install-pdf-am install-ps install-ps-am install-strip \
738	installcheck installcheck-am installdirs installdirs-am \
739	maintainer-clean maintainer-clean-generic mostlyclean \
740	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
741	tags tags-recursive uninstall uninstall-am \
742	uninstall-binSCRIPTS
743
744
745##avahi-bookmarks: avahi-bookmarks.in
746##	sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@
747##	chmod +x $@
748
749# Tell versions [3.59,3.63) of GNU make to not export all variables.
750# Otherwise a system limit (for SysV at least) may be exceeded.
751.NOEXPORT:
752