1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 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@SET_MAKE@
17VPATH = @srcdir@
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53target_triplet = @target@
54@HAVE_ACLS_TRUE@am__append_1 = afp_ldap.conf
55@USE_APPLETALK_TRUE@am__append_2 = atalkd.conf papd.conf
56subdir = config
57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
60	$(top_srcdir)/macros/cnid-backend.m4 \
61	$(top_srcdir)/macros/config-checks.m4 \
62	$(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
63	$(top_srcdir)/macros/grep-check.m4 \
64	$(top_srcdir)/macros/gssapi-check.m4 \
65	$(top_srcdir)/macros/iconv.m4 \
66	$(top_srcdir)/macros/largefile-check.m4 \
67	$(top_srcdir)/macros/libgcrypt.m4 \
68	$(top_srcdir)/macros/libtool.m4 \
69	$(top_srcdir)/macros/ltoptions.m4 \
70	$(top_srcdir)/macros/ltsugar.m4 \
71	$(top_srcdir)/macros/ltversion.m4 \
72	$(top_srcdir)/macros/lt~obsolete.m4 \
73	$(top_srcdir)/macros/pam-check.m4 \
74	$(top_srcdir)/macros/perl-check.m4 \
75	$(top_srcdir)/macros/ps-check.m4 \
76	$(top_srcdir)/macros/quota-check.m4 \
77	$(top_srcdir)/macros/snprintf-check.m4 \
78	$(top_srcdir)/macros/srvloc.m4 \
79	$(top_srcdir)/macros/ssl-check.m4 \
80	$(top_srcdir)/macros/summary.m4 \
81	$(top_srcdir)/macros/tcp-wrappers.m4 \
82	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
83	$(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.ac
84am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85	$(ACLOCAL_M4)
86mkinstalldirs = $(install_sh) -d
87CONFIG_HEADER = $(top_builddir)/config.h
88CONFIG_CLEAN_FILES =
89CONFIG_CLEAN_VPATH_FILES =
90SOURCES =
91DIST_SOURCES =
92RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93	html-recursive info-recursive install-data-recursive \
94	install-dvi-recursive install-exec-recursive \
95	install-html-recursive install-info-recursive \
96	install-pdf-recursive install-ps-recursive install-recursive \
97	installcheck-recursive installdirs-recursive pdf-recursive \
98	ps-recursive uninstall-recursive
99am__can_run_installinfo = \
100  case $$AM_UPDATE_INFO_DIR in \
101    n|no|NO) false;; \
102    *) (install-info --version) >/dev/null 2>&1;; \
103  esac
104RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
105  distclean-recursive maintainer-clean-recursive
106AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
107	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
108	distdir
109ETAGS = etags
110CTAGS = ctags
111DIST_SUBDIRS = $(SUBDIRS)
112DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113am__relativize = \
114  dir0=`pwd`; \
115  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
116  sed_rest='s,^[^/]*/*,,'; \
117  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
118  sed_butlast='s,/*[^/]*$$,,'; \
119  while test -n "$$dir1"; do \
120    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
121    if test "$$first" != "."; then \
122      if test "$$first" = ".."; then \
123        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
124        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
125      else \
126        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
127        if test "$$first2" = "$$first"; then \
128          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
129        else \
130          dir2="../$$dir2"; \
131        fi; \
132        dir0="$$dir0"/"$$first"; \
133      fi; \
134    fi; \
135    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
136  done; \
137  reldir="$$dir2"
138ACLOCAL = @ACLOCAL@
139ACL_LIBS = @ACL_LIBS@
140AFS_CFLAGS = @AFS_CFLAGS@
141AFS_LIBS = @AFS_LIBS@
142AMTAR = @AMTAR@
143AR = @AR@
144AUTOCONF = @AUTOCONF@
145AUTOHEADER = @AUTOHEADER@
146AUTOMAKE = @AUTOMAKE@
147AVAHI_CFLAGS = @AVAHI_CFLAGS@
148AVAHI_LIBS = @AVAHI_LIBS@
149AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
150AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
151AWK = @AWK@
152BDB_BIN = @BDB_BIN@
153BDB_CFLAGS = @BDB_CFLAGS@
154BDB_LIBS = @BDB_LIBS@
155BDB_PATH = @BDB_PATH@
156CC = @CC@
157CCDEPMODE = @CCDEPMODE@
158CFLAGS = @CFLAGS@
159COMPILE_64BIT_KMODULE = @COMPILE_64BIT_KMODULE@
160COMPILE_KERNEL_GCC = @COMPILE_KERNEL_GCC@
161CPP = @CPP@
162CPPFLAGS = @CPPFLAGS@
163CRYPT_LIBS = @CRYPT_LIBS@
164CUPS_CFLAGS = @CUPS_CFLAGS@
165CUPS_CONFIG = @CUPS_CONFIG@
166CUPS_LDFLAGS = @CUPS_LDFLAGS@
167CUPS_LIBS = @CUPS_LIBS@
168CYGPATH_W = @CYGPATH_W@
169DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
170DEFS = @DEFS@
171DEPDIR = @DEPDIR@
172DLLTOOL = @DLLTOOL@
173DSYMUTIL = @DSYMUTIL@
174DUMPBIN = @DUMPBIN@
175ECHO_C = @ECHO_C@
176ECHO_N = @ECHO_N@
177ECHO_T = @ECHO_T@
178EGREP = @EGREP@
179EXEEXT = @EXEEXT@
180FGREP = @FGREP@
181GREP = @GREP@
182GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
183GSSAPI_LDFLAGS = @GSSAPI_LDFLAGS@
184GSSAPI_LIBS = @GSSAPI_LIBS@
185ICONV_CFLAGS = @ICONV_CFLAGS@
186ICONV_LIBS = @ICONV_LIBS@
187INSTALL = @INSTALL@
188INSTALL_DATA = @INSTALL_DATA@
189INSTALL_PROGRAM = @INSTALL_PROGRAM@
190INSTALL_SCRIPT = @INSTALL_SCRIPT@
191INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192KCFLAGS = @KCFLAGS@
193KLDFLAGS = @KLDFLAGS@
194KRB5_CONFIG = @KRB5_CONFIG@
195LD = @LD@
196LDFLAGS = @LDFLAGS@
197LIBADD_DL = @LIBADD_DL@
198LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
199LIBADD_DLOPEN = @LIBADD_DLOPEN@
200LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
201LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
202LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
203LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
204LIBOBJS = @LIBOBJS@
205LIBS = @LIBS@
206LIBTOOL = @LIBTOOL@
207LIPO = @LIPO@
208LN_S = @LN_S@
209LTLIBOBJS = @LTLIBOBJS@
210LT_DLLOADERS = @LT_DLLOADERS@
211LT_DLPREOPEN = @LT_DLPREOPEN@
212MAINT = @MAINT@
213MAKEINFO = @MAKEINFO@
214MANIFEST_TOOL = @MANIFEST_TOOL@
215MKDIR_P = @MKDIR_P@
216NETATALK_VERSION = @NETATALK_VERSION@
217NM = @NM@
218NMEDIT = @NMEDIT@
219OBJDUMP = @OBJDUMP@
220OBJEXT = @OBJEXT@
221OTOOL = @OTOOL@
222OTOOL64 = @OTOOL64@
223OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
224PACKAGE = @PACKAGE@
225PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226PACKAGE_NAME = @PACKAGE_NAME@
227PACKAGE_STRING = @PACKAGE_STRING@
228PACKAGE_TARNAME = @PACKAGE_TARNAME@
229PACKAGE_URL = @PACKAGE_URL@
230PACKAGE_VERSION = @PACKAGE_VERSION@
231PAMDIR = @PAMDIR@
232PAM_ACCOUNT = @PAM_ACCOUNT@
233PAM_AUTH = @PAM_AUTH@
234PAM_CFLAGS = @PAM_CFLAGS@
235PAM_DIRECTIVE = @PAM_DIRECTIVE@
236PAM_LIBS = @PAM_LIBS@
237PAM_PASSWORD = @PAM_PASSWORD@
238PAM_SESSION = @PAM_SESSION@
239PATH_SEPARATOR = @PATH_SEPARATOR@
240PERL = @PERL@
241PKGCONFDIR = @PKGCONFDIR@
242PKG_CONFIG = @PKG_CONFIG@
243PS = @PS@
244PTHREAD_LIBS = @PTHREAD_LIBS@
245QUOTA_LIBS = @QUOTA_LIBS@
246RANLIB = @RANLIB@
247SED = @SED@
248SERVERTEXT = @SERVERTEXT@
249SET_MAKE = @SET_MAKE@
250SHELL = @SHELL@
251SLP_CFLAGS = @SLP_CFLAGS@
252SLP_LIBS = @SLP_LIBS@
253SPOOLDIR = @SPOOLDIR@
254SSL_CFLAGS = @SSL_CFLAGS@
255SSL_LIBS = @SSL_LIBS@
256STRIP = @STRIP@
257UAMS_PATH = @UAMS_PATH@
258VERSION = @VERSION@
259WEBMIN_PASS = @WEBMIN_PASS@
260WEBMIN_PATH = @WEBMIN_PATH@
261WEBMIN_PORT = @WEBMIN_PORT@
262WEBMIN_USER = @WEBMIN_USER@
263WEBMIN_VERSION = @WEBMIN_VERSION@
264WRAP_LIBS = @WRAP_LIBS@
265ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
266ZEROCONF_LIBS = @ZEROCONF_LIBS@
267abs_builddir = @abs_builddir@
268abs_srcdir = @abs_srcdir@
269abs_top_builddir = @abs_top_builddir@
270abs_top_srcdir = @abs_top_srcdir@
271ac_ct_AR = @ac_ct_AR@
272ac_ct_CC = @ac_ct_CC@
273ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
274am__include = @am__include@
275am__leading_dot = @am__leading_dot@
276am__quote = @am__quote@
277am__tar = @am__tar@
278am__untar = @am__untar@
279bindir = @bindir@
280build = @build@
281build_alias = @build_alias@
282build_cpu = @build_cpu@
283build_os = @build_os@
284build_vendor = @build_vendor@
285builddir = @builddir@
286compiled_backends = @compiled_backends@
287datadir = @datadir@
288datarootdir = @datarootdir@
289docdir = @docdir@
290dvidir = @dvidir@
291exec_prefix = @exec_prefix@
292host = @host@
293host_alias = @host_alias@
294host_cpu = @host_cpu@
295host_os = @host_os@
296host_vendor = @host_vendor@
297htmldir = @htmldir@
298includedir = @includedir@
299infodir = @infodir@
300install_sh = @install_sh@
301libdir = @libdir@
302libexecdir = @libexecdir@
303localedir = @localedir@
304localstatedir = @localstatedir@
305mandir = @mandir@
306mkdir_p = @mkdir_p@
307oldincludedir = @oldincludedir@
308pdfdir = @pdfdir@
309prefix = @prefix@
310program_transform_name = @program_transform_name@
311psdir = @psdir@
312sbindir = @sbindir@
313sharedstatedir = @sharedstatedir@
314srcdir = @srcdir@
315sys_symbol_underscore = @sys_symbol_underscore@
316sysconfdir = @sysconfdir@
317target = @target@
318target_alias = @target_alias@
319target_cpu = @target_cpu@
320target_os = @target_os@
321target_vendor = @target_vendor@
322top_build_prefix = @top_build_prefix@
323top_builddir = @top_builddir@
324top_srcdir = @top_srcdir@
325SUBDIRS = pam
326SUFFIXES = .tmpl .
327TMPLFILES = afpd.conf.tmpl AppleVolumes.default.tmpl
328GENFILES = afpd.conf AppleVolumes.default
329CLEANFILES = $(GENFILES)
330EXTRA_DIST = \
331	AppleVolumes.default.tmpl \
332	AppleVolumes.system \
333	afp_ldap.conf \
334	afpd.conf.tmpl \
335	atalkd.conf \
336	netatalk.conf \
337	papd.conf
338
339@USE_DEBIAN_FALSE@CONFFILES = AppleVolumes.system netatalk.conf \
340@USE_DEBIAN_FALSE@	$(am__append_1) $(am__append_2)
341@USE_DEBIAN_TRUE@CONFFILES = AppleVolumes.system $(am__append_1) \
342@USE_DEBIAN_TRUE@	$(am__append_2)
343pkgconfdir = @PKGCONFDIR@
344webminpath = @WEBMIN_PATH@
345webminuser = @WEBMIN_USER@
346webminversion = @WEBMIN_VERSION@
347webminpass = @WEBMIN_PASS@
348webminport = @WEBMIN_PORT@
349all: all-recursive
350
351.SUFFIXES:
352.SUFFIXES: .tmpl .
353$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
354	@for dep in $?; do \
355	  case '$(am__configure_deps)' in \
356	    *$$dep*) \
357	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
358	        && { if test -f $@; then exit 0; else break; fi; }; \
359	      exit 1;; \
360	  esac; \
361	done; \
362	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign config/Makefile'; \
363	$(am__cd) $(top_srcdir) && \
364	  $(AUTOMAKE) --foreign config/Makefile
365.PRECIOUS: Makefile
366Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
367	@case '$?' in \
368	  *config.status*) \
369	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
370	  *) \
371	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
372	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
373	esac;
374
375$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377
378$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
379	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382$(am__aclocal_m4_deps):
383
384mostlyclean-libtool:
385	-rm -f *.lo
386
387clean-libtool:
388	-rm -rf .libs _libs
389
390# This directory's subdirectories are mostly independent; you can cd
391# into them and run `make' without going through this Makefile.
392# To change the values of `make' variables: instead of editing Makefiles,
393# (1) if the variable is set in `config.status', edit `config.status'
394#     (which will cause the Makefiles to be regenerated when you run `make');
395# (2) otherwise, pass the desired values on the `make' command line.
396$(RECURSIVE_TARGETS):
397	@fail= failcom='exit 1'; \
398	for f in x $$MAKEFLAGS; do \
399	  case $$f in \
400	    *=* | --[!k]*);; \
401	    *k*) failcom='fail=yes';; \
402	  esac; \
403	done; \
404	dot_seen=no; \
405	target=`echo $@ | sed s/-recursive//`; \
406	list='$(SUBDIRS)'; for subdir in $$list; do \
407	  echo "Making $$target in $$subdir"; \
408	  if test "$$subdir" = "."; then \
409	    dot_seen=yes; \
410	    local_target="$$target-am"; \
411	  else \
412	    local_target="$$target"; \
413	  fi; \
414	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
415	  || eval $$failcom; \
416	done; \
417	if test "$$dot_seen" = "no"; then \
418	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
419	fi; test -z "$$fail"
420
421$(RECURSIVE_CLEAN_TARGETS):
422	@fail= failcom='exit 1'; \
423	for f in x $$MAKEFLAGS; do \
424	  case $$f in \
425	    *=* | --[!k]*);; \
426	    *k*) failcom='fail=yes';; \
427	  esac; \
428	done; \
429	dot_seen=no; \
430	case "$@" in \
431	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
432	  *) list='$(SUBDIRS)' ;; \
433	esac; \
434	rev=''; for subdir in $$list; do \
435	  if test "$$subdir" = "."; then :; else \
436	    rev="$$subdir $$rev"; \
437	  fi; \
438	done; \
439	rev="$$rev ."; \
440	target=`echo $@ | sed s/-recursive//`; \
441	for subdir in $$rev; do \
442	  echo "Making $$target in $$subdir"; \
443	  if test "$$subdir" = "."; then \
444	    local_target="$$target-am"; \
445	  else \
446	    local_target="$$target"; \
447	  fi; \
448	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
449	  || eval $$failcom; \
450	done && test -z "$$fail"
451tags-recursive:
452	list='$(SUBDIRS)'; for subdir in $$list; do \
453	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
454	done
455ctags-recursive:
456	list='$(SUBDIRS)'; for subdir in $$list; do \
457	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
458	done
459
460ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
461	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
462	unique=`for i in $$list; do \
463	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464	  done | \
465	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466	      END { if (nonempty) { for (i in files) print i; }; }'`; \
467	mkid -fID $$unique
468tags: TAGS
469
470TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
471		$(TAGS_FILES) $(LISP)
472	set x; \
473	here=`pwd`; \
474	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
475	  include_option=--etags-include; \
476	  empty_fix=.; \
477	else \
478	  include_option=--include; \
479	  empty_fix=; \
480	fi; \
481	list='$(SUBDIRS)'; for subdir in $$list; do \
482	  if test "$$subdir" = .; then :; else \
483	    test ! -f $$subdir/TAGS || \
484	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
485	  fi; \
486	done; \
487	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488	unique=`for i in $$list; do \
489	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490	  done | \
491	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492	      END { if (nonempty) { for (i in files) print i; }; }'`; \
493	shift; \
494	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
495	  test -n "$$unique" || unique=$$empty_fix; \
496	  if test $$# -gt 0; then \
497	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
498	      "$$@" $$unique; \
499	  else \
500	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
501	      $$unique; \
502	  fi; \
503	fi
504ctags: CTAGS
505CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
506		$(TAGS_FILES) $(LISP)
507	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
508	unique=`for i in $$list; do \
509	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510	  done | \
511	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
512	      END { if (nonempty) { for (i in files) print i; }; }'`; \
513	test -z "$(CTAGS_ARGS)$$unique" \
514	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
515	     $$unique
516
517GTAGS:
518	here=`$(am__cd) $(top_builddir) && pwd` \
519	  && $(am__cd) $(top_srcdir) \
520	  && gtags -i $(GTAGS_ARGS) "$$here"
521
522distclean-tags:
523	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
525distdir: $(DISTFILES)
526	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528	list='$(DISTFILES)'; \
529	  dist_files=`for file in $$list; do echo $$file; done | \
530	  sed -e "s|^$$srcdirstrip/||;t" \
531	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532	case $$dist_files in \
533	  */*) $(MKDIR_P) `echo "$$dist_files" | \
534			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535			   sort -u` ;; \
536	esac; \
537	for file in $$dist_files; do \
538	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539	  if test -d $$d/$$file; then \
540	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541	    if test -d "$(distdir)/$$file"; then \
542	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543	    fi; \
544	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547	    fi; \
548	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549	  else \
550	    test -f "$(distdir)/$$file" \
551	    || cp -p $$d/$$file "$(distdir)/$$file" \
552	    || exit 1; \
553	  fi; \
554	done
555	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
556	  if test "$$subdir" = .; then :; else \
557	    $(am__make_dryrun) \
558	      || test -d "$(distdir)/$$subdir" \
559	      || $(MKDIR_P) "$(distdir)/$$subdir" \
560	      || exit 1; \
561	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
562	    $(am__relativize); \
563	    new_distdir=$$reldir; \
564	    dir1=$$subdir; dir2="$(top_distdir)"; \
565	    $(am__relativize); \
566	    new_top_distdir=$$reldir; \
567	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
568	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
569	    ($(am__cd) $$subdir && \
570	      $(MAKE) $(AM_MAKEFLAGS) \
571	        top_distdir="$$new_top_distdir" \
572	        distdir="$$new_distdir" \
573		am__remove_distdir=: \
574		am__skip_length_check=: \
575		am__skip_mode_fix=: \
576	        distdir) \
577	      || exit 1; \
578	  fi; \
579	done
580check-am: all-am
581check: check-recursive
582all-am: Makefile
583installdirs: installdirs-recursive
584installdirs-am:
585install: install-recursive
586install-exec: install-exec-recursive
587install-data: install-data-recursive
588uninstall: uninstall-recursive
589
590install-am: all-am
591	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
592
593installcheck: installcheck-recursive
594install-strip:
595	if test -z '$(STRIP)'; then \
596	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
597	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
598	      install; \
599	else \
600	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
601	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
602	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
603	fi
604mostlyclean-generic:
605
606clean-generic:
607	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
608
609distclean-generic:
610	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
611	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
612
613maintainer-clean-generic:
614	@echo "This command is intended for maintainers to use"
615	@echo "it deletes files that may require special tools to rebuild."
616clean: clean-recursive
617
618clean-am: clean-generic clean-libtool mostlyclean-am
619
620distclean: distclean-recursive
621	-rm -f Makefile
622distclean-am: clean-am distclean-generic distclean-tags
623
624dvi: dvi-recursive
625
626dvi-am:
627
628html: html-recursive
629
630html-am:
631
632info: info-recursive
633
634info-am:
635
636install-data-am: install-data-local
637
638install-dvi: install-dvi-recursive
639
640install-dvi-am:
641
642install-exec-am:
643
644install-html: install-html-recursive
645
646install-html-am:
647
648install-info: install-info-recursive
649
650install-info-am:
651
652install-man:
653
654install-pdf: install-pdf-recursive
655
656install-pdf-am:
657
658install-ps: install-ps-recursive
659
660install-ps-am:
661
662installcheck-am:
663
664maintainer-clean: maintainer-clean-recursive
665	-rm -f Makefile
666maintainer-clean-am: distclean-am maintainer-clean-generic
667
668mostlyclean: mostlyclean-recursive
669
670mostlyclean-am: mostlyclean-generic mostlyclean-libtool
671
672pdf: pdf-recursive
673
674pdf-am:
675
676ps: ps-recursive
677
678ps-am:
679
680uninstall-am: uninstall-local
681
682.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
683	install-am install-strip tags-recursive
684
685.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
686	all all-am check check-am clean clean-generic clean-libtool \
687	ctags ctags-recursive distclean distclean-generic \
688	distclean-libtool distclean-tags distdir dvi dvi-am html \
689	html-am info info-am install install-am install-data \
690	install-data-am install-data-local install-dvi install-dvi-am \
691	install-exec install-exec-am install-html install-html-am \
692	install-info install-info-am install-man install-pdf \
693	install-pdf-am install-ps install-ps-am install-strip \
694	installcheck installcheck-am installdirs installdirs-am \
695	maintainer-clean maintainer-clean-generic mostlyclean \
696	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
697	tags tags-recursive uninstall uninstall-am uninstall-local
698
699
700#
701# rule to parse template files
702#
703
704.tmpl:
705	sed -e s@:UAMS_PATH:@${UAMS_PATH}@ \
706	    -e s@:ETCDIR:@${pkgconfdir}@ \
707	    -e s@:COMPILED_BACKENDS:@"$(compiled_backends)"@ \
708	    -e s@:DEFAULT_CNID_SCHEME:@$(DEFAULT_CNID_SCHEME)@ \
709	    <$< >$@
710
711#
712# install configuration files
713#
714
715install-data-local: install-config-files install-webmin
716
717uninstall-local:
718	for f in $(CONFFILES) $(GENFILES); do \
719		echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
720		rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
721	done
722@USE_DEBIAN_TRUE@	rm -f $(DESTDIR)/etc/default/netatalk
723
724install-config-files: $(CONFFILES) $(GENFILES)
725	$(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
726	for f in $(CONFFILES) $(GENFILES); do \
727		if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pkgconfdir)/$$f; then \
728			echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)"; \
729			$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir); \
730		else \
731			echo "not overwriting $$f"; \
732		fi; \
733	done
734@USE_DEBIAN_TRUE@	$(mkinstalldirs) $(DESTDIR)/etc/default
735@USE_DEBIAN_TRUE@	if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f /etc/default/netatalk; then \
736@USE_DEBIAN_TRUE@		echo "$(INSTALL_DATA) $(srcdir)/netatalk.conf $(DESTDIR)/etc/default/netatalk"; \
737@USE_DEBIAN_TRUE@		$(INSTALL_DATA) $(srcdir)/netatalk.conf $(DESTDIR)/etc/default/netatalk; \
738@USE_DEBIAN_TRUE@	else \
739@USE_DEBIAN_TRUE@		echo "not overwriting /etc/default/netatalk"; \
740@USE_DEBIAN_TRUE@	fi
741
742install-webmin:
743	if test "x$(webminpath)" != "x"; then \
744		if ! test -d "x$(webminpath)"; then \
745			mkdir -p "$(webminpath)"; \
746		fi; \
747		cd "$(webminpath)"; \
748		wget http://prdownloads.sourceforge.net/webadmin/webmin-$(webminversion).tar.gz ; \
749		tar xzf webmin-$(webminversion).tar.gz; \
750		rm webmin-$(webminversion).tar.gz; \
751		/etc/init.d/webmin stop; \
752		rm -r webmin; \
753		mv webmin-$(webminversion) webmin; \
754		cd webmin; \
755		rm -r adsl-client apache at backup-config bacula-backup bandwidth bind8 bsdexports burner \
756			cfengine cluster-copy cluster-cron cluster-passwd cluster-shell cluster-software cluster-useradmin \
757			cluster-usermin cluster-webmin custom \
758			cron dfsadmin dhcpd dnsadmin dovecot exim exports \
759			fdisk fetchmail file filter firewall format frox fsdump grub heartbeat hpuxexports \
760			htaccess-htpasswd idmapd inetd inittab ipfilter ipfw ipsec jabber \
761			ldap-server lilo logrotate lpadmin lvm \
762			mailboxes mailcap majordomo man mon mscstyle3 mysql \
763			net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
764			procmail proftpd pserver qmailadmin raid rbac \
765			samba sarg sendmail sentry sgiexports shell \
766			shorewall smart-status smf software spam squid sshd \
767			status stunnel tcpwrappers telnet time tunnel \
768			updown usermin vgetty webalizer wuftpd xinetd zones; \
769		wget https://sourceforge.net/projects/netatalk/files/Netatalk%20Webmin%20Module/0.9-beta2/netatalk.wbm.gz/download ; \
770		tar xzf netatalk.wbm.gz; \
771		rm netatalk.wbm.gz; \
772		cd netatalk; \
773		rm config; \
774		echo "applevolumedefault_c=$(sysconfdir)/netatalk/AppleVolumes.default" >> config; \
775		echo "applevolumesystem_c=$(sysconfdir)/netatalk/AppleVolumes.system" >> config; \
776		echo "afpd_c=$(sysconfdir)/netatalk/afpd.conf" >> config; \
777		echo "atalk_c=$(sysconfdir)/netatalk/atalk.conf" >> config; \
778		echo "papd_c=$(sysconfdir)/netatalk/papd.conf" >> config; \
779		echo "afpd_d=$(sbindir)/afpd" >> config; \
780		echo "atalkd_d=$(sbindir)/atalkd" >> config; \
781		echo "papd_d=$(sbindir)/papd" >> config; \
782		echo "netatalk_c=@PAMDIR@/etc/pam.d" >> config; \
783		echo "atalk_start=$(sysconfdir)/init.d/atalk" >> config; \
784		echo "select_minUsers=" >> config; \
785		echo "select_maxUsers=" >> config; \
786		echo "atalk_nls=" >> config; \
787		cd ..; \
788		config_dir="$(sysconfdir)/netatalk/webmin-config" \
789			var_dir="$(prefix)/var" \
790			perl="`which perl`" \
791			port="$(webminport)" \
792			login="$(webminuser)" \
793			password="$(webminpass)" \
794			ssl=1 \
795			atboot=1 \
796			bootscript=netamin \
797			./setup.sh > /dev/null; \
798	fi
799
800# Tell versions [3.59,3.63) of GNU make to not export all variables.
801# Otherwise a system limit (for SysV at least) may be exceeded.
802.NOEXPORT:
803