lintian doesn't like orphan packages with uploaders...
[debian/amanda] / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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@
17
18 # vim:ft=automake
19 # Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
20 #
21 # This program is free software; you can redistribute it and/or
22 # modify it under the terms of the GNU General Public License
23 # as published by the Free Software Foundation; either version 2
24 # of the License, or (at your option) any later version.
25 #
26 # This program is distributed in the hope that it will be useful, but
27 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
28 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
29 # for more details.
30 #
31 # You should have received a copy of the GNU General Public License along
32 # with this program; if not, write to the Free Software Foundation, Inc.,
33 # 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
34 #
35 # Contact information: Zmanda Inc., 465 S. Mathilda Ave., Suite 300
36 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
37
38 # simple include file to pre-define variables which are then +='d by other
39 # scripts in this directory.
40
41 # vim:ft=automake
42 #
43 # Adjust post-install permissions settings.  This rule works off two
44 # specially-formatted variables, INSTALLPERMS_exec and INSTALLPERMS_data. 
45 # Each is a whitespace-separated list of commands, all of which are either
46 # a variable assignment or a filename.  Three variables are available:
47 #
48 #  - dest= sets the destination directory to e.g., $(sbindir)
49 #  - chown= controls changes in ownership; value is first argument to chown
50 #  - chmod= controls changes in permissions; value is first argument to chmod
51 #
52 # The following special cases are available:
53 #       amanda:setuid = $(BINARY_OWNER):$(SETUID_GROUP)
54 #       root:setuid = root:$(SETUID_GROUP)
55 # These variables might otherwise have problems with whitespace in the user/group
56 # names.
57 #
58 # when a filename is seen, the currently active variables are applied.
59 #
60 # Note that scripts are data, not executables!
61 #
62 # EXAMPLE
63 #
64 # sbin_PROGRAMS = foo bar bing
65 # libexec_PROGRAMS = pro gram
66 # sbin_SCRIPTS = sk ript
67 # INSTALLPERMS_exec = \
68 #       dest=$(sbindir) chown=amanda chmod= \
69 #               foo bar \
70 #       chmod=07450 \
71 #               bing
72 #       dest=$(libexecdir) chmod= \
73 #               $(libexec_PROGRAMS)
74 # INSTALLPERMS_data = \
75 #       dest=$(sbindir) chown=amanda chmod= \
76 #               $(sbin_SCRIPTS)
77 #
78 # This whole operation is not required when making builds for packaging,
79 # and can be disabled with --disable-installperms, via the WANT_INSTALLPERMS
80 # AM_CONDITIONAL.  When disabled, the file 'installperms.sh' in the top-level
81 # build directory is populated with a format suitable for shell interpretation,
82 # with lines like this:
83 #   installperm "amanda:disk" "04750" "/usr/local/sbin/bing"
84 # the arguments being, respectively, owner:group, mode, and filename.  There will
85 # be exactly one line for each file which has specific permissions.  The intention
86 # is that this file be used by packaging scripts to set correct permissions at install
87 # time.  Note that files which have no special permissions requirements do not appear 
88 # in this file at all, due to limitations of Automake.
89
90 VPATH = @srcdir@
91 am__make_dryrun = \
92   { \
93     am__dry=no; \
94     case $$MAKEFLAGS in \
95       *\\[\ \   ]*) \
96         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
97           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
98       *) \
99         for am__flg in $$MAKEFLAGS; do \
100           case $$am__flg in \
101             *=*|--*) ;; \
102             *n*) am__dry=yes; break;; \
103           esac; \
104         done;; \
105     esac; \
106     test $$am__dry = yes; \
107   }
108 pkgdatadir = $(datadir)/@PACKAGE@
109 pkgincludedir = $(includedir)/@PACKAGE@
110 pkglibdir = $(libdir)/@PACKAGE@
111 pkglibexecdir = $(libexecdir)/@PACKAGE@
112 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
113 install_sh_DATA = $(install_sh) -c -m 644
114 install_sh_PROGRAM = $(install_sh) -c
115 install_sh_SCRIPT = $(install_sh) -c
116 INSTALL_HEADER = $(INSTALL_DATA)
117 transform = $(program_transform_name)
118 NORMAL_INSTALL = :
119 PRE_INSTALL = :
120 POST_INSTALL = :
121 NORMAL_UNINSTALL = :
122 PRE_UNINSTALL = :
123 POST_UNINSTALL = :
124 build_triplet = @build@
125 host_triplet = @host@
126 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
127         $(srcdir)/Makefile.in \
128         $(top_srcdir)/config/automake/installperms.am \
129         $(top_srcdir)/config/automake/vars.am $(top_srcdir)/configure \
130         AUTHORS ChangeLog INSTALL NEWS
131 @WANT_INSTALLPERMS_FALSE@am__append_1 = $(installperms_sh)
132 subdir = .
133 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
134 am__aclocal_m4_deps =  \
135         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
136         $(top_srcdir)/config/macro-archive/ac_perl_module_version.m4 \
137         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
138         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
139         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
140         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
141         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
142         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
143         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
144         $(top_srcdir)/config/amanda/amplot.m4 \
145         $(top_srcdir)/config/amanda/as_needed.m4 \
146         $(top_srcdir)/config/amanda/bsd-security.m4 \
147         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
148         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
149         $(top_srcdir)/config/amanda/components.m4 \
150         $(top_srcdir)/config/amanda/compress.m4 \
151         $(top_srcdir)/config/amanda/config.m4 \
152         $(top_srcdir)/config/amanda/debugging.m4 \
153         $(top_srcdir)/config/amanda/defaults.m4 \
154         $(top_srcdir)/config/amanda/devprefix.m4 \
155         $(top_srcdir)/config/amanda/dirs.m4 \
156         $(top_srcdir)/config/amanda/documentation.m4 \
157         $(top_srcdir)/config/amanda/dumpers.m4 \
158         $(top_srcdir)/config/amanda/dvdrw-device.m4 \
159         $(top_srcdir)/config/amanda/flags.m4 \
160         $(top_srcdir)/config/amanda/flock.m4 \
161         $(top_srcdir)/config/amanda/funcs.m4 \
162         $(top_srcdir)/config/amanda/getfsent.m4 \
163         $(top_srcdir)/config/amanda/i18n.m4 \
164         $(top_srcdir)/config/amanda/ipv6.m4 \
165         $(top_srcdir)/config/amanda/krb5-security.m4 \
166         $(top_srcdir)/config/amanda/lfs.m4 \
167         $(top_srcdir)/config/amanda/libs.m4 \
168         $(top_srcdir)/config/amanda/ndmp-device.m4 \
169         $(top_srcdir)/config/amanda/net.m4 \
170         $(top_srcdir)/config/amanda/progs.m4 \
171         $(top_srcdir)/config/amanda/ps.m4 \
172         $(top_srcdir)/config/amanda/readdir.m4 \
173         $(top_srcdir)/config/amanda/readline.m4 \
174         $(top_srcdir)/config/amanda/rsh-security.m4 \
175         $(top_srcdir)/config/amanda/s3-device.m4 \
176         $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \
177         $(top_srcdir)/config/amanda/ssh-security.m4 \
178         $(top_srcdir)/config/amanda/summary.m4 \
179         $(top_srcdir)/config/amanda/swig.m4 \
180         $(top_srcdir)/config/amanda/syshacks.m4 \
181         $(top_srcdir)/config/amanda/tape.m4 \
182         $(top_srcdir)/config/amanda/types.m4 \
183         $(top_srcdir)/config/amanda/userid.m4 \
184         $(top_srcdir)/config/amanda/version.m4 \
185         $(top_srcdir)/config/gnulib/00gnulib.m4 \
186         $(top_srcdir)/config/gnulib/alloca.m4 \
187         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
188         $(top_srcdir)/config/gnulib/asm-underscore.m4 \
189         $(top_srcdir)/config/gnulib/base64.m4 \
190         $(top_srcdir)/config/gnulib/btowc.m4 \
191         $(top_srcdir)/config/gnulib/dos.m4 \
192         $(top_srcdir)/config/gnulib/environ.m4 \
193         $(top_srcdir)/config/gnulib/errno_h.m4 \
194         $(top_srcdir)/config/gnulib/extensions.m4 \
195         $(top_srcdir)/config/gnulib/fcntl-o.m4 \
196         $(top_srcdir)/config/gnulib/float_h.m4 \
197         $(top_srcdir)/config/gnulib/fseeko.m4 \
198         $(top_srcdir)/config/gnulib/fsusage.m4 \
199         $(top_srcdir)/config/gnulib/ftello.m4 \
200         $(top_srcdir)/config/gnulib/ftruncate.m4 \
201         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
202         $(top_srcdir)/config/gnulib/getopt.m4 \
203         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
204         $(top_srcdir)/config/gnulib/gnulib-common.m4 \
205         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
206         $(top_srcdir)/config/gnulib/hostent.m4 \
207         $(top_srcdir)/config/gnulib/include_next.m4 \
208         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
209         $(top_srcdir)/config/gnulib/inet_pton.m4 \
210         $(top_srcdir)/config/gnulib/intmax_t.m4 \
211         $(top_srcdir)/config/gnulib/langinfo_h.m4 \
212         $(top_srcdir)/config/gnulib/localcharset.m4 \
213         $(top_srcdir)/config/gnulib/locale-fr.m4 \
214         $(top_srcdir)/config/gnulib/locale-ja.m4 \
215         $(top_srcdir)/config/gnulib/locale-zh.m4 \
216         $(top_srcdir)/config/gnulib/lock.m4 \
217         $(top_srcdir)/config/gnulib/longlong.m4 \
218         $(top_srcdir)/config/gnulib/lseek.m4 \
219         $(top_srcdir)/config/gnulib/lstat.m4 \
220         $(top_srcdir)/config/gnulib/malloc.m4 \
221         $(top_srcdir)/config/gnulib/mbrtowc.m4 \
222         $(top_srcdir)/config/gnulib/mbsinit.m4 \
223         $(top_srcdir)/config/gnulib/mbstate_t.m4 \
224         $(top_srcdir)/config/gnulib/memchr.m4 \
225         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
226         $(top_srcdir)/config/gnulib/mmap-anon.m4 \
227         $(top_srcdir)/config/gnulib/multiarch.m4 \
228         $(top_srcdir)/config/gnulib/netdb_h.m4 \
229         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
230         $(top_srcdir)/config/gnulib/nl_langinfo.m4 \
231         $(top_srcdir)/config/gnulib/onceonly.m4 \
232         $(top_srcdir)/config/gnulib/physmem.m4 \
233         $(top_srcdir)/config/gnulib/printf.m4 \
234         $(top_srcdir)/config/gnulib/regex.m4 \
235         $(top_srcdir)/config/gnulib/safe-read.m4 \
236         $(top_srcdir)/config/gnulib/safe-write.m4 \
237         $(top_srcdir)/config/gnulib/servent.m4 \
238         $(top_srcdir)/config/gnulib/snprintf.m4 \
239         $(top_srcdir)/config/gnulib/socklen.m4 \
240         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
241         $(top_srcdir)/config/gnulib/ssize_t.m4 \
242         $(top_srcdir)/config/gnulib/stat.m4 \
243         $(top_srcdir)/config/gnulib/stdbool.m4 \
244         $(top_srcdir)/config/gnulib/stddef_h.m4 \
245         $(top_srcdir)/config/gnulib/stdint.m4 \
246         $(top_srcdir)/config/gnulib/stdio_h.m4 \
247         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
248         $(top_srcdir)/config/gnulib/string_h.m4 \
249         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
250         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
251         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
252         $(top_srcdir)/config/gnulib/tempname.m4 \
253         $(top_srcdir)/config/gnulib/threadlib.m4 \
254         $(top_srcdir)/config/gnulib/time_h.m4 \
255         $(top_srcdir)/config/gnulib/unistd_h.m4 \
256         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
257         $(top_srcdir)/config/gnulib/warn-on-use.m4 \
258         $(top_srcdir)/config/gnulib/wchar_h.m4 \
259         $(top_srcdir)/config/gnulib/wcrtomb.m4 \
260         $(top_srcdir)/config/gnulib/wctype_h.m4 \
261         $(top_srcdir)/config/gnulib/write.m4 \
262         $(top_srcdir)/config/gettext-macros/codeset.m4 \
263         $(top_srcdir)/config/gettext-macros/gettext.m4 \
264         $(top_srcdir)/config/gettext-macros/glibc21.m4 \
265         $(top_srcdir)/config/gettext-macros/iconv.m4 \
266         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
267         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
268         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
269         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
270         $(top_srcdir)/config/gettext-macros/nls.m4 \
271         $(top_srcdir)/config/gettext-macros/po.m4 \
272         $(top_srcdir)/config/gettext-macros/progtest.m4 \
273         $(top_srcdir)/config/gettext-macros/size_max.m4 \
274         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
275         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
276         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
277         $(top_srcdir)/config/gettext-macros/xsize.m4 \
278         $(top_srcdir)/config/libtool.m4 \
279         $(top_srcdir)/config/ltoptions.m4 \
280         $(top_srcdir)/config/ltsugar.m4 \
281         $(top_srcdir)/config/ltversion.m4 \
282         $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/FULL_VERSION \
283         $(top_srcdir)/configure.in
284 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
285         $(ACLOCAL_M4)
286 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
287  configure.lineno config.status.lineno
288 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
289 CONFIG_HEADER = $(top_builddir)/config/config.h
290 CONFIG_CLEAN_FILES =
291 CONFIG_CLEAN_VPATH_FILES =
292 SOURCES =
293 DIST_SOURCES =
294 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
295         html-recursive info-recursive install-data-recursive \
296         install-dvi-recursive install-exec-recursive \
297         install-html-recursive install-info-recursive \
298         install-pdf-recursive install-ps-recursive install-recursive \
299         installcheck-recursive installdirs-recursive pdf-recursive \
300         ps-recursive uninstall-recursive
301 am__can_run_installinfo = \
302   case $$AM_UPDATE_INFO_DIR in \
303     n|no|NO) false;; \
304     *) (install-info --version) >/dev/null 2>&1;; \
305   esac
306 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
307 am__vpath_adj = case $$p in \
308     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
309     *) f=$$p;; \
310   esac;
311 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
312 am__install_max = 40
313 am__nobase_strip_setup = \
314   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
315 am__nobase_strip = \
316   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
317 am__nobase_list = $(am__nobase_strip_setup); \
318   for p in $$list; do echo "$$p $$p"; done | \
319   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
320   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
321     if (++n[$$2] == $(am__install_max)) \
322       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
323     END { for (dir in files) print dir, files[dir] }'
324 am__base_list = \
325   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
326   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
327 am__uninstall_files_from_dir = { \
328   test -z "$$files" \
329     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
330     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
331          $(am__cd) "$$dir" && rm -f $$files; }; \
332   }
333 am__installdirs = "$(DESTDIR)$(pkgdatadir)"
334 DATA = $(pkgdata_DATA)
335 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
336   distclean-recursive maintainer-clean-recursive
337 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
338         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
339         distdir dist dist-all distcheck
340 ETAGS = etags
341 CTAGS = ctags
342 DIST_SUBDIRS = . gnulib config common-src amar-src amandad-src \
343         xfer-src ndmp-src client-src application-src device-src \
344         server-src changer-src recover-src oldrecover-src amplot perl \
345         po man example packaging installcheck
346 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
347 distdir = $(PACKAGE)-$(VERSION)
348 top_distdir = $(distdir)
349 am__remove_distdir = \
350   if test -d "$(distdir)"; then \
351     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
352       && rm -rf "$(distdir)" \
353       || { sleep 5 && rm -rf "$(distdir)"; }; \
354   else :; fi
355 am__relativize = \
356   dir0=`pwd`; \
357   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
358   sed_rest='s,^[^/]*/*,,'; \
359   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
360   sed_butlast='s,/*[^/]*$$,,'; \
361   while test -n "$$dir1"; do \
362     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
363     if test "$$first" != "."; then \
364       if test "$$first" = ".."; then \
365         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
366         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
367       else \
368         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
369         if test "$$first2" = "$$first"; then \
370           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
371         else \
372           dir2="../$$dir2"; \
373         fi; \
374         dir0="$$dir0"/"$$first"; \
375       fi; \
376     fi; \
377     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
378   done; \
379   reldir="$$dir2"
380 DIST_ARCHIVES = $(distdir).tar.gz
381 GZIP_ENV = --best
382 distuninstallcheck_listfiles = find . -type f -print
383 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
384   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
385 distcleancheck_listfiles = find . -type f -print
386 ACLOCAL = @ACLOCAL@
387 AIX_BACKUP = @AIX_BACKUP@
388 ALLOCA = @ALLOCA@
389 ALLOCA_H = @ALLOCA_H@
390 AMANDA_COMPONENTS = @AMANDA_COMPONENTS@
391 AMANDA_DBGDIR = @AMANDA_DBGDIR@
392 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
393 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
394 AMANDA_SWIG_PERL_CFLAGS = @AMANDA_SWIG_PERL_CFLAGS@
395 AMANDA_TMPDIR = @AMANDA_TMPDIR@
396 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
397 AMLINT = @AMLINT@
398 AMLINTFLAGS = @AMLINTFLAGS@
399 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
400 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
401 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
402 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
403 AMTAR = @AMTAR@
404 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
405 APPLICATION_DIR = @APPLICATION_DIR@
406 AR = @AR@
407 ASM_SYMBOL_PREFIX = @ASM_SYMBOL_PREFIX@
408 ASSERTIONS = @ASSERTIONS@
409 AS_NEEDED_FLAGS = @AS_NEEDED_FLAGS@
410 AUTOCONF = @AUTOCONF@
411 AUTOHEADER = @AUTOHEADER@
412 AUTOMAKE = @AUTOMAKE@
413 AWK = @AWK@
414 BASH = @BASH@
415 BINARY_OWNER = @BINARY_OWNER@
416 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
417 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
418 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
419 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
420 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
421 BSDTCP_SECURITY = @BSDTCP_SECURITY@
422 BSDUDP_SECURITY = @BSDUDP_SECURITY@
423 BSD_SECURITY = @BSD_SECURITY@
424 CAT = @CAT@
425 CC = @CC@
426 CCDEPMODE = @CCDEPMODE@
427 CFLAGS = @CFLAGS@
428 CHECK_USERID = @CHECK_USERID@
429 CLIENT_LOGIN = @CLIENT_LOGIN@
430 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
431 COMPRESS = @COMPRESS@
432 COMPRESS_BEST_OPT = @COMPRESS_BEST_OPT@
433 COMPRESS_FAST_OPT = @COMPRESS_FAST_OPT@
434 COMPRESS_PATH = @COMPRESS_PATH@
435 COMPRESS_SUFFIX = @COMPRESS_SUFFIX@
436 CONFIG_CLOBBER_MY_CONFIG = @CONFIG_CLOBBER_MY_CONFIG@
437 CONFIG_DIR = @CONFIG_DIR@
438 CPP = @CPP@
439 CPPFLAGS = @CPPFLAGS@
440 CYGPATH_W = @CYGPATH_W@
441 DD = @DD@
442 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
443 DEFAULT_CONFIG = @DEFAULT_CONFIG@
444 DEFAULT_MAILER = @DEFAULT_MAILER@
445 DEFAULT_SERVER = @DEFAULT_SERVER@
446 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
447 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
448 DEFS = @DEFS@
449 DEPDIR = @DEPDIR@
450 DLLTOOL = @DLLTOOL@
451 DOC_BUILD_DATE = @DOC_BUILD_DATE@
452 DSYMUTIL = @DSYMUTIL@
453 DUMP = @DUMP@
454 DUMPBIN = @DUMPBIN@
455 DUMP_RETURNS_1 = @DUMP_RETURNS_1@
456 ECHO_C = @ECHO_C@
457 ECHO_N = @ECHO_N@
458 ECHO_T = @ECHO_T@
459 EGREP = @EGREP@
460 EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
461 EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
462 ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
463 ENOLINK_VALUE = @ENOLINK_VALUE@
464 EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
465 EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
466 ERRNO_H = @ERRNO_H@
467 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
468 EXEEXT = @EXEEXT@
469 FGREP = @FGREP@
470 FLOAT_H = @FLOAT_H@
471 GETADDRINFO_LIB = @GETADDRINFO_LIB@
472 GETCONF = @GETCONF@
473 GETOPT_H = @GETOPT_H@
474 GETTEXT = @GETTEXT@
475 GIT = @GIT@
476 GLIBC21 = @GLIBC21@
477 GLIB_CFLAGS = @GLIB_CFLAGS@
478 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
479 GLIB_LIBS = @GLIB_LIBS@
480 GLIB_MKENUMS = @GLIB_MKENUMS@
481 GMSGFMT = @GMSGFMT@
482 GMSGFMT_015 = @GMSGFMT_015@
483 GNULIB_ACCEPT = @GNULIB_ACCEPT@
484 GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@
485 GNULIB_ATOLL = @GNULIB_ATOLL@
486 GNULIB_BIND = @GNULIB_BIND@
487 GNULIB_BTOWC = @GNULIB_BTOWC@
488 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
489 GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
490 GNULIB_CHOWN = @GNULIB_CHOWN@
491 GNULIB_CLOSE = @GNULIB_CLOSE@
492 GNULIB_CONNECT = @GNULIB_CONNECT@
493 GNULIB_DPRINTF = @GNULIB_DPRINTF@
494 GNULIB_DUP2 = @GNULIB_DUP2@
495 GNULIB_DUP3 = @GNULIB_DUP3@
496 GNULIB_ENVIRON = @GNULIB_ENVIRON@
497 GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
498 GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
499 GNULIB_FCHDIR = @GNULIB_FCHDIR@
500 GNULIB_FCHMODAT = @GNULIB_FCHMODAT@
501 GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
502 GNULIB_FCLOSE = @GNULIB_FCLOSE@
503 GNULIB_FFLUSH = @GNULIB_FFLUSH@
504 GNULIB_FOPEN = @GNULIB_FOPEN@
505 GNULIB_FPRINTF = @GNULIB_FPRINTF@
506 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
507 GNULIB_FPURGE = @GNULIB_FPURGE@
508 GNULIB_FPUTC = @GNULIB_FPUTC@
509 GNULIB_FPUTS = @GNULIB_FPUTS@
510 GNULIB_FREOPEN = @GNULIB_FREOPEN@
511 GNULIB_FSEEK = @GNULIB_FSEEK@
512 GNULIB_FSEEKO = @GNULIB_FSEEKO@
513 GNULIB_FSTATAT = @GNULIB_FSTATAT@
514 GNULIB_FSYNC = @GNULIB_FSYNC@
515 GNULIB_FTELL = @GNULIB_FTELL@
516 GNULIB_FTELLO = @GNULIB_FTELLO@
517 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
518 GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
519 GNULIB_FWRITE = @GNULIB_FWRITE@
520 GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@
521 GNULIB_GETCWD = @GNULIB_GETCWD@
522 GNULIB_GETDELIM = @GNULIB_GETDELIM@
523 GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
524 GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
525 GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
526 GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
527 GNULIB_GETLINE = @GNULIB_GETLINE@
528 GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
529 GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
530 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
531 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
532 GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@
533 GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@
534 GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@
535 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
536 GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
537 GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
538 GNULIB_GRANTPT = @GNULIB_GRANTPT@
539 GNULIB_INET_NTOP = @GNULIB_INET_NTOP@
540 GNULIB_INET_PTON = @GNULIB_INET_PTON@
541 GNULIB_LCHMOD = @GNULIB_LCHMOD@
542 GNULIB_LCHOWN = @GNULIB_LCHOWN@
543 GNULIB_LINK = @GNULIB_LINK@
544 GNULIB_LINKAT = @GNULIB_LINKAT@
545 GNULIB_LISTEN = @GNULIB_LISTEN@
546 GNULIB_LSEEK = @GNULIB_LSEEK@
547 GNULIB_LSTAT = @GNULIB_LSTAT@
548 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
549 GNULIB_MBRLEN = @GNULIB_MBRLEN@
550 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
551 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
552 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
553 GNULIB_MBSCHR = @GNULIB_MBSCHR@
554 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
555 GNULIB_MBSINIT = @GNULIB_MBSINIT@
556 GNULIB_MBSLEN = @GNULIB_MBSLEN@
557 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
558 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
559 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
560 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
561 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
562 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
563 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
564 GNULIB_MBSSEP = @GNULIB_MBSSEP@
565 GNULIB_MBSSPN = @GNULIB_MBSSPN@
566 GNULIB_MBSSTR = @GNULIB_MBSSTR@
567 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
568 GNULIB_MEMCHR = @GNULIB_MEMCHR@
569 GNULIB_MEMMEM = @GNULIB_MEMMEM@
570 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
571 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
572 GNULIB_MKDIRAT = @GNULIB_MKDIRAT@
573 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
574 GNULIB_MKFIFO = @GNULIB_MKFIFO@
575 GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@
576 GNULIB_MKNOD = @GNULIB_MKNOD@
577 GNULIB_MKNODAT = @GNULIB_MKNODAT@
578 GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
579 GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
580 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
581 GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
582 GNULIB_MKTIME = @GNULIB_MKTIME@
583 GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
584 GNULIB_NL_LANGINFO = @GNULIB_NL_LANGINFO@
585 GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
586 GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
587 GNULIB_PERROR = @GNULIB_PERROR@
588 GNULIB_PIPE2 = @GNULIB_PIPE2@
589 GNULIB_POPEN = @GNULIB_POPEN@
590 GNULIB_PREAD = @GNULIB_PREAD@
591 GNULIB_PRINTF = @GNULIB_PRINTF@
592 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
593 GNULIB_PTSNAME = @GNULIB_PTSNAME@
594 GNULIB_PUTC = @GNULIB_PUTC@
595 GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
596 GNULIB_PUTENV = @GNULIB_PUTENV@
597 GNULIB_PUTS = @GNULIB_PUTS@
598 GNULIB_PWRITE = @GNULIB_PWRITE@
599 GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
600 GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
601 GNULIB_READLINK = @GNULIB_READLINK@
602 GNULIB_READLINKAT = @GNULIB_READLINKAT@
603 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
604 GNULIB_REALPATH = @GNULIB_REALPATH@
605 GNULIB_RECV = @GNULIB_RECV@
606 GNULIB_RECVFROM = @GNULIB_RECVFROM@
607 GNULIB_REMOVE = @GNULIB_REMOVE@
608 GNULIB_RENAME = @GNULIB_RENAME@
609 GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
610 GNULIB_RMDIR = @GNULIB_RMDIR@
611 GNULIB_RPMATCH = @GNULIB_RPMATCH@
612 GNULIB_SEND = @GNULIB_SEND@
613 GNULIB_SENDTO = @GNULIB_SENDTO@
614 GNULIB_SETENV = @GNULIB_SETENV@
615 GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@
616 GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@
617 GNULIB_SLEEP = @GNULIB_SLEEP@
618 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
619 GNULIB_SOCKET = @GNULIB_SOCKET@
620 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
621 GNULIB_STAT = @GNULIB_STAT@
622 GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
623 GNULIB_STPCPY = @GNULIB_STPCPY@
624 GNULIB_STPNCPY = @GNULIB_STPNCPY@
625 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
626 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
627 GNULIB_STRDUP = @GNULIB_STRDUP@
628 GNULIB_STRERROR = @GNULIB_STRERROR@
629 GNULIB_STRNCAT = @GNULIB_STRNCAT@
630 GNULIB_STRNDUP = @GNULIB_STRNDUP@
631 GNULIB_STRNLEN = @GNULIB_STRNLEN@
632 GNULIB_STRPBRK = @GNULIB_STRPBRK@
633 GNULIB_STRPTIME = @GNULIB_STRPTIME@
634 GNULIB_STRSEP = @GNULIB_STRSEP@
635 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
636 GNULIB_STRSTR = @GNULIB_STRSTR@
637 GNULIB_STRTOD = @GNULIB_STRTOD@
638 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
639 GNULIB_STRTOLL = @GNULIB_STRTOLL@
640 GNULIB_STRTOULL = @GNULIB_STRTOULL@
641 GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
642 GNULIB_SYMLINK = @GNULIB_SYMLINK@
643 GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
644 GNULIB_TIMEGM = @GNULIB_TIMEGM@
645 GNULIB_TIME_R = @GNULIB_TIME_R@
646 GNULIB_TMPFILE = @GNULIB_TMPFILE@
647 GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
648 GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
649 GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
650 GNULIB_UNLINK = @GNULIB_UNLINK@
651 GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
652 GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
653 GNULIB_UNSETENV = @GNULIB_UNSETENV@
654 GNULIB_USLEEP = @GNULIB_USLEEP@
655 GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@
656 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
657 GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
658 GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
659 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
660 GNULIB_VPRINTF = @GNULIB_VPRINTF@
661 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
662 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
663 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
664 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
665 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
666 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
667 GNULIB_WCTOB = @GNULIB_WCTOB@
668 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
669 GNULIB_WRITE = @GNULIB_WRITE@
670 GNULIB__EXIT = @GNULIB__EXIT@
671 GNUPLOT = @GNUPLOT@
672 GNUTAR = @GNUTAR@
673 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
674 GOBJECT_QUERY = @GOBJECT_QUERY@
675 GREP = @GREP@
676 GZIP = @GZIP@
677 HAVE_ACCEPT4 = @HAVE_ACCEPT4@
678 HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@
679 HAVE_ATOLL = @HAVE_ATOLL@
680 HAVE_BTOWC = @HAVE_BTOWC@
681 HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
682 HAVE_CHOWN = @HAVE_CHOWN@
683 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
684 HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
685 HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@
686 HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@
687 HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@
688 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
689 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
690 HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
691 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
692 HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@
693 HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
694 HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
695 HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@
696 HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@
697 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
698 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
699 HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
700 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
701 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
702 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
703 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
704 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
705 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
706 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
707 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
708 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
709 HAVE_DPRINTF = @HAVE_DPRINTF@
710 HAVE_DUP2 = @HAVE_DUP2@
711 HAVE_DUP3 = @HAVE_DUP3@
712 HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
713 HAVE_FACCESSAT = @HAVE_FACCESSAT@
714 HAVE_FCHDIR = @HAVE_FCHDIR@
715 HAVE_FCHMODAT = @HAVE_FCHMODAT@
716 HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
717 HAVE_FSEEKO = @HAVE_FSEEKO@
718 HAVE_FSTATAT = @HAVE_FSTATAT@
719 HAVE_FSYNC = @HAVE_FSYNC@
720 HAVE_FTELLO = @HAVE_FTELLO@
721 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
722 HAVE_FUTIMENS = @HAVE_FUTIMENS@
723 HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
724 HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
725 HAVE_GETGROUPS = @HAVE_GETGROUPS@
726 HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
727 HAVE_GETLOGIN = @HAVE_GETLOGIN@
728 HAVE_GETOPT_H = @HAVE_GETOPT_H@
729 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
730 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
731 HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
732 HAVE_GRANTPT = @HAVE_GRANTPT@
733 HAVE_GZIP = @HAVE_GZIP@
734 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
735 HAVE_ISWBLANK = @HAVE_ISWBLANK@
736 HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
737 HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@
738 HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@
739 HAVE_LANGINFO_H = @HAVE_LANGINFO_H@
740 HAVE_LCHMOD = @HAVE_LCHMOD@
741 HAVE_LCHOWN = @HAVE_LCHOWN@
742 HAVE_LINK = @HAVE_LINK@
743 HAVE_LINKAT = @HAVE_LINKAT@
744 HAVE_LOCALTIME_R = @HAVE_LOCALTIME_R@
745 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
746 HAVE_LSTAT = @HAVE_LSTAT@
747 HAVE_MBRLEN = @HAVE_MBRLEN@
748 HAVE_MBRTOWC = @HAVE_MBRTOWC@
749 HAVE_MBSINIT = @HAVE_MBSINIT@
750 HAVE_MBSLEN = @HAVE_MBSLEN@
751 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
752 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
753 HAVE_MEMCHR = @HAVE_MEMCHR@
754 HAVE_MEMPCPY = @HAVE_MEMPCPY@
755 HAVE_MKDIRAT = @HAVE_MKDIRAT@
756 HAVE_MKDTEMP = @HAVE_MKDTEMP@
757 HAVE_MKFIFO = @HAVE_MKFIFO@
758 HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
759 HAVE_MKNOD = @HAVE_MKNOD@
760 HAVE_MKNODAT = @HAVE_MKNODAT@
761 HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
762 HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
763 HAVE_MKSTEMP = @HAVE_MKSTEMP@
764 HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
765 HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
766 HAVE_NETDB_H = @HAVE_NETDB_H@
767 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
768 HAVE_NL_LANGINFO = @HAVE_NL_LANGINFO@
769 HAVE_OS_H = @HAVE_OS_H@
770 HAVE_PIPE2 = @HAVE_PIPE2@
771 HAVE_PREAD = @HAVE_PREAD@
772 HAVE_PTSNAME = @HAVE_PTSNAME@
773 HAVE_PWRITE = @HAVE_PWRITE@
774 HAVE_RANDOM_H = @HAVE_RANDOM_H@
775 HAVE_RANDOM_R = @HAVE_RANDOM_R@
776 HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
777 HAVE_READLINK = @HAVE_READLINK@
778 HAVE_READLINKAT = @HAVE_READLINKAT@
779 HAVE_REALPATH = @HAVE_REALPATH@
780 HAVE_RENAMEAT = @HAVE_RENAMEAT@
781 HAVE_RPMATCH = @HAVE_RPMATCH@
782 HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@
783 HAVE_SETENV = @HAVE_SETENV@
784 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
785 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
786 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
787 HAVE_SLEEP = @HAVE_SLEEP@
788 HAVE_STDINT_H = @HAVE_STDINT_H@
789 HAVE_STPCPY = @HAVE_STPCPY@
790 HAVE_STPNCPY = @HAVE_STPNCPY@
791 HAVE_STRCASESTR = @HAVE_STRCASESTR@
792 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
793 HAVE_STRPBRK = @HAVE_STRPBRK@
794 HAVE_STRPTIME = @HAVE_STRPTIME@
795 HAVE_STRSEP = @HAVE_STRSEP@
796 HAVE_STRTOD = @HAVE_STRTOD@
797 HAVE_STRTOLL = @HAVE_STRTOLL@
798 HAVE_STRTOULL = @HAVE_STRTOULL@
799 HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@
800 HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
801 HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@
802 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
803 HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
804 HAVE_SYMLINK = @HAVE_SYMLINK@
805 HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
806 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
807 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
808 HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
809 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
810 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
811 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
812 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
813 HAVE_TIMEGM = @HAVE_TIMEGM@
814 HAVE_TTYNAME_R = @HAVE_TTYNAME_R@
815 HAVE_UNISTD_H = @HAVE_UNISTD_H@
816 HAVE_UNLINKAT = @HAVE_UNLINKAT@
817 HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
818 HAVE_UNSETENV = @HAVE_UNSETENV@
819 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
820 HAVE_USLEEP = @HAVE_USLEEP@
821 HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
822 HAVE_VASPRINTF = @HAVE_VASPRINTF@
823 HAVE_VDPRINTF = @HAVE_VDPRINTF@
824 HAVE_WCHAR_H = @HAVE_WCHAR_H@
825 HAVE_WCHAR_T = @HAVE_WCHAR_T@
826 HAVE_WCRTOMB = @HAVE_WCRTOMB@
827 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
828 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
829 HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
830 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
831 HAVE_WINT_T = @HAVE_WINT_T@
832 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
833 HAVE__BOOL = @HAVE__BOOL@
834 HAVE__EXIT = @HAVE__EXIT@
835 HOSTENT_LIB = @HOSTENT_LIB@
836 INCLUDE_NEXT = @INCLUDE_NEXT@
837 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
838 INET_NTOP_LIB = @INET_NTOP_LIB@
839 INET_PTON_LIB = @INET_PTON_LIB@
840 INSTALL = @INSTALL@
841 INSTALL_DATA = @INSTALL_DATA@
842 INSTALL_PROGRAM = @INSTALL_PROGRAM@
843 INSTALL_SCRIPT = @INSTALL_SCRIPT@
844 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
845 INTLLIBS = @INTLLIBS@
846 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
847 KRB5_SECURITY = @KRB5_SECURITY@
848 LD = @LD@
849 LDFLAGS = @LDFLAGS@
850 LEX = @LEX@
851 LEXLIB = @LEXLIB@
852 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
853 LIBCURL = @LIBCURL@
854 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
855 LIBICONV = @LIBICONV@
856 LIBINTL = @LIBINTL@
857 LIBMULTITHREAD = @LIBMULTITHREAD@
858 LIBOBJS = @LIBOBJS@
859 LIBPTH = @LIBPTH@
860 LIBS = @LIBS@
861 LIBTHREAD = @LIBTHREAD@
862 LIBTOOL = @LIBTOOL@
863 LIBTOOL_DEPS = @LIBTOOL_DEPS@
864 LIPO = @LIPO@
865 LN_S = @LN_S@
866 LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
867 LOCALE_FR = @LOCALE_FR@
868 LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
869 LOCALE_JA = @LOCALE_JA@
870 LOCALE_ZH_CN = @LOCALE_ZH_CN@
871 LOCKING = @LOCKING@
872 LOW_TCPPORTRANGE = @LOW_TCPPORTRANGE@
873 LPR = @LPR@
874 LPRFLAG = @LPRFLAG@
875 LTLIBICONV = @LTLIBICONV@
876 LTLIBINTL = @LTLIBINTL@
877 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
878 LTLIBOBJS = @LTLIBOBJS@
879 LTLIBPTH = @LTLIBPTH@
880 LTLIBTHREAD = @LTLIBTHREAD@
881 MAILER = @MAILER@
882 MAKEINFO = @MAKEINFO@
883 MANIFEST_TOOL = @MANIFEST_TOOL@
884 MKDIR_P = @MKDIR_P@
885 MOUNT = @MOUNT@
886 MSGFMT = @MSGFMT@
887 MSGFMT_015 = @MSGFMT_015@
888 MSGMERGE = @MSGMERGE@
889 MT = @MT@
890 MTX = @MTX@
891 MT_FILE_FLAG = @MT_FILE_FLAG@
892 NC = @NC@
893 NC6 = @NC6@
894 NETCAT = @NETCAT@
895 NETINET_IN_H = @NETINET_IN_H@
896 NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@
897 NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@
898 NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
899 NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
900 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
901 NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@
902 NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@
903 NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@
904 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
905 NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
906 NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
907 NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
908 NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
909 NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@
910 NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
911 NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
912 NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
913 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
914 NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
915 NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
916 NEXT_ERRNO_H = @NEXT_ERRNO_H@
917 NEXT_FLOAT_H = @NEXT_FLOAT_H@
918 NEXT_GETOPT_H = @NEXT_GETOPT_H@
919 NEXT_LANGINFO_H = @NEXT_LANGINFO_H@
920 NEXT_NETDB_H = @NEXT_NETDB_H@
921 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
922 NEXT_STDDEF_H = @NEXT_STDDEF_H@
923 NEXT_STDINT_H = @NEXT_STDINT_H@
924 NEXT_STDIO_H = @NEXT_STDIO_H@
925 NEXT_STDLIB_H = @NEXT_STDLIB_H@
926 NEXT_STRING_H = @NEXT_STRING_H@
927 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
928 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
929 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
930 NEXT_TIME_H = @NEXT_TIME_H@
931 NEXT_UNISTD_H = @NEXT_UNISTD_H@
932 NEXT_WCHAR_H = @NEXT_WCHAR_H@
933 NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
934 NM = @NM@
935 NMEDIT = @NMEDIT@
936 OBJDUMP = @OBJDUMP@
937 OBJEXT = @OBJEXT@
938 OTOOL = @OTOOL@
939 OTOOL64 = @OTOOL64@
940 PACKAGE = @PACKAGE@
941 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
942 PACKAGE_NAME = @PACKAGE_NAME@
943 PACKAGE_STRING = @PACKAGE_STRING@
944 PACKAGE_TARNAME = @PACKAGE_TARNAME@
945 PACKAGE_URL = @PACKAGE_URL@
946 PACKAGE_VERSION = @PACKAGE_VERSION@
947 PATH_SEPARATOR = @PATH_SEPARATOR@
948 PCAT = @PCAT@
949 PERL = @PERL@
950 PERLEXTLIBS = @PERLEXTLIBS@
951 PERL_INC = @PERL_INC@
952 PKG_CONFIG = @PKG_CONFIG@
953 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
954 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
955 POSUB = @POSUB@
956 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
957 PS = @PS@
958 PS_ARGUMENT = @PS_ARGUMENT@
959 PS_ARGUMENT_ARGS = @PS_ARGUMENT_ARGS@
960 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
961 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
962 RANLIB = @RANLIB@
963 READLINE_LIBS = @READLINE_LIBS@
964 REPLACE_BTOWC = @REPLACE_BTOWC@
965 REPLACE_CALLOC = @REPLACE_CALLOC@
966 REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
967 REPLACE_CHOWN = @REPLACE_CHOWN@
968 REPLACE_CLOSE = @REPLACE_CLOSE@
969 REPLACE_DPRINTF = @REPLACE_DPRINTF@
970 REPLACE_DUP = @REPLACE_DUP@
971 REPLACE_DUP2 = @REPLACE_DUP2@
972 REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
973 REPLACE_FCLOSE = @REPLACE_FCLOSE@
974 REPLACE_FFLUSH = @REPLACE_FFLUSH@
975 REPLACE_FOPEN = @REPLACE_FOPEN@
976 REPLACE_FPRINTF = @REPLACE_FPRINTF@
977 REPLACE_FPURGE = @REPLACE_FPURGE@
978 REPLACE_FREOPEN = @REPLACE_FREOPEN@
979 REPLACE_FSEEK = @REPLACE_FSEEK@
980 REPLACE_FSEEKO = @REPLACE_FSEEKO@
981 REPLACE_FSTAT = @REPLACE_FSTAT@
982 REPLACE_FSTATAT = @REPLACE_FSTATAT@
983 REPLACE_FTELL = @REPLACE_FTELL@
984 REPLACE_FTELLO = @REPLACE_FTELLO@
985 REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
986 REPLACE_GETCWD = @REPLACE_GETCWD@
987 REPLACE_GETDELIM = @REPLACE_GETDELIM@
988 REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
989 REPLACE_GETLINE = @REPLACE_GETLINE@
990 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
991 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
992 REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
993 REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
994 REPLACE_LCHOWN = @REPLACE_LCHOWN@
995 REPLACE_LINK = @REPLACE_LINK@
996 REPLACE_LINKAT = @REPLACE_LINKAT@
997 REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
998 REPLACE_LSEEK = @REPLACE_LSEEK@
999 REPLACE_LSTAT = @REPLACE_LSTAT@
1000 REPLACE_MALLOC = @REPLACE_MALLOC@
1001 REPLACE_MBRLEN = @REPLACE_MBRLEN@
1002 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
1003 REPLACE_MBSINIT = @REPLACE_MBSINIT@
1004 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
1005 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
1006 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
1007 REPLACE_MEMCHR = @REPLACE_MEMCHR@
1008 REPLACE_MEMMEM = @REPLACE_MEMMEM@
1009 REPLACE_MKDIR = @REPLACE_MKDIR@
1010 REPLACE_MKFIFO = @REPLACE_MKFIFO@
1011 REPLACE_MKNOD = @REPLACE_MKNOD@
1012 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
1013 REPLACE_MKTIME = @REPLACE_MKTIME@
1014 REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
1015 REPLACE_NL_LANGINFO = @REPLACE_NL_LANGINFO@
1016 REPLACE_NULL = @REPLACE_NULL@
1017 REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
1018 REPLACE_PERROR = @REPLACE_PERROR@
1019 REPLACE_POPEN = @REPLACE_POPEN@
1020 REPLACE_PREAD = @REPLACE_PREAD@
1021 REPLACE_PRINTF = @REPLACE_PRINTF@
1022 REPLACE_PUTENV = @REPLACE_PUTENV@
1023 REPLACE_PWRITE = @REPLACE_PWRITE@
1024 REPLACE_READLINK = @REPLACE_READLINK@
1025 REPLACE_REALLOC = @REPLACE_REALLOC@
1026 REPLACE_REALPATH = @REPLACE_REALPATH@
1027 REPLACE_REMOVE = @REPLACE_REMOVE@
1028 REPLACE_RENAME = @REPLACE_RENAME@
1029 REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
1030 REPLACE_RMDIR = @REPLACE_RMDIR@
1031 REPLACE_SETENV = @REPLACE_SETENV@
1032 REPLACE_SLEEP = @REPLACE_SLEEP@
1033 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
1034 REPLACE_SPRINTF = @REPLACE_SPRINTF@
1035 REPLACE_STAT = @REPLACE_STAT@
1036 REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
1037 REPLACE_STPNCPY = @REPLACE_STPNCPY@
1038 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
1039 REPLACE_STRDUP = @REPLACE_STRDUP@
1040 REPLACE_STRERROR = @REPLACE_STRERROR@
1041 REPLACE_STRNCAT = @REPLACE_STRNCAT@
1042 REPLACE_STRNDUP = @REPLACE_STRNDUP@
1043 REPLACE_STRNLEN = @REPLACE_STRNLEN@
1044 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
1045 REPLACE_STRSTR = @REPLACE_STRSTR@
1046 REPLACE_STRTOD = @REPLACE_STRTOD@
1047 REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
1048 REPLACE_SYMLINK = @REPLACE_SYMLINK@
1049 REPLACE_TIMEGM = @REPLACE_TIMEGM@
1050 REPLACE_TMPFILE = @REPLACE_TMPFILE@
1051 REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
1052 REPLACE_UNLINK = @REPLACE_UNLINK@
1053 REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
1054 REPLACE_UNSETENV = @REPLACE_UNSETENV@
1055 REPLACE_USLEEP = @REPLACE_USLEEP@
1056 REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
1057 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
1058 REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
1059 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
1060 REPLACE_VPRINTF = @REPLACE_VPRINTF@
1061 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
1062 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
1063 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
1064 REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
1065 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
1066 REPLACE_WCTOB = @REPLACE_WCTOB@
1067 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
1068 REPLACE_WRITE = @REPLACE_WRITE@
1069 RESTORE = @RESTORE@
1070 RPCGEN = @RPCGEN@
1071 RSH_SECURITY = @RSH_SECURITY@
1072 SAMBA_CLIENT = @SAMBA_CLIENT@
1073 SED = @SED@
1074 SERVENT_LIB = @SERVENT_LIB@
1075 SERVICE_SUFFIX = @SERVICE_SUFFIX@
1076 SETUID_GROUP = @SETUID_GROUP@
1077 SET_MAKE = @SET_MAKE@
1078 SHELL = @SHELL@
1079 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
1080 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
1081 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
1082 SORT = @SORT@
1083 SSH = @SSH@
1084 SSH_SECURITY = @SSH_SECURITY@
1085 STAR = @STAR@
1086 STDBOOL_H = @STDBOOL_H@
1087 STDDEF_H = @STDDEF_H@
1088 STDINT_H = @STDINT_H@
1089 STRIP = @STRIP@
1090 SUNTAR = @SUNTAR@
1091 SVN = @SVN@
1092 SWIG = @SWIG@
1093 SWIG_LIB = @SWIG_LIB@
1094 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
1095 TCPPORTRANGE = @TCPPORTRANGE@
1096 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
1097 UDPPORTRANGE = @UDPPORTRANGE@
1098 UMOUNT = @UMOUNT@
1099 UNAME = @UNAME@
1100 UNCOMPRESS_OPT = @UNCOMPRESS_OPT@
1101 UNCOMPRESS_PATH = @UNCOMPRESS_PATH@
1102 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
1103 UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
1104 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1105 USE_AMANDAHOSTS = @USE_AMANDAHOSTS@
1106 USE_NLS = @USE_NLS@
1107 USE_RUNDUMP = @USE_RUNDUMP@
1108 VDUMP = @VDUMP@
1109 VERSION = @VERSION@
1110 VERSION_COMMENT = @VERSION_COMMENT@
1111 VERSION_MAJOR = @VERSION_MAJOR@
1112 VERSION_MINOR = @VERSION_MINOR@
1113 VERSION_PATCH = @VERSION_PATCH@
1114 VRESTORE = @VRESTORE@
1115 VXDUMP = @VXDUMP@
1116 VXRESTORE = @VXRESTORE@
1117 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
1118 WINT_T_SUFFIX = @WINT_T_SUFFIX@
1119 XFSDUMP = @XFSDUMP@
1120 XFSRESTORE = @XFSRESTORE@
1121 XGETTEXT = @XGETTEXT@
1122 XGETTEXT_015 = @XGETTEXT_015@
1123 XSLREL = @XSLREL@
1124 XSLTPROC = @XSLTPROC@
1125 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
1126 YACC = @YACC@
1127 YFLAGS = @YFLAGS@
1128 _libcurl_config = @_libcurl_config@
1129 abs_builddir = @abs_builddir@
1130 abs_srcdir = @abs_srcdir@
1131 abs_top_builddir = @abs_top_builddir@
1132 abs_top_srcdir = @abs_top_srcdir@
1133 ac_ct_AR = @ac_ct_AR@
1134 ac_ct_CC = @ac_ct_CC@
1135 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1136 am__include = @am__include@
1137 am__leading_dot = @am__leading_dot@
1138 am__quote = @am__quote@
1139 am__tar = @am__tar@
1140 am__untar = @am__untar@
1141 amdatadir = @amdatadir@
1142 amincludedir = @amincludedir@
1143 amlibdir = @amlibdir@
1144 amlibexecdir = @amlibexecdir@
1145 amperldir = @amperldir@
1146 bindir = @bindir@
1147 build = @build@
1148 build_alias = @build_alias@
1149 build_cpu = @build_cpu@
1150 build_os = @build_os@
1151 build_vendor = @build_vendor@
1152 builddir = @builddir@
1153 datadir = @datadir@
1154 datarootdir = @datarootdir@
1155 docdir = @docdir@
1156 dvidir = @dvidir@
1157 exec_prefix = @exec_prefix@
1158 gl_LIBOBJS = @gl_LIBOBJS@
1159 gl_LTLIBOBJS = @gl_LTLIBOBJS@
1160 gltests_LIBOBJS = @gltests_LIBOBJS@
1161 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
1162 gltests_WITNESS = @gltests_WITNESS@
1163 host = @host@
1164 host_alias = @host_alias@
1165 host_cpu = @host_cpu@
1166 host_os = @host_os@
1167 host_vendor = @host_vendor@
1168 htmldir = @htmldir@
1169 includedir = @includedir@
1170 infodir = @infodir@
1171 install_sh = @install_sh@
1172 libdir = @libdir@
1173 libexecdir = @libexecdir@
1174 localedir = @localedir@
1175 localstatedir = @localstatedir@
1176 mandir = @mandir@
1177 mkdir_p = @mkdir_p@
1178 oldincludedir = @oldincludedir@
1179 pdfdir = @pdfdir@
1180 prefix = @prefix@
1181 program_transform_name = @program_transform_name@
1182 psdir = @psdir@
1183 sbindir = @sbindir@
1184 sharedstatedir = @sharedstatedir@
1185 srcdir = @srcdir@
1186 sysconfdir = @sysconfdir@
1187 target_alias = @target_alias@
1188 top_build_prefix = @top_build_prefix@
1189 top_builddir = @top_builddir@
1190 top_srcdir = @top_srcdir@
1191 AUTOMAKE_OPTIONS = 1.10 foreign
1192 SUFFIXES = 
1193 EXTRA_DIST = $(SNAPSHOT_STAMP) $(pkgdata_DATA) autogen contrib/README \
1194         contrib/dbbackup.README contrib/dbbackup.ksh \
1195         contrib/dbbackup.sql contrib/dbbackup.tcl contrib/mkamandisk \
1196         contrib/set_prod_link.pl contrib/gsc/README \
1197         contrib/gsc/cfggsc.c contrib/gsc/defgsc.c contrib/gsc/gsc.add \
1198         contrib/gsc/gscdd.c contrib/gsc/gscdds.h contrib/gsc/makefile \
1199         contrib/gsc/tstinq.c contrib/gsc/ucfggsc.c \
1200         patches/regex-3.6alpha.patch patches/samba-largefs.patch \
1201         patches/tar-1.12.patch UPGRADING DEVELOPING VERSION \
1202         FULL_VERSION
1203 BUILT_SOURCES = 
1204 MOSTLYCLEANFILES = 
1205 CLEANFILES = 
1206 DISTCLEANFILES = $(am__append_1)
1207 MAINTAINERCLEANFILES = 
1208
1209 # sed expression to strip leading directories from a filename; this converts e.g.,
1210 # src/foo/bar.so to bar.so.
1211 strip_leading_dirs = s|^.*/||
1212 @WANT_INSTALLPERMS_FALSE@do_file = pa="$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
1213 @WANT_INSTALLPERMS_FALSE@    echo "installperm \"$$chown\" \"$$chmod\" \"$$pa\"" >> "$(installperms_sh)"
1214
1215
1216 # define a snippet of the scripts below to either perform a chown/chmod operation,
1217 # or record that operation in the logfile.  On entry to the snippet, $$dest is the
1218 # destination directory, $$cmd is the srcdir-relative pathname of the target file,
1219 # $$chown is the ownership, and $$chmod is the permission pattern.
1220 @WANT_INSTALLPERMS_TRUE@do_file = pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
1221 @WANT_INSTALLPERMS_TRUE@    if test -n "$$chown"; then \
1222 @WANT_INSTALLPERMS_TRUE@        echo chown "$$chown" "$$pa"; \
1223 @WANT_INSTALLPERMS_TRUE@        chown "$$chown" "$$pa" || exit 1; \
1224 @WANT_INSTALLPERMS_TRUE@    fi; \
1225 @WANT_INSTALLPERMS_TRUE@    if test -n "$$chmod"; then \
1226 @WANT_INSTALLPERMS_TRUE@        echo chmod "$$chmod" "$$pa"; \
1227 @WANT_INSTALLPERMS_TRUE@        chmod "$$chmod" "$$pa" || exit 1; \
1228 @WANT_INSTALLPERMS_TRUE@    fi 
1229
1230 @WANT_INSTALLPERMS_FALSE@installperms_sh = "$(top_builddir)/installperms.sh"
1231 do_installperms = dest=; chown=; chmod=; \
1232         for cmd in $$installperms; do \
1233             case "$$cmd" in \
1234                 chown=amanda:setuid) \
1235                     echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1236                 chown=root:setuid) \
1237                     echo "  ($$cmd)"; chown="root:$(SETUID_GROUP)";; \
1238                 dest=*|chown=*|chmod=*) \
1239                         echo "  ($$cmd)"; eval $$cmd;; \
1240                 *) $(do_file) ;; \
1241             esac; \
1242         done
1243
1244 ACLOCAL_AMFLAGS = --force -I config -I . -I config/gettext-macros -I config/gnulib -I config/amanda -I config/macro-archive
1245 @WANT_CLIENT_TRUE@CLIENT_SUBDIRS = client-src application-src
1246 @WANT_SERVER_TRUE@SERVER_SUBDIRS = device-src server-src changer-src
1247 @WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src oldrecover-src
1248 @WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot
1249 @WANT_NDMP_TRUE@NDMP_SUBDIRS = ndmp-src
1250 # order is significant, don't change it arbitrarily
1251 SUBDIRS = . \
1252         gnulib \
1253         config \
1254         common-src \
1255         amar-src \
1256         amandad-src \
1257         xfer-src \
1258         $(NDMP_SUBDIRS) \
1259         $(TAPE_SUBDIRS) \
1260         $(CLIENT_SUBDIRS) \
1261         $(SERVER_SUBDIRS) \
1262         $(RESTORE_SUBDIRS) \
1263         $(RECOVER_SUBDIRS) \
1264         $(PLOT_SUBDIRS) \
1265         perl \
1266         po \
1267         man \
1268         example \
1269         packaging \
1270         installcheck
1271
1272 pkgdata_DATA = \
1273         ReleaseNotes    \
1274         COPYRIGHT       \
1275         NEWS            \
1276         ChangeLog
1277
1278 CONFIG_STATUS = config.status
1279
1280 # ensure that configure gets the right arguments for distcheck; this keeps the
1281 # user/group through to the distcheck, rather than defaulting back to 'amanda'.
1282 DISTCHECK_CONFIGURE_FLAGS = --with-user=$(CLIENT_LOGIN) --with-group=$(SETUID_GROUP) --with-owner=$(BINARY_OWNER) --disable-installperms --without-amperldir --without-force-uid --with-tmpdir=$(AMANDA_TMPDIR) SINGLE_USERID=yes CLOBBER_MY_CONFIG=OK
1283 all: $(BUILT_SOURCES)
1284         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1285
1286 .SUFFIXES:
1287 .SUFFIXES: 
1288 am--refresh: Makefile
1289         @:
1290 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/installperms.am $(am__configure_deps)
1291         @for dep in $?; do \
1292           case '$(am__configure_deps)' in \
1293             *$$dep*) \
1294               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1295               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1296                 && exit 0; \
1297               exit 1;; \
1298           esac; \
1299         done; \
1300         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1301         $(am__cd) $(top_srcdir) && \
1302           $(AUTOMAKE) --foreign Makefile
1303 .PRECIOUS: Makefile
1304 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1305         @case '$?' in \
1306           *config.status*) \
1307             echo ' $(SHELL) ./config.status'; \
1308             $(SHELL) ./config.status;; \
1309           *) \
1310             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1311             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1312         esac;
1313 $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/installperms.am:
1314
1315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1316         $(SHELL) ./config.status --recheck
1317
1318 $(top_srcdir)/configure:  $(am__configure_deps)
1319         $(am__cd) $(srcdir) && $(AUTOCONF)
1320 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1321         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1322 $(am__aclocal_m4_deps):
1323
1324 mostlyclean-libtool:
1325         -rm -f *.lo
1326
1327 clean-libtool:
1328         -rm -rf .libs _libs
1329
1330 distclean-libtool:
1331         -rm -f libtool config.lt
1332 install-pkgdataDATA: $(pkgdata_DATA)
1333         @$(NORMAL_INSTALL)
1334         @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1335         if test -n "$$list"; then \
1336           echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
1337           $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
1338         fi; \
1339         for p in $$list; do \
1340           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1341           echo "$$d$$p"; \
1342         done | $(am__base_list) | \
1343         while read files; do \
1344           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
1345           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
1346         done
1347
1348 uninstall-pkgdataDATA:
1349         @$(NORMAL_UNINSTALL)
1350         @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
1351         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1352         dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
1353
1354 # This directory's subdirectories are mostly independent; you can cd
1355 # into them and run `make' without going through this Makefile.
1356 # To change the values of `make' variables: instead of editing Makefiles,
1357 # (1) if the variable is set in `config.status', edit `config.status'
1358 #     (which will cause the Makefiles to be regenerated when you run `make');
1359 # (2) otherwise, pass the desired values on the `make' command line.
1360 $(RECURSIVE_TARGETS):
1361         @fail= failcom='exit 1'; \
1362         for f in x $$MAKEFLAGS; do \
1363           case $$f in \
1364             *=* | --[!k]*);; \
1365             *k*) failcom='fail=yes';; \
1366           esac; \
1367         done; \
1368         dot_seen=no; \
1369         target=`echo $@ | sed s/-recursive//`; \
1370         list='$(SUBDIRS)'; for subdir in $$list; do \
1371           echo "Making $$target in $$subdir"; \
1372           if test "$$subdir" = "."; then \
1373             dot_seen=yes; \
1374             local_target="$$target-am"; \
1375           else \
1376             local_target="$$target"; \
1377           fi; \
1378           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1379           || eval $$failcom; \
1380         done; \
1381         if test "$$dot_seen" = "no"; then \
1382           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1383         fi; test -z "$$fail"
1384
1385 $(RECURSIVE_CLEAN_TARGETS):
1386         @fail= failcom='exit 1'; \
1387         for f in x $$MAKEFLAGS; do \
1388           case $$f in \
1389             *=* | --[!k]*);; \
1390             *k*) failcom='fail=yes';; \
1391           esac; \
1392         done; \
1393         dot_seen=no; \
1394         case "$@" in \
1395           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1396           *) list='$(SUBDIRS)' ;; \
1397         esac; \
1398         rev=''; for subdir in $$list; do \
1399           if test "$$subdir" = "."; then :; else \
1400             rev="$$subdir $$rev"; \
1401           fi; \
1402         done; \
1403         rev="$$rev ."; \
1404         target=`echo $@ | sed s/-recursive//`; \
1405         for subdir in $$rev; do \
1406           echo "Making $$target in $$subdir"; \
1407           if test "$$subdir" = "."; then \
1408             local_target="$$target-am"; \
1409           else \
1410             local_target="$$target"; \
1411           fi; \
1412           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1413           || eval $$failcom; \
1414         done && test -z "$$fail"
1415 tags-recursive:
1416         list='$(SUBDIRS)'; for subdir in $$list; do \
1417           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1418         done
1419 ctags-recursive:
1420         list='$(SUBDIRS)'; for subdir in $$list; do \
1421           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1422         done
1423
1424 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1425         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1426         unique=`for i in $$list; do \
1427             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1428           done | \
1429           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1430               END { if (nonempty) { for (i in files) print i; }; }'`; \
1431         mkid -fID $$unique
1432 tags: TAGS
1433
1434 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1435                 $(TAGS_FILES) $(LISP)
1436         set x; \
1437         here=`pwd`; \
1438         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1439           include_option=--etags-include; \
1440           empty_fix=.; \
1441         else \
1442           include_option=--include; \
1443           empty_fix=; \
1444         fi; \
1445         list='$(SUBDIRS)'; for subdir in $$list; do \
1446           if test "$$subdir" = .; then :; else \
1447             test ! -f $$subdir/TAGS || \
1448               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1449           fi; \
1450         done; \
1451         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1452         unique=`for i in $$list; do \
1453             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1454           done | \
1455           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1456               END { if (nonempty) { for (i in files) print i; }; }'`; \
1457         shift; \
1458         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1459           test -n "$$unique" || unique=$$empty_fix; \
1460           if test $$# -gt 0; then \
1461             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1462               "$$@" $$unique; \
1463           else \
1464             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1465               $$unique; \
1466           fi; \
1467         fi
1468 ctags: CTAGS
1469 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1470                 $(TAGS_FILES) $(LISP)
1471         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1472         unique=`for i in $$list; do \
1473             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1474           done | \
1475           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1476               END { if (nonempty) { for (i in files) print i; }; }'`; \
1477         test -z "$(CTAGS_ARGS)$$unique" \
1478           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1479              $$unique
1480
1481 GTAGS:
1482         here=`$(am__cd) $(top_builddir) && pwd` \
1483           && $(am__cd) $(top_srcdir) \
1484           && gtags -i $(GTAGS_ARGS) "$$here"
1485
1486 distclean-tags:
1487         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1488
1489 distdir: $(DISTFILES)
1490         $(am__remove_distdir)
1491         test -d "$(distdir)" || mkdir "$(distdir)"
1492         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1493         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1494         list='$(DISTFILES)'; \
1495           dist_files=`for file in $$list; do echo $$file; done | \
1496           sed -e "s|^$$srcdirstrip/||;t" \
1497               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1498         case $$dist_files in \
1499           */*) $(MKDIR_P) `echo "$$dist_files" | \
1500                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1501                            sort -u` ;; \
1502         esac; \
1503         for file in $$dist_files; do \
1504           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1505           if test -d $$d/$$file; then \
1506             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1507             if test -d "$(distdir)/$$file"; then \
1508               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1509             fi; \
1510             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1511               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1512               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1513             fi; \
1514             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1515           else \
1516             test -f "$(distdir)/$$file" \
1517             || cp -p $$d/$$file "$(distdir)/$$file" \
1518             || exit 1; \
1519           fi; \
1520         done
1521         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1522           if test "$$subdir" = .; then :; else \
1523             $(am__make_dryrun) \
1524               || test -d "$(distdir)/$$subdir" \
1525               || $(MKDIR_P) "$(distdir)/$$subdir" \
1526               || exit 1; \
1527             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1528             $(am__relativize); \
1529             new_distdir=$$reldir; \
1530             dir1=$$subdir; dir2="$(top_distdir)"; \
1531             $(am__relativize); \
1532             new_top_distdir=$$reldir; \
1533             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1534             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1535             ($(am__cd) $$subdir && \
1536               $(MAKE) $(AM_MAKEFLAGS) \
1537                 top_distdir="$$new_top_distdir" \
1538                 distdir="$$new_distdir" \
1539                 am__remove_distdir=: \
1540                 am__skip_length_check=: \
1541                 am__skip_mode_fix=: \
1542                 distdir) \
1543               || exit 1; \
1544           fi; \
1545         done
1546         $(MAKE) $(AM_MAKEFLAGS) \
1547           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1548           dist-hook
1549         -test -n "$(am__skip_mode_fix)" \
1550         || find "$(distdir)" -type d ! -perm -755 \
1551                 -exec chmod u+rwx,go+rx {} \; -o \
1552           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1553           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1554           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1555         || chmod -R a+r "$(distdir)"
1556 dist-gzip: distdir
1557         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1558         $(am__remove_distdir)
1559
1560 dist-bzip2: distdir
1561         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1562         $(am__remove_distdir)
1563
1564 dist-lzip: distdir
1565         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1566         $(am__remove_distdir)
1567
1568 dist-lzma: distdir
1569         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1570         $(am__remove_distdir)
1571
1572 dist-xz: distdir
1573         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1574         $(am__remove_distdir)
1575
1576 dist-tarZ: distdir
1577         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1578         $(am__remove_distdir)
1579
1580 dist-shar: distdir
1581         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1582         $(am__remove_distdir)
1583
1584 dist-zip: distdir
1585         -rm -f $(distdir).zip
1586         zip -rq $(distdir).zip $(distdir)
1587         $(am__remove_distdir)
1588
1589 dist dist-all: distdir
1590         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1591         $(am__remove_distdir)
1592
1593 # This target untars the dist file and tries a VPATH configuration.  Then
1594 # it guarantees that the distribution is self-contained by making another
1595 # tarfile.
1596 distcheck: dist
1597         case '$(DIST_ARCHIVES)' in \
1598         *.tar.gz*) \
1599           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1600         *.tar.bz2*) \
1601           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1602         *.tar.lzma*) \
1603           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1604         *.tar.lz*) \
1605           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1606         *.tar.xz*) \
1607           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1608         *.tar.Z*) \
1609           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1610         *.shar.gz*) \
1611           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1612         *.zip*) \
1613           unzip $(distdir).zip ;;\
1614         esac
1615         chmod -R a-w $(distdir); chmod u+w $(distdir)
1616         mkdir $(distdir)/_build
1617         mkdir $(distdir)/_inst
1618         chmod a-w $(distdir)
1619         test -d $(distdir)/_build || exit 0; \
1620         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1621           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1622           && am__cwd=`pwd` \
1623           && $(am__cd) $(distdir)/_build \
1624           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1625             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1626             $(DISTCHECK_CONFIGURE_FLAGS) \
1627           && $(MAKE) $(AM_MAKEFLAGS) \
1628           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1629           && $(MAKE) $(AM_MAKEFLAGS) check \
1630           && $(MAKE) $(AM_MAKEFLAGS) install \
1631           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1632           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1633           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1634                 distuninstallcheck \
1635           && chmod -R a-w "$$dc_install_base" \
1636           && ({ \
1637                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1638                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1639                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1640                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1641                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1642               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1643           && rm -rf "$$dc_destdir" \
1644           && $(MAKE) $(AM_MAKEFLAGS) dist \
1645           && rm -rf $(DIST_ARCHIVES) \
1646           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1647           && cd "$$am__cwd" \
1648           || exit 1
1649         $(am__remove_distdir)
1650         @(echo "$(distdir) archives ready for distribution: "; \
1651           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1652           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1653 distuninstallcheck:
1654         @test -n '$(distuninstallcheck_dir)' || { \
1655           echo 'ERROR: trying to run $@ with an empty' \
1656                '$$(distuninstallcheck_dir)' >&2; \
1657           exit 1; \
1658         }; \
1659         $(am__cd) '$(distuninstallcheck_dir)' || { \
1660           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1661           exit 1; \
1662         }; \
1663         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1664            || { echo "ERROR: files left after uninstall:" ; \
1665                 if test -n "$(DESTDIR)"; then \
1666                   echo "  (check DESTDIR support)"; \
1667                 fi ; \
1668                 $(distuninstallcheck_listfiles) ; \
1669                 exit 1; } >&2
1670 distcleancheck: distclean
1671         @if test '$(srcdir)' = . ; then \
1672           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1673           exit 1 ; \
1674         fi
1675         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1676           || { echo "ERROR: files left in build directory after distclean:" ; \
1677                $(distcleancheck_listfiles) ; \
1678                exit 1; } >&2
1679 check-am: all-am
1680 check: $(BUILT_SOURCES)
1681         $(MAKE) $(AM_MAKEFLAGS) check-recursive
1682 all-am: Makefile $(DATA)
1683 installdirs: installdirs-recursive
1684 installdirs-am:
1685         for dir in "$(DESTDIR)$(pkgdatadir)"; do \
1686           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1687         done
1688 install: $(BUILT_SOURCES)
1689         $(MAKE) $(AM_MAKEFLAGS) install-recursive
1690 install-exec: install-exec-recursive
1691 install-data: install-data-recursive
1692 uninstall: uninstall-recursive
1693
1694 install-am: all-am
1695         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1696
1697 installcheck: installcheck-recursive
1698 install-strip:
1699         if test -z '$(STRIP)'; then \
1700           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1701             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1702               install; \
1703         else \
1704           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1705             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1706             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1707         fi
1708 mostlyclean-generic:
1709         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1710
1711 clean-generic:
1712         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1713
1714 distclean-generic:
1715         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1716         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1717         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1718
1719 maintainer-clean-generic:
1720         @echo "This command is intended for maintainers to use"
1721         @echo "it deletes files that may require special tools to rebuild."
1722         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1723         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1724 clean: clean-recursive
1725
1726 clean-am: clean-generic clean-libtool mostlyclean-am
1727
1728 distclean: distclean-recursive
1729         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1730         -rm -f Makefile
1731 distclean-am: clean-am distclean-generic distclean-libtool \
1732         distclean-tags
1733
1734 dvi: dvi-recursive
1735
1736 dvi-am:
1737
1738 html: html-recursive
1739
1740 html-am:
1741
1742 info: info-recursive
1743
1744 info-am:
1745
1746 install-data-am: install-data-local install-pkgdataDATA
1747         @$(NORMAL_INSTALL)
1748         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1749 install-dvi: install-dvi-recursive
1750
1751 install-dvi-am:
1752
1753 install-exec-am: install-exec-local
1754         @$(NORMAL_INSTALL)
1755         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1756 install-html: install-html-recursive
1757
1758 install-html-am:
1759
1760 install-info: install-info-recursive
1761
1762 install-info-am:
1763
1764 install-man:
1765
1766 install-pdf: install-pdf-recursive
1767
1768 install-pdf-am:
1769
1770 install-ps: install-ps-recursive
1771
1772 install-ps-am:
1773
1774 installcheck-am:
1775
1776 maintainer-clean: maintainer-clean-recursive
1777         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1778         -rm -rf $(top_srcdir)/autom4te.cache
1779         -rm -f Makefile
1780 maintainer-clean-am: distclean-am maintainer-clean-generic
1781
1782 mostlyclean: mostlyclean-recursive
1783
1784 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1785
1786 pdf: pdf-recursive
1787
1788 pdf-am:
1789
1790 ps: ps-recursive
1791
1792 ps-am:
1793
1794 uninstall-am: uninstall-pkgdataDATA
1795
1796 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1797         ctags-recursive install install-am install-data-am \
1798         install-exec-am install-strip tags-recursive
1799
1800 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1801         all all-am am--refresh check check-am clean clean-generic \
1802         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1803         dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
1804         dist-xz dist-zip distcheck distclean distclean-generic \
1805         distclean-libtool distclean-tags distcleancheck distdir \
1806         distuninstallcheck dvi dvi-am html html-am info info-am \
1807         install install-am install-data install-data-am \
1808         install-data-hook install-data-local install-dvi \
1809         install-dvi-am install-exec install-exec-am install-exec-hook \
1810         install-exec-local install-html install-html-am install-info \
1811         install-info-am install-man install-pdf install-pdf-am \
1812         install-pkgdataDATA install-ps install-ps-am install-strip \
1813         installcheck installcheck-am installdirs installdirs-am \
1814         maintainer-clean maintainer-clean-generic mostlyclean \
1815         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1816         tags tags-recursive uninstall uninstall-am \
1817         uninstall-pkgdataDATA
1818
1819
1820 installperms-exec:
1821         @installperms="$(INSTALLPERMS_exec)"; \
1822         test -n "$$installperms" && echo "Setting installation permissions on executables"; \
1823         $(do_installperms)
1824
1825 installperms-data:
1826         @installperms="$(INSTALLPERMS_data)"; \
1827         test -n "$$installperms" && echo "Setting installation permissions on data"; \
1828         $(do_installperms)
1829
1830 install-exec-hook: installperms-exec
1831 install-data-hook: installperms-data
1832
1833 # define a rule to initialize the installperms manifest file
1834 @WANT_INSTALLPERMS_TRUE@installperms-init:
1835 @WANT_INSTALLPERMS_FALSE@installperms-init:
1836 @WANT_INSTALLPERMS_FALSE@       rm -f "$(installperms_sh)"
1837
1838 FULL_VERSION: VERSION
1839         $(srcdir)/config/set_full_version $(top_srcdir)
1840
1841 config.status: FULL_VERSION
1842
1843 libtool: $(LIBTOOL_DEPS)
1844         $(SHELL) ./config.status --recheck
1845
1846 # empty out the installperms manifest file when we start
1847 install-exec-local: installperms-init
1848 install-data-local: installperms-init
1849 $(CONFIG_STATUS): $(SNAPSHOT_STAMP)
1850 SNAPSHOT:
1851         : SNAPSHOT file was removed, will reconfigure...
1852
1853 lint:
1854         (cd amandad-src; make lint)
1855         (cd changer-src; make lint)
1856         (cd client-src; make lint)
1857         (cd common-src; make lint)
1858         (cd oldrecover-src; make lint)
1859         (cd recover-src; make lint)
1860         (cd server-src; make lint)
1861         (cd xfer-src; make lint)
1862
1863 dist-hook:
1864         find $(distdir)/. -name '*.test.c' -exec rm {} \;
1865
1866 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1867 # Otherwise a system limit (for SysV at least) may be exceeded.
1868 .NOEXPORT: