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