0645b3ffa94d510bd2d938556f2c5a1fbdfe3027
[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) 2005-2008 Zmanda Inc.  All Rights Reserved.
22
23 # This library is free software; you can redistribute it and/or modify it
24 # under the terms of the GNU Lesser General Public License version 2.1 as 
25 # published by the Free Software Foundation.
26
27 # This library 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 Lesser General Public
30 # License for more details.
31
32 # You should have received a copy of the GNU Lesser General Public License
33 # along with this library; if not, write to the Free Software Foundation,
34 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
35
36 # Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300
37 # Sunnyvale, CA 94086, 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 target_triplet = @target@
109 DIST_COMMON = $(dist_example_DATA) $(dist_lbltempl_DATA) \
110         $(dist_template_DATA) $(srcdir)/Makefile.am \
111         $(srcdir)/Makefile.in $(srcdir)/amanda-client.conf.in \
112         $(srcdir)/amanda.conf.in $(srcdir)/chg-mcutil.conf.in \
113         $(srcdir)/inetd.conf.amandaclient.in \
114         $(srcdir)/inetd.conf.amandaserver.in \
115         $(srcdir)/xinetd.amandaclient.in \
116         $(srcdir)/xinetd.amandaserver.in \
117         $(top_srcdir)/config/automake/installperms.am \
118         $(top_srcdir)/config/automake/vars.am
119 @WANT_INSTALLPERMS_FALSE@am__append_1 = $(installperms_sh)
120 subdir = example
121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122 am__aclocal_m4_deps =  \
123         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
124         $(top_srcdir)/config/macro-archive/ac_perl_module_version.m4 \
125         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
126         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
127         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
128         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
129         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
130         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
131         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
132         $(top_srcdir)/config/amanda/amplot.m4 \
133         $(top_srcdir)/config/amanda/bsd-security.m4 \
134         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
135         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
136         $(top_srcdir)/config/amanda/changer.m4 \
137         $(top_srcdir)/config/amanda/components.m4 \
138         $(top_srcdir)/config/amanda/compress.m4 \
139         $(top_srcdir)/config/amanda/config.m4 \
140         $(top_srcdir)/config/amanda/debugging.m4 \
141         $(top_srcdir)/config/amanda/defaults.m4 \
142         $(top_srcdir)/config/amanda/devprefix.m4 \
143         $(top_srcdir)/config/amanda/dirs.m4 \
144         $(top_srcdir)/config/amanda/documentation.m4 \
145         $(top_srcdir)/config/amanda/dumpers.m4 \
146         $(top_srcdir)/config/amanda/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/krb4-security.m4 \
153         $(top_srcdir)/config/amanda/krb5-security.m4 \
154         $(top_srcdir)/config/amanda/lfs.m4 \
155         $(top_srcdir)/config/amanda/libs.m4 \
156         $(top_srcdir)/config/amanda/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/alloca.m4 \
174         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
175         $(top_srcdir)/config/gnulib/base64.m4 \
176         $(top_srcdir)/config/gnulib/eoverflow.m4 \
177         $(top_srcdir)/config/gnulib/extensions.m4 \
178         $(top_srcdir)/config/gnulib/float_h.m4 \
179         $(top_srcdir)/config/gnulib/fsusage.m4 \
180         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
181         $(top_srcdir)/config/gnulib/getopt.m4 \
182         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
183         $(top_srcdir)/config/gnulib/gnulib-common.m4 \
184         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
185         $(top_srcdir)/config/gnulib/include_next.m4 \
186         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
187         $(top_srcdir)/config/gnulib/intmax_t.m4 \
188         $(top_srcdir)/config/gnulib/lock.m4 \
189         $(top_srcdir)/config/gnulib/longlong.m4 \
190         $(top_srcdir)/config/gnulib/malloc.m4 \
191         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
192         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
193         $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
194         $(top_srcdir)/config/gnulib/physmem.m4 \
195         $(top_srcdir)/config/gnulib/safe-read.m4 \
196         $(top_srcdir)/config/gnulib/safe-write.m4 \
197         $(top_srcdir)/config/gnulib/snprintf.m4 \
198         $(top_srcdir)/config/gnulib/socklen.m4 \
199         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
200         $(top_srcdir)/config/gnulib/ssize_t.m4 \
201         $(top_srcdir)/config/gnulib/stdbool.m4 \
202         $(top_srcdir)/config/gnulib/stdint.m4 \
203         $(top_srcdir)/config/gnulib/stdio_h.m4 \
204         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
205         $(top_srcdir)/config/gnulib/strdup.m4 \
206         $(top_srcdir)/config/gnulib/string_h.m4 \
207         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
208         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
209         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
210         $(top_srcdir)/config/gnulib/tempname.m4 \
211         $(top_srcdir)/config/gnulib/unistd_h.m4 \
212         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
213         $(top_srcdir)/config/gnulib/visibility.m4 \
214         $(top_srcdir)/config/gnulib/wchar.m4 \
215         $(top_srcdir)/config/gettext-macros/gettext.m4 \
216         $(top_srcdir)/config/gettext-macros/iconv.m4 \
217         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
218         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
219         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
220         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
221         $(top_srcdir)/config/gettext-macros/nls.m4 \
222         $(top_srcdir)/config/gettext-macros/po.m4 \
223         $(top_srcdir)/config/gettext-macros/progtest.m4 \
224         $(top_srcdir)/config/gettext-macros/size_max.m4 \
225         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
226         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
227         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
228         $(top_srcdir)/config/gettext-macros/xsize.m4 \
229         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
230 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
231         $(ACLOCAL_M4)
232 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
233 CONFIG_HEADER = $(top_builddir)/config/config.h
234 CONFIG_CLEAN_FILES = amanda-client.conf amanda.conf \
235         xinetd.amandaclient xinetd.amandaserver \
236         inetd.conf.amandaclient inetd.conf.amandaserver \
237         chg-mcutil.conf
238 CONFIG_CLEAN_VPATH_FILES =
239 SOURCES =
240 DIST_SOURCES =
241 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
242 am__vpath_adj = case $$p in \
243     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
244     *) f=$$p;; \
245   esac;
246 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
247 am__install_max = 40
248 am__nobase_strip_setup = \
249   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
250 am__nobase_strip = \
251   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
252 am__nobase_list = $(am__nobase_strip_setup); \
253   for p in $$list; do echo "$$p $$p"; done | \
254   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
255   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
256     if (++n[$$2] == $(am__install_max)) \
257       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
258     END { for (dir in files) print dir, files[dir] }'
259 am__base_list = \
260   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
261   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
262 am__installdirs = "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(lbltempldir)" \
263         "$(DESTDIR)$(templatedir)"
264 DATA = $(dist_example_DATA) $(dist_lbltempl_DATA) \
265         $(dist_template_DATA)
266 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267 ACLOCAL = @ACLOCAL@
268 AIX_BACKUP = @AIX_BACKUP@
269 ALLOCA = @ALLOCA@
270 ALLOCA_H = @ALLOCA_H@
271 AMANDA_DBGDIR = @AMANDA_DBGDIR@
272 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
273 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
274 AMANDA_TMPDIR = @AMANDA_TMPDIR@
275 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
276 AMLINT = @AMLINT@
277 AMLINTFLAGS = @AMLINTFLAGS@
278 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
279 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
280 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
281 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
282 AMTAR = @AMTAR@
283 APPLICATION_DIR = @APPLICATION_DIR@
284 AR = @AR@
285 ARPA_INET_H = @ARPA_INET_H@
286 ASSERTIONS = @ASSERTIONS@
287 AUTOCONF = @AUTOCONF@
288 AUTOHEADER = @AUTOHEADER@
289 AUTOMAKE = @AUTOMAKE@
290 AWK = @AWK@
291 BASH = @BASH@
292 BINARY_OWNER = @BINARY_OWNER@
293 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
294 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
295 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
296 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
297 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
298 BSDTCP_SECURITY = @BSDTCP_SECURITY@
299 BSDUDP_SECURITY = @BSDUDP_SECURITY@
300 BSD_SECURITY = @BSD_SECURITY@
301 CAT = @CAT@
302 CC = @CC@
303 CCDEPMODE = @CCDEPMODE@
304 CFLAGS = @CFLAGS@
305 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
306 CHECK_USERID = @CHECK_USERID@
307 CHIO = @CHIO@
308 CHS = @CHS@
309 CLIENT_HOST_INSTANCE = @CLIENT_HOST_INSTANCE@
310 CLIENT_HOST_KEY_FILE = @CLIENT_HOST_KEY_FILE@
311 CLIENT_HOST_PRINCIPAL = @CLIENT_HOST_PRINCIPAL@
312 CLIENT_LOGIN = @CLIENT_LOGIN@
313 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
314 COMPRESS = @COMPRESS@
315 COMPRESS_BEST_OPT = @COMPRESS_BEST_OPT@
316 COMPRESS_FAST_OPT = @COMPRESS_FAST_OPT@
317 COMPRESS_PATH = @COMPRESS_PATH@
318 COMPRESS_SUFFIX = @COMPRESS_SUFFIX@
319 CONFIG_CLOBBER_MY_CONFIG = @CONFIG_CLOBBER_MY_CONFIG@
320 CONFIG_DIR = @CONFIG_DIR@
321 CPP = @CPP@
322 CPPFLAGS = @CPPFLAGS@
323 CURL_CONFIG = @CURL_CONFIG@
324 CXX = @CXX@
325 CXXCPP = @CXXCPP@
326 CXXDEPMODE = @CXXDEPMODE@
327 CXXFLAGS = @CXXFLAGS@
328 CYGPATH_W = @CYGPATH_W@
329 DD = @DD@
330 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
331 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
332 DEFAULT_CONFIG = @DEFAULT_CONFIG@
333 DEFAULT_MAILER = @DEFAULT_MAILER@
334 DEFAULT_SERVER = @DEFAULT_SERVER@
335 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
336 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
337 DEFS = @DEFS@
338 DEPDIR = @DEPDIR@
339 DOC_BUILD_DATE = @DOC_BUILD_DATE@
340 DUMP = @DUMP@
341 DUMP_RETURNS_1 = @DUMP_RETURNS_1@
342 ECHO = @ECHO@
343 ECHO_C = @ECHO_C@
344 ECHO_N = @ECHO_N@
345 ECHO_T = @ECHO_T@
346 EGREP = @EGREP@
347 EOVERFLOW = @EOVERFLOW@
348 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
349 EXEEXT = @EXEEXT@
350 F77 = @F77@
351 FFLAGS = @FFLAGS@
352 FLOAT_H = @FLOAT_H@
353 GETCONF = @GETCONF@
354 GETOPT_H = @GETOPT_H@
355 GETTEXT = @GETTEXT@
356 GLIB_CFLAGS = @GLIB_CFLAGS@
357 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
358 GLIB_LIBS = @GLIB_LIBS@
359 GLIB_MKENUMS = @GLIB_MKENUMS@
360 GMSGFMT = @GMSGFMT@
361 GMSGFMT_015 = @GMSGFMT_015@
362 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
363 GNULIB_CHOWN = @GNULIB_CHOWN@
364 GNULIB_DUP2 = @GNULIB_DUP2@
365 GNULIB_ENVIRON = @GNULIB_ENVIRON@
366 GNULIB_FCHDIR = @GNULIB_FCHDIR@
367 GNULIB_FFLUSH = @GNULIB_FFLUSH@
368 GNULIB_FOPEN = @GNULIB_FOPEN@
369 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
370 GNULIB_FREOPEN = @GNULIB_FREOPEN@
371 GNULIB_FSEEK = @GNULIB_FSEEK@
372 GNULIB_FSEEKO = @GNULIB_FSEEKO@
373 GNULIB_FTELL = @GNULIB_FTELL@
374 GNULIB_FTELLO = @GNULIB_FTELLO@
375 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
376 GNULIB_GETCWD = @GNULIB_GETCWD@
377 GNULIB_GETDELIM = @GNULIB_GETDELIM@
378 GNULIB_GETLINE = @GNULIB_GETLINE@
379 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
380 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
381 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
382 GNULIB_LCHOWN = @GNULIB_LCHOWN@
383 GNULIB_LSEEK = @GNULIB_LSEEK@
384 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
385 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
386 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
387 GNULIB_MBSCHR = @GNULIB_MBSCHR@
388 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
389 GNULIB_MBSLEN = @GNULIB_MBSLEN@
390 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
391 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
392 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
393 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
394 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
395 GNULIB_MBSSEP = @GNULIB_MBSSEP@
396 GNULIB_MBSSPN = @GNULIB_MBSSPN@
397 GNULIB_MBSSTR = @GNULIB_MBSSTR@
398 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
399 GNULIB_MEMMEM = @GNULIB_MEMMEM@
400 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
401 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
402 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
403 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
404 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
405 GNULIB_PUTENV = @GNULIB_PUTENV@
406 GNULIB_READLINK = @GNULIB_READLINK@
407 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
408 GNULIB_SETENV = @GNULIB_SETENV@
409 GNULIB_SLEEP = @GNULIB_SLEEP@
410 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
411 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
412 GNULIB_STPCPY = @GNULIB_STPCPY@
413 GNULIB_STPNCPY = @GNULIB_STPNCPY@
414 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
415 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
416 GNULIB_STRDUP = @GNULIB_STRDUP@
417 GNULIB_STRERROR = @GNULIB_STRERROR@
418 GNULIB_STRNDUP = @GNULIB_STRNDUP@
419 GNULIB_STRNLEN = @GNULIB_STRNLEN@
420 GNULIB_STRPBRK = @GNULIB_STRPBRK@
421 GNULIB_STRSEP = @GNULIB_STRSEP@
422 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
423 GNULIB_STRSTR = @GNULIB_STRSTR@
424 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
425 GNULIB_UNSETENV = @GNULIB_UNSETENV@
426 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
427 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
428 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
429 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
430 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
431 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
432 GNUPLOT = @GNUPLOT@
433 GNUTAR = @GNUTAR@
434 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
435 GOBJECT_QUERY = @GOBJECT_QUERY@
436 GREP = @GREP@
437 GZIP = @GZIP@
438 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
439 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
440 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
441 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
442 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
443 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
444 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
445 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
446 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
447 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
448 HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
449 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
450 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
451 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
452 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
453 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
454 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
455 HAVE_DUP2 = @HAVE_DUP2@
456 HAVE_FSEEKO = @HAVE_FSEEKO@
457 HAVE_FTELLO = @HAVE_FTELLO@
458 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
459 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
460 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
461 HAVE_GZIP = @HAVE_GZIP@
462 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
463 HAVE_IO_H = @HAVE_IO_H@
464 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
465 HAVE_LSTAT = @HAVE_LSTAT@
466 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
467 HAVE_MEMPCPY = @HAVE_MEMPCPY@
468 HAVE_MKDTEMP = @HAVE_MKDTEMP@
469 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
470 HAVE_OS_H = @HAVE_OS_H@
471 HAVE_READLINK = @HAVE_READLINK@
472 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
473 HAVE_SETENV = @HAVE_SETENV@
474 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
475 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
476 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
477 HAVE_SLEEP = @HAVE_SLEEP@
478 HAVE_STDINT_H = @HAVE_STDINT_H@
479 HAVE_STPCPY = @HAVE_STPCPY@
480 HAVE_STPNCPY = @HAVE_STPNCPY@
481 HAVE_STRCASESTR = @HAVE_STRCASESTR@
482 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
483 HAVE_STRNDUP = @HAVE_STRNDUP@
484 HAVE_STRPBRK = @HAVE_STRPBRK@
485 HAVE_STRSEP = @HAVE_STRSEP@
486 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
487 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
488 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
489 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
490 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
491 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
492 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
493 HAVE_UNISTD_H = @HAVE_UNISTD_H@
494 HAVE_UNSETENV = @HAVE_UNSETENV@
495 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
496 HAVE_VASPRINTF = @HAVE_VASPRINTF@
497 HAVE_VISIBILITY = @HAVE_VISIBILITY@
498 HAVE_WCHAR_H = @HAVE_WCHAR_H@
499 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
500 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
501 HAVE__BOOL = @HAVE__BOOL@
502 INCLUDE_NEXT = @INCLUDE_NEXT@
503 INSTALL = @INSTALL@
504 INSTALL_DATA = @INSTALL_DATA@
505 INSTALL_PROGRAM = @INSTALL_PROGRAM@
506 INSTALL_SCRIPT = @INSTALL_SCRIPT@
507 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
508 INTLLIBS = @INTLLIBS@
509 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
510 KRB4_SECURITY = @KRB4_SECURITY@
511 KRB5_SECURITY = @KRB5_SECURITY@
512 LDFLAGS = @LDFLAGS@
513 LEX = @LEX@
514 LEXLIB = @LEXLIB@
515 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
516 LIBCURL = @LIBCURL@
517 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
518 LIBICONV = @LIBICONV@
519 LIBINTL = @LIBINTL@
520 LIBMULTITHREAD = @LIBMULTITHREAD@
521 LIBOBJS = @LIBOBJS@
522 LIBPTH = @LIBPTH@
523 LIBS = @LIBS@
524 LIBTHREAD = @LIBTHREAD@
525 LIBTOOL = @LIBTOOL@
526 LIBTOOL_DEPS = @LIBTOOL_DEPS@
527 LN_S = @LN_S@
528 LOCKING = @LOCKING@
529 LOW_TCPPORTRANGE = @LOW_TCPPORTRANGE@
530 LTLIBICONV = @LTLIBICONV@
531 LTLIBINTL = @LTLIBINTL@
532 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
533 LTLIBOBJS = @LTLIBOBJS@
534 LTLIBPTH = @LTLIBPTH@
535 LTLIBTHREAD = @LTLIBTHREAD@
536 MAILER = @MAILER@
537 MAKEINFO = @MAKEINFO@
538 MCUTIL = @MCUTIL@
539 MKDIR_P = @MKDIR_P@
540 MSGFMT = @MSGFMT@
541 MSGFMT_015 = @MSGFMT_015@
542 MSGMERGE = @MSGMERGE@
543 MT = @MT@
544 MTX = @MTX@
545 MT_FILE_FLAG = @MT_FILE_FLAG@
546 NETINET_IN_H = @NETINET_IN_H@
547 NEXT_FLOAT_H = @NEXT_FLOAT_H@
548 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
549 NEXT_STDINT_H = @NEXT_STDINT_H@
550 NEXT_STDIO_H = @NEXT_STDIO_H@
551 NEXT_STDLIB_H = @NEXT_STDLIB_H@
552 NEXT_STRING_H = @NEXT_STRING_H@
553 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
554 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
555 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
556 NEXT_UNISTD_H = @NEXT_UNISTD_H@
557 NEXT_WCHAR_H = @NEXT_WCHAR_H@
558 OBJEXT = @OBJEXT@
559 PACKAGE = @PACKAGE@
560 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
561 PACKAGE_NAME = @PACKAGE_NAME@
562 PACKAGE_STRING = @PACKAGE_STRING@
563 PACKAGE_TARNAME = @PACKAGE_TARNAME@
564 PACKAGE_VERSION = @PACKAGE_VERSION@
565 PATH_SEPARATOR = @PATH_SEPARATOR@
566 PCAT = @PCAT@
567 PERL = @PERL@
568 PERLEXTLIBS = @PERLEXTLIBS@
569 PERL_INC = @PERL_INC@
570 PKG_CONFIG = @PKG_CONFIG@
571 POSUB = @POSUB@
572 PRINT = @PRINT@
573 PS = @PS@
574 PS_ARGUMENT = @PS_ARGUMENT@
575 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
576 RANLIB = @RANLIB@
577 READLINE_LIBS = @READLINE_LIBS@
578 REPLACE_CHOWN = @REPLACE_CHOWN@
579 REPLACE_FCHDIR = @REPLACE_FCHDIR@
580 REPLACE_FFLUSH = @REPLACE_FFLUSH@
581 REPLACE_FOPEN = @REPLACE_FOPEN@
582 REPLACE_FPRINTF = @REPLACE_FPRINTF@
583 REPLACE_FREOPEN = @REPLACE_FREOPEN@
584 REPLACE_FSEEK = @REPLACE_FSEEK@
585 REPLACE_FSEEKO = @REPLACE_FSEEKO@
586 REPLACE_FTELL = @REPLACE_FTELL@
587 REPLACE_FTELLO = @REPLACE_FTELLO@
588 REPLACE_GETCWD = @REPLACE_GETCWD@
589 REPLACE_GETLINE = @REPLACE_GETLINE@
590 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
591 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
592 REPLACE_LCHOWN = @REPLACE_LCHOWN@
593 REPLACE_LSEEK = @REPLACE_LSEEK@
594 REPLACE_MEMMEM = @REPLACE_MEMMEM@
595 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
596 REPLACE_PRINTF = @REPLACE_PRINTF@
597 REPLACE_PUTENV = @REPLACE_PUTENV@
598 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
599 REPLACE_SPRINTF = @REPLACE_SPRINTF@
600 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
601 REPLACE_STRERROR = @REPLACE_STRERROR@
602 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
603 REPLACE_STRSTR = @REPLACE_STRSTR@
604 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
605 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
606 REPLACE_VPRINTF = @REPLACE_VPRINTF@
607 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
608 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
609 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
610 RESTORE = @RESTORE@
611 RSH_SECURITY = @RSH_SECURITY@
612 SAMBA_CLIENT = @SAMBA_CLIENT@
613 SERVER_HOST_INSTANCE = @SERVER_HOST_INSTANCE@
614 SERVER_HOST_KEY_FILE = @SERVER_HOST_KEY_FILE@
615 SERVER_HOST_PRINCIPAL = @SERVER_HOST_PRINCIPAL@
616 SERVICE_SUFFIX = @SERVICE_SUFFIX@
617 SETUID_GROUP = @SETUID_GROUP@
618 SET_MAKE = @SET_MAKE@
619 SHELL = @SHELL@
620 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
621 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
622 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
623 SORT = @SORT@
624 SSH = @SSH@
625 SSH_SECURITY = @SSH_SECURITY@
626 STDBOOL_H = @STDBOOL_H@
627 STDINT_H = @STDINT_H@
628 STRIP = @STRIP@
629 SVN = @SVN@
630 SWIG = @SWIG@
631 SWIG_LIB = @SWIG_LIB@
632 SYS_SOCKET_H = @SYS_SOCKET_H@
633 SYS_STAT_H = @SYS_STAT_H@
634 SYS_TIME_H = @SYS_TIME_H@
635 TCPPORTRANGE = @TCPPORTRANGE@
636 TICKET_LIFETIME = @TICKET_LIFETIME@
637 UDPPORTRANGE = @UDPPORTRANGE@
638 UNCOMPRESS_OPT = @UNCOMPRESS_OPT@
639 UNCOMPRESS_PATH = @UNCOMPRESS_PATH@
640 USE_AMANDAHOSTS = @USE_AMANDAHOSTS@
641 USE_NLS = @USE_NLS@
642 USE_RUNDUMP = @USE_RUNDUMP@
643 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
644 VDUMP = @VDUMP@
645 VERSION = @VERSION@
646 VERSION_COMMENT = @VERSION_COMMENT@
647 VERSION_MAJOR = @VERSION_MAJOR@
648 VERSION_MINOR = @VERSION_MINOR@
649 VERSION_PATCH = @VERSION_PATCH@
650 VERSION_SUFFIX = @VERSION_SUFFIX@
651 VOID_UNSETENV = @VOID_UNSETENV@
652 VRESTORE = @VRESTORE@
653 VXDUMP = @VXDUMP@
654 VXRESTORE = @VXRESTORE@
655 WCHAR_H = @WCHAR_H@
656 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
657 WINT_T_SUFFIX = @WINT_T_SUFFIX@
658 XFSDUMP = @XFSDUMP@
659 XFSRESTORE = @XFSRESTORE@
660 XGETTEXT = @XGETTEXT@
661 XGETTEXT_015 = @XGETTEXT_015@
662 XSLREL = @XSLREL@
663 XSLTPROC = @XSLTPROC@
664 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
665 YACC = @YACC@
666 YFLAGS = @YFLAGS@
667 _libcurl_config = @_libcurl_config@
668 abs_builddir = @abs_builddir@
669 abs_srcdir = @abs_srcdir@
670 abs_top_builddir = @abs_top_builddir@
671 abs_top_srcdir = @abs_top_srcdir@
672 ac_ct_CC = @ac_ct_CC@
673 ac_ct_CXX = @ac_ct_CXX@
674 ac_ct_F77 = @ac_ct_F77@
675 am__include = @am__include@
676 am__leading_dot = @am__leading_dot@
677 am__quote = @am__quote@
678 am__tar = @am__tar@
679 am__untar = @am__untar@
680 amdatadir = @amdatadir@
681 amincludedir = @amincludedir@
682 amlibdir = @amlibdir@
683 amlibexecdir = @amlibexecdir@
684 amperldir = @amperldir@
685 bindir = @bindir@
686 build = @build@
687 build_alias = @build_alias@
688 build_cpu = @build_cpu@
689 build_os = @build_os@
690 build_vendor = @build_vendor@
691 builddir = @builddir@
692 datadir = @datadir@
693 datarootdir = @datarootdir@
694 docdir = @docdir@
695 dvidir = @dvidir@
696 exec_prefix = @exec_prefix@
697 gl_LIBOBJS = @gl_LIBOBJS@
698 gl_LTLIBOBJS = @gl_LTLIBOBJS@
699 gltests_LIBOBJS = @gltests_LIBOBJS@
700 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
701 host = @host@
702 host_alias = @host_alias@
703 host_cpu = @host_cpu@
704 host_os = @host_os@
705 host_vendor = @host_vendor@
706 htmldir = @htmldir@
707 includedir = @includedir@
708 infodir = @infodir@
709 install_sh = @install_sh@
710 libdir = @libdir@
711 libexecdir = @libexecdir@
712 localedir = @localedir@
713 localstatedir = @localstatedir@
714 mandir = @mandir@
715 mkdir_p = @mkdir_p@
716 oldincludedir = @oldincludedir@
717 pdfdir = @pdfdir@
718 prefix = @prefix@
719 program_transform_name = @program_transform_name@
720 psdir = @psdir@
721 sbindir = @sbindir@
722 sharedstatedir = @sharedstatedir@
723 srcdir = @srcdir@
724 sysconfdir = @sysconfdir@
725 target = @target@
726 target_alias = @target_alias@
727 target_cpu = @target_cpu@
728 target_os = @target_os@
729 target_vendor = @target_vendor@
730 top_build_prefix = @top_build_prefix@
731 top_builddir = @top_builddir@
732 top_srcdir = @top_srcdir@
733 SUFFIXES = 
734 EXTRA_DIST = chg-multi.conf chg-scsi.conf config.site disklist \
735         chg-mcutil.conf
736 BUILT_SOURCES = 
737 MOSTLYCLEANFILES = 
738 CLEANFILES = 
739 DISTCLEANFILES = $(am__append_1)
740 MAINTAINERCLEANFILES = 
741
742 # sed expression to strip leading directories from a filename; this converts e.g.,
743 # src/foo/bar.so to bar.so.
744 strip_leading_dirs = s|^.*/||
745 @WANT_INSTALLPERMS_FALSE@do_file = pa="$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
746 @WANT_INSTALLPERMS_FALSE@    echo "installperm \"$$chown\" \"$$chmod\" \"$$pa\"" >> "$(installperms_sh)"
747
748
749 # define a snippet of the scripts below to either perform a chown/chmod operation,
750 # or record that operation in the logfile.  On entry to the snippet, $$dest is the
751 # destination directory, $$cmd is the srcdir-relative pathname of the target file,
752 # $$chown is the ownership, and $$chmod is the permission pattern.
753 @WANT_INSTALLPERMS_TRUE@do_file = pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
754 @WANT_INSTALLPERMS_TRUE@    if test -n "$$chown"; then \
755 @WANT_INSTALLPERMS_TRUE@        echo chown "$$chown" "$$pa"; \
756 @WANT_INSTALLPERMS_TRUE@        chown "$$chown" "$$pa" || exit 1; \
757 @WANT_INSTALLPERMS_TRUE@    fi; \
758 @WANT_INSTALLPERMS_TRUE@    if test -n "$$chmod"; then \
759 @WANT_INSTALLPERMS_TRUE@        echo chmod "$$chmod" "$$pa"; \
760 @WANT_INSTALLPERMS_TRUE@        chmod "$$chmod" "$$pa" || exit 1; \
761 @WANT_INSTALLPERMS_TRUE@    fi 
762
763 @WANT_INSTALLPERMS_FALSE@installperms_sh = "$(top_builddir)/installperms.sh"
764 amanda_dir = $(amdatadir)
765 templatedir = $(amanda_dir)/template.d
766 exampledir = $(amanda_dir)/example
767 lbltempldir = $(amanda_dir)/example/label-templates
768 dist_template_DATA = template.d/advanced.conf \
769                 template.d/amanda-harddisk.conf \
770                 template.d/amanda-single-tape.conf \
771                 template.d/amanda-tape-changer.conf \
772                 template.d/amanda-S3.conf \
773                 template.d/dumptypes \
774                 template.d/tapetypes \
775                 template.d/README   \
776                 template.d/chg-manual.conf   
777
778 dist_example_DATA = amanda.conf \
779                amanda-client.conf \
780                inetd.conf.amandaclient \
781                inetd.conf.amandaserver \
782                xinetd.amandaclient \
783                xinetd.amandaserver 
784
785 dist_lbltempl_DATA = DLT.ps \
786                 EXB-8500.ps \
787                 HP-DAT.ps \
788                 8.5x11.ps \
789                 3hole.ps \
790                 DLT-A4.ps \
791                 DIN-A4.ps 
792
793 INSTALLPERMS_data = chown=amanda \
794         dest=$(templatedir) $(dist_template_DATA) \
795         dest=$(exampledir) $(dist_example_DATA) \
796         dest=$(libtempldir) $(dist_libtempl_DATA) 
797
798 all: $(BUILT_SOURCES)
799         $(MAKE) $(AM_MAKEFLAGS) all-am
800
801 .SUFFIXES:
802 .SUFFIXES: 
803 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/installperms.am $(am__configure_deps)
804         @for dep in $?; do \
805           case '$(am__configure_deps)' in \
806             *$$dep*) \
807               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
808                 && { if test -f $@; then exit 0; else break; fi; }; \
809               exit 1;; \
810           esac; \
811         done; \
812         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu example/Makefile'; \
813         $(am__cd) $(top_srcdir) && \
814           $(AUTOMAKE) --gnu example/Makefile
815 .PRECIOUS: Makefile
816 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
817         @case '$?' in \
818           *config.status*) \
819             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
820           *) \
821             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
822             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
823         esac;
824
825 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
826         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
827
828 $(top_srcdir)/configure:  $(am__configure_deps)
829         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
830 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
831         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
832 $(am__aclocal_m4_deps):
833 amanda-client.conf: $(top_builddir)/config.status $(srcdir)/amanda-client.conf.in
834         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
835 amanda.conf: $(top_builddir)/config.status $(srcdir)/amanda.conf.in
836         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
837 xinetd.amandaclient: $(top_builddir)/config.status $(srcdir)/xinetd.amandaclient.in
838         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
839 xinetd.amandaserver: $(top_builddir)/config.status $(srcdir)/xinetd.amandaserver.in
840         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
841 inetd.conf.amandaclient: $(top_builddir)/config.status $(srcdir)/inetd.conf.amandaclient.in
842         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
843 inetd.conf.amandaserver: $(top_builddir)/config.status $(srcdir)/inetd.conf.amandaserver.in
844         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
845 chg-mcutil.conf: $(top_builddir)/config.status $(srcdir)/chg-mcutil.conf.in
846         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
847
848 mostlyclean-libtool:
849         -rm -f *.lo
850
851 clean-libtool:
852         -rm -rf .libs _libs
853 install-dist_exampleDATA: $(dist_example_DATA)
854         @$(NORMAL_INSTALL)
855         test -z "$(exampledir)" || $(MKDIR_P) "$(DESTDIR)$(exampledir)"
856         @list='$(dist_example_DATA)'; test -n "$(exampledir)" || list=; \
857         for p in $$list; do \
858           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
859           echo "$$d$$p"; \
860         done | $(am__base_list) | \
861         while read files; do \
862           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(exampledir)'"; \
863           $(INSTALL_DATA) $$files "$(DESTDIR)$(exampledir)" || exit $$?; \
864         done
865
866 uninstall-dist_exampleDATA:
867         @$(NORMAL_UNINSTALL)
868         @list='$(dist_example_DATA)'; test -n "$(exampledir)" || list=; \
869         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
870         test -n "$$files" || exit 0; \
871         echo " ( cd '$(DESTDIR)$(exampledir)' && rm -f" $$files ")"; \
872         cd "$(DESTDIR)$(exampledir)" && rm -f $$files
873 install-dist_lbltemplDATA: $(dist_lbltempl_DATA)
874         @$(NORMAL_INSTALL)
875         test -z "$(lbltempldir)" || $(MKDIR_P) "$(DESTDIR)$(lbltempldir)"
876         @list='$(dist_lbltempl_DATA)'; test -n "$(lbltempldir)" || list=; \
877         for p in $$list; do \
878           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
879           echo "$$d$$p"; \
880         done | $(am__base_list) | \
881         while read files; do \
882           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lbltempldir)'"; \
883           $(INSTALL_DATA) $$files "$(DESTDIR)$(lbltempldir)" || exit $$?; \
884         done
885
886 uninstall-dist_lbltemplDATA:
887         @$(NORMAL_UNINSTALL)
888         @list='$(dist_lbltempl_DATA)'; test -n "$(lbltempldir)" || list=; \
889         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
890         test -n "$$files" || exit 0; \
891         echo " ( cd '$(DESTDIR)$(lbltempldir)' && rm -f" $$files ")"; \
892         cd "$(DESTDIR)$(lbltempldir)" && rm -f $$files
893 install-dist_templateDATA: $(dist_template_DATA)
894         @$(NORMAL_INSTALL)
895         test -z "$(templatedir)" || $(MKDIR_P) "$(DESTDIR)$(templatedir)"
896         @list='$(dist_template_DATA)'; test -n "$(templatedir)" || list=; \
897         for p in $$list; do \
898           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
899           echo "$$d$$p"; \
900         done | $(am__base_list) | \
901         while read files; do \
902           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatedir)'"; \
903           $(INSTALL_DATA) $$files "$(DESTDIR)$(templatedir)" || exit $$?; \
904         done
905
906 uninstall-dist_templateDATA:
907         @$(NORMAL_UNINSTALL)
908         @list='$(dist_template_DATA)'; test -n "$(templatedir)" || list=; \
909         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
910         test -n "$$files" || exit 0; \
911         echo " ( cd '$(DESTDIR)$(templatedir)' && rm -f" $$files ")"; \
912         cd "$(DESTDIR)$(templatedir)" && rm -f $$files
913 tags: TAGS
914 TAGS:
915
916 ctags: CTAGS
917 CTAGS:
918
919
920 distdir: $(DISTFILES)
921         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
922         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
923         list='$(DISTFILES)'; \
924           dist_files=`for file in $$list; do echo $$file; done | \
925           sed -e "s|^$$srcdirstrip/||;t" \
926               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
927         case $$dist_files in \
928           */*) $(MKDIR_P) `echo "$$dist_files" | \
929                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
930                            sort -u` ;; \
931         esac; \
932         for file in $$dist_files; do \
933           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
934           if test -d $$d/$$file; then \
935             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
936             if test -d "$(distdir)/$$file"; then \
937               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
938             fi; \
939             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
940               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
941               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
942             fi; \
943             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
944           else \
945             test -f "$(distdir)/$$file" \
946             || cp -p $$d/$$file "$(distdir)/$$file" \
947             || exit 1; \
948           fi; \
949         done
950 check-am: all-am
951 check: $(BUILT_SOURCES)
952         $(MAKE) $(AM_MAKEFLAGS) check-am
953 all-am: Makefile $(DATA)
954 installdirs:
955         for dir in "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(lbltempldir)" "$(DESTDIR)$(templatedir)"; do \
956           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
957         done
958 install: $(BUILT_SOURCES)
959         $(MAKE) $(AM_MAKEFLAGS) install-am
960 install-exec: install-exec-am
961 install-data: install-data-am
962 uninstall: uninstall-am
963
964 install-am: all-am
965         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
966
967 installcheck: installcheck-am
968 install-strip:
969         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
970           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
971           `test -z '$(STRIP)' || \
972             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
973 mostlyclean-generic:
974         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
975
976 clean-generic:
977         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
978
979 distclean-generic:
980         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
981         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
982         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
983
984 maintainer-clean-generic:
985         @echo "This command is intended for maintainers to use"
986         @echo "it deletes files that may require special tools to rebuild."
987         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
988         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
989 clean: clean-am
990
991 clean-am: clean-generic clean-libtool mostlyclean-am
992
993 distclean: distclean-am
994         -rm -f Makefile
995 distclean-am: clean-am distclean-generic
996
997 dvi: dvi-am
998
999 dvi-am:
1000
1001 html: html-am
1002
1003 html-am:
1004
1005 info: info-am
1006
1007 info-am:
1008
1009 install-data-am: install-dist_exampleDATA install-dist_lbltemplDATA \
1010         install-dist_templateDATA
1011         @$(NORMAL_INSTALL)
1012         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1013 install-dvi: install-dvi-am
1014
1015 install-dvi-am:
1016
1017 install-exec-am:
1018         @$(NORMAL_INSTALL)
1019         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1020 install-html: install-html-am
1021
1022 install-html-am:
1023
1024 install-info: install-info-am
1025
1026 install-info-am:
1027
1028 install-man:
1029
1030 install-pdf: install-pdf-am
1031
1032 install-pdf-am:
1033
1034 install-ps: install-ps-am
1035
1036 install-ps-am:
1037
1038 installcheck-am:
1039
1040 maintainer-clean: maintainer-clean-am
1041         -rm -f Makefile
1042 maintainer-clean-am: distclean-am maintainer-clean-generic
1043
1044 mostlyclean: mostlyclean-am
1045
1046 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1047
1048 pdf: pdf-am
1049
1050 pdf-am:
1051
1052 ps: ps-am
1053
1054 ps-am:
1055
1056 uninstall-am: uninstall-dist_exampleDATA uninstall-dist_lbltemplDATA \
1057         uninstall-dist_templateDATA
1058
1059 .MAKE: all check install install-am install-data-am install-exec-am \
1060         install-strip
1061
1062 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
1063         distclean distclean-generic distclean-libtool distdir dvi \
1064         dvi-am html html-am info info-am install install-am \
1065         install-data install-data-am install-data-hook \
1066         install-dist_exampleDATA install-dist_lbltemplDATA \
1067         install-dist_templateDATA install-dvi install-dvi-am \
1068         install-exec install-exec-am install-exec-hook install-html \
1069         install-html-am install-info install-info-am install-man \
1070         install-pdf install-pdf-am install-ps install-ps-am \
1071         install-strip installcheck installcheck-am installdirs \
1072         maintainer-clean maintainer-clean-generic mostlyclean \
1073         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1074         uninstall uninstall-am uninstall-dist_exampleDATA \
1075         uninstall-dist_lbltemplDATA uninstall-dist_templateDATA
1076
1077
1078 installperms-exec:
1079         @installperms="$(INSTALLPERMS_exec)"; \
1080         test -n "$$installperms" && echo "Setting installation permissions on executables"; \
1081         dest=; chown=; chmod=; \
1082         for cmd in $$installperms; do \
1083             case "$$cmd" in \
1084                 chown=amanda) \
1085                         echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1086                 dest=*|chown=*|chmod=*) \
1087                         echo "  ($$cmd)"; eval $$cmd;; \
1088                 *) $(do_file) ;; \
1089             esac; \
1090         done
1091
1092 installperms-data:
1093         @installperms="$(INSTALLPERMS_data)"; \
1094         dest=; chown=; chmod=; \
1095         for cmd in $$installperms; do \
1096             case "$$cmd" in \
1097                 chown=amanda) \
1098                         echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1099                 dest=*|chown=*|chmod=*) \
1100                         echo "  ($$cmd)"; eval $$cmd;; \
1101                 *)  $(do_file) ;; \
1102             esac; \
1103         done
1104
1105 install-exec-hook: installperms-exec
1106 install-data-hook: installperms-data
1107
1108 # define a rule to initialize the installperms manifest file
1109 @WANT_INSTALLPERMS_TRUE@installperms-init:
1110 @WANT_INSTALLPERMS_FALSE@installperms-init:
1111 @WANT_INSTALLPERMS_FALSE@       rm -f "$(installperms_sh)"
1112
1113 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1114 # Otherwise a system limit (for SysV at least) may be exceeded.
1115 .NOEXPORT: