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