1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# etc/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 etc/
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
56#am__append_1 = atalkd papd psf
57subdir = etc
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
61	$(top_srcdir)/macros/cnid-backend.m4 \
62	$(top_srcdir)/macros/config-checks.m4 \
63	$(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
64	$(top_srcdir)/macros/grep-check.m4 \
65	$(top_srcdir)/macros/gssapi-check.m4 \
66	$(top_srcdir)/macros/iconv.m4 \
67	$(top_srcdir)/macros/largefile-check.m4 \
68	$(top_srcdir)/macros/libgcrypt.m4 \
69	$(top_srcdir)/macros/libtool.m4 \
70	$(top_srcdir)/macros/ltoptions.m4 \
71	$(top_srcdir)/macros/ltsugar.m4 \
72	$(top_srcdir)/macros/ltversion.m4 \
73	$(top_srcdir)/macros/lt~obsolete.m4 \
74	$(top_srcdir)/macros/pam-check.m4 \
75	$(top_srcdir)/macros/perl-check.m4 \
76	$(top_srcdir)/macros/ps-check.m4 \
77	$(top_srcdir)/macros/quota-check.m4 \
78	$(top_srcdir)/macros/snprintf-check.m4 \
79	$(top_srcdir)/macros/srvloc.m4 \
80	$(top_srcdir)/macros/ssl-check.m4 \
81	$(top_srcdir)/macros/summary.m4 \
82	$(top_srcdir)/macros/tcp-wrappers.m4 \
83	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
84	$(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
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
100am__can_run_installinfo = \
101  case $$AM_UPDATE_INFO_DIR in \
102    n|no|NO) false;; \
103    *) (install-info --version) >/dev/null 2>&1;; \
104  esac
105RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
106  distclean-recursive maintainer-clean-recursive
107AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
108	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
109	distdir
110ETAGS = etags
111CTAGS = ctags
112DIST_SUBDIRS = afpd cnid_dbd uams atalkd papd psf
113DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114am__relativize = \
115  dir0=`pwd`; \
116  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
117  sed_rest='s,^[^/]*/*,,'; \
118  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
119  sed_butlast='s,/*[^/]*$$,,'; \
120  while test -n "$$dir1"; do \
121    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
122    if test "$$first" != "."; then \
123      if test "$$first" = ".."; then \
124        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
125        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
126      else \
127        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
128        if test "$$first2" = "$$first"; then \
129          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
130        else \
131          dir2="../$$dir2"; \
132        fi; \
133        dir0="$$dir0"/"$$first"; \
134      fi; \
135    fi; \
136    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
137  done; \
138  reldir="$$dir2"
139ACLOCAL = ${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
140ACL_LIBS = 
141AFS_CFLAGS = 
142AFS_LIBS = 
143AMTAR = $${TAR-tar}
144AR = mipsel-linux-uclibc-ar
145AUTOCONF = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf
146AUTOHEADER = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader
147AUTOMAKE = ${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
148AVAHI_CFLAGS = 
149AVAHI_LIBS = 
150AVAHI_TPOLL_CFLAGS = 
151AVAHI_TPOLL_LIBS = 
152AWK = gawk
153BDB_BIN = /usr/bin
154BDB_CFLAGS = 
155BDB_LIBS =  -ldb-4.7
156BDB_PATH = /usr
157CC = mipsel-linux-uclibc-gcc
158CCDEPMODE = depmode=gcc3
159CFLAGS = -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
160COMPILE_64BIT_KMODULE = 
161COMPILE_KERNEL_GCC = 
162CPP = mipsel-linux-uclibc-gcc -E
163CPPFLAGS = 
164CRYPT_LIBS = -lcrypt 
165CUPS_CFLAGS = 
166CUPS_CONFIG = /usr/bin/cups-config
167CUPS_LDFLAGS = 
168CUPS_LIBS = -lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz -lpthread -lm -lcrypt
169CYGPATH_W = echo
170DEFAULT_CNID_SCHEME = dbd
171DEFS = -DHAVE_CONFIG_H
172DEPDIR = .deps
173DLLTOOL = false
174DSYMUTIL = 
175DUMPBIN = 
176ECHO_C = 
177ECHO_N = -n
178ECHO_T = 
179EGREP = /bin/grep -E
180EXEEXT = 
181FGREP = /bin/grep -F
182GREP = /bin/grep
183GSSAPI_CFLAGS = 
184GSSAPI_LDFLAGS = 
185GSSAPI_LIBS = 
186ICONV_CFLAGS = 
187ICONV_LIBS =  -liconv
188INSTALL = /usr/bin/install -c
189INSTALL_DATA = ${INSTALL} -m 644
190INSTALL_PROGRAM = ${INSTALL}
191INSTALL_SCRIPT = ${INSTALL}
192INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
193KCFLAGS = 
194KLDFLAGS = 
195KRB5_CONFIG = 
196LD = mipsel-linux-uclibc-ld
197LDFLAGS = -L/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/lib
198LIBADD_DL = -ldl 
199LIBADD_DLD_LINK = 
200LIBADD_DLOPEN = -ldl
201LIBADD_SHL_LOAD = 
202LIBGCRYPT_CFLAGS = 
203LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
204LIBGCRYPT_LIBS = -lgcrypt -lgpg-error
205LIBOBJS =  ${LIBOBJDIR}memcmp$U.o
206LIBS = -lpthread -ldl  -L$(top_srcdir)/libatalk
207LIBTOOL = $(SHELL) $(top_builddir)/libtool
208LIPO = 
209LN_S = ln -s
210LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo
211LT_DLLOADERS =  dlopen.la
212LT_DLPREOPEN = -dlpreopen dlopen.la 
213MAINT = 
214MAKEINFO = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo
215MANIFEST_TOOL = :
216MKDIR_P = /bin/mkdir -p
217NETATALK_VERSION = 2.2.5
218NM = mipsel-linux-uclibc-nm
219NMEDIT = 
220OBJDUMP = mipsel-linux-uclibc-objdump
221OBJEXT = o
222OTOOL = 
223OTOOL64 = 
224OVERWRITE_CONFIG = no
225PACKAGE = netatalk
226PACKAGE_BUGREPORT = 
227PACKAGE_NAME = 
228PACKAGE_STRING = 
229PACKAGE_TARNAME = 
230PACKAGE_URL = 
231PACKAGE_VERSION = 
232PAMDIR = /
233PAM_ACCOUNT = system-auth
234PAM_AUTH = system-auth
235PAM_CFLAGS = 
236PAM_DIRECTIVE = include
237PAM_LIBS = 
238PAM_PASSWORD = system-auth
239PAM_SESSION = system-auth
240PATH_SEPARATOR = :
241PERL = perl
242PKGCONFDIR = ${prefix}/etc/netatalk
243PKG_CONFIG = /usr/bin/pkg-config
244PS = /bin/ps
245PTHREAD_LIBS = -lpthread
246QUOTA_LIBS = 
247RANLIB = mipsel-linux-uclibc-ranlib
248SED = /bin/sed
249SERVERTEXT = ${prefix}/etc/netatalk/msg
250SET_MAKE = 
251SHELL = /bin/sh
252SLP_CFLAGS = 
253SLP_LIBS = 
254SPOOLDIR = ${prefix}/var/spool/netatalk
255SSL_CFLAGS =  -I/usr/include/openssl
256SSL_LIBS =  -lcrypto
257STRIP = mipsel-linux-uclibc-strip
258UAMS_PATH = ${prefix}/etc/netatalk/uams
259VERSION = 2.2.5
260WEBMIN_PASS = 
261WEBMIN_PATH = 
262WEBMIN_PORT = 
263WEBMIN_USER = 
264WEBMIN_VERSION = 
265WRAP_LIBS = 
266ZEROCONF_CFLAGS = 
267ZEROCONF_LIBS = 
268abs_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/etc
269abs_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/etc
270abs_top_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
271abs_top_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5
272ac_ct_AR = 
273ac_ct_CC = 
274ac_ct_DUMPBIN = 
275am__include = include
276am__leading_dot = .
277am__quote = 
278am__tar = $${TAR-tar} chof - "$$tardir"
279am__untar = $${TAR-tar} xf -
280bindir = ${exec_prefix}/bin
281build = mipsel-uclibc-linux-gnu26
282build_alias = mipsel-uclibc-linux-gnu26
283build_cpu = mipsel
284build_os = linux-gnu26
285build_vendor = uclibc
286builddir = .
287compiled_backends =  dbd last tdb
288datadir = ${datarootdir}
289datarootdir = ${prefix}/share
290docdir = ${datarootdir}/doc/${PACKAGE}
291dvidir = ${docdir}
292exec_prefix = ${prefix}
293host = mipsel-uclibc-linux-gnu
294host_alias = mipsel-uclibc-linux
295host_cpu = mipsel
296host_os = linux-gnu
297host_vendor = uclibc
298htmldir = ${docdir}
299includedir = ${prefix}/include
300infodir = ${datarootdir}/info
301install_sh = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/install-sh
302libdir = ${exec_prefix}/lib
303libexecdir = ${exec_prefix}/libexec
304localedir = ${datarootdir}/locale
305localstatedir = ${prefix}/var
306mandir = ${datarootdir}/man
307mkdir_p = /bin/mkdir -p
308oldincludedir = /usr/include
309pdfdir = ${docdir}
310prefix = /usr/local
311program_transform_name = s,x,x,
312psdir = ${docdir}
313sbindir = ${exec_prefix}/sbin
314sharedstatedir = ${prefix}/com
315srcdir = .
316sys_symbol_underscore = no
317sysconfdir = ${prefix}/etc
318target = mipsel-uclibc-linux-gnu
319target_alias = 
320target_cpu = mipsel
321target_os = linux-gnu
322target_vendor = uclibc
323top_build_prefix = ../
324top_builddir = ..
325top_srcdir = ..
326SUBDIRS = afpd cnid_dbd uams $(am__append_1)
327all: all-recursive
328
329.SUFFIXES:
330$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
331	@for dep in $?; do \
332	  case '$(am__configure_deps)' in \
333	    *$$dep*) \
334	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
335	        && { if test -f $@; then exit 0; else break; fi; }; \
336	      exit 1;; \
337	  esac; \
338	done; \
339	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign etc/Makefile'; \
340	$(am__cd) $(top_srcdir) && \
341	  $(AUTOMAKE) --foreign etc/Makefile
342.PRECIOUS: Makefile
343Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344	@case '$?' in \
345	  *config.status*) \
346	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
347	  *) \
348	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
349	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
350	esac;
351
352$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
355$(top_srcdir)/configure:  $(am__configure_deps)
356	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
358	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359$(am__aclocal_m4_deps):
360
361mostlyclean-libtool:
362	-rm -f *.lo
363
364clean-libtool:
365	-rm -rf .libs _libs
366
367# This directory's subdirectories are mostly independent; you can cd
368# into them and run `make' without going through this Makefile.
369# To change the values of `make' variables: instead of editing Makefiles,
370# (1) if the variable is set in `config.status', edit `config.status'
371#     (which will cause the Makefiles to be regenerated when you run `make');
372# (2) otherwise, pass the desired values on the `make' command line.
373$(RECURSIVE_TARGETS):
374	@fail= failcom='exit 1'; \
375	for f in x $$MAKEFLAGS; do \
376	  case $$f in \
377	    *=* | --[!k]*);; \
378	    *k*) failcom='fail=yes';; \
379	  esac; \
380	done; \
381	dot_seen=no; \
382	target=`echo $@ | sed s/-recursive//`; \
383	list='$(SUBDIRS)'; for subdir in $$list; do \
384	  echo "Making $$target in $$subdir"; \
385	  if test "$$subdir" = "."; then \
386	    dot_seen=yes; \
387	    local_target="$$target-am"; \
388	  else \
389	    local_target="$$target"; \
390	  fi; \
391	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
392	  || eval $$failcom; \
393	done; \
394	if test "$$dot_seen" = "no"; then \
395	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
396	fi; test -z "$$fail"
397
398$(RECURSIVE_CLEAN_TARGETS):
399	@fail= failcom='exit 1'; \
400	for f in x $$MAKEFLAGS; do \
401	  case $$f in \
402	    *=* | --[!k]*);; \
403	    *k*) failcom='fail=yes';; \
404	  esac; \
405	done; \
406	dot_seen=no; \
407	case "$@" in \
408	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
409	  *) list='$(SUBDIRS)' ;; \
410	esac; \
411	rev=''; for subdir in $$list; do \
412	  if test "$$subdir" = "."; then :; else \
413	    rev="$$subdir $$rev"; \
414	  fi; \
415	done; \
416	rev="$$rev ."; \
417	target=`echo $@ | sed s/-recursive//`; \
418	for subdir in $$rev; do \
419	  echo "Making $$target in $$subdir"; \
420	  if test "$$subdir" = "."; then \
421	    local_target="$$target-am"; \
422	  else \
423	    local_target="$$target"; \
424	  fi; \
425	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
426	  || eval $$failcom; \
427	done && test -z "$$fail"
428tags-recursive:
429	list='$(SUBDIRS)'; for subdir in $$list; do \
430	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
431	done
432ctags-recursive:
433	list='$(SUBDIRS)'; for subdir in $$list; do \
434	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
435	done
436
437ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
438	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
439	unique=`for i in $$list; do \
440	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441	  done | \
442	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
443	      END { if (nonempty) { for (i in files) print i; }; }'`; \
444	mkid -fID $$unique
445tags: TAGS
446
447TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
448		$(TAGS_FILES) $(LISP)
449	set x; \
450	here=`pwd`; \
451	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
452	  include_option=--etags-include; \
453	  empty_fix=.; \
454	else \
455	  include_option=--include; \
456	  empty_fix=; \
457	fi; \
458	list='$(SUBDIRS)'; for subdir in $$list; do \
459	  if test "$$subdir" = .; then :; else \
460	    test ! -f $$subdir/TAGS || \
461	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
462	  fi; \
463	done; \
464	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
465	unique=`for i in $$list; do \
466	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467	  done | \
468	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469	      END { if (nonempty) { for (i in files) print i; }; }'`; \
470	shift; \
471	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
472	  test -n "$$unique" || unique=$$empty_fix; \
473	  if test $$# -gt 0; then \
474	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475	      "$$@" $$unique; \
476	  else \
477	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478	      $$unique; \
479	  fi; \
480	fi
481ctags: CTAGS
482CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
483		$(TAGS_FILES) $(LISP)
484	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
485	unique=`for i in $$list; do \
486	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487	  done | \
488	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489	      END { if (nonempty) { for (i in files) print i; }; }'`; \
490	test -z "$(CTAGS_ARGS)$$unique" \
491	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
492	     $$unique
493
494GTAGS:
495	here=`$(am__cd) $(top_builddir) && pwd` \
496	  && $(am__cd) $(top_srcdir) \
497	  && gtags -i $(GTAGS_ARGS) "$$here"
498
499distclean-tags:
500	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501
502distdir: $(DISTFILES)
503	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505	list='$(DISTFILES)'; \
506	  dist_files=`for file in $$list; do echo $$file; done | \
507	  sed -e "s|^$$srcdirstrip/||;t" \
508	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
509	case $$dist_files in \
510	  */*) $(MKDIR_P) `echo "$$dist_files" | \
511			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
512			   sort -u` ;; \
513	esac; \
514	for file in $$dist_files; do \
515	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
516	  if test -d $$d/$$file; then \
517	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
518	    if test -d "$(distdir)/$$file"; then \
519	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520	    fi; \
521	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
522	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
523	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524	    fi; \
525	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
526	  else \
527	    test -f "$(distdir)/$$file" \
528	    || cp -p $$d/$$file "$(distdir)/$$file" \
529	    || exit 1; \
530	  fi; \
531	done
532	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
533	  if test "$$subdir" = .; then :; else \
534	    $(am__make_dryrun) \
535	      || test -d "$(distdir)/$$subdir" \
536	      || $(MKDIR_P) "$(distdir)/$$subdir" \
537	      || exit 1; \
538	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
539	    $(am__relativize); \
540	    new_distdir=$$reldir; \
541	    dir1=$$subdir; dir2="$(top_distdir)"; \
542	    $(am__relativize); \
543	    new_top_distdir=$$reldir; \
544	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
545	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
546	    ($(am__cd) $$subdir && \
547	      $(MAKE) $(AM_MAKEFLAGS) \
548	        top_distdir="$$new_top_distdir" \
549	        distdir="$$new_distdir" \
550		am__remove_distdir=: \
551		am__skip_length_check=: \
552		am__skip_mode_fix=: \
553	        distdir) \
554	      || exit 1; \
555	  fi; \
556	done
557check-am: all-am
558check: check-recursive
559all-am: Makefile
560installdirs: installdirs-recursive
561installdirs-am:
562install: install-recursive
563install-exec: install-exec-recursive
564install-data: install-data-recursive
565uninstall: uninstall-recursive
566
567install-am: all-am
568	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569
570installcheck: installcheck-recursive
571install-strip:
572	if test -z '$(STRIP)'; then \
573	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575	      install; \
576	else \
577	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
580	fi
581mostlyclean-generic:
582
583clean-generic:
584
585distclean-generic:
586	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
587	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
588
589maintainer-clean-generic:
590	@echo "This command is intended for maintainers to use"
591	@echo "it deletes files that may require special tools to rebuild."
592clean: clean-recursive
593
594clean-am: clean-generic clean-libtool mostlyclean-am
595
596distclean: distclean-recursive
597	-rm -f Makefile
598distclean-am: clean-am distclean-generic distclean-tags
599
600dvi: dvi-recursive
601
602dvi-am:
603
604html: html-recursive
605
606html-am:
607
608info: info-recursive
609
610info-am:
611
612install-data-am:
613
614install-dvi: install-dvi-recursive
615
616install-dvi-am:
617
618install-exec-am:
619
620install-html: install-html-recursive
621
622install-html-am:
623
624install-info: install-info-recursive
625
626install-info-am:
627
628install-man:
629
630install-pdf: install-pdf-recursive
631
632install-pdf-am:
633
634install-ps: install-ps-recursive
635
636install-ps-am:
637
638installcheck-am:
639
640maintainer-clean: maintainer-clean-recursive
641	-rm -f Makefile
642maintainer-clean-am: distclean-am maintainer-clean-generic
643
644mostlyclean: mostlyclean-recursive
645
646mostlyclean-am: mostlyclean-generic mostlyclean-libtool
647
648pdf: pdf-recursive
649
650pdf-am:
651
652ps: ps-recursive
653
654ps-am:
655
656uninstall-am:
657
658.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
659	install-am install-strip tags-recursive
660
661.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
662	all all-am check check-am clean clean-generic clean-libtool \
663	ctags ctags-recursive distclean distclean-generic \
664	distclean-libtool distclean-tags distdir dvi dvi-am html \
665	html-am info info-am install install-am install-data \
666	install-data-am install-dvi install-dvi-am install-exec \
667	install-exec-am install-html install-html-am install-info \
668	install-info-am install-man install-pdf install-pdf-am \
669	install-ps install-ps-am install-strip installcheck \
670	installcheck-am installdirs installdirs-am maintainer-clean \
671	maintainer-clean-generic mostlyclean mostlyclean-generic \
672	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
673	uninstall uninstall-am
674
675
676# Tell versions [3.59,3.63) of GNU make to not export all variables.
677# Otherwise a system limit (for SysV at least) may be exceeded.
678.NOEXPORT:
679