c42c8d1474df89c0d3a79ce87df412dc022d3235
[debian/amanda] / installcheck / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  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 # Note that this architecture assumes a full install -- not just server
18 # or just client.  Neither is sufficiently test-able on its own.
19
20 # vim:ft=automake
21 # Copyright (c) 2005 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., 505 N Mathlida Ave, Suite 120
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 # Copyright (c) 2005 Zmanda, Inc.  All Rights Reserved.
44
45 # This library is free software; you can redistribute it and/or modify it
46 # under the terms of the GNU Lesser General Public License version 2.1 as 
47 # published by the Free Software Foundation.
48
49 # This library is distributed in the hope that it will be useful, but
50 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
51 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
52 # License for more details.
53
54 # You should have received a copy of the GNU Lesser General Public License
55 # along with this library; if not, write to the Free Software Foundation,
56 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
57
58 # Contact information: Zmanda Inc., 505 N Mathlida Ave, Suite 120
59 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
60
61 # SYNOPSIS:
62 #
63 # Automake magic to handle the various tasks of building scripts.  Scripts can
64 # be built down to extensionless executables (e.g., foo.pl -> foo), or to 
65 # files with the usual extension (foo-lib.sh.in -> foo.sh).
66 #
67 # Files which support it are syntax-checked when the user invokes 'make check'.
68 #
69 # All *target* filenames must be listed in SCRIPTS_SHELL, SCRIPTS_PERL, and 
70 # SCRIPTS_AWK to support 'make check', 'make dist', and 'make distclean'.
71 #
72 # USAGE:
73 #
74 #   include $(top_srcdir)/config/automake/vars.am
75 #   include $(top_srcdir)/config/automake/scripts.am
76 #   ...
77 #   SCRIPTS_PERL = fooscript barscript perl-lib.pl perlmod.pm
78 #   SCRIPTS_SHELL = shell1 shell2 sh-lib.sh
79 #   SCRIPTS_AWK = talk balk chalk awk-lib.awk
80 #
81 # with the corresponding files in the repository:
82 #
83 #   fooscript.pl barscript.pl perl-lib.pl.in perlmod.pm.in
84 #   shell1.sh shell2.sh sh-lib.sh.in
85 #   talk.awk balk.awk chalk.awk awk-lib.awk.in
86 #
87 # by default, all shell and perl scripts are syntax checked.  If this is
88 # a problem (for example, perl scripts depending on Amanda extension 
89 # modules), then assign to CHECK_{PERL,SHELL} the list of files you wish
90 # to be checked (which can be empty).
91 #
92 # To add extra flags to the perl checks (e.g., to add new -I flags), set
93 # CHECK_PERL_FLAGS.
94
95 # Implementation note:
96 #
97 # This file uses config.status to substitute @foo@ in those scripts while
98 # converting them. It also adds the executable bits (a+x) to extensionless
99 # files.  The substitution works even though the files are not listed in 
100 # configure.in
101 VPATH = @srcdir@
102 pkgdatadir = $(datadir)/@PACKAGE@
103 pkglibdir = $(libdir)/@PACKAGE@
104 pkgincludedir = $(includedir)/@PACKAGE@
105 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
106 install_sh_DATA = $(install_sh) -c -m 644
107 install_sh_PROGRAM = $(install_sh) -c
108 install_sh_SCRIPT = $(install_sh) -c
109 INSTALL_HEADER = $(INSTALL_DATA)
110 transform = $(program_transform_name)
111 NORMAL_INSTALL = :
112 PRE_INSTALL = :
113 POST_INSTALL = :
114 NORMAL_UNINSTALL = :
115 PRE_UNINSTALL = :
116 POST_UNINSTALL = :
117 build_triplet = @build@
118 host_triplet = @host@
119 target_triplet = @target@
120 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
121         $(top_srcdir)/config/automake/scripts.am \
122         $(top_srcdir)/config/automake/vars.am
123 @WANT_SERVER_TRUE@am__append_1 = $(server_tests)
124 subdir = installcheck
125 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126 am__aclocal_m4_deps =  \
127         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
128         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
129         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
130         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
131         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
132         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
133         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
134         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
135         $(top_srcdir)/config/amanda/amplot.m4 \
136         $(top_srcdir)/config/amanda/bsd-security.m4 \
137         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
138         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
139         $(top_srcdir)/config/amanda/changer.m4 \
140         $(top_srcdir)/config/amanda/components.m4 \
141         $(top_srcdir)/config/amanda/compress.m4 \
142         $(top_srcdir)/config/amanda/config.m4 \
143         $(top_srcdir)/config/amanda/debugging.m4 \
144         $(top_srcdir)/config/amanda/defaults.m4 \
145         $(top_srcdir)/config/amanda/devprefix.m4 \
146         $(top_srcdir)/config/amanda/dirs.m4 \
147         $(top_srcdir)/config/amanda/documentation.m4 \
148         $(top_srcdir)/config/amanda/dumpers.m4 \
149         $(top_srcdir)/config/amanda/flags.m4 \
150         $(top_srcdir)/config/amanda/flock.m4 \
151         $(top_srcdir)/config/amanda/funcs.m4 \
152         $(top_srcdir)/config/amanda/getfsent.m4 \
153         $(top_srcdir)/config/amanda/i18n.m4 \
154         $(top_srcdir)/config/amanda/ipv6.m4 \
155         $(top_srcdir)/config/amanda/krb4-security.m4 \
156         $(top_srcdir)/config/amanda/krb5-security.m4 \
157         $(top_srcdir)/config/amanda/lfs.m4 \
158         $(top_srcdir)/config/amanda/libs.m4 \
159         $(top_srcdir)/config/amanda/net.m4 \
160         $(top_srcdir)/config/amanda/progs.m4 \
161         $(top_srcdir)/config/amanda/readdir.m4 \
162         $(top_srcdir)/config/amanda/readline.m4 \
163         $(top_srcdir)/config/amanda/rsh-security.m4 \
164         $(top_srcdir)/config/amanda/s3-device.m4 \
165         $(top_srcdir)/config/amanda/shmem.m4 \
166         $(top_srcdir)/config/amanda/ssh-security.m4 \
167         $(top_srcdir)/config/amanda/summary.m4 \
168         $(top_srcdir)/config/amanda/swig.m4 \
169         $(top_srcdir)/config/amanda/syshacks.m4 \
170         $(top_srcdir)/config/amanda/tape.m4 \
171         $(top_srcdir)/config/amanda/types.m4 \
172         $(top_srcdir)/config/amanda/userid.m4 \
173         $(top_srcdir)/config/amanda/version.m4 \
174         $(top_srcdir)/config/gnulib/alloca.m4 \
175         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
176         $(top_srcdir)/config/gnulib/base64.m4 \
177         $(top_srcdir)/config/gnulib/eoverflow.m4 \
178         $(top_srcdir)/config/gnulib/extensions.m4 \
179         $(top_srcdir)/config/gnulib/float_h.m4 \
180         $(top_srcdir)/config/gnulib/fsusage.m4 \
181         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
182         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
183         $(top_srcdir)/config/gnulib/gnulib-comp.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/lock.m4 \
188         $(top_srcdir)/config/gnulib/longlong.m4 \
189         $(top_srcdir)/config/gnulib/malloc.m4 \
190         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
191         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
192         $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
193         $(top_srcdir)/config/gnulib/physmem.m4 \
194         $(top_srcdir)/config/gnulib/safe-read.m4 \
195         $(top_srcdir)/config/gnulib/safe-write.m4 \
196         $(top_srcdir)/config/gnulib/snprintf.m4 \
197         $(top_srcdir)/config/gnulib/socklen.m4 \
198         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
199         $(top_srcdir)/config/gnulib/ssize_t.m4 \
200         $(top_srcdir)/config/gnulib/stdbool.m4 \
201         $(top_srcdir)/config/gnulib/stdint.m4 \
202         $(top_srcdir)/config/gnulib/stdio_h.m4 \
203         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
204         $(top_srcdir)/config/gnulib/strdup.m4 \
205         $(top_srcdir)/config/gnulib/string_h.m4 \
206         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
207         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
208         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
209         $(top_srcdir)/config/gnulib/tempname.m4 \
210         $(top_srcdir)/config/gnulib/ulonglong.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/longlong.m4 \
222         $(top_srcdir)/config/gettext-macros/nls.m4 \
223         $(top_srcdir)/config/gettext-macros/po.m4 \
224         $(top_srcdir)/config/gettext-macros/progtest.m4 \
225         $(top_srcdir)/config/gettext-macros/size_max.m4 \
226         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
227         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
228         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
229         $(top_srcdir)/config/gettext-macros/xsize.m4 \
230         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
231 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
232         $(ACLOCAL_M4)
233 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
234 CONFIG_HEADER = $(top_builddir)/config/config.h
235 CONFIG_CLEAN_FILES =
236 SOURCES =
237 DIST_SOURCES =
238 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239 ACLOCAL = @ACLOCAL@
240 ALLOCA = @ALLOCA@
241 ALLOCA_H = @ALLOCA_H@
242 AMANDA_DBGDIR = @AMANDA_DBGDIR@
243 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
244 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
245 AMANDA_TMPDIR = @AMANDA_TMPDIR@
246 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
247 AMLINT = @AMLINT@
248 AMLINTFLAGS = @AMLINTFLAGS@
249 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
250 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
251 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
252 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
253 AMTAR = @AMTAR@
254 AR = @AR@
255 ARPA_INET_H = @ARPA_INET_H@
256 AUTOCONF = @AUTOCONF@
257 AUTOHEADER = @AUTOHEADER@
258 AUTOMAKE = @AUTOMAKE@
259 AWK = @AWK@
260 BASH = @BASH@
261 BINARY_OWNER = @BINARY_OWNER@
262 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
263 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
264 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
265 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
266 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
267 CAT = @CAT@
268 CC = @CC@
269 CCDEPMODE = @CCDEPMODE@
270 CFLAGS = @CFLAGS@
271 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
272 CHIO = @CHIO@
273 CHS = @CHS@
274 CLIENT_LOGIN = @CLIENT_LOGIN@
275 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
276 COMPRESS = @COMPRESS@
277 CONFIG_DIR = @CONFIG_DIR@
278 CPP = @CPP@
279 CPPFLAGS = @CPPFLAGS@
280 CURL_CONFIG = @CURL_CONFIG@
281 CXX = @CXX@
282 CXXCPP = @CXXCPP@
283 CXXDEPMODE = @CXXDEPMODE@
284 CXXFLAGS = @CXXFLAGS@
285 CYGPATH_W = @CYGPATH_W@
286 DD = @DD@
287 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
288 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
289 DEFAULT_CONFIG = @DEFAULT_CONFIG@
290 DEFAULT_SERVER = @DEFAULT_SERVER@
291 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
292 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
293 DEFS = @DEFS@
294 DEPDIR = @DEPDIR@
295 DOC_BUILD_DATE = @DOC_BUILD_DATE@
296 DUMP = @DUMP@
297 DUMPER_DIR = @DUMPER_DIR@
298 ECHO = @ECHO@
299 ECHO_C = @ECHO_C@
300 ECHO_N = @ECHO_N@
301 ECHO_T = @ECHO_T@
302 EGREP = @EGREP@
303 EOVERFLOW = @EOVERFLOW@
304 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
305 EXEEXT = @EXEEXT@
306 F77 = @F77@
307 FFLAGS = @FFLAGS@
308 FLOAT_H = @FLOAT_H@
309 GETCONF = @GETCONF@
310 GETTEXT = @GETTEXT@
311 GLIB_CFLAGS = @GLIB_CFLAGS@
312 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
313 GLIB_LIBS = @GLIB_LIBS@
314 GLIB_MKENUMS = @GLIB_MKENUMS@
315 GMSGFMT = @GMSGFMT@
316 GMSGFMT_015 = @GMSGFMT_015@
317 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
318 GNULIB_CHOWN = @GNULIB_CHOWN@
319 GNULIB_DUP2 = @GNULIB_DUP2@
320 GNULIB_FCHDIR = @GNULIB_FCHDIR@
321 GNULIB_FFLUSH = @GNULIB_FFLUSH@
322 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
323 GNULIB_FSEEK = @GNULIB_FSEEK@
324 GNULIB_FSEEKO = @GNULIB_FSEEKO@
325 GNULIB_FTELL = @GNULIB_FTELL@
326 GNULIB_FTELLO = @GNULIB_FTELLO@
327 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
328 GNULIB_GETCWD = @GNULIB_GETCWD@
329 GNULIB_GETDELIM = @GNULIB_GETDELIM@
330 GNULIB_GETLINE = @GNULIB_GETLINE@
331 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
332 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
333 GNULIB_LCHOWN = @GNULIB_LCHOWN@
334 GNULIB_LSEEK = @GNULIB_LSEEK@
335 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
336 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
337 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
338 GNULIB_MBSCHR = @GNULIB_MBSCHR@
339 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
340 GNULIB_MBSLEN = @GNULIB_MBSLEN@
341 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
342 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
343 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
344 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
345 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
346 GNULIB_MBSSEP = @GNULIB_MBSSEP@
347 GNULIB_MBSSPN = @GNULIB_MBSSPN@
348 GNULIB_MBSSTR = @GNULIB_MBSSTR@
349 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
350 GNULIB_MEMMEM = @GNULIB_MEMMEM@
351 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
352 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
353 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
354 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
355 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
356 GNULIB_READLINK = @GNULIB_READLINK@
357 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
358 GNULIB_SLEEP = @GNULIB_SLEEP@
359 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
360 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
361 GNULIB_STPCPY = @GNULIB_STPCPY@
362 GNULIB_STPNCPY = @GNULIB_STPNCPY@
363 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
364 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
365 GNULIB_STRDUP = @GNULIB_STRDUP@
366 GNULIB_STRNDUP = @GNULIB_STRNDUP@
367 GNULIB_STRNLEN = @GNULIB_STRNLEN@
368 GNULIB_STRPBRK = @GNULIB_STRPBRK@
369 GNULIB_STRSEP = @GNULIB_STRSEP@
370 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
371 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
372 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
373 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
374 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
375 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
376 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
377 GNUPLOT = @GNUPLOT@
378 GNUTAR = @GNUTAR@
379 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
380 GOBJECT_QUERY = @GOBJECT_QUERY@
381 GREP = @GREP@
382 GZIP = @GZIP@
383 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
384 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
385 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
386 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
387 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
388 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
389 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
390 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
391 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
392 HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
393 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
394 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
395 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
396 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
397 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
398 HAVE_DUP2 = @HAVE_DUP2@
399 HAVE_FSEEKO = @HAVE_FSEEKO@
400 HAVE_FTELLO = @HAVE_FTELLO@
401 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
402 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
403 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
404 HAVE_IO_H = @HAVE_IO_H@
405 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
406 HAVE_LSTAT = @HAVE_LSTAT@
407 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
408 HAVE_MEMPCPY = @HAVE_MEMPCPY@
409 HAVE_MKDTEMP = @HAVE_MKDTEMP@
410 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
411 HAVE_READLINK = @HAVE_READLINK@
412 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
413 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
414 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
415 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
416 HAVE_SLEEP = @HAVE_SLEEP@
417 HAVE_STDINT_H = @HAVE_STDINT_H@
418 HAVE_STPCPY = @HAVE_STPCPY@
419 HAVE_STPNCPY = @HAVE_STPNCPY@
420 HAVE_STRCASECMP = @HAVE_STRCASECMP@
421 HAVE_STRCASESTR = @HAVE_STRCASESTR@
422 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
423 HAVE_STRNDUP = @HAVE_STRNDUP@
424 HAVE_STRPBRK = @HAVE_STRPBRK@
425 HAVE_STRSEP = @HAVE_STRSEP@
426 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
427 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
428 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
429 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
430 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
431 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
432 HAVE_UNISTD_H = @HAVE_UNISTD_H@
433 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
434 HAVE_VASPRINTF = @HAVE_VASPRINTF@
435 HAVE_VISIBILITY = @HAVE_VISIBILITY@
436 HAVE_WCHAR_H = @HAVE_WCHAR_H@
437 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
438 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
439 HAVE__BOOL = @HAVE__BOOL@
440 INCLUDE_NEXT = @INCLUDE_NEXT@
441 INSTALL = @INSTALL@
442 INSTALL_DATA = @INSTALL_DATA@
443 INSTALL_PROGRAM = @INSTALL_PROGRAM@
444 INSTALL_SCRIPT = @INSTALL_SCRIPT@
445 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
446 INTLLIBS = @INTLLIBS@
447 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
448 LDFLAGS = @LDFLAGS@
449 LEX = @LEX@
450 LEXLIB = @LEXLIB@
451 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
452 LIBCURL = @LIBCURL@
453 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
454 LIBICONV = @LIBICONV@
455 LIBINTL = @LIBINTL@
456 LIBMULTITHREAD = @LIBMULTITHREAD@
457 LIBOBJS = @LIBOBJS@
458 LIBPTH = @LIBPTH@
459 LIBS = @LIBS@
460 LIBTHREAD = @LIBTHREAD@
461 LIBTOOL = @LIBTOOL@
462 LIBTOOL_DEPS = @LIBTOOL_DEPS@
463 LN_S = @LN_S@
464 LTLIBICONV = @LTLIBICONV@
465 LTLIBINTL = @LTLIBINTL@
466 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
467 LTLIBOBJS = @LTLIBOBJS@
468 LTLIBPTH = @LTLIBPTH@
469 LTLIBTHREAD = @LTLIBTHREAD@
470 MAILER = @MAILER@
471 MAKEINFO = @MAKEINFO@
472 MAXTAPEBLOCKSIZE = @MAXTAPEBLOCKSIZE@
473 MCUTIL = @MCUTIL@
474 MKDIR_P = @MKDIR_P@
475 MSGFMT = @MSGFMT@
476 MSGFMT_015 = @MSGFMT_015@
477 MSGMERGE = @MSGMERGE@
478 MT = @MT@
479 MTX = @MTX@
480 MT_FILE_FLAG = @MT_FILE_FLAG@
481 NETINET_IN_H = @NETINET_IN_H@
482 NEXT_FLOAT_H = @NEXT_FLOAT_H@
483 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
484 NEXT_STDINT_H = @NEXT_STDINT_H@
485 NEXT_STDIO_H = @NEXT_STDIO_H@
486 NEXT_STDLIB_H = @NEXT_STDLIB_H@
487 NEXT_STRING_H = @NEXT_STRING_H@
488 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
489 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
490 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
491 NEXT_UNISTD_H = @NEXT_UNISTD_H@
492 NEXT_WCHAR_H = @NEXT_WCHAR_H@
493 OBJEXT = @OBJEXT@
494 PACKAGE = @PACKAGE@
495 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
496 PACKAGE_NAME = @PACKAGE_NAME@
497 PACKAGE_STRING = @PACKAGE_STRING@
498 PACKAGE_TARNAME = @PACKAGE_TARNAME@
499 PACKAGE_VERSION = @PACKAGE_VERSION@
500 PATH_SEPARATOR = @PATH_SEPARATOR@
501 PCAT = @PCAT@
502 PERL = @PERL@
503 PERLEXTLIBS = @PERLEXTLIBS@
504 PERL_INC = @PERL_INC@
505 PKG_CONFIG = @PKG_CONFIG@
506 POSUB = @POSUB@
507 PRINT = @PRINT@
508 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
509 RANLIB = @RANLIB@
510 READLINE_LIBS = @READLINE_LIBS@
511 REPLACE_CHOWN = @REPLACE_CHOWN@
512 REPLACE_FCHDIR = @REPLACE_FCHDIR@
513 REPLACE_FFLUSH = @REPLACE_FFLUSH@
514 REPLACE_FPRINTF = @REPLACE_FPRINTF@
515 REPLACE_FSEEK = @REPLACE_FSEEK@
516 REPLACE_FSEEKO = @REPLACE_FSEEKO@
517 REPLACE_FTELL = @REPLACE_FTELL@
518 REPLACE_FTELLO = @REPLACE_FTELLO@
519 REPLACE_GETCWD = @REPLACE_GETCWD@
520 REPLACE_GETLINE = @REPLACE_GETLINE@
521 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
522 REPLACE_LCHOWN = @REPLACE_LCHOWN@
523 REPLACE_LSEEK = @REPLACE_LSEEK@
524 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
525 REPLACE_PRINTF = @REPLACE_PRINTF@
526 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
527 REPLACE_SPRINTF = @REPLACE_SPRINTF@
528 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
529 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
530 REPLACE_VPRINTF = @REPLACE_VPRINTF@
531 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
532 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
533 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
534 RESTORE = @RESTORE@
535 SAMBA_CLIENT = @SAMBA_CLIENT@
536 SERVICE_SUFFIX = @SERVICE_SUFFIX@
537 SETUID_GROUP = @SETUID_GROUP@
538 SET_MAKE = @SET_MAKE@
539 SHELL = @SHELL@
540 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
541 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
542 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
543 SORT = @SORT@
544 SSH = @SSH@
545 STDBOOL_H = @STDBOOL_H@
546 STDINT_H = @STDINT_H@
547 STRIP = @STRIP@
548 SVN = @SVN@
549 SWIG = @SWIG@
550 SWIG_LIB = @SWIG_LIB@
551 SYS_SOCKET_H = @SYS_SOCKET_H@
552 SYS_STAT_H = @SYS_STAT_H@
553 SYS_TIME_H = @SYS_TIME_H@
554 USE_NLS = @USE_NLS@
555 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
556 VDUMP = @VDUMP@
557 VERSION = @VERSION@
558 VERSION_COMMENT = @VERSION_COMMENT@
559 VERSION_MAJOR = @VERSION_MAJOR@
560 VERSION_MINOR = @VERSION_MINOR@
561 VERSION_PATCH = @VERSION_PATCH@
562 VERSION_SUFFIX = @VERSION_SUFFIX@
563 VRESTORE = @VRESTORE@
564 VXDUMP = @VXDUMP@
565 VXRESTORE = @VXRESTORE@
566 WCHAR_H = @WCHAR_H@
567 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
568 WINT_T_SUFFIX = @WINT_T_SUFFIX@
569 XFSDUMP = @XFSDUMP@
570 XFSRESTORE = @XFSRESTORE@
571 XGETTEXT = @XGETTEXT@
572 XGETTEXT_015 = @XGETTEXT_015@
573 XSLREL = @XSLREL@
574 XSLTPROC = @XSLTPROC@
575 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
576 YACC = @YACC@
577 YFLAGS = @YFLAGS@
578 _libcurl_config = @_libcurl_config@
579 abs_builddir = @abs_builddir@
580 abs_srcdir = @abs_srcdir@
581 abs_top_builddir = @abs_top_builddir@
582 abs_top_srcdir = @abs_top_srcdir@
583 ac_ct_CC = @ac_ct_CC@
584 ac_ct_CXX = @ac_ct_CXX@
585 ac_ct_F77 = @ac_ct_F77@
586 am__include = @am__include@
587 am__leading_dot = @am__leading_dot@
588 am__quote = @am__quote@
589 am__tar = @am__tar@
590 am__untar = @am__untar@
591 amincludedir = @amincludedir@
592 amlibdir = @amlibdir@
593 amlibexecdir = @amlibexecdir@
594 amperldir = @amperldir@
595 bindir = @bindir@
596 build = @build@
597 build_alias = @build_alias@
598 build_cpu = @build_cpu@
599 build_os = @build_os@
600 build_vendor = @build_vendor@
601 builddir = @builddir@
602 datadir = @datadir@
603 datarootdir = @datarootdir@
604 docdir = @docdir@
605 dvidir = @dvidir@
606 exec_prefix = @exec_prefix@
607 gl_LIBOBJS = @gl_LIBOBJS@
608 gl_LTLIBOBJS = @gl_LTLIBOBJS@
609 host = @host@
610 host_alias = @host_alias@
611 host_cpu = @host_cpu@
612 host_os = @host_os@
613 host_vendor = @host_vendor@
614 htmldir = @htmldir@
615 includedir = @includedir@
616 infodir = @infodir@
617 install_sh = @install_sh@
618 libdir = @libdir@
619 libexecdir = @libexecdir@
620 localedir = @localedir@
621 localstatedir = @localstatedir@
622 mandir = @mandir@
623 mkdir_p = @mkdir_p@
624 oldincludedir = @oldincludedir@
625 pdfdir = @pdfdir@
626 prefix = @prefix@
627 program_transform_name = @program_transform_name@
628 psdir = @psdir@
629 sbindir = @sbindir@
630 sharedstatedir = @sharedstatedir@
631 srcdir = @srcdir@
632 sysconfdir = @sysconfdir@
633 target = @target@
634 target_alias = @target_alias@
635 target_cpu = @target_cpu@
636 target_os = @target_os@
637 target_vendor = @target_vendor@
638 top_builddir = @top_builddir@
639 top_srcdir = @top_srcdir@
640 SUFFIXES = 
641 EXTRA_DIST = 
642 BUILT_SOURCES = 
643 MOSTLYCLEANFILES = 
644
645 # config.status leaves config.log files around
646 CLEANFILES = config.log
647
648 # and we'll need to clean up our generated files for distclean
649 DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK)
650 MAINTAINERCLEANFILES = 
651
652 # syntax-check shell scripts on 'make check'
653 CHECK_SHELL = $(SCRIPTS_SHELL)
654
655 # Add your tests here.
656 common_tests = \
657         Amanda_Config \
658         Amanda_Types
659
660 server_tests = \
661         Amanda_Changer \
662         Amanda_Cmdline \
663         Amanda_Logfile \
664         amcheckdump \
665         amdevcheck \
666         amgetconf
667
668 tests = $(common_tests) $(am__append_1)
669
670 # Add any common files (that should not be run as tests) here:
671 test_utils = Amconfig.pm
672 SCRIPTS_PERL = $(common_tests) $(server_tests) $(test_utils)
673
674 # we don't need to syntax check the test scripts..
675 CHECK_PERL = 
676 all: $(BUILT_SOURCES)
677         $(MAKE) $(AM_MAKEFLAGS) all-am
678
679 .SUFFIXES:
680 .SUFFIXES: 
681 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(am__configure_deps)
682         @for dep in $?; do \
683           case '$(am__configure_deps)' in \
684             *$$dep*) \
685               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
686                 && exit 0; \
687               exit 1;; \
688           esac; \
689         done; \
690         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  installcheck/Makefile'; \
691         cd $(top_srcdir) && \
692           $(AUTOMAKE) --gnu  installcheck/Makefile
693 .PRECIOUS: Makefile
694 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
695         @case '$?' in \
696           *config.status*) \
697             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
698           *) \
699             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
700             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
701         esac;
702
703 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
704         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
705
706 $(top_srcdir)/configure:  $(am__configure_deps)
707         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
708 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
709         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
710
711 mostlyclean-libtool:
712         -rm -f *.lo
713
714 clean-libtool:
715         -rm -rf .libs _libs
716 tags: TAGS
717 TAGS:
718
719 ctags: CTAGS
720 CTAGS:
721
722
723 distdir: $(DISTFILES)
724         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
725         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
726         list='$(DISTFILES)'; \
727           dist_files=`for file in $$list; do echo $$file; done | \
728           sed -e "s|^$$srcdirstrip/||;t" \
729               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
730         case $$dist_files in \
731           */*) $(MKDIR_P) `echo "$$dist_files" | \
732                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
733                            sort -u` ;; \
734         esac; \
735         for file in $$dist_files; do \
736           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
737           if test -d $$d/$$file; then \
738             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
739             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
740               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
741             fi; \
742             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
743           else \
744             test -f $(distdir)/$$file \
745             || cp -p $$d/$$file $(distdir)/$$file \
746             || exit 1; \
747           fi; \
748         done
749         $(MAKE) $(AM_MAKEFLAGS) \
750           top_distdir="$(top_distdir)" distdir="$(distdir)" \
751           dist-hook
752 check-am: all-am
753         $(MAKE) $(AM_MAKEFLAGS) check-local
754 check: $(BUILT_SOURCES)
755         $(MAKE) $(AM_MAKEFLAGS) check-am
756 all-am: Makefile
757 installdirs:
758 install: $(BUILT_SOURCES)
759         $(MAKE) $(AM_MAKEFLAGS) install-am
760 install-exec: install-exec-am
761 install-data: install-data-am
762 uninstall: uninstall-am
763
764 install-am: all-am
765         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
766
767 installcheck: installcheck-am
768 install-strip:
769         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
770           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
771           `test -z '$(STRIP)' || \
772             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
773 mostlyclean-generic:
774         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
775
776 clean-generic:
777         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
778
779 distclean-generic:
780         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
781         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
782
783 maintainer-clean-generic:
784         @echo "This command is intended for maintainers to use"
785         @echo "it deletes files that may require special tools to rebuild."
786         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
787         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
788 clean: clean-am
789
790 clean-am: clean-generic clean-libtool mostlyclean-am
791
792 distclean: distclean-am
793         -rm -f Makefile
794 distclean-am: clean-am distclean-generic
795
796 dvi: dvi-am
797
798 dvi-am:
799
800 html: html-am
801
802 info: info-am
803
804 info-am:
805
806 install-data-am:
807
808 install-dvi: install-dvi-am
809
810 install-exec-am:
811
812 install-html: install-html-am
813
814 install-info: install-info-am
815
816 install-man:
817
818 install-pdf: install-pdf-am
819
820 install-ps: install-ps-am
821
822 installcheck-am: installcheck-local
823
824 maintainer-clean: maintainer-clean-am
825         -rm -f Makefile
826 maintainer-clean-am: distclean-am maintainer-clean-generic
827
828 mostlyclean: mostlyclean-am
829
830 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
831
832 pdf: pdf-am
833
834 pdf-am:
835
836 ps: ps-am
837
838 ps-am:
839
840 uninstall-am:
841
842 .MAKE: install-am install-strip
843
844 .PHONY: all all-am check check-am check-local clean clean-generic \
845         clean-libtool dist-hook distclean distclean-generic \
846         distclean-libtool distdir dvi dvi-am html html-am info info-am \
847         install install-am install-data install-data-am install-dvi \
848         install-dvi-am install-exec install-exec-am install-html \
849         install-html-am install-info install-info-am install-man \
850         install-pdf install-pdf-am install-ps install-ps-am \
851         install-strip installcheck installcheck-am installcheck-local \
852         installdirs maintainer-clean maintainer-clean-generic \
853         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
854         ps ps-am uninstall uninstall-am
855
856
857 # Perl
858 %: %.pl $(top_builddir)/config.status
859         $(top_builddir)/config.status --file=$@:$<
860         chmod a+x $@
861
862 %.pl: %.pl.in $(top_builddir)/config.status
863         $(top_builddir)/config.status --file=$@:$<
864
865 %.pm: %.pm.in $(top_builddir)/config.status
866         $(top_builddir)/config.status --file=$@:$<
867
868 # Shell
869 %: %.sh $(top_builddir)/config.status
870         $(top_builddir)/config.status --file=$@:$<
871         chmod a+x $@
872
873 %.sh: %.sh.in $(top_builddir)/config.status
874         $(top_builddir)/config.status --file=$@:$<
875
876 # Awk
877 %: %.awk $(top_builddir)/config.status
878         $(top_builddir)/config.status --file=$@:$<
879         chmod a+x $@
880
881 %.awk: %.awk.in $(top_builddir)/config.status
882         $(top_builddir)/config.status --file=$@:$<
883
884 # syntax-check perl scripts on 'make check'
885 check-perl: $(CHECK_PERL)
886         @CHECK_PERL="$(CHECK_PERL)"; \
887         if test -n "$(PERL)"; then \
888                 for perlobj in $$CHECK_PERL; do \
889                         $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \
890                 done; \
891         fi
892 check-local: check-perl
893 check-shell: $(CHECK_SHELL)
894         @CHECK_SHELL="$(CHECK_SHELL)"; \
895         if test -n "$$CHECK_SHELL"; then \
896                 if test -n "$(BASH)"; then \
897                         for shobj in $$CHECK_SHELL; do \
898                                 if $(BASH) -n $$shobj; then \
899                                         echo "$$shobj syntax OK"; \
900                                 else \
901                                         echo "$$shobj syntax error"; \
902                                         exit 1; \
903                                 fi; \
904                         done; \
905                 else \
906                         echo "No 'bash' available -- cannot syntax-check shell scripts"; \
907                 fi; \
908         fi
909 check-local: check-shell
910
911 # make sure that the sources for all shell and perl scripts get included
912 # in the distribution
913 dist-scripts:
914         SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \
915         for script in $$SCRIPTS_PERL; do \
916                 test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \
917         done; \
918         for script in $$SCRIPTS_SHELL; do \
919                 test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \
920         done; \
921         for script in $$SCRIPTS_AWK; do \
922                 test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \
923         done; \
924         for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
925                 test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \
926         done; \
927         true
928 dist-hook: dist-scripts
929
930 .PHONY: clobber_my_config_is_ok
931 clobber_my_config_is_ok:
932         @if test "$(CLOBBER_MY_CONFIG)" != "OK"; then \
933                 echo ""; \
934                 echo "'make installcheck' is a dangerous tool.  It will overwrite your"; \
935                 echo "amanda-client.conf and amandates, and (if it"; \
936                 echo "triggers an as-yet undetected bug) may do other unexpected things.  You are"; \
937                 echo "strongly encouraged"; \
938                 echo "  - not to run installchecks on a production install"; \
939                 echo "  - not to run installchecks as root"; \
940                 echo "See http://wiki.zmanda.com/index.php/Testing for instructions on setting up a"; \
941                 echo "test environment in which"; \
942                 echo "potential damage is limited by your filesystem's permissions.  To actually run"; \
943                 echo "the installchecks, invoke make"; \
944                 echo "as follows:"; \
945                 echo "  $(MAKE) CLOBBER_MY_CONFIG=OK installcheck"; \
946                 exit 1; \
947         fi
948
949 installcheck-local: clobber_my_config_is_ok $(SCRIPTS_PERL)
950         $(mkdir_p) $(AMANDA_TMPDIR)
951         $(PERL) -I$(srcdir) -I$(builddir) -e 'use Test::Harness qw(&runtests); runtests(@ARGV);' $(tests)
952         rm -rf "$(CONFIG_DIR)/TESTCONF"
953         rm -rf "$(CONFIG_DIR)/amanda-client.conf"
954         rm -rf "$(DEFAULT_AMANDATES_FILE)"
955         rm -rf "$(GNUTAR_LISTED_INCREMENTAL_DIR)"
956 # Tell versions [3.59,3.63) of GNU make to not export all variables.
957 # Otherwise a system limit (for SysV at least) may be exceeded.
958 .NOEXPORT: