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