1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# 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, 2010, 2011 Free Software
6# Foundation, 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# Makefile.am for top level of netatalk package
19
20am__make_dryrun = \
21  { \
22    am__dry=no; \
23    case $$MAKEFLAGS in \
24      *\\[\ \	]*) \
25        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27      *) \
28        for am__flg in $$MAKEFLAGS; do \
29          case $$am__flg in \
30            *=*|--*) ;; \
31            *n*) am__dry=yes; break;; \
32          esac; \
33        done;; \
34    esac; \
35    test $$am__dry = yes; \
36  }
37pkgdatadir = $(datadir)/netatalk
38pkgincludedir = $(includedir)/netatalk
39pkglibdir = $(libdir)/netatalk
40pkglibexecdir = $(libexecdir)/netatalk
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
55target_triplet = mipsel-uclibc-linux-gnu
56subdir = .
57DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
58	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
59	$(top_srcdir)/configure $(top_srcdir)/sys/solaris/Makefile.in \
60	AUTHORS COPYING NEWS compile config.guess config.sub depcomp \
61	install-sh ltmain.sh missing
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
64	$(top_srcdir)/macros/cnid-backend.m4 \
65	$(top_srcdir)/macros/config-checks.m4 \
66	$(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
67	$(top_srcdir)/macros/grep-check.m4 \
68	$(top_srcdir)/macros/gssapi-check.m4 \
69	$(top_srcdir)/macros/iconv.m4 \
70	$(top_srcdir)/macros/largefile-check.m4 \
71	$(top_srcdir)/macros/libgcrypt.m4 \
72	$(top_srcdir)/macros/libtool.m4 \
73	$(top_srcdir)/macros/ltoptions.m4 \
74	$(top_srcdir)/macros/ltsugar.m4 \
75	$(top_srcdir)/macros/ltversion.m4 \
76	$(top_srcdir)/macros/lt~obsolete.m4 \
77	$(top_srcdir)/macros/pam-check.m4 \
78	$(top_srcdir)/macros/perl-check.m4 \
79	$(top_srcdir)/macros/ps-check.m4 \
80	$(top_srcdir)/macros/quota-check.m4 \
81	$(top_srcdir)/macros/snprintf-check.m4 \
82	$(top_srcdir)/macros/srvloc.m4 \
83	$(top_srcdir)/macros/ssl-check.m4 \
84	$(top_srcdir)/macros/summary.m4 \
85	$(top_srcdir)/macros/tcp-wrappers.m4 \
86	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
87	$(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.ac
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89	$(ACLOCAL_M4)
90am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
91 configure.lineno config.status.lineno
92mkinstalldirs = $(install_sh) -d
93CONFIG_HEADER = config.h
94CONFIG_CLEAN_FILES = sys/solaris/Makefile
95CONFIG_CLEAN_VPATH_FILES =
96SOURCES =
97DIST_SOURCES =
98RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
99	html-recursive info-recursive install-data-recursive \
100	install-dvi-recursive install-exec-recursive \
101	install-html-recursive install-info-recursive \
102	install-pdf-recursive install-ps-recursive install-recursive \
103	installcheck-recursive installdirs-recursive pdf-recursive \
104	ps-recursive uninstall-recursive
105am__can_run_installinfo = \
106  case $$AM_UPDATE_INFO_DIR in \
107    n|no|NO) false;; \
108    *) (install-info --version) >/dev/null 2>&1;; \
109  esac
110RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
111  distclean-recursive maintainer-clean-recursive
112AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
113	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
114	distdir dist dist-all distcheck
115ETAGS = etags
116CTAGS = ctags
117DIST_SUBDIRS = $(SUBDIRS)
118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119distdir = $(PACKAGE)-$(VERSION)
120top_distdir = $(distdir)
121am__remove_distdir = \
122  if test -d "$(distdir)"; then \
123    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
124      && rm -rf "$(distdir)" \
125      || { sleep 5 && rm -rf "$(distdir)"; }; \
126  else :; fi
127am__relativize = \
128  dir0=`pwd`; \
129  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
130  sed_rest='s,^[^/]*/*,,'; \
131  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
132  sed_butlast='s,/*[^/]*$$,,'; \
133  while test -n "$$dir1"; do \
134    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
135    if test "$$first" != "."; then \
136      if test "$$first" = ".."; then \
137        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
138        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
139      else \
140        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
141        if test "$$first2" = "$$first"; then \
142          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
143        else \
144          dir2="../$$dir2"; \
145        fi; \
146        dir0="$$dir0"/"$$first"; \
147      fi; \
148    fi; \
149    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
150  done; \
151  reldir="$$dir2"
152DIST_ARCHIVES = $(distdir).tar.gz
153GZIP_ENV = --best
154distuninstallcheck_listfiles = find . -type f -print
155am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
156  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
157distcleancheck_listfiles = find . -type f -print
158ACLOCAL = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11
159ACL_LIBS = 
160AFS_CFLAGS = 
161AFS_LIBS = 
162AMTAR = $${TAR-tar}
163AR = mipsel-linux-uclibc-ar
164AUTOCONF = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf
165AUTOHEADER = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader
166AUTOMAKE = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11
167AVAHI_CFLAGS = 
168AVAHI_LIBS = 
169AVAHI_TPOLL_CFLAGS = 
170AVAHI_TPOLL_LIBS = 
171AWK = gawk
172BDB_BIN = /usr/bin
173BDB_CFLAGS = 
174BDB_LIBS =  -ldb-4.7
175BDB_PATH = /usr
176CC = mipsel-linux-uclibc-gcc
177CCDEPMODE = depmode=gcc3
178CFLAGS = -I$(top_srcdir)/include -D_U_="__attribute__((unused))" -O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/include -std=gnu99 -D_U_="__attribute__((unused))" -I$(top_srcdir)/sys
179COMPILE_64BIT_KMODULE = 
180COMPILE_KERNEL_GCC = 
181CPP = mipsel-linux-uclibc-gcc -E
182CPPFLAGS = 
183CRYPT_LIBS = -lcrypt 
184CUPS_CFLAGS = 
185CUPS_CONFIG = /usr/bin/cups-config
186CUPS_LDFLAGS = 
187CUPS_LIBS = -lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz -lpthread -lm -lcrypt
188CYGPATH_W = echo
189DEFAULT_CNID_SCHEME = dbd
190DEFS = -DHAVE_CONFIG_H
191DEPDIR = .deps
192DLLTOOL = false
193DSYMUTIL = 
194DUMPBIN = 
195ECHO_C = 
196ECHO_N = -n
197ECHO_T = 
198EGREP = /bin/grep -E
199EXEEXT = 
200FGREP = /bin/grep -F
201GREP = /bin/grep
202GSSAPI_CFLAGS = 
203GSSAPI_LDFLAGS = 
204GSSAPI_LIBS = 
205ICONV_CFLAGS = 
206ICONV_LIBS =  -liconv
207INSTALL = /usr/bin/install -c
208INSTALL_DATA = ${INSTALL} -m 644
209INSTALL_PROGRAM = ${INSTALL}
210INSTALL_SCRIPT = ${INSTALL}
211INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
212KCFLAGS = 
213KLDFLAGS = 
214KRB5_CONFIG = 
215LD = mipsel-linux-uclibc-ld
216LDFLAGS = -L/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/lib
217LIBADD_DL = -ldl 
218LIBADD_DLD_LINK = 
219LIBADD_DLOPEN = -ldl
220LIBADD_SHL_LOAD = 
221LIBGCRYPT_CFLAGS = 
222LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
223LIBGCRYPT_LIBS = -lgcrypt -lgpg-error
224LIBOBJS =  ${LIBOBJDIR}memcmp$U.o
225LIBS = -lpthread -ldl  -L$(top_srcdir)/libatalk
226LIBTOOL = $(SHELL) $(top_builddir)/libtool
227LIPO = 
228LN_S = ln -s
229LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo
230LT_DLLOADERS =  dlopen.la
231LT_DLPREOPEN = -dlpreopen dlopen.la 
232MAINT = 
233MAKEINFO = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo
234MANIFEST_TOOL = :
235MKDIR_P = /bin/mkdir -p
236NETATALK_VERSION = 2.2.5
237NM = mipsel-linux-uclibc-nm
238NMEDIT = 
239OBJDUMP = mipsel-linux-uclibc-objdump
240OBJEXT = o
241OTOOL = 
242OTOOL64 = 
243OVERWRITE_CONFIG = no
244PACKAGE = netatalk
245PACKAGE_BUGREPORT = 
246PACKAGE_NAME = 
247PACKAGE_STRING = 
248PACKAGE_TARNAME = 
249PACKAGE_URL = 
250PACKAGE_VERSION = 
251PAMDIR = /
252PAM_ACCOUNT = system-auth
253PAM_AUTH = system-auth
254PAM_CFLAGS = 
255PAM_DIRECTIVE = include
256PAM_LIBS = 
257PAM_PASSWORD = system-auth
258PAM_SESSION = system-auth
259PATH_SEPARATOR = :
260PERL = perl
261PKGCONFDIR = ${prefix}/etc/netatalk
262PKG_CONFIG = /usr/bin/pkg-config
263PS = /bin/ps
264PTHREAD_LIBS = -lpthread
265QUOTA_LIBS = 
266RANLIB = mipsel-linux-uclibc-ranlib
267SED = /bin/sed
268SERVERTEXT = ${prefix}/etc/netatalk/msg
269SET_MAKE = 
270SHELL = /bin/sh
271SLP_CFLAGS = 
272SLP_LIBS = 
273SPOOLDIR = ${prefix}/var/spool/netatalk
274SSL_CFLAGS =  -I/usr/include/openssl
275SSL_LIBS =  -lcrypto
276STRIP = mipsel-linux-uclibc-strip
277UAMS_PATH = ${prefix}/etc/netatalk/uams
278VERSION = 2.2.5
279WEBMIN_PASS = 
280WEBMIN_PATH = 
281WEBMIN_PORT = 
282WEBMIN_USER = 
283WEBMIN_VERSION = 
284WRAP_LIBS = 
285ZEROCONF_CFLAGS = 
286ZEROCONF_LIBS = 
287abs_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
288abs_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
289abs_top_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
290abs_top_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
291ac_ct_AR = 
292ac_ct_CC = 
293ac_ct_DUMPBIN = 
294am__include = include
295am__leading_dot = .
296am__quote = 
297am__tar = $${TAR-tar} chof - "$$tardir"
298am__untar = $${TAR-tar} xf -
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 = .
306compiled_backends =  dbd last tdb
307datadir = ${datarootdir}
308datarootdir = ${prefix}/share
309docdir = ${datarootdir}/doc/${PACKAGE}
310dvidir = ${docdir}
311exec_prefix = ${prefix}
312host = mipsel-uclibc-linux-gnu
313host_alias = mipsel-uclibc-linux
314host_cpu = mipsel
315host_os = linux-gnu
316host_vendor = uclibc
317htmldir = ${docdir}
318includedir = ${prefix}/include
319infodir = ${datarootdir}/info
320install_sh = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/install-sh
321libdir = ${exec_prefix}/lib
322libexecdir = ${exec_prefix}/libexec
323localedir = ${datarootdir}/locale
324localstatedir = ${prefix}/var
325mandir = ${datarootdir}/man
326mkdir_p = /bin/mkdir -p
327oldincludedir = /usr/include
328pdfdir = ${docdir}
329prefix = /usr/local
330program_transform_name = s,x,x,
331psdir = ${docdir}
332sbindir = ${exec_prefix}/sbin
333sharedstatedir = ${prefix}/com
334srcdir = .
335sys_symbol_underscore = no
336sysconfdir = ${prefix}/etc
337target = mipsel-uclibc-linux-gnu
338target_alias = 
339target_cpu = mipsel
340target_os = linux-gnu
341target_vendor = uclibc
342top_build_prefix = 
343top_builddir = .
344top_srcdir = .
345SUBDIRS = libatalk bin config etc man contrib distrib include sys doc macros test
346EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION services.atalk
347ACLOCAL_AMFLAGS = -I macros
348AUTOMAKE_OPTIONS = foreign
349all: config.h
350	$(MAKE) $(AM_MAKEFLAGS) all-recursive
351
352.SUFFIXES:
353am--refresh: Makefile
354	@:
355$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
356	@for dep in $?; do \
357	  case '$(am__configure_deps)' in \
358	    *$$dep*) \
359	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
360	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
361		&& exit 0; \
362	      exit 1;; \
363	  esac; \
364	done; \
365	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
366	$(am__cd) $(top_srcdir) && \
367	  $(AUTOMAKE) --foreign Makefile
368.PRECIOUS: Makefile
369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370	@case '$?' in \
371	  *config.status*) \
372	    echo ' $(SHELL) ./config.status'; \
373	    $(SHELL) ./config.status;; \
374	  *) \
375	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
376	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
377	esac;
378
379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380	$(SHELL) ./config.status --recheck
381
382$(top_srcdir)/configure:  $(am__configure_deps)
383	$(am__cd) $(srcdir) && $(AUTOCONF)
384$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
385	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
386$(am__aclocal_m4_deps):
387
388config.h: stamp-h1
389	@if test ! -f $@; then rm -f stamp-h1; else :; fi
390	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
391
392stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
393	@rm -f stamp-h1
394	cd $(top_builddir) && $(SHELL) ./config.status config.h
395$(srcdir)/config.h.in:  $(am__configure_deps) 
396	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
397	rm -f stamp-h1
398	touch $@
399
400distclean-hdr:
401	-rm -f config.h stamp-h1
402sys/solaris/Makefile: $(top_builddir)/config.status $(top_srcdir)/sys/solaris/Makefile.in
403	cd $(top_builddir) && $(SHELL) ./config.status $@
404
405mostlyclean-libtool:
406	-rm -f *.lo
407
408clean-libtool:
409	-rm -rf .libs _libs
410
411distclean-libtool:
412	-rm -f libtool config.lt
413
414# This directory's subdirectories are mostly independent; you can cd
415# into them and run `make' without going through this Makefile.
416# To change the values of `make' variables: instead of editing Makefiles,
417# (1) if the variable is set in `config.status', edit `config.status'
418#     (which will cause the Makefiles to be regenerated when you run `make');
419# (2) otherwise, pass the desired values on the `make' command line.
420$(RECURSIVE_TARGETS):
421	@fail= failcom='exit 1'; \
422	for f in x $$MAKEFLAGS; do \
423	  case $$f in \
424	    *=* | --[!k]*);; \
425	    *k*) failcom='fail=yes';; \
426	  esac; \
427	done; \
428	dot_seen=no; \
429	target=`echo $@ | sed s/-recursive//`; \
430	list='$(SUBDIRS)'; for subdir in $$list; do \
431	  echo "Making $$target in $$subdir"; \
432	  if test "$$subdir" = "."; then \
433	    dot_seen=yes; \
434	    local_target="$$target-am"; \
435	  else \
436	    local_target="$$target"; \
437	  fi; \
438	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
439	  || eval $$failcom; \
440	done; \
441	if test "$$dot_seen" = "no"; then \
442	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
443	fi; test -z "$$fail"
444
445$(RECURSIVE_CLEAN_TARGETS):
446	@fail= failcom='exit 1'; \
447	for f in x $$MAKEFLAGS; do \
448	  case $$f in \
449	    *=* | --[!k]*);; \
450	    *k*) failcom='fail=yes';; \
451	  esac; \
452	done; \
453	dot_seen=no; \
454	case "$@" in \
455	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
456	  *) list='$(SUBDIRS)' ;; \
457	esac; \
458	rev=''; for subdir in $$list; do \
459	  if test "$$subdir" = "."; then :; else \
460	    rev="$$subdir $$rev"; \
461	  fi; \
462	done; \
463	rev="$$rev ."; \
464	target=`echo $@ | sed s/-recursive//`; \
465	for subdir in $$rev; do \
466	  echo "Making $$target in $$subdir"; \
467	  if test "$$subdir" = "."; then \
468	    local_target="$$target-am"; \
469	  else \
470	    local_target="$$target"; \
471	  fi; \
472	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
473	  || eval $$failcom; \
474	done && test -z "$$fail"
475tags-recursive:
476	list='$(SUBDIRS)'; for subdir in $$list; do \
477	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
478	done
479ctags-recursive:
480	list='$(SUBDIRS)'; for subdir in $$list; do \
481	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
482	done
483
484ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
485	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486	unique=`for i in $$list; do \
487	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488	  done | \
489	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490	      END { if (nonempty) { for (i in files) print i; }; }'`; \
491	mkid -fID $$unique
492tags: TAGS
493
494TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
495		$(TAGS_FILES) $(LISP)
496	set x; \
497	here=`pwd`; \
498	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499	  include_option=--etags-include; \
500	  empty_fix=.; \
501	else \
502	  include_option=--include; \
503	  empty_fix=; \
504	fi; \
505	list='$(SUBDIRS)'; for subdir in $$list; do \
506	  if test "$$subdir" = .; then :; else \
507	    test ! -f $$subdir/TAGS || \
508	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
509	  fi; \
510	done; \
511	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
512	unique=`for i in $$list; do \
513	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514	  done | \
515	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516	      END { if (nonempty) { for (i in files) print i; }; }'`; \
517	shift; \
518	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
519	  test -n "$$unique" || unique=$$empty_fix; \
520	  if test $$# -gt 0; then \
521	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522	      "$$@" $$unique; \
523	  else \
524	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525	      $$unique; \
526	  fi; \
527	fi
528ctags: CTAGS
529CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
530		$(TAGS_FILES) $(LISP)
531	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
532	unique=`for i in $$list; do \
533	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
534	  done | \
535	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
536	      END { if (nonempty) { for (i in files) print i; }; }'`; \
537	test -z "$(CTAGS_ARGS)$$unique" \
538	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
539	     $$unique
540
541GTAGS:
542	here=`$(am__cd) $(top_builddir) && pwd` \
543	  && $(am__cd) $(top_srcdir) \
544	  && gtags -i $(GTAGS_ARGS) "$$here"
545
546distclean-tags:
547	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548
549distdir: $(DISTFILES)
550	$(am__remove_distdir)
551	test -d "$(distdir)" || mkdir "$(distdir)"
552	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554	list='$(DISTFILES)'; \
555	  dist_files=`for file in $$list; do echo $$file; done | \
556	  sed -e "s|^$$srcdirstrip/||;t" \
557	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558	case $$dist_files in \
559	  */*) $(MKDIR_P) `echo "$$dist_files" | \
560			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561			   sort -u` ;; \
562	esac; \
563	for file in $$dist_files; do \
564	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565	  if test -d $$d/$$file; then \
566	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567	    if test -d "$(distdir)/$$file"; then \
568	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569	    fi; \
570	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
571	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
572	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573	    fi; \
574	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575	  else \
576	    test -f "$(distdir)/$$file" \
577	    || cp -p $$d/$$file "$(distdir)/$$file" \
578	    || exit 1; \
579	  fi; \
580	done
581	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
582	  if test "$$subdir" = .; then :; else \
583	    $(am__make_dryrun) \
584	      || test -d "$(distdir)/$$subdir" \
585	      || $(MKDIR_P) "$(distdir)/$$subdir" \
586	      || exit 1; \
587	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
588	    $(am__relativize); \
589	    new_distdir=$$reldir; \
590	    dir1=$$subdir; dir2="$(top_distdir)"; \
591	    $(am__relativize); \
592	    new_top_distdir=$$reldir; \
593	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
594	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
595	    ($(am__cd) $$subdir && \
596	      $(MAKE) $(AM_MAKEFLAGS) \
597	        top_distdir="$$new_top_distdir" \
598	        distdir="$$new_distdir" \
599		am__remove_distdir=: \
600		am__skip_length_check=: \
601		am__skip_mode_fix=: \
602	        distdir) \
603	      || exit 1; \
604	  fi; \
605	done
606	-test -n "$(am__skip_mode_fix)" \
607	|| find "$(distdir)" -type d ! -perm -755 \
608		-exec chmod u+rwx,go+rx {} \; -o \
609	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
610	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
611	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
612	|| chmod -R a+r "$(distdir)"
613dist-gzip: distdir
614	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
615	$(am__remove_distdir)
616
617dist-bzip2: distdir
618	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
619	$(am__remove_distdir)
620
621dist-lzip: distdir
622	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
623	$(am__remove_distdir)
624
625dist-lzma: distdir
626	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
627	$(am__remove_distdir)
628
629dist-xz: distdir
630	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
631	$(am__remove_distdir)
632
633dist-tarZ: distdir
634	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
635	$(am__remove_distdir)
636
637dist-shar: distdir
638	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
639	$(am__remove_distdir)
640
641dist-zip: distdir
642	-rm -f $(distdir).zip
643	zip -rq $(distdir).zip $(distdir)
644	$(am__remove_distdir)
645
646dist dist-all: distdir
647	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
648	$(am__remove_distdir)
649
650# This target untars the dist file and tries a VPATH configuration.  Then
651# it guarantees that the distribution is self-contained by making another
652# tarfile.
653distcheck: dist
654	case '$(DIST_ARCHIVES)' in \
655	*.tar.gz*) \
656	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
657	*.tar.bz2*) \
658	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
659	*.tar.lzma*) \
660	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
661	*.tar.lz*) \
662	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
663	*.tar.xz*) \
664	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
665	*.tar.Z*) \
666	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
667	*.shar.gz*) \
668	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
669	*.zip*) \
670	  unzip $(distdir).zip ;;\
671	esac
672	chmod -R a-w $(distdir); chmod a+w $(distdir)
673	mkdir $(distdir)/_build
674	mkdir $(distdir)/_inst
675	chmod a-w $(distdir)
676	test -d $(distdir)/_build || exit 0; \
677	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
678	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
679	  && am__cwd=`pwd` \
680	  && $(am__cd) $(distdir)/_build \
681	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
682	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
683	    $(DISTCHECK_CONFIGURE_FLAGS) \
684	  && $(MAKE) $(AM_MAKEFLAGS) \
685	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
686	  && $(MAKE) $(AM_MAKEFLAGS) check \
687	  && $(MAKE) $(AM_MAKEFLAGS) install \
688	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
689	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
690	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
691	        distuninstallcheck \
692	  && chmod -R a-w "$$dc_install_base" \
693	  && ({ \
694	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
695	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
696	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
697	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
698	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
699	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
700	  && rm -rf "$$dc_destdir" \
701	  && $(MAKE) $(AM_MAKEFLAGS) dist \
702	  && rm -rf $(DIST_ARCHIVES) \
703	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
704	  && cd "$$am__cwd" \
705	  || exit 1
706	$(am__remove_distdir)
707	@(echo "$(distdir) archives ready for distribution: "; \
708	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
709	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
710distuninstallcheck:
711	@test -n '$(distuninstallcheck_dir)' || { \
712	  echo 'ERROR: trying to run $@ with an empty' \
713	       '$$(distuninstallcheck_dir)' >&2; \
714	  exit 1; \
715	}; \
716	$(am__cd) '$(distuninstallcheck_dir)' || { \
717	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
718	  exit 1; \
719	}; \
720	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
721	   || { echo "ERROR: files left after uninstall:" ; \
722	        if test -n "$(DESTDIR)"; then \
723	          echo "  (check DESTDIR support)"; \
724	        fi ; \
725	        $(distuninstallcheck_listfiles) ; \
726	        exit 1; } >&2
727distcleancheck: distclean
728	@if test '$(srcdir)' = . ; then \
729	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
730	  exit 1 ; \
731	fi
732	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
733	  || { echo "ERROR: files left in build directory after distclean:" ; \
734	       $(distcleancheck_listfiles) ; \
735	       exit 1; } >&2
736check-am: all-am
737check: check-recursive
738all-am: Makefile config.h
739installdirs: installdirs-recursive
740installdirs-am:
741install: install-recursive
742install-exec: install-exec-recursive
743install-data: install-data-recursive
744uninstall: uninstall-recursive
745
746install-am: all-am
747	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
748
749installcheck: installcheck-recursive
750install-strip:
751	if test -z '$(STRIP)'; then \
752	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
753	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
754	      install; \
755	else \
756	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
757	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
758	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
759	fi
760mostlyclean-generic:
761
762clean-generic:
763
764distclean-generic:
765	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
766	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
767
768maintainer-clean-generic:
769	@echo "This command is intended for maintainers to use"
770	@echo "it deletes files that may require special tools to rebuild."
771clean: clean-recursive
772
773clean-am: clean-generic clean-libtool mostlyclean-am
774
775distclean: distclean-recursive
776	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
777	-rm -f Makefile
778distclean-am: clean-am distclean-generic distclean-hdr \
779	distclean-libtool distclean-tags
780
781dvi: dvi-recursive
782
783dvi-am:
784
785html: html-recursive
786
787html-am:
788
789info: info-recursive
790
791info-am:
792
793install-data-am:
794
795install-dvi: install-dvi-recursive
796
797install-dvi-am:
798
799install-exec-am:
800
801install-html: install-html-recursive
802
803install-html-am:
804
805install-info: install-info-recursive
806
807install-info-am:
808
809install-man:
810
811install-pdf: install-pdf-recursive
812
813install-pdf-am:
814
815install-ps: install-ps-recursive
816
817install-ps-am:
818
819installcheck-am:
820
821maintainer-clean: maintainer-clean-recursive
822	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
823	-rm -rf $(top_srcdir)/autom4te.cache
824	-rm -f Makefile
825maintainer-clean-am: distclean-am maintainer-clean-generic
826
827mostlyclean: mostlyclean-recursive
828
829mostlyclean-am: mostlyclean-generic mostlyclean-libtool
830
831pdf: pdf-recursive
832
833pdf-am:
834
835ps: ps-recursive
836
837ps-am:
838
839uninstall-am:
840
841.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
842	ctags-recursive install-am install-strip tags-recursive
843
844.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
845	all all-am am--refresh check check-am clean clean-generic \
846	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
847	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
848	dist-zip distcheck distclean distclean-generic distclean-hdr \
849	distclean-libtool distclean-tags distcleancheck distdir \
850	distuninstallcheck dvi dvi-am html html-am info info-am \
851	install install-am install-data install-data-am install-dvi \
852	install-dvi-am install-exec install-exec-am install-html \
853	install-html-am install-info install-info-am install-man \
854	install-pdf install-pdf-am install-ps install-ps-am \
855	install-strip installcheck installcheck-am installdirs \
856	installdirs-am maintainer-clean maintainer-clean-generic \
857	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
858	ps ps-am tags tags-recursive uninstall uninstall-am
859
860
861# Tell versions [3.59,3.63) of GNU make to not export all variables.
862# Otherwise a system limit (for SysV at least) may be exceeded.
863.NOEXPORT:
864