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