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