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