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