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