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