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