1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
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.
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
17 # Note that this architecture assumes a full install -- not just server
18 # or just client. Neither is sufficiently test-able on its own.
21 # Copyright (c) 2005-2008 Zmanda Inc. All Rights Reserved.
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.
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.
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.
36 # Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300
37 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com
39 # simple include file to pre-define variables which are then +='d by other
40 # scripts in this directory.
43 # Copyright (c) 2005-2008 Zmanda Inc. All Rights Reserved.
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.
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.
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.
58 # Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300
59 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com
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).
67 # Files which support it are syntax-checked when the user invokes 'make check'.
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'. No
71 # files which are not substituted by config.status should be included in
72 # SCRIPTS_PERL, SCRIPTS_SHELL, or SCRIPTS_AWK. If non-generated files are listed
73 # for installation, then Automake will figure out that they should be distributed;
74 # otherwise, include them in EXTRA_DIST.
78 # include $(top_srcdir)/config/automake/vars.am
79 # include $(top_srcdir)/config/automake/scripts.am
81 # SCRIPTS_PERL = fooscript barscript perl-lib.pl perlmod.pm
82 # SCRIPTS_SHELL = shell1 shell2 sh-lib.sh
83 # SCRIPTS_AWK = talk balk chalk awk-lib.awk
84 # sbin_SCRIPTS = not-subbed
85 # EXTRA_DIST = util-script.pl
87 # with the corresponding files in the repository:
89 # fooscript.pl barscript.pl perl-lib.pl.in perlmod.pm.in
90 # shell1.sh shell2.sh sh-lib.sh.in
91 # talk.awk balk.awk chalk.awk awk-lib.awk.in
92 # not-subbed util-script.pl
94 # by default, all shell and perl scripts are syntax checked. If this is
95 # a problem (for example, perl scripts depending on Amanda extension
96 # modules), then assign to CHECK_{PERL,SHELL} the list of files you wish
97 # to be checked (which can be empty).
99 # To add extra flags to the perl checks (e.g., to add new -I flags), set
102 # Implementation note:
104 # This file uses config.status to substitute @foo@ in those scripts while
105 # converting them. It also adds the executable bits (a+x) to extensionless
106 # files. The substitution works even though the files are not listed in
109 pkgdatadir = $(datadir)/@PACKAGE@
110 pkglibdir = $(libdir)/@PACKAGE@
111 pkgincludedir = $(includedir)/@PACKAGE@
112 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
113 install_sh_DATA = $(install_sh) -c -m 644
114 install_sh_PROGRAM = $(install_sh) -c
115 install_sh_SCRIPT = $(install_sh) -c
116 INSTALL_HEADER = $(INSTALL_DATA)
117 transform = $(program_transform_name)
124 build_triplet = @build@
125 host_triplet = @host@
126 target_triplet = @target@
127 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
128 $(top_srcdir)/config/automake/scripts.am \
129 $(top_srcdir)/config/automake/vars.am
131 # tests requiring server
132 @WANT_SERVER_TRUE@am__append_1 = $(server_tests)
134 # tests requiring a client and a server (any tests that run amdump)
135 @WANT_CLIENT_TRUE@@WANT_SERVER_TRUE@am__append_2 = $(full_tests)
137 # tests requiring a client and a server AND restore facilities (any tests that run amdump)
138 @WANT_CLIENT_TRUE@@WANT_RESTORE_TRUE@@WANT_SERVER_TRUE@am__append_3 = $(restore_tests)
139 subdir = installcheck
140 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
141 am__aclocal_m4_deps = \
142 $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
143 $(top_srcdir)/config/macro-archive/ac_perl_module_version.m4 \
144 $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
145 $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
146 $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
147 $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
148 $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
149 $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
150 $(top_srcdir)/config/macro-archive/xsltproc.m4 \
151 $(top_srcdir)/config/amanda/amplot.m4 \
152 $(top_srcdir)/config/amanda/bsd-security.m4 \
153 $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
154 $(top_srcdir)/config/amanda/bsdudp-security.m4 \
155 $(top_srcdir)/config/amanda/changer.m4 \
156 $(top_srcdir)/config/amanda/components.m4 \
157 $(top_srcdir)/config/amanda/compress.m4 \
158 $(top_srcdir)/config/amanda/config.m4 \
159 $(top_srcdir)/config/amanda/debugging.m4 \
160 $(top_srcdir)/config/amanda/defaults.m4 \
161 $(top_srcdir)/config/amanda/devprefix.m4 \
162 $(top_srcdir)/config/amanda/dirs.m4 \
163 $(top_srcdir)/config/amanda/documentation.m4 \
164 $(top_srcdir)/config/amanda/dumpers.m4 \
165 $(top_srcdir)/config/amanda/flags.m4 \
166 $(top_srcdir)/config/amanda/flock.m4 \
167 $(top_srcdir)/config/amanda/funcs.m4 \
168 $(top_srcdir)/config/amanda/getfsent.m4 \
169 $(top_srcdir)/config/amanda/i18n.m4 \
170 $(top_srcdir)/config/amanda/ipv6.m4 \
171 $(top_srcdir)/config/amanda/krb4-security.m4 \
172 $(top_srcdir)/config/amanda/krb5-security.m4 \
173 $(top_srcdir)/config/amanda/lfs.m4 \
174 $(top_srcdir)/config/amanda/libs.m4 \
175 $(top_srcdir)/config/amanda/net.m4 \
176 $(top_srcdir)/config/amanda/progs.m4 \
177 $(top_srcdir)/config/amanda/ps.m4 \
178 $(top_srcdir)/config/amanda/readdir.m4 \
179 $(top_srcdir)/config/amanda/readline.m4 \
180 $(top_srcdir)/config/amanda/rsh-security.m4 \
181 $(top_srcdir)/config/amanda/s3-device.m4 \
182 $(top_srcdir)/config/amanda/shmem.m4 \
183 $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \
184 $(top_srcdir)/config/amanda/ssh-security.m4 \
185 $(top_srcdir)/config/amanda/summary.m4 \
186 $(top_srcdir)/config/amanda/swig.m4 \
187 $(top_srcdir)/config/amanda/syshacks.m4 \
188 $(top_srcdir)/config/amanda/tape.m4 \
189 $(top_srcdir)/config/amanda/types.m4 \
190 $(top_srcdir)/config/amanda/userid.m4 \
191 $(top_srcdir)/config/amanda/version.m4 \
192 $(top_srcdir)/config/gnulib/alloca.m4 \
193 $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
194 $(top_srcdir)/config/gnulib/base64.m4 \
195 $(top_srcdir)/config/gnulib/eoverflow.m4 \
196 $(top_srcdir)/config/gnulib/extensions.m4 \
197 $(top_srcdir)/config/gnulib/float_h.m4 \
198 $(top_srcdir)/config/gnulib/fsusage.m4 \
199 $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
200 $(top_srcdir)/config/gnulib/getopt.m4 \
201 $(top_srcdir)/config/gnulib/gettimeofday.m4 \
202 $(top_srcdir)/config/gnulib/gnulib-common.m4 \
203 $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
204 $(top_srcdir)/config/gnulib/include_next.m4 \
205 $(top_srcdir)/config/gnulib/inet_ntop.m4 \
206 $(top_srcdir)/config/gnulib/intmax_t.m4 \
207 $(top_srcdir)/config/gnulib/lock.m4 \
208 $(top_srcdir)/config/gnulib/longlong.m4 \
209 $(top_srcdir)/config/gnulib/malloc.m4 \
210 $(top_srcdir)/config/gnulib/mkdtemp.m4 \
211 $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
212 $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
213 $(top_srcdir)/config/gnulib/physmem.m4 \
214 $(top_srcdir)/config/gnulib/safe-read.m4 \
215 $(top_srcdir)/config/gnulib/safe-write.m4 \
216 $(top_srcdir)/config/gnulib/snprintf.m4 \
217 $(top_srcdir)/config/gnulib/socklen.m4 \
218 $(top_srcdir)/config/gnulib/sockpfaf.m4 \
219 $(top_srcdir)/config/gnulib/ssize_t.m4 \
220 $(top_srcdir)/config/gnulib/stdbool.m4 \
221 $(top_srcdir)/config/gnulib/stdint.m4 \
222 $(top_srcdir)/config/gnulib/stdio_h.m4 \
223 $(top_srcdir)/config/gnulib/stdlib_h.m4 \
224 $(top_srcdir)/config/gnulib/strdup.m4 \
225 $(top_srcdir)/config/gnulib/string_h.m4 \
226 $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
227 $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
228 $(top_srcdir)/config/gnulib/sys_time_h.m4 \
229 $(top_srcdir)/config/gnulib/tempname.m4 \
230 $(top_srcdir)/config/gnulib/unistd_h.m4 \
231 $(top_srcdir)/config/gnulib/vasnprintf.m4 \
232 $(top_srcdir)/config/gnulib/visibility.m4 \
233 $(top_srcdir)/config/gnulib/wchar.m4 \
234 $(top_srcdir)/config/gettext-macros/gettext.m4 \
235 $(top_srcdir)/config/gettext-macros/iconv.m4 \
236 $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
237 $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
238 $(top_srcdir)/config/gettext-macros/lib-link.m4 \
239 $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
240 $(top_srcdir)/config/gettext-macros/nls.m4 \
241 $(top_srcdir)/config/gettext-macros/po.m4 \
242 $(top_srcdir)/config/gettext-macros/progtest.m4 \
243 $(top_srcdir)/config/gettext-macros/size_max.m4 \
244 $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
245 $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
246 $(top_srcdir)/config/gettext-macros/wint_t.m4 \
247 $(top_srcdir)/config/gettext-macros/xsize.m4 \
248 $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
249 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
251 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
252 CONFIG_HEADER = $(top_builddir)/config/config.h
256 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
258 AIX_BACKUP = @AIX_BACKUP@
260 ALLOCA_H = @ALLOCA_H@
261 AMANDA_DBGDIR = @AMANDA_DBGDIR@
262 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
263 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
264 AMANDA_TMPDIR = @AMANDA_TMPDIR@
265 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
267 AMLINTFLAGS = @AMLINTFLAGS@
268 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
269 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
270 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
271 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
273 APPLICATION_DIR = @APPLICATION_DIR@
275 ARPA_INET_H = @ARPA_INET_H@
276 ASSERTIONS = @ASSERTIONS@
277 AUTOCONF = @AUTOCONF@
278 AUTOHEADER = @AUTOHEADER@
279 AUTOMAKE = @AUTOMAKE@
282 BINARY_OWNER = @BINARY_OWNER@
283 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
284 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
285 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
286 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
287 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
288 BSDTCP_SECURITY = @BSDTCP_SECURITY@
289 BSDUDP_SECURITY = @BSDUDP_SECURITY@
290 BSD_SECURITY = @BSD_SECURITY@
293 CCDEPMODE = @CCDEPMODE@
295 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
296 CHECK_USERID = @CHECK_USERID@
299 CLIENT_HOST_INSTANCE = @CLIENT_HOST_INSTANCE@
300 CLIENT_HOST_KEY_FILE = @CLIENT_HOST_KEY_FILE@
301 CLIENT_HOST_PRINCIPAL = @CLIENT_HOST_PRINCIPAL@
302 CLIENT_LOGIN = @CLIENT_LOGIN@
303 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
304 COMPRESS = @COMPRESS@
305 COMPRESS_BEST_OPT = @COMPRESS_BEST_OPT@
306 COMPRESS_FAST_OPT = @COMPRESS_FAST_OPT@
307 COMPRESS_PATH = @COMPRESS_PATH@
308 COMPRESS_SUFFIX = @COMPRESS_SUFFIX@
309 CONFIG_CLOBBER_MY_CONFIG = @CONFIG_CLOBBER_MY_CONFIG@
310 CONFIG_DIR = @CONFIG_DIR@
312 CPPFLAGS = @CPPFLAGS@
313 CURL_CONFIG = @CURL_CONFIG@
316 CXXDEPMODE = @CXXDEPMODE@
317 CXXFLAGS = @CXXFLAGS@
318 CYGPATH_W = @CYGPATH_W@
320 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
321 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
322 DEFAULT_CONFIG = @DEFAULT_CONFIG@
323 DEFAULT_MAILER = @DEFAULT_MAILER@
324 DEFAULT_SERVER = @DEFAULT_SERVER@
325 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
326 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
329 DOC_BUILD_DATE = @DOC_BUILD_DATE@
331 DUMP_RETURNS_1 = @DUMP_RETURNS_1@
337 EOVERFLOW = @EOVERFLOW@
338 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
344 GETOPT_H = @GETOPT_H@
346 GLIB_CFLAGS = @GLIB_CFLAGS@
347 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
348 GLIB_LIBS = @GLIB_LIBS@
349 GLIB_MKENUMS = @GLIB_MKENUMS@
351 GMSGFMT_015 = @GMSGFMT_015@
352 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
353 GNULIB_CHOWN = @GNULIB_CHOWN@
354 GNULIB_DUP2 = @GNULIB_DUP2@
355 GNULIB_ENVIRON = @GNULIB_ENVIRON@
356 GNULIB_FCHDIR = @GNULIB_FCHDIR@
357 GNULIB_FFLUSH = @GNULIB_FFLUSH@
358 GNULIB_FOPEN = @GNULIB_FOPEN@
359 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
360 GNULIB_FREOPEN = @GNULIB_FREOPEN@
361 GNULIB_FSEEK = @GNULIB_FSEEK@
362 GNULIB_FSEEKO = @GNULIB_FSEEKO@
363 GNULIB_FTELL = @GNULIB_FTELL@
364 GNULIB_FTELLO = @GNULIB_FTELLO@
365 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
366 GNULIB_GETCWD = @GNULIB_GETCWD@
367 GNULIB_GETDELIM = @GNULIB_GETDELIM@
368 GNULIB_GETLINE = @GNULIB_GETLINE@
369 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
370 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
371 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
372 GNULIB_LCHOWN = @GNULIB_LCHOWN@
373 GNULIB_LSEEK = @GNULIB_LSEEK@
374 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
375 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
376 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
377 GNULIB_MBSCHR = @GNULIB_MBSCHR@
378 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
379 GNULIB_MBSLEN = @GNULIB_MBSLEN@
380 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
381 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
382 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
383 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
384 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
385 GNULIB_MBSSEP = @GNULIB_MBSSEP@
386 GNULIB_MBSSPN = @GNULIB_MBSSPN@
387 GNULIB_MBSSTR = @GNULIB_MBSSTR@
388 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
389 GNULIB_MEMMEM = @GNULIB_MEMMEM@
390 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
391 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
392 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
393 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
394 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
395 GNULIB_PUTENV = @GNULIB_PUTENV@
396 GNULIB_READLINK = @GNULIB_READLINK@
397 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
398 GNULIB_SETENV = @GNULIB_SETENV@
399 GNULIB_SLEEP = @GNULIB_SLEEP@
400 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
401 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
402 GNULIB_STPCPY = @GNULIB_STPCPY@
403 GNULIB_STPNCPY = @GNULIB_STPNCPY@
404 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
405 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
406 GNULIB_STRDUP = @GNULIB_STRDUP@
407 GNULIB_STRERROR = @GNULIB_STRERROR@
408 GNULIB_STRNDUP = @GNULIB_STRNDUP@
409 GNULIB_STRNLEN = @GNULIB_STRNLEN@
410 GNULIB_STRPBRK = @GNULIB_STRPBRK@
411 GNULIB_STRSEP = @GNULIB_STRSEP@
412 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
413 GNULIB_STRSTR = @GNULIB_STRSTR@
414 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
415 GNULIB_UNSETENV = @GNULIB_UNSETENV@
416 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
417 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
418 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
419 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
420 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
421 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
424 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
425 GOBJECT_QUERY = @GOBJECT_QUERY@
428 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
429 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
430 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
431 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
432 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
433 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
434 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
435 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
436 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
437 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
438 HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
439 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
440 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
441 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
442 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
443 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
444 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
445 HAVE_DUP2 = @HAVE_DUP2@
446 HAVE_FSEEKO = @HAVE_FSEEKO@
447 HAVE_FTELLO = @HAVE_FTELLO@
448 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
449 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
450 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
451 HAVE_GZIP = @HAVE_GZIP@
452 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
453 HAVE_IO_H = @HAVE_IO_H@
454 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
455 HAVE_LSTAT = @HAVE_LSTAT@
456 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
457 HAVE_MEMPCPY = @HAVE_MEMPCPY@
458 HAVE_MKDTEMP = @HAVE_MKDTEMP@
459 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
460 HAVE_OS_H = @HAVE_OS_H@
461 HAVE_READLINK = @HAVE_READLINK@
462 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
463 HAVE_SETENV = @HAVE_SETENV@
464 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
465 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
466 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
467 HAVE_SLEEP = @HAVE_SLEEP@
468 HAVE_STDINT_H = @HAVE_STDINT_H@
469 HAVE_STPCPY = @HAVE_STPCPY@
470 HAVE_STPNCPY = @HAVE_STPNCPY@
471 HAVE_STRCASESTR = @HAVE_STRCASESTR@
472 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
473 HAVE_STRNDUP = @HAVE_STRNDUP@
474 HAVE_STRPBRK = @HAVE_STRPBRK@
475 HAVE_STRSEP = @HAVE_STRSEP@
476 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
477 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
478 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
479 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
480 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
481 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
482 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
483 HAVE_UNISTD_H = @HAVE_UNISTD_H@
484 HAVE_UNSETENV = @HAVE_UNSETENV@
485 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
486 HAVE_VASPRINTF = @HAVE_VASPRINTF@
487 HAVE_VISIBILITY = @HAVE_VISIBILITY@
488 HAVE_WCHAR_H = @HAVE_WCHAR_H@
489 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
490 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
491 HAVE__BOOL = @HAVE__BOOL@
492 INCLUDE_NEXT = @INCLUDE_NEXT@
494 INSTALL_DATA = @INSTALL_DATA@
495 INSTALL_PROGRAM = @INSTALL_PROGRAM@
496 INSTALL_SCRIPT = @INSTALL_SCRIPT@
497 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
498 INTLLIBS = @INTLLIBS@
499 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
500 KRB4_SECURITY = @KRB4_SECURITY@
501 KRB5_SECURITY = @KRB5_SECURITY@
505 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
507 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
508 LIBICONV = @LIBICONV@
510 LIBMULTITHREAD = @LIBMULTITHREAD@
514 LIBTHREAD = @LIBTHREAD@
516 LIBTOOL_DEPS = @LIBTOOL_DEPS@
519 LOW_TCPPORTRANGE = @LOW_TCPPORTRANGE@
520 LTLIBICONV = @LTLIBICONV@
521 LTLIBINTL = @LTLIBINTL@
522 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
523 LTLIBOBJS = @LTLIBOBJS@
524 LTLIBPTH = @LTLIBPTH@
525 LTLIBTHREAD = @LTLIBTHREAD@
527 MAKEINFO = @MAKEINFO@
531 MSGFMT_015 = @MSGFMT_015@
532 MSGMERGE = @MSGMERGE@
535 MT_FILE_FLAG = @MT_FILE_FLAG@
536 NETINET_IN_H = @NETINET_IN_H@
537 NEXT_FLOAT_H = @NEXT_FLOAT_H@
538 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
539 NEXT_STDINT_H = @NEXT_STDINT_H@
540 NEXT_STDIO_H = @NEXT_STDIO_H@
541 NEXT_STDLIB_H = @NEXT_STDLIB_H@
542 NEXT_STRING_H = @NEXT_STRING_H@
543 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
544 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
545 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
546 NEXT_UNISTD_H = @NEXT_UNISTD_H@
547 NEXT_WCHAR_H = @NEXT_WCHAR_H@
550 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
551 PACKAGE_NAME = @PACKAGE_NAME@
552 PACKAGE_STRING = @PACKAGE_STRING@
553 PACKAGE_TARNAME = @PACKAGE_TARNAME@
554 PACKAGE_VERSION = @PACKAGE_VERSION@
555 PATH_SEPARATOR = @PATH_SEPARATOR@
558 PERLEXTLIBS = @PERLEXTLIBS@
559 PERL_INC = @PERL_INC@
560 PKG_CONFIG = @PKG_CONFIG@
564 PS_ARGUMENT = @PS_ARGUMENT@
565 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
567 READLINE_LIBS = @READLINE_LIBS@
568 REPLACE_CHOWN = @REPLACE_CHOWN@
569 REPLACE_FCHDIR = @REPLACE_FCHDIR@
570 REPLACE_FFLUSH = @REPLACE_FFLUSH@
571 REPLACE_FOPEN = @REPLACE_FOPEN@
572 REPLACE_FPRINTF = @REPLACE_FPRINTF@
573 REPLACE_FREOPEN = @REPLACE_FREOPEN@
574 REPLACE_FSEEK = @REPLACE_FSEEK@
575 REPLACE_FSEEKO = @REPLACE_FSEEKO@
576 REPLACE_FTELL = @REPLACE_FTELL@
577 REPLACE_FTELLO = @REPLACE_FTELLO@
578 REPLACE_GETCWD = @REPLACE_GETCWD@
579 REPLACE_GETLINE = @REPLACE_GETLINE@
580 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
581 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
582 REPLACE_LCHOWN = @REPLACE_LCHOWN@
583 REPLACE_LSEEK = @REPLACE_LSEEK@
584 REPLACE_MEMMEM = @REPLACE_MEMMEM@
585 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
586 REPLACE_PRINTF = @REPLACE_PRINTF@
587 REPLACE_PUTENV = @REPLACE_PUTENV@
588 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
589 REPLACE_SPRINTF = @REPLACE_SPRINTF@
590 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
591 REPLACE_STRERROR = @REPLACE_STRERROR@
592 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
593 REPLACE_STRSTR = @REPLACE_STRSTR@
594 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
595 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
596 REPLACE_VPRINTF = @REPLACE_VPRINTF@
597 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
598 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
599 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
601 RSH_SECURITY = @RSH_SECURITY@
602 SAMBA_CLIENT = @SAMBA_CLIENT@
603 SERVER_HOST_INSTANCE = @SERVER_HOST_INSTANCE@
604 SERVER_HOST_KEY_FILE = @SERVER_HOST_KEY_FILE@
605 SERVER_HOST_PRINCIPAL = @SERVER_HOST_PRINCIPAL@
606 SERVICE_SUFFIX = @SERVICE_SUFFIX@
607 SETUID_GROUP = @SETUID_GROUP@
608 SET_MAKE = @SET_MAKE@
610 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
611 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
612 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
615 SSH_SECURITY = @SSH_SECURITY@
616 STDBOOL_H = @STDBOOL_H@
617 STDINT_H = @STDINT_H@
621 SWIG_LIB = @SWIG_LIB@
622 SYS_SOCKET_H = @SYS_SOCKET_H@
623 SYS_STAT_H = @SYS_STAT_H@
624 SYS_TIME_H = @SYS_TIME_H@
625 TCPPORTRANGE = @TCPPORTRANGE@
626 TICKET_LIFETIME = @TICKET_LIFETIME@
627 UDPPORTRANGE = @UDPPORTRANGE@
628 UNCOMPRESS_OPT = @UNCOMPRESS_OPT@
629 UNCOMPRESS_PATH = @UNCOMPRESS_PATH@
630 USE_AMANDAHOSTS = @USE_AMANDAHOSTS@
632 USE_RUNDUMP = @USE_RUNDUMP@
633 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
636 VERSION_COMMENT = @VERSION_COMMENT@
637 VERSION_MAJOR = @VERSION_MAJOR@
638 VERSION_MINOR = @VERSION_MINOR@
639 VERSION_PATCH = @VERSION_PATCH@
640 VERSION_SUFFIX = @VERSION_SUFFIX@
641 VOID_UNSETENV = @VOID_UNSETENV@
642 VRESTORE = @VRESTORE@
644 VXRESTORE = @VXRESTORE@
646 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
647 WINT_T_SUFFIX = @WINT_T_SUFFIX@
649 XFSRESTORE = @XFSRESTORE@
650 XGETTEXT = @XGETTEXT@
651 XGETTEXT_015 = @XGETTEXT_015@
653 XSLTPROC = @XSLTPROC@
654 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
657 _libcurl_config = @_libcurl_config@
658 abs_builddir = @abs_builddir@
659 abs_srcdir = @abs_srcdir@
660 abs_top_builddir = @abs_top_builddir@
661 abs_top_srcdir = @abs_top_srcdir@
662 ac_ct_CC = @ac_ct_CC@
663 ac_ct_CXX = @ac_ct_CXX@
664 ac_ct_F77 = @ac_ct_F77@
665 am__include = @am__include@
666 am__leading_dot = @am__leading_dot@
667 am__quote = @am__quote@
669 am__untar = @am__untar@
670 amdatadir = @amdatadir@
671 amincludedir = @amincludedir@
672 amlibdir = @amlibdir@
673 amlibexecdir = @amlibexecdir@
674 amperldir = @amperldir@
677 build_alias = @build_alias@
678 build_cpu = @build_cpu@
679 build_os = @build_os@
680 build_vendor = @build_vendor@
681 builddir = @builddir@
683 datarootdir = @datarootdir@
686 exec_prefix = @exec_prefix@
687 gl_LIBOBJS = @gl_LIBOBJS@
688 gl_LTLIBOBJS = @gl_LTLIBOBJS@
689 gltests_LIBOBJS = @gltests_LIBOBJS@
690 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
692 host_alias = @host_alias@
693 host_cpu = @host_cpu@
695 host_vendor = @host_vendor@
697 includedir = @includedir@
699 install_sh = @install_sh@
701 libexecdir = @libexecdir@
702 localedir = @localedir@
703 localstatedir = @localstatedir@
706 oldincludedir = @oldincludedir@
709 program_transform_name = @program_transform_name@
712 sharedstatedir = @sharedstatedir@
714 sysconfdir = @sysconfdir@
716 target_alias = @target_alias@
717 target_cpu = @target_cpu@
718 target_os = @target_os@
719 target_vendor = @target_vendor@
720 top_build_prefix = @top_build_prefix@
721 top_builddir = @top_builddir@
722 top_srcdir = @top_srcdir@
724 EXTRA_DIST = $(test_utils)
728 # config.status leaves config.log files around
729 CLEANFILES = config.log
731 # and we'll need to clean up our generated files for distclean
732 DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK) \
734 MAINTAINERCLEANFILES =
736 # syntax-check shell scripts on 'make check'
737 CHECK_SHELL = $(SCRIPTS_SHELL)
739 # Add your tests here.
751 Amanda_Changer_compat \
752 Amanda_Changer_disk \
753 Amanda_Changer_single \
777 # tests requiring neither client nor server
778 tests = $(common_tests) $(am__append_1) $(am__append_2) \
781 # Add any common files (that should not be run as tests, and that do not
782 # require configure-variable substitution) here:
783 test_utils = Installcheck/Config.pm Installcheck/Run.pm
784 CHECK_PERL_FLAGS = -I$(top_srcdir)/installcheck
785 SCRIPTS_PERL = $(tests)
787 # we don't need to syntax check the test scripts..
789 all: $(BUILT_SOURCES)
790 $(MAKE) $(AM_MAKEFLAGS) all-am
794 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(am__configure_deps)
796 case '$(am__configure_deps)' in \
798 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
803 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu installcheck/Makefile'; \
804 cd $(top_srcdir) && \
805 $(AUTOMAKE) --gnu installcheck/Makefile
807 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
810 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
812 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
813 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
816 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
817 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
819 $(top_srcdir)/configure: $(am__configure_deps)
820 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
821 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
822 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
836 distdir: $(DISTFILES)
837 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
838 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
839 list='$(DISTFILES)'; \
840 dist_files=`for file in $$list; do echo $$file; done | \
841 sed -e "s|^$$srcdirstrip/||;t" \
842 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
843 case $$dist_files in \
844 */*) $(MKDIR_P) `echo "$$dist_files" | \
845 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
848 for file in $$dist_files; do \
849 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
850 if test -d $$d/$$file; then \
851 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
852 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
853 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
855 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
857 test -f $(distdir)/$$file \
858 || cp -p $$d/$$file $(distdir)/$$file \
862 $(MAKE) $(AM_MAKEFLAGS) \
863 top_distdir="$(top_distdir)" distdir="$(distdir)" \
866 $(MAKE) $(AM_MAKEFLAGS) check-local
867 check: $(BUILT_SOURCES)
868 $(MAKE) $(AM_MAKEFLAGS) check-am
871 install: $(BUILT_SOURCES)
872 $(MAKE) $(AM_MAKEFLAGS) install-am
873 install-exec: install-exec-am
874 install-data: install-data-am
875 uninstall: uninstall-am
878 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
880 installcheck: installcheck-am
882 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
883 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
884 `test -z '$(STRIP)' || \
885 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
887 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
890 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
893 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
894 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
896 maintainer-clean-generic:
897 @echo "This command is intended for maintainers to use"
898 @echo "it deletes files that may require special tools to rebuild."
899 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
900 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
903 clean-am: clean-generic clean-libtool mostlyclean-am
905 distclean: distclean-am
907 distclean-am: clean-am distclean-generic
921 install-dvi: install-dvi-am
925 install-html: install-html-am
927 install-info: install-info-am
931 install-pdf: install-pdf-am
933 install-ps: install-ps-am
935 installcheck-am: installcheck-local
937 maintainer-clean: maintainer-clean-am
939 maintainer-clean-am: distclean-am maintainer-clean-generic
941 mostlyclean: mostlyclean-am
943 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
955 .MAKE: install-am install-strip
957 .PHONY: all all-am check check-am check-local clean clean-generic \
958 clean-libtool dist-hook distclean distclean-generic \
959 distclean-libtool distdir dvi dvi-am html html-am info info-am \
960 install install-am install-data install-data-am install-dvi \
961 install-dvi-am install-exec install-exec-am install-html \
962 install-html-am install-info install-info-am install-man \
963 install-pdf install-pdf-am install-ps install-ps-am \
964 install-strip installcheck installcheck-am installcheck-local \
965 installdirs maintainer-clean maintainer-clean-generic \
966 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
967 ps ps-am uninstall uninstall-am
971 %: %.pl $(top_builddir)/config.status
972 $(top_builddir)/config.status --file=$@:$<
974 @if test -f $(top_builddir)/perl/.libs/libCmdline.so -o -f $(top_builddir)/perl/libCmdline.so; then \
975 grep -v '^use lib' $@ > $@.nouselib; \
976 $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -w -T $@.nouselib || exit 1; \
980 %.pl: %.pl.in $(top_builddir)/config.status
981 $(top_builddir)/config.status --file=$@:$<
983 %.pm: %.pm.in $(top_builddir)/config.status
984 $(top_builddir)/config.status --file=$@:$<
987 %: %.sh $(top_builddir)/config.status
988 $(top_builddir)/config.status --file=$@:$<
991 %.sh: %.sh.in $(top_builddir)/config.status
992 $(top_builddir)/config.status --file=$@:$<
995 %: %.awk $(top_builddir)/config.status
996 $(top_builddir)/config.status --file=$@:$<
999 %.awk: %.awk.in $(top_builddir)/config.status
1000 $(top_builddir)/config.status --file=$@:$<
1002 # syntax-check perl scripts on 'make check'
1003 check-perl: $(CHECK_PERL)
1004 @CHECK_PERL="$(CHECK_PERL)"; \
1005 if test -f $(top_builddir)/perl/.libs/libCmdline.so -o -f $(top_builddir)/perl/libCmdline.so; then \
1006 if test -n "$(PERL)"; then \
1007 for perlobj in $$CHECK_PERL; do \
1008 grep -v '^use lib' $$perlobj > $$perlobj.nouselib; \
1009 $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -w -T $$perlobj.nouselib || exit 1; \
1010 rm $$perlobj.nouselib; \
1014 check-local: check-perl
1016 # syntax-check perl scripts on 'make installcheck'
1017 installcheck-perl: $(CHECK_PERL)
1018 @CHECK_PERL="$(CHECK_PERL)"; \
1019 if test -n "$(PERL)"; then \
1020 for perlobj in $$CHECK_PERL; do \
1021 $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \
1024 installcheck-local: installcheck-perl
1025 check-shell: $(CHECK_SHELL)
1026 @CHECK_SHELL="$(CHECK_SHELL)"; \
1027 if test -n "$$CHECK_SHELL"; then \
1028 if test -n "$(BASH)"; then \
1029 for shobj in $$CHECK_SHELL; do \
1030 if $(BASH) -n $$shobj; then \
1031 echo "$$shobj syntax OK"; \
1033 echo "$$shobj syntax error"; \
1038 echo "No 'bash' available -- cannot syntax-check shell scripts"; \
1041 check-local: check-shell
1043 # make sure that the sources for all shell and perl scripts get included
1044 # in the distribution
1046 SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \
1047 for script in $$SCRIPTS_PERL; do \
1048 test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \
1050 for script in $$SCRIPTS_SHELL; do \
1051 test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \
1053 for script in $$SCRIPTS_AWK; do \
1054 test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \
1056 for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
1057 test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \
1060 dist-hook: dist-scripts
1062 .PHONY: clobber_my_config_is_ok
1063 clobber_my_config_is_ok:
1064 @if test "$(CONFIG_CLOBBER_MY_CONFIG)" != "OK" -a \
1065 "$(CLOBBER_MY_CONFIG)" != "OK"; then \
1067 echo "'make installcheck' is a dangerous tool. It will overwrite your"; \
1068 echo "amanda-client.conf and amandates, and (if it triggers an as-yet undetected"; \
1069 echo "bug) may do other unexpected things. You are strongly encouraged"; \
1070 echo " - not to run installchecks on a production install"; \
1071 echo " - not to run installchecks as root"; \
1072 echo "See http://wiki.zmanda.com/index.php/Testing for instructions on setting up a"; \
1073 echo "test environment in which potential damage is limited by your filesystem's"; \
1074 echo "permissions. To actually run the installchecks, invoke make as follows:"; \
1075 echo " $(MAKE) CLOBBER_MY_CONFIG=OK installcheck"; \
1079 installcheck-local: clobber_my_config_is_ok $(SCRIPTS_PERL)
1080 @$(mkdir_p) $(AMANDA_TMPDIR)
1081 @if test -f "$(CONFIG_DIR)/amanda-client.conf" -a ! -f "$(CONFIG_DIR)/amanda-client.conf.install-backup"; then \
1082 cp "$(CONFIG_DIR)/amanda-client.conf" "$(CONFIG_DIR)/amanda-client.conf.install-backup"; \
1084 $(PERL) -I$(srcdir) -I. -e 'use Test::Harness qw(&runtests); runtests(@ARGV);' $(tests)
1085 rm -rf "$(CONFIG_DIR)/TESTCONF"
1086 @if test -f "$(CONFIG_DIR)/amanda-client.conf.install-backup"; then \
1087 mv -f "$(CONFIG_DIR)/amanda-client.conf.install-backup" "$(CONFIG_DIR)/amanda-client.conf"; \
1089 rm -rf "$(AMANDA_TMPDIR)/TESTCONF/amandates"
1090 rm -rf "$(AMANDA_TMPDIR)/TESTCONF/gnutar_listdir"
1091 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1092 # Otherwise a system limit (for SysV at least) may be exceeded.