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