Imported Upstream version 3.1.0
[debian/amanda] / xfer-src / 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 # Makefile for Amanda library.
19
20 # vim:ft=automake
21 # Copyright (c) 2007,2008,2009 Zmanda, Inc.  All Rights Reserved.
22 #
23 # This program is free software; you can redistribute it and/or modify it
24 # under the terms of the GNU General Public License version 2 as published
25 # by the Free Software Foundation.
26 #
27 # This program is distributed in the hope that it will be useful, but
28 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
29 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
30 # for more details.
31 #
32 # You should have received a copy of the GNU General Public License along
33 # with this program; if not, write to the Free Software Foundation, Inc.,
34 # 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
35 #
36 # Contact information: Zmanda Inc., 465 S. Mathilda Ave., Suite 300
37 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
38
39 # simple include file to pre-define variables which are then +='d by other
40 # scripts in this directory.
41
42 # vim:ft=automake
43 #
44 # Adjust post-install permissions settings.  This rule works off two
45 # specially-formatted variables, INSTALLPERMS_exec and INSTALLPERMS_data. 
46 # Each is a whitespace-separated list of commands, all of which are either
47 # a variable assignment or a filename.  Three variables are available:
48 #
49 #  - dest= sets the destination directory to e.g., $(sbindir)
50 #  - chown= controls changes in ownership; value is first argument to chown
51 #  - chmod= controls changes in permissions; value is first argument to chmod
52 #
53 # As a special case, chown=amanda is taken as equivalent to 
54 # chown=$(BINARY_OWNER):$(SETUID_GROUP), which may otherwise have problems with
55 # whitespace in the user/group 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 # vim:ft=automake
90
91
92
93 VPATH = @srcdir@
94 pkgdatadir = $(datadir)/@PACKAGE@
95 pkgincludedir = $(includedir)/@PACKAGE@
96 pkglibdir = $(libdir)/@PACKAGE@
97 pkglibexecdir = $(libexecdir)/@PACKAGE@
98 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99 install_sh_DATA = $(install_sh) -c -m 644
100 install_sh_PROGRAM = $(install_sh) -c
101 install_sh_SCRIPT = $(install_sh) -c
102 INSTALL_HEADER = $(INSTALL_DATA)
103 transform = $(program_transform_name)
104 NORMAL_INSTALL = :
105 PRE_INSTALL = :
106 POST_INSTALL = :
107 NORMAL_UNINSTALL = :
108 PRE_UNINSTALL = :
109 POST_UNINSTALL = :
110 build_triplet = @build@
111 host_triplet = @host@
112 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
113         $(srcdir)/Makefile.in \
114         $(top_srcdir)/config/automake/installperms.am \
115         $(top_srcdir)/config/automake/precompile.am \
116         $(top_srcdir)/config/automake/vars.am
117 @WANT_INSTALLPERMS_FALSE@am__append_1 = $(installperms_sh)
118 TESTS = xfer-test$(EXEEXT)
119 noinst_PROGRAMS = $(am__EXEEXT_1)
120 subdir = xfer-src
121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122 am__aclocal_m4_deps =  \
123         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
124         $(top_srcdir)/config/macro-archive/ac_perl_module_version.m4 \
125         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
126         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
127         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
128         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
129         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
130         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
131         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
132         $(top_srcdir)/config/amanda/amplot.m4 \
133         $(top_srcdir)/config/amanda/bsd-security.m4 \
134         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
135         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
136         $(top_srcdir)/config/amanda/changer.m4 \
137         $(top_srcdir)/config/amanda/components.m4 \
138         $(top_srcdir)/config/amanda/compress.m4 \
139         $(top_srcdir)/config/amanda/config.m4 \
140         $(top_srcdir)/config/amanda/debugging.m4 \
141         $(top_srcdir)/config/amanda/defaults.m4 \
142         $(top_srcdir)/config/amanda/devprefix.m4 \
143         $(top_srcdir)/config/amanda/dirs.m4 \
144         $(top_srcdir)/config/amanda/documentation.m4 \
145         $(top_srcdir)/config/amanda/dumpers.m4 \
146         $(top_srcdir)/config/amanda/dvdrw-device.m4 \
147         $(top_srcdir)/config/amanda/flags.m4 \
148         $(top_srcdir)/config/amanda/flock.m4 \
149         $(top_srcdir)/config/amanda/funcs.m4 \
150         $(top_srcdir)/config/amanda/getfsent.m4 \
151         $(top_srcdir)/config/amanda/i18n.m4 \
152         $(top_srcdir)/config/amanda/ipv6.m4 \
153         $(top_srcdir)/config/amanda/krb5-security.m4 \
154         $(top_srcdir)/config/amanda/lfs.m4 \
155         $(top_srcdir)/config/amanda/libs.m4 \
156         $(top_srcdir)/config/amanda/ndmp-device.m4 \
157         $(top_srcdir)/config/amanda/net.m4 \
158         $(top_srcdir)/config/amanda/progs.m4 \
159         $(top_srcdir)/config/amanda/ps.m4 \
160         $(top_srcdir)/config/amanda/readdir.m4 \
161         $(top_srcdir)/config/amanda/readline.m4 \
162         $(top_srcdir)/config/amanda/rsh-security.m4 \
163         $(top_srcdir)/config/amanda/s3-device.m4 \
164         $(top_srcdir)/config/amanda/shmem.m4 \
165         $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \
166         $(top_srcdir)/config/amanda/ssh-security.m4 \
167         $(top_srcdir)/config/amanda/summary.m4 \
168         $(top_srcdir)/config/amanda/swig.m4 \
169         $(top_srcdir)/config/amanda/syshacks.m4 \
170         $(top_srcdir)/config/amanda/tape.m4 \
171         $(top_srcdir)/config/amanda/types.m4 \
172         $(top_srcdir)/config/amanda/userid.m4 \
173         $(top_srcdir)/config/amanda/version.m4 \
174         $(top_srcdir)/config/gnulib/00gnulib.m4 \
175         $(top_srcdir)/config/gnulib/alloca.m4 \
176         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
177         $(top_srcdir)/config/gnulib/base64.m4 \
178         $(top_srcdir)/config/gnulib/btowc.m4 \
179         $(top_srcdir)/config/gnulib/errno_h.m4 \
180         $(top_srcdir)/config/gnulib/extensions.m4 \
181         $(top_srcdir)/config/gnulib/float_h.m4 \
182         $(top_srcdir)/config/gnulib/fseeko.m4 \
183         $(top_srcdir)/config/gnulib/fsusage.m4 \
184         $(top_srcdir)/config/gnulib/ftello.m4 \
185         $(top_srcdir)/config/gnulib/ftruncate.m4 \
186         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
187         $(top_srcdir)/config/gnulib/getopt.m4 \
188         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
189         $(top_srcdir)/config/gnulib/gnulib-common.m4 \
190         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
191         $(top_srcdir)/config/gnulib/hostent.m4 \
192         $(top_srcdir)/config/gnulib/include_next.m4 \
193         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
194         $(top_srcdir)/config/gnulib/intmax_t.m4 \
195         $(top_srcdir)/config/gnulib/localcharset.m4 \
196         $(top_srcdir)/config/gnulib/locale-fr.m4 \
197         $(top_srcdir)/config/gnulib/locale-ja.m4 \
198         $(top_srcdir)/config/gnulib/locale-zh.m4 \
199         $(top_srcdir)/config/gnulib/lock.m4 \
200         $(top_srcdir)/config/gnulib/longlong.m4 \
201         $(top_srcdir)/config/gnulib/lseek.m4 \
202         $(top_srcdir)/config/gnulib/lstat.m4 \
203         $(top_srcdir)/config/gnulib/malloc.m4 \
204         $(top_srcdir)/config/gnulib/mbrtowc.m4 \
205         $(top_srcdir)/config/gnulib/mbsinit.m4 \
206         $(top_srcdir)/config/gnulib/mbstate_t.m4 \
207         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
208         $(top_srcdir)/config/gnulib/multiarch.m4 \
209         $(top_srcdir)/config/gnulib/netdb_h.m4 \
210         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
211         $(top_srcdir)/config/gnulib/onceonly.m4 \
212         $(top_srcdir)/config/gnulib/physmem.m4 \
213         $(top_srcdir)/config/gnulib/printf.m4 \
214         $(top_srcdir)/config/gnulib/regex.m4 \
215         $(top_srcdir)/config/gnulib/safe-read.m4 \
216         $(top_srcdir)/config/gnulib/safe-write.m4 \
217         $(top_srcdir)/config/gnulib/servent.m4 \
218         $(top_srcdir)/config/gnulib/snprintf.m4 \
219         $(top_srcdir)/config/gnulib/socklen.m4 \
220         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
221         $(top_srcdir)/config/gnulib/ssize_t.m4 \
222         $(top_srcdir)/config/gnulib/stdbool.m4 \
223         $(top_srcdir)/config/gnulib/stdint.m4 \
224         $(top_srcdir)/config/gnulib/stdio_h.m4 \
225         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
226         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
227         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
228         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
229         $(top_srcdir)/config/gnulib/tempname.m4 \
230         $(top_srcdir)/config/gnulib/threadlib.m4 \
231         $(top_srcdir)/config/gnulib/unistd_h.m4 \
232         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
233         $(top_srcdir)/config/gnulib/visibility.m4 \
234         $(top_srcdir)/config/gnulib/wchar.m4 \
235         $(top_srcdir)/config/gnulib/wcrtomb.m4 \
236         $(top_srcdir)/config/gnulib/wctype.m4 \
237         $(top_srcdir)/config/gnulib/write.m4 \
238         $(top_srcdir)/config/gettext-macros/codeset.m4 \
239         $(top_srcdir)/config/gettext-macros/gettext.m4 \
240         $(top_srcdir)/config/gettext-macros/glibc21.m4 \
241         $(top_srcdir)/config/gettext-macros/iconv.m4 \
242         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
243         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
244         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
245         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
246         $(top_srcdir)/config/gettext-macros/nls.m4 \
247         $(top_srcdir)/config/gettext-macros/po.m4 \
248         $(top_srcdir)/config/gettext-macros/progtest.m4 \
249         $(top_srcdir)/config/gettext-macros/size_max.m4 \
250         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
251         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
252         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
253         $(top_srcdir)/config/gettext-macros/xsize.m4 \
254         $(top_srcdir)/config/libtool.m4 \
255         $(top_srcdir)/config/ltoptions.m4 \
256         $(top_srcdir)/config/ltsugar.m4 \
257         $(top_srcdir)/config/ltversion.m4 \
258         $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.in
259 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
260         $(ACLOCAL_M4)
261 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
262 CONFIG_HEADER = $(top_builddir)/config/config.h
263 CONFIG_CLEAN_FILES =
264 CONFIG_CLEAN_VPATH_FILES =
265 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
266 am__vpath_adj = case $$p in \
267     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
268     *) f=$$p;; \
269   esac;
270 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
271 am__install_max = 40
272 am__nobase_strip_setup = \
273   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
274 am__nobase_strip = \
275   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
276 am__nobase_list = $(am__nobase_strip_setup); \
277   for p in $$list; do echo "$$p $$p"; done | \
278   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
279   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
280     if (++n[$$2] == $(am__install_max)) \
281       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
282     END { for (dir in files) print dir, files[dir] }'
283 am__base_list = \
284   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
285   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
286 am__installdirs = "$(DESTDIR)$(amlibdir)"
287 LTLIBRARIES = $(amlib_LTLIBRARIES)
288 libamxfer_la_DEPENDENCIES = ../common-src/libamanda.la
289 am_libamxfer_la_OBJECTS = dest-fd.lo dest-null.lo dest-buffer.lo \
290         dest-directtcp-connect.lo dest-directtcp-listen.lo \
291         element-glue.lo filter-xor.lo filter-process.lo \
292         source-random.lo source-fd.lo source-pattern.lo \
293         source-directtcp-connect.lo source-directtcp-listen.lo \
294         xfer-element.lo xfer.lo xmsg.lo
295 libamxfer_la_OBJECTS = $(am_libamxfer_la_OBJECTS)
296 libamxfer_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
297         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
298         $(libamxfer_la_LDFLAGS) $(LDFLAGS) -o $@
299 am__EXEEXT_1 = xfer-test$(EXEEXT)
300 PROGRAMS = $(noinst_PROGRAMS)
301 am_xfer_test_OBJECTS = xfer-test.$(OBJEXT)
302 xfer_test_OBJECTS = $(am_xfer_test_OBJECTS)
303 xfer_test_DEPENDENCIES = ../common-src/libtestutils.la libamxfer.la
304 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
305 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
306 am__depfiles_maybe = depfiles
307 am__mv = mv -f
308 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
309         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
310 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
311         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
312         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
313 CCLD = $(CC)
314 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
315         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
316         $(LDFLAGS) -o $@
317 SOURCES = $(libamxfer_la_SOURCES) $(xfer_test_SOURCES)
318 DIST_SOURCES = $(libamxfer_la_SOURCES) $(xfer_test_SOURCES)
319 HEADERS = $(noinst_HEADERS)
320 ETAGS = etags
321 CTAGS = ctags
322 am__tty_colors = \
323 red=; grn=; lgn=; blu=; std=
324 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
325 ACLOCAL = @ACLOCAL@
326 AIX_BACKUP = @AIX_BACKUP@
327 ALLOCA = @ALLOCA@
328 ALLOCA_H = @ALLOCA_H@
329 AMANDA_COMPONENTS = @AMANDA_COMPONENTS@
330 AMANDA_DBGDIR = @AMANDA_DBGDIR@
331 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
332 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
333 AMANDA_SWIG_PERL_CFLAGS = @AMANDA_SWIG_PERL_CFLAGS@
334 AMANDA_TMPDIR = @AMANDA_TMPDIR@
335 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
336 AMLINT = @AMLINT@
337 AMLINTFLAGS = @AMLINTFLAGS@
338 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
339 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
340 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
341 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
342 AMTAR = @AMTAR@
343 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
344 APPLICATION_DIR = @APPLICATION_DIR@
345 AR = @AR@
346 ARPA_INET_H = @ARPA_INET_H@
347 ASSERTIONS = @ASSERTIONS@
348 AUTOCONF = @AUTOCONF@
349 AUTOHEADER = @AUTOHEADER@
350 AUTOMAKE = @AUTOMAKE@
351 AWK = @AWK@
352 BASH = @BASH@
353 BINARY_OWNER = @BINARY_OWNER@
354 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
355 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
356 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
357 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
358 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
359 BSDTCP_SECURITY = @BSDTCP_SECURITY@
360 BSDUDP_SECURITY = @BSDUDP_SECURITY@
361 BSD_SECURITY = @BSD_SECURITY@
362 CAT = @CAT@
363 CC = @CC@
364 CCDEPMODE = @CCDEPMODE@
365 CFLAGS = @CFLAGS@
366 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
367 CHECK_USERID = @CHECK_USERID@
368 CHIO = @CHIO@
369 CHS = @CHS@
370 CLIENT_LOGIN = @CLIENT_LOGIN@
371 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
372 COMPRESS = @COMPRESS@
373 COMPRESS_BEST_OPT = @COMPRESS_BEST_OPT@
374 COMPRESS_FAST_OPT = @COMPRESS_FAST_OPT@
375 COMPRESS_PATH = @COMPRESS_PATH@
376 COMPRESS_SUFFIX = @COMPRESS_SUFFIX@
377 CONFIG_CLOBBER_MY_CONFIG = @CONFIG_CLOBBER_MY_CONFIG@
378 CONFIG_DIR = @CONFIG_DIR@
379 CPP = @CPP@
380 CPPFLAGS = @CPPFLAGS@
381 CURL_CONFIG = @CURL_CONFIG@
382 CYGPATH_W = @CYGPATH_W@
383 DD = @DD@
384 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
385 DEFAULT_CONFIG = @DEFAULT_CONFIG@
386 DEFAULT_MAILER = @DEFAULT_MAILER@
387 DEFAULT_SERVER = @DEFAULT_SERVER@
388 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
389 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
390 DEFS = @DEFS@
391 DEPDIR = @DEPDIR@
392 DOC_BUILD_DATE = @DOC_BUILD_DATE@
393 DSYMUTIL = @DSYMUTIL@
394 DUMP = @DUMP@
395 DUMPBIN = @DUMPBIN@
396 DUMP_RETURNS_1 = @DUMP_RETURNS_1@
397 ECHO_C = @ECHO_C@
398 ECHO_N = @ECHO_N@
399 ECHO_T = @ECHO_T@
400 EGREP = @EGREP@
401 EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
402 EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
403 ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
404 ENOLINK_VALUE = @ENOLINK_VALUE@
405 EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
406 EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
407 ERRNO_H = @ERRNO_H@
408 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
409 EXEEXT = @EXEEXT@
410 FGREP = @FGREP@
411 FLOAT_H = @FLOAT_H@
412 GETADDRINFO_LIB = @GETADDRINFO_LIB@
413 GETCONF = @GETCONF@
414 GETOPT_H = @GETOPT_H@
415 GETTEXT = @GETTEXT@
416 GIT = @GIT@
417 GLIBC21 = @GLIBC21@
418 GLIB_CFLAGS = @GLIB_CFLAGS@
419 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
420 GLIB_LIBS = @GLIB_LIBS@
421 GLIB_MKENUMS = @GLIB_MKENUMS@
422 GMSGFMT = @GMSGFMT@
423 GMSGFMT_015 = @GMSGFMT_015@
424 GNULIB_ACCEPT = @GNULIB_ACCEPT@
425 GNULIB_ATOLL = @GNULIB_ATOLL@
426 GNULIB_BIND = @GNULIB_BIND@
427 GNULIB_BTOWC = @GNULIB_BTOWC@
428 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
429 GNULIB_CHOWN = @GNULIB_CHOWN@
430 GNULIB_CLOSE = @GNULIB_CLOSE@
431 GNULIB_CONNECT = @GNULIB_CONNECT@
432 GNULIB_DPRINTF = @GNULIB_DPRINTF@
433 GNULIB_DUP2 = @GNULIB_DUP2@
434 GNULIB_ENVIRON = @GNULIB_ENVIRON@
435 GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
436 GNULIB_FCHDIR = @GNULIB_FCHDIR@
437 GNULIB_FCLOSE = @GNULIB_FCLOSE@
438 GNULIB_FFLUSH = @GNULIB_FFLUSH@
439 GNULIB_FOPEN = @GNULIB_FOPEN@
440 GNULIB_FPRINTF = @GNULIB_FPRINTF@
441 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
442 GNULIB_FPUTC = @GNULIB_FPUTC@
443 GNULIB_FPUTS = @GNULIB_FPUTS@
444 GNULIB_FREOPEN = @GNULIB_FREOPEN@
445 GNULIB_FSEEK = @GNULIB_FSEEK@
446 GNULIB_FSEEKO = @GNULIB_FSEEKO@
447 GNULIB_FSYNC = @GNULIB_FSYNC@
448 GNULIB_FTELL = @GNULIB_FTELL@
449 GNULIB_FTELLO = @GNULIB_FTELLO@
450 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
451 GNULIB_FWRITE = @GNULIB_FWRITE@
452 GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@
453 GNULIB_GETCWD = @GNULIB_GETCWD@
454 GNULIB_GETDELIM = @GNULIB_GETDELIM@
455 GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
456 GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
457 GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
458 GNULIB_GETLINE = @GNULIB_GETLINE@
459 GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
460 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
461 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
462 GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@
463 GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@
464 GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@
465 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
466 GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
467 GNULIB_INET_NTOP = @GNULIB_INET_NTOP@
468 GNULIB_INET_PTON = @GNULIB_INET_PTON@
469 GNULIB_LCHMOD = @GNULIB_LCHMOD@
470 GNULIB_LCHOWN = @GNULIB_LCHOWN@
471 GNULIB_LINK = @GNULIB_LINK@
472 GNULIB_LISTEN = @GNULIB_LISTEN@
473 GNULIB_LSEEK = @GNULIB_LSEEK@
474 GNULIB_LSTAT = @GNULIB_LSTAT@
475 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
476 GNULIB_MBRLEN = @GNULIB_MBRLEN@
477 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
478 GNULIB_MBSINIT = @GNULIB_MBSINIT@
479 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
480 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
481 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
482 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
483 GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
484 GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
485 GNULIB_PERROR = @GNULIB_PERROR@
486 GNULIB_PRINTF = @GNULIB_PRINTF@
487 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
488 GNULIB_PUTC = @GNULIB_PUTC@
489 GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
490 GNULIB_PUTENV = @GNULIB_PUTENV@
491 GNULIB_PUTS = @GNULIB_PUTS@
492 GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
493 GNULIB_READLINK = @GNULIB_READLINK@
494 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
495 GNULIB_RECV = @GNULIB_RECV@
496 GNULIB_RECVFROM = @GNULIB_RECVFROM@
497 GNULIB_RPMATCH = @GNULIB_RPMATCH@
498 GNULIB_SEND = @GNULIB_SEND@
499 GNULIB_SENDTO = @GNULIB_SENDTO@
500 GNULIB_SETENV = @GNULIB_SETENV@
501 GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@
502 GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@
503 GNULIB_SLEEP = @GNULIB_SLEEP@
504 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
505 GNULIB_SOCKET = @GNULIB_SOCKET@
506 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
507 GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
508 GNULIB_STRTOD = @GNULIB_STRTOD@
509 GNULIB_STRTOLL = @GNULIB_STRTOLL@
510 GNULIB_STRTOULL = @GNULIB_STRTOULL@
511 GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
512 GNULIB_UNSETENV = @GNULIB_UNSETENV@
513 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
514 GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
515 GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
516 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
517 GNULIB_VPRINTF = @GNULIB_VPRINTF@
518 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
519 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
520 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
521 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
522 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
523 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
524 GNULIB_WCTOB = @GNULIB_WCTOB@
525 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
526 GNULIB_WRITE = @GNULIB_WRITE@
527 GNUPLOT = @GNUPLOT@
528 GNUTAR = @GNUTAR@
529 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
530 GOBJECT_QUERY = @GOBJECT_QUERY@
531 GREP = @GREP@
532 GZIP = @GZIP@
533 HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@
534 HAVE_ATOLL = @HAVE_ATOLL@
535 HAVE_BTOWC = @HAVE_BTOWC@
536 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
537 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
538 HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@
539 HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@
540 HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@
541 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
542 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
543 HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
544 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
545 HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@
546 HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@
547 HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@
548 HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
549 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
550 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
551 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
552 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
553 HAVE_DPRINTF = @HAVE_DPRINTF@
554 HAVE_DUP2 = @HAVE_DUP2@
555 HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
556 HAVE_FSEEKO = @HAVE_FSEEKO@
557 HAVE_FSYNC = @HAVE_FSYNC@
558 HAVE_FTELLO = @HAVE_FTELLO@
559 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
560 HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
561 HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
562 HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
563 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
564 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
565 HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
566 HAVE_GZIP = @HAVE_GZIP@
567 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
568 HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
569 HAVE_LCHMOD = @HAVE_LCHMOD@
570 HAVE_LINK = @HAVE_LINK@
571 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
572 HAVE_LSTAT = @HAVE_LSTAT@
573 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
574 HAVE_MBRLEN = @HAVE_MBRLEN@
575 HAVE_MBRTOWC = @HAVE_MBRTOWC@
576 HAVE_MBSINIT = @HAVE_MBSINIT@
577 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
578 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
579 HAVE_MKDTEMP = @HAVE_MKDTEMP@
580 HAVE_NETDB_H = @HAVE_NETDB_H@
581 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
582 HAVE_OS_H = @HAVE_OS_H@
583 HAVE_RANDOM_H = @HAVE_RANDOM_H@
584 HAVE_RANDOM_R = @HAVE_RANDOM_R@
585 HAVE_READLINK = @HAVE_READLINK@
586 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
587 HAVE_RPMATCH = @HAVE_RPMATCH@
588 HAVE_SETENV = @HAVE_SETENV@
589 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
590 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
591 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
592 HAVE_SLEEP = @HAVE_SLEEP@
593 HAVE_STDINT_H = @HAVE_STDINT_H@
594 HAVE_STRTOD = @HAVE_STRTOD@
595 HAVE_STRTOLL = @HAVE_STRTOLL@
596 HAVE_STRTOULL = @HAVE_STRTOULL@
597 HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@
598 HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
599 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
600 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
601 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
602 HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
603 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
604 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
605 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
606 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
607 HAVE_UNISTD_H = @HAVE_UNISTD_H@
608 HAVE_UNSETENV = @HAVE_UNSETENV@
609 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
610 HAVE_VASPRINTF = @HAVE_VASPRINTF@
611 HAVE_VDPRINTF = @HAVE_VDPRINTF@
612 HAVE_VISIBILITY = @HAVE_VISIBILITY@
613 HAVE_WCHAR_H = @HAVE_WCHAR_H@
614 HAVE_WCRTOMB = @HAVE_WCRTOMB@
615 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
616 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
617 HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
618 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
619 HAVE_WINT_T = @HAVE_WINT_T@
620 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
621 HAVE__BOOL = @HAVE__BOOL@
622 HOSTENT_LIB = @HOSTENT_LIB@
623 INCLUDE_NEXT = @INCLUDE_NEXT@
624 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
625 INSTALL = @INSTALL@
626 INSTALL_DATA = @INSTALL_DATA@
627 INSTALL_PROGRAM = @INSTALL_PROGRAM@
628 INSTALL_SCRIPT = @INSTALL_SCRIPT@
629 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
630 INTLLIBS = @INTLLIBS@
631 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
632 KRB5_SECURITY = @KRB5_SECURITY@
633 LD = @LD@
634 LDFLAGS = @LDFLAGS@
635 LEX = @LEX@
636 LEXLIB = @LEXLIB@
637 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
638 LIBCURL = @LIBCURL@
639 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
640 LIBICONV = @LIBICONV@
641 LIBINTL = @LIBINTL@
642 LIBMULTITHREAD = @LIBMULTITHREAD@
643 LIBOBJS = @LIBOBJS@
644 LIBPTH = @LIBPTH@
645 LIBS = @LIBS@
646 LIBTHREAD = @LIBTHREAD@
647 LIBTOOL = @LIBTOOL@
648 LIBTOOL_DEPS = @LIBTOOL_DEPS@
649 LIPO = @LIPO@
650 LN_S = @LN_S@
651 LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
652 LOCALE_FR = @LOCALE_FR@
653 LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
654 LOCALE_JA = @LOCALE_JA@
655 LOCALE_ZH_CN = @LOCALE_ZH_CN@
656 LOCKING = @LOCKING@
657 LOW_TCPPORTRANGE = @LOW_TCPPORTRANGE@
658 LPR = @LPR@
659 LPRFLAG = @LPRFLAG@
660 LTALLOCA = @LTALLOCA@
661 LTLIBICONV = @LTLIBICONV@
662 LTLIBINTL = @LTLIBINTL@
663 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
664 LTLIBOBJS = @LTLIBOBJS@
665 LTLIBPTH = @LTLIBPTH@
666 LTLIBTHREAD = @LTLIBTHREAD@
667 MAILER = @MAILER@
668 MAKEINFO = @MAKEINFO@
669 MCUTIL = @MCUTIL@
670 MKDIR_P = @MKDIR_P@
671 MSGFMT = @MSGFMT@
672 MSGFMT_015 = @MSGFMT_015@
673 MSGMERGE = @MSGMERGE@
674 MT = @MT@
675 MTX = @MTX@
676 MT_FILE_FLAG = @MT_FILE_FLAG@
677 NETDB_H = @NETDB_H@
678 NETINET_IN_H = @NETINET_IN_H@
679 NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@
680 NEXT_ERRNO_H = @NEXT_ERRNO_H@
681 NEXT_FLOAT_H = @NEXT_FLOAT_H@
682 NEXT_NETDB_H = @NEXT_NETDB_H@
683 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
684 NEXT_STDINT_H = @NEXT_STDINT_H@
685 NEXT_STDIO_H = @NEXT_STDIO_H@
686 NEXT_STDLIB_H = @NEXT_STDLIB_H@
687 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
688 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
689 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
690 NEXT_UNISTD_H = @NEXT_UNISTD_H@
691 NEXT_WCHAR_H = @NEXT_WCHAR_H@
692 NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
693 NM = @NM@
694 NMEDIT = @NMEDIT@
695 OBJEXT = @OBJEXT@
696 OTOOL = @OTOOL@
697 OTOOL64 = @OTOOL64@
698 PACKAGE = @PACKAGE@
699 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
700 PACKAGE_NAME = @PACKAGE_NAME@
701 PACKAGE_STRING = @PACKAGE_STRING@
702 PACKAGE_TARNAME = @PACKAGE_TARNAME@
703 PACKAGE_VERSION = @PACKAGE_VERSION@
704 PATH_SEPARATOR = @PATH_SEPARATOR@
705 PCAT = @PCAT@
706 PERL = @PERL@
707 PERLEXTLIBS = @PERLEXTLIBS@
708 PERL_INC = @PERL_INC@
709 PKG_CONFIG = @PKG_CONFIG@
710 POSUB = @POSUB@
711 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
712 PS = @PS@
713 PS_ARGUMENT = @PS_ARGUMENT@
714 PS_ARGUMENT_ARGS = @PS_ARGUMENT_ARGS@
715 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
716 RANLIB = @RANLIB@
717 READLINE_LIBS = @READLINE_LIBS@
718 REPLACE_BTOWC = @REPLACE_BTOWC@
719 REPLACE_CHOWN = @REPLACE_CHOWN@
720 REPLACE_CLOSE = @REPLACE_CLOSE@
721 REPLACE_DPRINTF = @REPLACE_DPRINTF@
722 REPLACE_FCHDIR = @REPLACE_FCHDIR@
723 REPLACE_FCLOSE = @REPLACE_FCLOSE@
724 REPLACE_FFLUSH = @REPLACE_FFLUSH@
725 REPLACE_FOPEN = @REPLACE_FOPEN@
726 REPLACE_FPRINTF = @REPLACE_FPRINTF@
727 REPLACE_FREOPEN = @REPLACE_FREOPEN@
728 REPLACE_FSEEK = @REPLACE_FSEEK@
729 REPLACE_FSEEKO = @REPLACE_FSEEKO@
730 REPLACE_FTELL = @REPLACE_FTELL@
731 REPLACE_FTELLO = @REPLACE_FTELLO@
732 REPLACE_GETCWD = @REPLACE_GETCWD@
733 REPLACE_GETLINE = @REPLACE_GETLINE@
734 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
735 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
736 REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
737 REPLACE_LCHOWN = @REPLACE_LCHOWN@
738 REPLACE_LSEEK = @REPLACE_LSEEK@
739 REPLACE_LSTAT = @REPLACE_LSTAT@
740 REPLACE_MBRLEN = @REPLACE_MBRLEN@
741 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
742 REPLACE_MBSINIT = @REPLACE_MBSINIT@
743 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
744 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
745 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
746 REPLACE_MKDIR = @REPLACE_MKDIR@
747 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
748 REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
749 REPLACE_PERROR = @REPLACE_PERROR@
750 REPLACE_PRINTF = @REPLACE_PRINTF@
751 REPLACE_PUTENV = @REPLACE_PUTENV@
752 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
753 REPLACE_SPRINTF = @REPLACE_SPRINTF@
754 REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
755 REPLACE_STRTOD = @REPLACE_STRTOD@
756 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
757 REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
758 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
759 REPLACE_VPRINTF = @REPLACE_VPRINTF@
760 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
761 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
762 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
763 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
764 REPLACE_WCTOB = @REPLACE_WCTOB@
765 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
766 REPLACE_WRITE = @REPLACE_WRITE@
767 RESTORE = @RESTORE@
768 RPCGEN = @RPCGEN@
769 RSH_SECURITY = @RSH_SECURITY@
770 SAMBA_CLIENT = @SAMBA_CLIENT@
771 SED = @SED@
772 SERVENT_LIB = @SERVENT_LIB@
773 SERVICE_SUFFIX = @SERVICE_SUFFIX@
774 SETUID_GROUP = @SETUID_GROUP@
775 SET_MAKE = @SET_MAKE@
776 SHELL = @SHELL@
777 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
778 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
779 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
780 SORT = @SORT@
781 SSH = @SSH@
782 SSH_SECURITY = @SSH_SECURITY@
783 STAR = @STAR@
784 STDBOOL_H = @STDBOOL_H@
785 STDINT_H = @STDINT_H@
786 STRIP = @STRIP@
787 SVN = @SVN@
788 SWIG = @SWIG@
789 SWIG_LIB = @SWIG_LIB@
790 SYS_SOCKET_H = @SYS_SOCKET_H@
791 SYS_STAT_H = @SYS_STAT_H@
792 SYS_TIME_H = @SYS_TIME_H@
793 TCPPORTRANGE = @TCPPORTRANGE@
794 UDPPORTRANGE = @UDPPORTRANGE@
795 UNCOMPRESS_OPT = @UNCOMPRESS_OPT@
796 UNCOMPRESS_PATH = @UNCOMPRESS_PATH@
797 UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
798 USE_AMANDAHOSTS = @USE_AMANDAHOSTS@
799 USE_NLS = @USE_NLS@
800 USE_RUNDUMP = @USE_RUNDUMP@
801 VDUMP = @VDUMP@
802 VERSION = @VERSION@
803 VERSION_COMMENT = @VERSION_COMMENT@
804 VERSION_MAJOR = @VERSION_MAJOR@
805 VERSION_MINOR = @VERSION_MINOR@
806 VERSION_PATCH = @VERSION_PATCH@
807 VOID_UNSETENV = @VOID_UNSETENV@
808 VRESTORE = @VRESTORE@
809 VXDUMP = @VXDUMP@
810 VXRESTORE = @VXRESTORE@
811 WCHAR_H = @WCHAR_H@
812 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
813 WCTYPE_H = @WCTYPE_H@
814 WINT_T_SUFFIX = @WINT_T_SUFFIX@
815 XFSDUMP = @XFSDUMP@
816 XFSRESTORE = @XFSRESTORE@
817 XGETTEXT = @XGETTEXT@
818 XGETTEXT_015 = @XGETTEXT_015@
819 XSLREL = @XSLREL@
820 XSLTPROC = @XSLTPROC@
821 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
822 YACC = @YACC@
823 YFLAGS = @YFLAGS@
824 _libcurl_config = @_libcurl_config@
825 abs_builddir = @abs_builddir@
826 abs_srcdir = @abs_srcdir@
827 abs_top_builddir = @abs_top_builddir@
828 abs_top_srcdir = @abs_top_srcdir@
829 ac_ct_CC = @ac_ct_CC@
830 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
831 am__include = @am__include@
832 am__leading_dot = @am__leading_dot@
833 am__quote = @am__quote@
834 am__tar = @am__tar@
835 am__untar = @am__untar@
836 amdatadir = @amdatadir@
837 amincludedir = @amincludedir@
838 amlibdir = @amlibdir@
839 amlibexecdir = @amlibexecdir@
840 amperldir = @amperldir@
841 bindir = @bindir@
842 build = @build@
843 build_alias = @build_alias@
844 build_cpu = @build_cpu@
845 build_os = @build_os@
846 build_vendor = @build_vendor@
847 builddir = @builddir@
848 datadir = @datadir@
849 datarootdir = @datarootdir@
850 docdir = @docdir@
851 dvidir = @dvidir@
852 exec_prefix = @exec_prefix@
853 gl_LIBOBJS = @gl_LIBOBJS@
854 gl_LTLIBOBJS = @gl_LTLIBOBJS@
855 gltests_LIBOBJS = @gltests_LIBOBJS@
856 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
857 host = @host@
858 host_alias = @host_alias@
859 host_cpu = @host_cpu@
860 host_os = @host_os@
861 host_vendor = @host_vendor@
862 htmldir = @htmldir@
863 includedir = @includedir@
864 infodir = @infodir@
865 install_sh = @install_sh@
866 libdir = @libdir@
867 libexecdir = @libexecdir@
868 localedir = @localedir@
869 localstatedir = @localstatedir@
870 lt_ECHO = @lt_ECHO@
871 mandir = @mandir@
872 mkdir_p = @mkdir_p@
873 oldincludedir = @oldincludedir@
874 pdfdir = @pdfdir@
875 prefix = @prefix@
876 program_transform_name = @program_transform_name@
877 psdir = @psdir@
878 sbindir = @sbindir@
879 sharedstatedir = @sharedstatedir@
880 srcdir = @srcdir@
881 sysconfdir = @sysconfdir@
882 target_alias = @target_alias@
883 top_build_prefix = @top_build_prefix@
884 top_builddir = @top_builddir@
885 top_srcdir = @top_srcdir@
886 SUFFIXES = 
887 EXTRA_DIST = 
888 BUILT_SOURCES = 
889 MOSTLYCLEANFILES = 
890 CLEANFILES = 
891 DISTCLEANFILES = $(am__append_1)
892 MAINTAINERCLEANFILES = 
893
894 # sed expression to strip leading directories from a filename; this converts e.g.,
895 # src/foo/bar.so to bar.so.
896 strip_leading_dirs = s|^.*/||
897 @WANT_INSTALLPERMS_FALSE@do_file = pa="$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
898 @WANT_INSTALLPERMS_FALSE@    echo "installperm \"$$chown\" \"$$chmod\" \"$$pa\"" >> "$(installperms_sh)"
899
900
901 # define a snippet of the scripts below to either perform a chown/chmod operation,
902 # or record that operation in the logfile.  On entry to the snippet, $$dest is the
903 # destination directory, $$cmd is the srcdir-relative pathname of the target file,
904 # $$chown is the ownership, and $$chmod is the permission pattern.
905 @WANT_INSTALLPERMS_TRUE@do_file = pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
906 @WANT_INSTALLPERMS_TRUE@    if test -n "$$chown"; then \
907 @WANT_INSTALLPERMS_TRUE@        echo chown "$$chown" "$$pa"; \
908 @WANT_INSTALLPERMS_TRUE@        chown "$$chown" "$$pa" || exit 1; \
909 @WANT_INSTALLPERMS_TRUE@    fi; \
910 @WANT_INSTALLPERMS_TRUE@    if test -n "$$chmod"; then \
911 @WANT_INSTALLPERMS_TRUE@        echo chmod "$$chmod" "$$pa"; \
912 @WANT_INSTALLPERMS_TRUE@        chmod "$$chmod" "$$pa" || exit 1; \
913 @WANT_INSTALLPERMS_TRUE@    fi 
914
915 @WANT_INSTALLPERMS_FALSE@installperms_sh = "$(top_builddir)/installperms.sh"
916 INCLUDES = -I$(top_srcdir)/gnulib \
917                 -I$(top_srcdir)/device-src \
918                 -I$(top_srcdir)/common-src
919
920 AM_CFLAGS = $(AMANDA_WARNING_CFLAGS)
921 AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS)
922 amlib_LTLIBRARIES = libamxfer.la
923 LINT = $(AMLINT)
924 LINTFLAGS = $(AMLINTFLAGS)
925 libamxfer_la_SOURCES = \
926         dest-fd.c \
927         dest-null.c \
928         dest-buffer.c \
929         dest-directtcp-connect.c \
930         dest-directtcp-listen.c \
931         element-glue.c \
932         filter-xor.c \
933         filter-process.c \
934         source-random.c \
935         source-fd.c \
936         source-pattern.c \
937         source-directtcp-connect.c \
938         source-directtcp-listen.c \
939         xfer-element.c \
940         xfer.c \
941         xmsg.c
942
943 libamxfer_la_LDFLAGS = -release $(VERSION)
944 libamxfer_la_LIBADD = \
945         ../common-src/libamanda.la
946
947 noinst_HEADERS = \
948         amxfer.h \
949         element-glue.h \
950         xfer-element.h \
951         xfer.h \
952         xmsg.h
953
954 xfer_test_SOURCES = xfer-test.c
955 xfer_test_LDADD = \
956         ../common-src/libtestutils.la \
957         libamxfer.la
958
959 all: $(BUILT_SOURCES)
960         $(MAKE) $(AM_MAKEFLAGS) all-am
961
962 .SUFFIXES:
963 .SUFFIXES: .c .lo .o .obj
964 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/installperms.am $(top_srcdir)/config/automake/precompile.am $(am__configure_deps)
965         @for dep in $?; do \
966           case '$(am__configure_deps)' in \
967             *$$dep*) \
968               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
969                 && { if test -f $@; then exit 0; else break; fi; }; \
970               exit 1;; \
971           esac; \
972         done; \
973         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu xfer-src/Makefile'; \
974         $(am__cd) $(top_srcdir) && \
975           $(AUTOMAKE) --gnu xfer-src/Makefile
976 .PRECIOUS: Makefile
977 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
978         @case '$?' in \
979           *config.status*) \
980             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
981           *) \
982             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
983             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
984         esac;
985
986 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
987         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
988
989 $(top_srcdir)/configure:  $(am__configure_deps)
990         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
991 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
992         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
993 $(am__aclocal_m4_deps):
994 install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES)
995         @$(NORMAL_INSTALL)
996         test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)"
997         @list='$(amlib_LTLIBRARIES)'; test -n "$(amlibdir)" || list=; \
998         list2=; for p in $$list; do \
999           if test -f $$p; then \
1000             list2="$$list2 $$p"; \
1001           else :; fi; \
1002         done; \
1003         test -z "$$list2" || { \
1004           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(amlibdir)'"; \
1005           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(amlibdir)"; \
1006         }
1007
1008 uninstall-amlibLTLIBRARIES:
1009         @$(NORMAL_UNINSTALL)
1010         @list='$(amlib_LTLIBRARIES)'; test -n "$(amlibdir)" || list=; \
1011         for p in $$list; do \
1012           $(am__strip_dir) \
1013           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(amlibdir)/$$f'"; \
1014           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(amlibdir)/$$f"; \
1015         done
1016
1017 clean-amlibLTLIBRARIES:
1018         -test -z "$(amlib_LTLIBRARIES)" || rm -f $(amlib_LTLIBRARIES)
1019         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
1020           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1021           test "$$dir" != "$$p" || dir=.; \
1022           echo "rm -f \"$${dir}/so_locations\""; \
1023           rm -f "$${dir}/so_locations"; \
1024         done
1025 libamxfer.la: $(libamxfer_la_OBJECTS) $(libamxfer_la_DEPENDENCIES) 
1026         $(libamxfer_la_LINK) -rpath $(amlibdir) $(libamxfer_la_OBJECTS) $(libamxfer_la_LIBADD) $(LIBS)
1027
1028 clean-noinstPROGRAMS:
1029         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1030         echo " rm -f" $$list; \
1031         rm -f $$list || exit $$?; \
1032         test -n "$(EXEEXT)" || exit 0; \
1033         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1034         echo " rm -f" $$list; \
1035         rm -f $$list
1036 xfer-test$(EXEEXT): $(xfer_test_OBJECTS) $(xfer_test_DEPENDENCIES) 
1037         @rm -f xfer-test$(EXEEXT)
1038         $(LINK) $(xfer_test_OBJECTS) $(xfer_test_LDADD) $(LIBS)
1039
1040 mostlyclean-compile:
1041         -rm -f *.$(OBJEXT)
1042
1043 distclean-compile:
1044         -rm -f *.tab.c
1045
1046 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dest-buffer.Plo@am__quote@
1047 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dest-directtcp-connect.Plo@am__quote@
1048 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dest-directtcp-listen.Plo@am__quote@
1049 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dest-fd.Plo@am__quote@
1050 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dest-null.Plo@am__quote@
1051 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/element-glue.Plo@am__quote@
1052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter-process.Plo@am__quote@
1053 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter-xor.Plo@am__quote@
1054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source-directtcp-connect.Plo@am__quote@
1055 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source-directtcp-listen.Plo@am__quote@
1056 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source-fd.Plo@am__quote@
1057 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source-pattern.Plo@am__quote@
1058 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source-random.Plo@am__quote@
1059 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer-element.Plo@am__quote@
1060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer-test.Po@am__quote@
1061 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer.Plo@am__quote@
1062 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmsg.Plo@am__quote@
1063
1064 .c.o:
1065 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1066 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1067 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1068 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1069 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1070
1071 .c.obj:
1072 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1073 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1074 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1075 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1076 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1077
1078 .c.lo:
1079 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1080 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1081 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1082 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1083 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1084
1085 mostlyclean-libtool:
1086         -rm -f *.lo
1087
1088 clean-libtool:
1089         -rm -rf .libs _libs
1090
1091 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1092         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1093         unique=`for i in $$list; do \
1094             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1095           done | \
1096           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1097               END { if (nonempty) { for (i in files) print i; }; }'`; \
1098         mkid -fID $$unique
1099 tags: TAGS
1100
1101 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1102                 $(TAGS_FILES) $(LISP)
1103         set x; \
1104         here=`pwd`; \
1105         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1106         unique=`for i in $$list; do \
1107             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1108           done | \
1109           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1110               END { if (nonempty) { for (i in files) print i; }; }'`; \
1111         shift; \
1112         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1113           test -n "$$unique" || unique=$$empty_fix; \
1114           if test $$# -gt 0; then \
1115             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1116               "$$@" $$unique; \
1117           else \
1118             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1119               $$unique; \
1120           fi; \
1121         fi
1122 ctags: CTAGS
1123 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1124                 $(TAGS_FILES) $(LISP)
1125         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1126         unique=`for i in $$list; do \
1127             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1128           done | \
1129           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1130               END { if (nonempty) { for (i in files) print i; }; }'`; \
1131         test -z "$(CTAGS_ARGS)$$unique" \
1132           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1133              $$unique
1134
1135 GTAGS:
1136         here=`$(am__cd) $(top_builddir) && pwd` \
1137           && $(am__cd) $(top_srcdir) \
1138           && gtags -i $(GTAGS_ARGS) "$$here"
1139
1140 distclean-tags:
1141         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1142
1143 check-TESTS: $(TESTS)
1144         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1145         srcdir=$(srcdir); export srcdir; \
1146         list=' $(TESTS) '; \
1147         $(am__tty_colors); \
1148         if test -n "$$list"; then \
1149           for tst in $$list; do \
1150             if test -f ./$$tst; then dir=./; \
1151             elif test -f $$tst; then dir=; \
1152             else dir="$(srcdir)/"; fi; \
1153             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1154               all=`expr $$all + 1`; \
1155               case " $(XFAIL_TESTS) " in \
1156               *[\ \     ]$$tst[\ \      ]*) \
1157                 xpass=`expr $$xpass + 1`; \
1158                 failed=`expr $$failed + 1`; \
1159                 col=$$red; res=XPASS; \
1160               ;; \
1161               *) \
1162                 col=$$grn; res=PASS; \
1163               ;; \
1164               esac; \
1165             elif test $$? -ne 77; then \
1166               all=`expr $$all + 1`; \
1167               case " $(XFAIL_TESTS) " in \
1168               *[\ \     ]$$tst[\ \      ]*) \
1169                 xfail=`expr $$xfail + 1`; \
1170                 col=$$lgn; res=XFAIL; \
1171               ;; \
1172               *) \
1173                 failed=`expr $$failed + 1`; \
1174                 col=$$red; res=FAIL; \
1175               ;; \
1176               esac; \
1177             else \
1178               skip=`expr $$skip + 1`; \
1179               col=$$blu; res=SKIP; \
1180             fi; \
1181             echo "$${col}$$res$${std}: $$tst"; \
1182           done; \
1183           if test "$$all" -eq 1; then \
1184             tests="test"; \
1185             All=""; \
1186           else \
1187             tests="tests"; \
1188             All="All "; \
1189           fi; \
1190           if test "$$failed" -eq 0; then \
1191             if test "$$xfail" -eq 0; then \
1192               banner="$$All$$all $$tests passed"; \
1193             else \
1194               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1195               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1196             fi; \
1197           else \
1198             if test "$$xpass" -eq 0; then \
1199               banner="$$failed of $$all $$tests failed"; \
1200             else \
1201               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1202               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1203             fi; \
1204           fi; \
1205           dashes="$$banner"; \
1206           skipped=""; \
1207           if test "$$skip" -ne 0; then \
1208             if test "$$skip" -eq 1; then \
1209               skipped="($$skip test was not run)"; \
1210             else \
1211               skipped="($$skip tests were not run)"; \
1212             fi; \
1213             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1214               dashes="$$skipped"; \
1215           fi; \
1216           report=""; \
1217           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1218             report="Please report to $(PACKAGE_BUGREPORT)"; \
1219             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1220               dashes="$$report"; \
1221           fi; \
1222           dashes=`echo "$$dashes" | sed s/./=/g`; \
1223           if test "$$failed" -eq 0; then \
1224             echo "$$grn$$dashes"; \
1225           else \
1226             echo "$$red$$dashes"; \
1227           fi; \
1228           echo "$$banner"; \
1229           test -z "$$skipped" || echo "$$skipped"; \
1230           test -z "$$report" || echo "$$report"; \
1231           echo "$$dashes$$std"; \
1232           test "$$failed" -eq 0; \
1233         else :; fi
1234
1235 distdir: $(DISTFILES)
1236         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1237         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1238         list='$(DISTFILES)'; \
1239           dist_files=`for file in $$list; do echo $$file; done | \
1240           sed -e "s|^$$srcdirstrip/||;t" \
1241               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1242         case $$dist_files in \
1243           */*) $(MKDIR_P) `echo "$$dist_files" | \
1244                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1245                            sort -u` ;; \
1246         esac; \
1247         for file in $$dist_files; do \
1248           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1249           if test -d $$d/$$file; then \
1250             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1251             if test -d "$(distdir)/$$file"; then \
1252               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1253             fi; \
1254             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1255               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1256               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1257             fi; \
1258             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1259           else \
1260             test -f "$(distdir)/$$file" \
1261             || cp -p $$d/$$file "$(distdir)/$$file" \
1262             || exit 1; \
1263           fi; \
1264         done
1265 check-am: all-am
1266         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1267 check: $(BUILT_SOURCES)
1268         $(MAKE) $(AM_MAKEFLAGS) check-am
1269 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1270 installdirs:
1271         for dir in "$(DESTDIR)$(amlibdir)"; do \
1272           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1273         done
1274 install: $(BUILT_SOURCES)
1275         $(MAKE) $(AM_MAKEFLAGS) install-am
1276 install-exec: install-exec-am
1277 install-data: install-data-am
1278 uninstall: uninstall-am
1279
1280 install-am: all-am
1281         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1282
1283 installcheck: installcheck-am
1284 install-strip:
1285         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1286           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1287           `test -z '$(STRIP)' || \
1288             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1289 mostlyclean-generic:
1290         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1291
1292 clean-generic:
1293         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1294
1295 distclean-generic:
1296         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1297         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1298         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1299
1300 maintainer-clean-generic:
1301         @echo "This command is intended for maintainers to use"
1302         @echo "it deletes files that may require special tools to rebuild."
1303         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1304         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1305 clean: clean-am
1306
1307 clean-am: clean-amlibLTLIBRARIES clean-generic clean-libtool \
1308         clean-noinstPROGRAMS mostlyclean-am
1309
1310 distclean: distclean-am
1311         -rm -rf ./$(DEPDIR)
1312         -rm -f Makefile
1313 distclean-am: clean-am distclean-compile distclean-generic \
1314         distclean-tags
1315
1316 dvi: dvi-am
1317
1318 dvi-am:
1319
1320 html: html-am
1321
1322 html-am:
1323
1324 info: info-am
1325
1326 info-am:
1327
1328 install-data-am: install-amlibLTLIBRARIES
1329         @$(NORMAL_INSTALL)
1330         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1331 install-dvi: install-dvi-am
1332
1333 install-dvi-am:
1334
1335 install-exec-am:
1336         @$(NORMAL_INSTALL)
1337         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1338 install-html: install-html-am
1339
1340 install-html-am:
1341
1342 install-info: install-info-am
1343
1344 install-info-am:
1345
1346 install-man:
1347
1348 install-pdf: install-pdf-am
1349
1350 install-pdf-am:
1351
1352 install-ps: install-ps-am
1353
1354 install-ps-am:
1355
1356 installcheck-am:
1357
1358 maintainer-clean: maintainer-clean-am
1359         -rm -rf ./$(DEPDIR)
1360         -rm -f Makefile
1361 maintainer-clean-am: distclean-am maintainer-clean-generic
1362
1363 mostlyclean: mostlyclean-am
1364
1365 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1366         mostlyclean-libtool
1367
1368 pdf: pdf-am
1369
1370 pdf-am:
1371
1372 ps: ps-am
1373
1374 ps-am:
1375
1376 uninstall-am: uninstall-amlibLTLIBRARIES
1377
1378 .MAKE: all check check-am install install-am install-data-am \
1379         install-exec-am install-strip
1380
1381 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
1382         clean-amlibLTLIBRARIES clean-generic clean-libtool \
1383         clean-noinstPROGRAMS ctags distclean distclean-compile \
1384         distclean-generic distclean-libtool distclean-tags distdir dvi \
1385         dvi-am html html-am info info-am install install-am \
1386         install-amlibLTLIBRARIES install-data install-data-am \
1387         install-data-hook install-dvi install-dvi-am install-exec \
1388         install-exec-am install-exec-hook install-html install-html-am \
1389         install-info install-info-am install-man install-pdf \
1390         install-pdf-am install-ps install-ps-am install-strip \
1391         installcheck installcheck-am installdirs maintainer-clean \
1392         maintainer-clean-generic mostlyclean mostlyclean-compile \
1393         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1394         tags uninstall uninstall-am uninstall-amlibLTLIBRARIES
1395
1396
1397 installperms-exec:
1398         @installperms="$(INSTALLPERMS_exec)"; \
1399         test -n "$$installperms" && echo "Setting installation permissions on executables"; \
1400         dest=; chown=; chmod=; \
1401         for cmd in $$installperms; do \
1402             case "$$cmd" in \
1403                 chown=amanda) \
1404                         echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1405                 dest=*|chown=*|chmod=*) \
1406                         echo "  ($$cmd)"; eval $$cmd;; \
1407                 *) $(do_file) ;; \
1408             esac; \
1409         done
1410
1411 installperms-data:
1412         @installperms="$(INSTALLPERMS_data)"; \
1413         dest=; chown=; chmod=; \
1414         for cmd in $$installperms; do \
1415             case "$$cmd" in \
1416                 chown=amanda) \
1417                         echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1418                 dest=*|chown=*|chmod=*) \
1419                         echo "  ($$cmd)"; eval $$cmd;; \
1420                 *)  $(do_file) ;; \
1421             esac; \
1422         done
1423
1424 install-exec-hook: installperms-exec
1425 install-data-hook: installperms-data
1426
1427 # define a rule to initialize the installperms manifest file
1428 @WANT_INSTALLPERMS_TRUE@installperms-init:
1429 @WANT_INSTALLPERMS_FALSE@installperms-init:
1430 @WANT_INSTALLPERMS_FALSE@       rm -f "$(installperms_sh)"
1431
1432 # A rule to make precompiler output from C files.  This is not used during
1433 # ordinary builds, but but can very useful in debugging problems on strange
1434 # architectures.  With this rule, we can ask users to 'make foo.i' and send
1435 # the result to us.
1436 #
1437 # It touches some automake internals ($COMPILE), but since it's not
1438 # build-critical, that's OK.
1439 %.i : %.c
1440         $(COMPILE) -E -o $@ $<
1441
1442 # lint support
1443
1444 lint:
1445         @echo $(LINT) $(libamxfer_la_SOURCES)
1446         @$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config $(INCLUDES) $(libamxfer_la_SOURCES)
1447         @echo $(LINT) $(genversion_SOURCES)
1448         @$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config $(INCLUDES) $(genversion_SOURCES)
1449
1450 listlibsrc:
1451         @ for p in $(libamxfer_la_SOURCES); do  \
1452                 listlibsrcs="$$listlibsrcs `pwd`/$$p";          \
1453         done;                                                   \
1454         echo $$listlibsrcs >listlibsrc.output
1455
1456 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1457 # Otherwise a system limit (for SysV at least) may be exceeded.
1458 .NOEXPORT: