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