4e5b8a9191b591f49acd2b1591dd5a9c24880e09
[debian/amanda] / common-src / 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 # Makefile for Amanda library.
18
19 # vim:ft=automake
20 # Copyright (c) 2005 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., 505 N Mathlida Ave, Suite 120
36 # Sunnyvale, CA 94085, 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 # Copyright (c) 2005 Zmanda, Inc.  All Rights Reserved.
43
44 # This library is free software; you can redistribute it and/or modify it
45 # under the terms of the GNU Lesser General Public License version 2.1 as 
46 # published by the Free Software Foundation.
47
48 # This library is distributed in the hope that it will be useful, but
49 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
50 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
51 # License for more details.
52
53 # You should have received a copy of the GNU Lesser General Public License
54 # along with this library; if not, write to the Free Software Foundation,
55 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
56
57 # Contact information: Zmanda Inc., 505 N Mathlida Ave, Suite 120
58 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
59
60 # SYNOPSIS:
61 #
62 # Automake magic to handle the various tasks of building scripts.  Scripts can
63 # be built down to extensionless executables (e.g., foo.pl -> foo), or to 
64 # files with the usual extension (foo-lib.sh.in -> foo.sh).
65 #
66 # Files which support it are syntax-checked when the user invokes 'make check'.
67 #
68 # All *target* filenames must be listed in SCRIPTS_SHELL, SCRIPTS_PERL, and 
69 # SCRIPTS_AWK to support 'make check', 'make dist', and 'make distclean'.
70 #
71 # USAGE:
72 #
73 #   include $(top_srcdir)/config/automake/vars.am
74 #   include $(top_srcdir)/config/automake/scripts.am
75 #   ...
76 #   SCRIPTS_PERL = fooscript barscript perl-lib.pl perlmod.pm
77 #   SCRIPTS_SHELL = shell1 shell2 sh-lib.sh
78 #   SCRIPTS_AWK = talk balk chalk awk-lib.awk
79 #
80 # with the corresponding files in the repository:
81 #
82 #   fooscript.pl barscript.pl perl-lib.pl.in perlmod.pm.in
83 #   shell1.sh shell2.sh sh-lib.sh.in
84 #   talk.awk balk.awk chalk.awk awk-lib.awk.in
85 #
86 # by default, all shell and perl scripts are syntax checked.  If this is
87 # a problem (for example, perl scripts depending on Amanda extension 
88 # modules), then assign to CHECK_{PERL,SHELL} the list of files you wish
89 # to be checked (which can be empty).
90 #
91 # To add extra flags to the perl checks (e.g., to add new -I flags), set
92 # CHECK_PERL_FLAGS.
93
94 # Implementation note:
95 #
96 # This file uses config.status to substitute @foo@ in those scripts while
97 # converting them. It also adds the executable bits (a+x) to extensionless
98 # files.  The substitution works even though the files are not listed in 
99 # configure.in
100
101 # vim:ft=automake
102 #
103 # Adjust post-install permissions settings.  This rule works off two
104 # specially-formatted variables, INSTALLPERMS_exec and INSTALLPERMS_data. 
105 # Each is a whitespace-separated list of commands, all of which are either
106 # a variable assignment or a filename.  Three variables are available:
107 #
108 #  - dest= sets the destination directory to e.g., $(sbindir)
109 #  - chown= controls changes in ownership; value is first argument to chown
110 #  - chmod= controls changes in permissions; value is first argument to chmod
111 #
112 # As a special case, chown=amanda is taken as equivalent to 
113 # chown=$(BINARY_OWNER):$(SETUID_GROUP), which may otherwise have problems with
114 # whitespace in the user/group names.
115
116 # when a filename is seen, the currently active variables are applied.
117 #
118 # Note that scripts are data, not executables!
119 #
120 # EXAMPLE
121 #
122 # sbin_PROGRAMS = foo bar bing
123 # libexec_PROGRAMS = pro gram
124 # sbin_SCRIPTS = sk ript
125 # INSTALLPERMS_exec = \
126 #       dest=$(sbindir) chown=amanda chmod= \
127 #               foo bar \
128 #       chmod=u+s,o-rwx \
129 #               bing
130 #       dest=$(libexecdir) chmod= \
131 #               $(libexec_PROGRAMS)
132 # INSTALLPERMS_data = \
133 #       dest=$(sbindir) chown=amanda chmod= \
134 #               $(sbin_SCRIPTS)
135 #
136 # This whole operation is not required when making builds for packaging,
137 # and can be disabled with --disable-installperms, via the WANT_INSTALLPERMS
138 # AM_CONDITIONAL.
139
140 # vim:ft=automake
141
142
143
144
145
146 VPATH = @srcdir@
147 pkgdatadir = $(datadir)/@PACKAGE@
148 pkglibdir = $(libdir)/@PACKAGE@
149 pkgincludedir = $(includedir)/@PACKAGE@
150 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
151 install_sh_DATA = $(install_sh) -c -m 644
152 install_sh_PROGRAM = $(install_sh) -c
153 install_sh_SCRIPT = $(install_sh) -c
154 INSTALL_HEADER = $(INSTALL_DATA)
155 transform = $(program_transform_name)
156 NORMAL_INSTALL = :
157 PRE_INSTALL = :
158 POST_INSTALL = :
159 NORMAL_UNINSTALL = :
160 PRE_UNINSTALL = :
161 POST_UNINSTALL = :
162 build_triplet = @build@
163 host_triplet = @host@
164 target_triplet = @target@
165 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
166         $(srcdir)/Makefile.in $(srcdir)/versuff.c.in \
167         $(top_srcdir)/config/automake/installperms.am \
168         $(top_srcdir)/config/automake/precompile.am \
169         $(top_srcdir)/config/automake/scripts.am \
170         $(top_srcdir)/config/automake/vars.am
171 @WANT_AMFLOCK_POSIX_TRUE@am__append_1 = amflock-posix.c
172 @WANT_AMFLOCK_FLOCK_TRUE@am__append_2 = amflock-flock.c
173 @WANT_AMFLOCK_LOCKF_TRUE@am__append_3 = amflock-lockf.c
174 @WANT_AMFLOCK_LNLOCK_TRUE@am__append_4 = amflock-lnlock.c
175 @WANT_RSH_SECURITY_TRUE@am__append_5 = rsh-security.c
176 @WANT_SSH_SECURITY_TRUE@am__append_6 = ssh-security.c
177 @WANT_BSD_SECURITY_TRUE@am__append_7 = bsd-security.c
178 @WANT_BSDTCP_SECURITY_TRUE@am__append_8 = bsdtcp-security.c
179 @WANT_BSDUDP_SECURITY_TRUE@am__append_9 = bsdudp-security.c
180 @WANT_KRB4_SECURITY_TRUE@am__append_10 = krb4-security.c        
181 @WANT_KRB5_SECURITY_TRUE@am__append_11 = krb5-security.c
182 EXTRA_PROGRAMS = genversion$(EXEEXT) $(am__EXEEXT_1)
183 TESTS = amflock-test$(EXEEXT)
184 noinst_PROGRAMS = $(am__EXEEXT_2)
185 subdir = common-src
186 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
187 am__aclocal_m4_deps =  \
188         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
189         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
190         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
191         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
192         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
193         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
194         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
195         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
196         $(top_srcdir)/config/amanda/amplot.m4 \
197         $(top_srcdir)/config/amanda/bsd-security.m4 \
198         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
199         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
200         $(top_srcdir)/config/amanda/changer.m4 \
201         $(top_srcdir)/config/amanda/components.m4 \
202         $(top_srcdir)/config/amanda/compress.m4 \
203         $(top_srcdir)/config/amanda/config.m4 \
204         $(top_srcdir)/config/amanda/debugging.m4 \
205         $(top_srcdir)/config/amanda/defaults.m4 \
206         $(top_srcdir)/config/amanda/devprefix.m4 \
207         $(top_srcdir)/config/amanda/dirs.m4 \
208         $(top_srcdir)/config/amanda/documentation.m4 \
209         $(top_srcdir)/config/amanda/dumpers.m4 \
210         $(top_srcdir)/config/amanda/flags.m4 \
211         $(top_srcdir)/config/amanda/flock.m4 \
212         $(top_srcdir)/config/amanda/funcs.m4 \
213         $(top_srcdir)/config/amanda/getfsent.m4 \
214         $(top_srcdir)/config/amanda/i18n.m4 \
215         $(top_srcdir)/config/amanda/ipv6.m4 \
216         $(top_srcdir)/config/amanda/krb4-security.m4 \
217         $(top_srcdir)/config/amanda/krb5-security.m4 \
218         $(top_srcdir)/config/amanda/lfs.m4 \
219         $(top_srcdir)/config/amanda/libs.m4 \
220         $(top_srcdir)/config/amanda/net.m4 \
221         $(top_srcdir)/config/amanda/progs.m4 \
222         $(top_srcdir)/config/amanda/readdir.m4 \
223         $(top_srcdir)/config/amanda/readline.m4 \
224         $(top_srcdir)/config/amanda/rsh-security.m4 \
225         $(top_srcdir)/config/amanda/s3-device.m4 \
226         $(top_srcdir)/config/amanda/shmem.m4 \
227         $(top_srcdir)/config/amanda/ssh-security.m4 \
228         $(top_srcdir)/config/amanda/summary.m4 \
229         $(top_srcdir)/config/amanda/swig.m4 \
230         $(top_srcdir)/config/amanda/syshacks.m4 \
231         $(top_srcdir)/config/amanda/tape.m4 \
232         $(top_srcdir)/config/amanda/types.m4 \
233         $(top_srcdir)/config/amanda/userid.m4 \
234         $(top_srcdir)/config/amanda/version.m4 \
235         $(top_srcdir)/config/gnulib/alloca.m4 \
236         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
237         $(top_srcdir)/config/gnulib/base64.m4 \
238         $(top_srcdir)/config/gnulib/eoverflow.m4 \
239         $(top_srcdir)/config/gnulib/extensions.m4 \
240         $(top_srcdir)/config/gnulib/float_h.m4 \
241         $(top_srcdir)/config/gnulib/fsusage.m4 \
242         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
243         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
244         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
245         $(top_srcdir)/config/gnulib/include_next.m4 \
246         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
247         $(top_srcdir)/config/gnulib/intmax_t.m4 \
248         $(top_srcdir)/config/gnulib/lock.m4 \
249         $(top_srcdir)/config/gnulib/longlong.m4 \
250         $(top_srcdir)/config/gnulib/malloc.m4 \
251         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
252         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
253         $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
254         $(top_srcdir)/config/gnulib/physmem.m4 \
255         $(top_srcdir)/config/gnulib/safe-read.m4 \
256         $(top_srcdir)/config/gnulib/safe-write.m4 \
257         $(top_srcdir)/config/gnulib/snprintf.m4 \
258         $(top_srcdir)/config/gnulib/socklen.m4 \
259         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
260         $(top_srcdir)/config/gnulib/ssize_t.m4 \
261         $(top_srcdir)/config/gnulib/stdbool.m4 \
262         $(top_srcdir)/config/gnulib/stdint.m4 \
263         $(top_srcdir)/config/gnulib/stdio_h.m4 \
264         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
265         $(top_srcdir)/config/gnulib/strdup.m4 \
266         $(top_srcdir)/config/gnulib/string_h.m4 \
267         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
268         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
269         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
270         $(top_srcdir)/config/gnulib/tempname.m4 \
271         $(top_srcdir)/config/gnulib/ulonglong.m4 \
272         $(top_srcdir)/config/gnulib/unistd_h.m4 \
273         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
274         $(top_srcdir)/config/gnulib/visibility.m4 \
275         $(top_srcdir)/config/gnulib/wchar.m4 \
276         $(top_srcdir)/config/gettext-macros/gettext.m4 \
277         $(top_srcdir)/config/gettext-macros/iconv.m4 \
278         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
279         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
280         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
281         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
282         $(top_srcdir)/config/gettext-macros/longlong.m4 \
283         $(top_srcdir)/config/gettext-macros/nls.m4 \
284         $(top_srcdir)/config/gettext-macros/po.m4 \
285         $(top_srcdir)/config/gettext-macros/progtest.m4 \
286         $(top_srcdir)/config/gettext-macros/size_max.m4 \
287         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
288         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
289         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
290         $(top_srcdir)/config/gettext-macros/xsize.m4 \
291         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
292 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
293         $(ACLOCAL_M4)
294 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
295 CONFIG_HEADER = $(top_builddir)/config/config.h
296 CONFIG_CLEAN_FILES = versuff.c
297 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
298 am__vpath_adj = case $$p in \
299     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
300     *) f=$$p;; \
301   esac;
302 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
303 am__installdirs = "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(amlibexecdir)" \
304         "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amlibexecdir)"
305 amlibLTLIBRARIES_INSTALL = $(INSTALL)
306 LTLIBRARIES = $(amlib_LTLIBRARIES)
307 libamanda_la_DEPENDENCIES = ../gnulib/libgnu.la
308 am__libamanda_la_SOURCES_DIST = alloc.c amfeatures.c amflock.c clock.c \
309         columnar.c conffile.c debug.c dgram.c event.c file.c \
310         fileheader.c glib-util.c match.c packet.c pipespawn.c \
311         protocol.c security.c security-util.c sl.c sockaddr-util.c \
312         stream.c tapelist.c timestamp.c token.c util.c versuff.c \
313         amflock-posix.c amflock-flock.c amflock-lockf.c \
314         amflock-lnlock.c rsh-security.c ssh-security.c bsd-security.c \
315         bsdtcp-security.c bsdudp-security.c krb4-security.c \
316         krb5-security.c local-security.c
317 @WANT_AMFLOCK_POSIX_TRUE@am__objects_1 = amflock-posix.lo
318 @WANT_AMFLOCK_FLOCK_TRUE@am__objects_2 = amflock-flock.lo
319 @WANT_AMFLOCK_LOCKF_TRUE@am__objects_3 = amflock-lockf.lo
320 @WANT_AMFLOCK_LNLOCK_TRUE@am__objects_4 = amflock-lnlock.lo
321 @WANT_RSH_SECURITY_TRUE@am__objects_5 = rsh-security.lo
322 @WANT_SSH_SECURITY_TRUE@am__objects_6 = ssh-security.lo
323 @WANT_BSD_SECURITY_TRUE@am__objects_7 = bsd-security.lo
324 @WANT_BSDTCP_SECURITY_TRUE@am__objects_8 = bsdtcp-security.lo
325 @WANT_BSDUDP_SECURITY_TRUE@am__objects_9 = bsdudp-security.lo
326 @WANT_KRB4_SECURITY_TRUE@am__objects_10 = krb4-security.lo
327 @WANT_KRB5_SECURITY_TRUE@am__objects_11 = krb5-security.lo
328 am_libamanda_la_OBJECTS = alloc.lo amfeatures.lo amflock.lo clock.lo \
329         columnar.lo conffile.lo debug.lo dgram.lo event.lo file.lo \
330         fileheader.lo glib-util.lo match.lo packet.lo pipespawn.lo \
331         protocol.lo security.lo security-util.lo sl.lo \
332         sockaddr-util.lo stream.lo tapelist.lo timestamp.lo token.lo \
333         util.lo versuff.lo $(am__objects_1) $(am__objects_2) \
334         $(am__objects_3) $(am__objects_4) $(am__objects_5) \
335         $(am__objects_6) $(am__objects_7) $(am__objects_8) \
336         $(am__objects_9) $(am__objects_10) $(am__objects_11) \
337         local-security.lo
338 nodist_libamanda_la_OBJECTS = version.lo
339 libamanda_la_OBJECTS = $(am_libamanda_la_OBJECTS) \
340         $(nodist_libamanda_la_OBJECTS)
341 libamanda_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
342         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
343         $(libamanda_la_LDFLAGS) $(LDFLAGS) -o $@
344 am__EXEEXT_1 = token$(EXEEXT) file$(EXEEXT) bsdsecurity$(EXEEXT) \
345         amfeatures$(EXEEXT)
346 am__EXEEXT_2 = amflock-test$(EXEEXT)
347 PROGRAMS = $(noinst_PROGRAMS)
348 am_amfeatures_OBJECTS = amfeatures.test.$(OBJEXT)
349 amfeatures_OBJECTS = $(am_amfeatures_OBJECTS)
350 amfeatures_DEPENDENCIES = $(libamanda_la_LIBADD) \
351         $(STANDARD_COMMON_STUFF)
352 am_amflock_test_OBJECTS = amflock-test.$(OBJEXT)
353 amflock_test_OBJECTS = $(am_amflock_test_OBJECTS)
354 amflock_test_DEPENDENCIES = libamanda.la
355 am_bsdsecurity_OBJECTS = bsd-security.test.$(OBJEXT)
356 bsdsecurity_OBJECTS = $(am_bsdsecurity_OBJECTS)
357 bsdsecurity_DEPENDENCIES = alloc.lo clock.lo debug.lo dgram.lo \
358         event.lo file.lo packet.lo security.lo ssh-security.lo \
359         versuff.lo
360 am_file_OBJECTS = file.test.$(OBJEXT)
361 file_OBJECTS = $(am_file_OBJECTS)
362 file_DEPENDENCIES = $(libamanda_la_LIBADD) \
363         $(STANDARD_COMMON_STUFF_NOT_FILE)
364 am_genversion_OBJECTS = genversion.$(OBJEXT)
365 genversion_OBJECTS = $(am_genversion_OBJECTS)
366 genversion_DEPENDENCIES = $(libamanda_la_LIBADD) versuff.lo \
367         ../gnulib/libgnu.la
368 am_token_OBJECTS = token.test.$(OBJEXT)
369 token_OBJECTS = $(am_token_OBJECTS)
370 token_DEPENDENCIES = $(libamanda_la_LIBADD) $(STANDARD_COMMON_STUFF)
371 amlibexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
372 sbinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
373 SCRIPTS = $(amlibexec_SCRIPTS) $(sbin_SCRIPTS)
374 DEFAULT_INCLUDES = -I. -I$(top_builddir)/config@am__isrc@
375 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
376 am__depfiles_maybe = depfiles
377 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
378         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
379 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
380         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
381         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
382 CCLD = $(CC)
383 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
384         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
385         $(LDFLAGS) -o $@
386 SOURCES = $(libamanda_la_SOURCES) $(nodist_libamanda_la_SOURCES) \
387         $(amfeatures_SOURCES) $(amflock_test_SOURCES) \
388         $(bsdsecurity_SOURCES) $(file_SOURCES) $(genversion_SOURCES) \
389         $(token_SOURCES)
390 DIST_SOURCES = $(am__libamanda_la_SOURCES_DIST) $(amfeatures_SOURCES) \
391         $(amflock_test_SOURCES) $(bsdsecurity_SOURCES) $(file_SOURCES) \
392         $(genversion_SOURCES) $(token_SOURCES)
393 amlibexecDATA_INSTALL = $(INSTALL_DATA)
394 DATA = $(amlibexec_DATA)
395 HEADERS = $(noinst_HEADERS)
396 ETAGS = etags
397 CTAGS = ctags
398 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
399 ACLOCAL = @ACLOCAL@
400 ALLOCA = @ALLOCA@
401 ALLOCA_H = @ALLOCA_H@
402 AMANDA_DBGDIR = @AMANDA_DBGDIR@
403 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
404 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
405 AMANDA_TMPDIR = @AMANDA_TMPDIR@
406 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
407 AMLINT = @AMLINT@
408 AMLINTFLAGS = @AMLINTFLAGS@
409 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
410 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
411 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
412 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
413 AMTAR = @AMTAR@
414 AR = @AR@
415 ARPA_INET_H = @ARPA_INET_H@
416 AUTOCONF = @AUTOCONF@
417 AUTOHEADER = @AUTOHEADER@
418 AUTOMAKE = @AUTOMAKE@
419 AWK = @AWK@
420 BASH = @BASH@
421 BINARY_OWNER = @BINARY_OWNER@
422 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
423 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
424 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
425 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
426 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
427 CAT = @CAT@
428 CC = @CC@
429 CCDEPMODE = @CCDEPMODE@
430 CFLAGS = @CFLAGS@
431 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
432 CHIO = @CHIO@
433 CHS = @CHS@
434 CLIENT_LOGIN = @CLIENT_LOGIN@
435 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
436 COMPRESS = @COMPRESS@
437 CONFIG_DIR = @CONFIG_DIR@
438 CPP = @CPP@
439 CPPFLAGS = @CPPFLAGS@
440 CURL_CONFIG = @CURL_CONFIG@
441 CXX = @CXX@
442 CXXCPP = @CXXCPP@
443 CXXDEPMODE = @CXXDEPMODE@
444 CXXFLAGS = @CXXFLAGS@
445 CYGPATH_W = @CYGPATH_W@
446 DD = @DD@
447 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
448 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
449 DEFAULT_CONFIG = @DEFAULT_CONFIG@
450 DEFAULT_SERVER = @DEFAULT_SERVER@
451 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
452 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
453 DEFS = @DEFS@
454 DEPDIR = @DEPDIR@
455 DOC_BUILD_DATE = @DOC_BUILD_DATE@
456 DUMP = @DUMP@
457 DUMPER_DIR = @DUMPER_DIR@
458 ECHO = @ECHO@
459 ECHO_C = @ECHO_C@
460 ECHO_N = @ECHO_N@
461 ECHO_T = @ECHO_T@
462 EGREP = @EGREP@
463 EOVERFLOW = @EOVERFLOW@
464 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
465 EXEEXT = @EXEEXT@
466 F77 = @F77@
467 FFLAGS = @FFLAGS@
468 FLOAT_H = @FLOAT_H@
469 GETCONF = @GETCONF@
470 GETTEXT = @GETTEXT@
471 GLIB_CFLAGS = @GLIB_CFLAGS@
472 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
473 GLIB_LIBS = @GLIB_LIBS@
474 GLIB_MKENUMS = @GLIB_MKENUMS@
475 GMSGFMT = @GMSGFMT@
476 GMSGFMT_015 = @GMSGFMT_015@
477 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
478 GNULIB_CHOWN = @GNULIB_CHOWN@
479 GNULIB_DUP2 = @GNULIB_DUP2@
480 GNULIB_FCHDIR = @GNULIB_FCHDIR@
481 GNULIB_FFLUSH = @GNULIB_FFLUSH@
482 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
483 GNULIB_FSEEK = @GNULIB_FSEEK@
484 GNULIB_FSEEKO = @GNULIB_FSEEKO@
485 GNULIB_FTELL = @GNULIB_FTELL@
486 GNULIB_FTELLO = @GNULIB_FTELLO@
487 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
488 GNULIB_GETCWD = @GNULIB_GETCWD@
489 GNULIB_GETDELIM = @GNULIB_GETDELIM@
490 GNULIB_GETLINE = @GNULIB_GETLINE@
491 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
492 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
493 GNULIB_LCHOWN = @GNULIB_LCHOWN@
494 GNULIB_LSEEK = @GNULIB_LSEEK@
495 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
496 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
497 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
498 GNULIB_MBSCHR = @GNULIB_MBSCHR@
499 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
500 GNULIB_MBSLEN = @GNULIB_MBSLEN@
501 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
502 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
503 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
504 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
505 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
506 GNULIB_MBSSEP = @GNULIB_MBSSEP@
507 GNULIB_MBSSPN = @GNULIB_MBSSPN@
508 GNULIB_MBSSTR = @GNULIB_MBSSTR@
509 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
510 GNULIB_MEMMEM = @GNULIB_MEMMEM@
511 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
512 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
513 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
514 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
515 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
516 GNULIB_READLINK = @GNULIB_READLINK@
517 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
518 GNULIB_SLEEP = @GNULIB_SLEEP@
519 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
520 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
521 GNULIB_STPCPY = @GNULIB_STPCPY@
522 GNULIB_STPNCPY = @GNULIB_STPNCPY@
523 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
524 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
525 GNULIB_STRDUP = @GNULIB_STRDUP@
526 GNULIB_STRNDUP = @GNULIB_STRNDUP@
527 GNULIB_STRNLEN = @GNULIB_STRNLEN@
528 GNULIB_STRPBRK = @GNULIB_STRPBRK@
529 GNULIB_STRSEP = @GNULIB_STRSEP@
530 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
531 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
532 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
533 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
534 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
535 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
536 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
537 GNUPLOT = @GNUPLOT@
538 GNUTAR = @GNUTAR@
539 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
540 GOBJECT_QUERY = @GOBJECT_QUERY@
541 GREP = @GREP@
542 GZIP = @GZIP@
543 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
544 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
545 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
546 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
547 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
548 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
549 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
550 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
551 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
552 HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
553 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
554 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
555 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
556 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
557 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
558 HAVE_DUP2 = @HAVE_DUP2@
559 HAVE_FSEEKO = @HAVE_FSEEKO@
560 HAVE_FTELLO = @HAVE_FTELLO@
561 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
562 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
563 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
564 HAVE_IO_H = @HAVE_IO_H@
565 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
566 HAVE_LSTAT = @HAVE_LSTAT@
567 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
568 HAVE_MEMPCPY = @HAVE_MEMPCPY@
569 HAVE_MKDTEMP = @HAVE_MKDTEMP@
570 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
571 HAVE_READLINK = @HAVE_READLINK@
572 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
573 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
574 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
575 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
576 HAVE_SLEEP = @HAVE_SLEEP@
577 HAVE_STDINT_H = @HAVE_STDINT_H@
578 HAVE_STPCPY = @HAVE_STPCPY@
579 HAVE_STPNCPY = @HAVE_STPNCPY@
580 HAVE_STRCASECMP = @HAVE_STRCASECMP@
581 HAVE_STRCASESTR = @HAVE_STRCASESTR@
582 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
583 HAVE_STRNDUP = @HAVE_STRNDUP@
584 HAVE_STRPBRK = @HAVE_STRPBRK@
585 HAVE_STRSEP = @HAVE_STRSEP@
586 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
587 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
588 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
589 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
590 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
591 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
592 HAVE_UNISTD_H = @HAVE_UNISTD_H@
593 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
594 HAVE_VASPRINTF = @HAVE_VASPRINTF@
595 HAVE_VISIBILITY = @HAVE_VISIBILITY@
596 HAVE_WCHAR_H = @HAVE_WCHAR_H@
597 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
598 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
599 HAVE__BOOL = @HAVE__BOOL@
600 INCLUDE_NEXT = @INCLUDE_NEXT@
601 INSTALL = @INSTALL@
602 INSTALL_DATA = @INSTALL_DATA@
603 INSTALL_PROGRAM = @INSTALL_PROGRAM@
604 INSTALL_SCRIPT = @INSTALL_SCRIPT@
605 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
606 INTLLIBS = @INTLLIBS@
607 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
608 LDFLAGS = @LDFLAGS@
609 LEX = @LEX@
610 LEXLIB = @LEXLIB@
611 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
612 LIBCURL = @LIBCURL@
613 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
614 LIBICONV = @LIBICONV@
615 LIBINTL = @LIBINTL@
616 LIBMULTITHREAD = @LIBMULTITHREAD@
617 LIBOBJS = @LIBOBJS@
618 LIBPTH = @LIBPTH@
619 LIBS = @LIBS@
620 LIBTHREAD = @LIBTHREAD@
621 LIBTOOL = @LIBTOOL@
622 LIBTOOL_DEPS = @LIBTOOL_DEPS@
623 LN_S = @LN_S@
624 LTLIBICONV = @LTLIBICONV@
625 LTLIBINTL = @LTLIBINTL@
626 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
627 LTLIBOBJS = @LTLIBOBJS@
628 LTLIBPTH = @LTLIBPTH@
629 LTLIBTHREAD = @LTLIBTHREAD@
630 MAILER = @MAILER@
631 MAKEINFO = @MAKEINFO@
632 MAXTAPEBLOCKSIZE = @MAXTAPEBLOCKSIZE@
633 MCUTIL = @MCUTIL@
634 MKDIR_P = @MKDIR_P@
635 MSGFMT = @MSGFMT@
636 MSGFMT_015 = @MSGFMT_015@
637 MSGMERGE = @MSGMERGE@
638 MT = @MT@
639 MTX = @MTX@
640 MT_FILE_FLAG = @MT_FILE_FLAG@
641 NETINET_IN_H = @NETINET_IN_H@
642 NEXT_FLOAT_H = @NEXT_FLOAT_H@
643 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
644 NEXT_STDINT_H = @NEXT_STDINT_H@
645 NEXT_STDIO_H = @NEXT_STDIO_H@
646 NEXT_STDLIB_H = @NEXT_STDLIB_H@
647 NEXT_STRING_H = @NEXT_STRING_H@
648 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
649 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
650 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
651 NEXT_UNISTD_H = @NEXT_UNISTD_H@
652 NEXT_WCHAR_H = @NEXT_WCHAR_H@
653 OBJEXT = @OBJEXT@
654 PACKAGE = @PACKAGE@
655 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
656 PACKAGE_NAME = @PACKAGE_NAME@
657 PACKAGE_STRING = @PACKAGE_STRING@
658 PACKAGE_TARNAME = @PACKAGE_TARNAME@
659 PACKAGE_VERSION = @PACKAGE_VERSION@
660 PATH_SEPARATOR = @PATH_SEPARATOR@
661 PCAT = @PCAT@
662 PERL = @PERL@
663 PERLEXTLIBS = @PERLEXTLIBS@
664 PERL_INC = @PERL_INC@
665 PKG_CONFIG = @PKG_CONFIG@
666 POSUB = @POSUB@
667 PRINT = @PRINT@
668 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
669 RANLIB = @RANLIB@
670 READLINE_LIBS = @READLINE_LIBS@
671 REPLACE_CHOWN = @REPLACE_CHOWN@
672 REPLACE_FCHDIR = @REPLACE_FCHDIR@
673 REPLACE_FFLUSH = @REPLACE_FFLUSH@
674 REPLACE_FPRINTF = @REPLACE_FPRINTF@
675 REPLACE_FSEEK = @REPLACE_FSEEK@
676 REPLACE_FSEEKO = @REPLACE_FSEEKO@
677 REPLACE_FTELL = @REPLACE_FTELL@
678 REPLACE_FTELLO = @REPLACE_FTELLO@
679 REPLACE_GETCWD = @REPLACE_GETCWD@
680 REPLACE_GETLINE = @REPLACE_GETLINE@
681 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
682 REPLACE_LCHOWN = @REPLACE_LCHOWN@
683 REPLACE_LSEEK = @REPLACE_LSEEK@
684 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
685 REPLACE_PRINTF = @REPLACE_PRINTF@
686 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
687 REPLACE_SPRINTF = @REPLACE_SPRINTF@
688 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
689 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
690 REPLACE_VPRINTF = @REPLACE_VPRINTF@
691 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
692 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
693 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
694 RESTORE = @RESTORE@
695 SAMBA_CLIENT = @SAMBA_CLIENT@
696 SERVICE_SUFFIX = @SERVICE_SUFFIX@
697 SETUID_GROUP = @SETUID_GROUP@
698 SET_MAKE = @SET_MAKE@
699 SHELL = @SHELL@
700 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
701 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
702 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
703 SORT = @SORT@
704 SSH = @SSH@
705 STDBOOL_H = @STDBOOL_H@
706 STDINT_H = @STDINT_H@
707 STRIP = @STRIP@
708 SVN = @SVN@
709 SWIG = @SWIG@
710 SWIG_LIB = @SWIG_LIB@
711 SYS_SOCKET_H = @SYS_SOCKET_H@
712 SYS_STAT_H = @SYS_STAT_H@
713 SYS_TIME_H = @SYS_TIME_H@
714 USE_NLS = @USE_NLS@
715 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
716 VDUMP = @VDUMP@
717 VERSION = @VERSION@
718 VERSION_COMMENT = @VERSION_COMMENT@
719 VERSION_MAJOR = @VERSION_MAJOR@
720 VERSION_MINOR = @VERSION_MINOR@
721 VERSION_PATCH = @VERSION_PATCH@
722 VERSION_SUFFIX = @VERSION_SUFFIX@
723 VRESTORE = @VRESTORE@
724 VXDUMP = @VXDUMP@
725 VXRESTORE = @VXRESTORE@
726 WCHAR_H = @WCHAR_H@
727 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
728 WINT_T_SUFFIX = @WINT_T_SUFFIX@
729 XFSDUMP = @XFSDUMP@
730 XFSRESTORE = @XFSRESTORE@
731 XGETTEXT = @XGETTEXT@
732 XGETTEXT_015 = @XGETTEXT_015@
733 XSLREL = @XSLREL@
734 XSLTPROC = @XSLTPROC@
735 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
736 YACC = @YACC@
737 YFLAGS = @YFLAGS@
738 _libcurl_config = @_libcurl_config@
739 abs_builddir = @abs_builddir@
740 abs_srcdir = @abs_srcdir@
741 abs_top_builddir = @abs_top_builddir@
742 abs_top_srcdir = @abs_top_srcdir@
743 ac_ct_CC = @ac_ct_CC@
744 ac_ct_CXX = @ac_ct_CXX@
745 ac_ct_F77 = @ac_ct_F77@
746 am__include = @am__include@
747 am__leading_dot = @am__leading_dot@
748 am__quote = @am__quote@
749 am__tar = @am__tar@
750 am__untar = @am__untar@
751 amincludedir = @amincludedir@
752 amlibdir = @amlibdir@
753 amlibexecdir = @amlibexecdir@
754 amperldir = @amperldir@
755 bindir = @bindir@
756 build = @build@
757 build_alias = @build_alias@
758 build_cpu = @build_cpu@
759 build_os = @build_os@
760 build_vendor = @build_vendor@
761 builddir = @builddir@
762 datadir = @datadir@
763 datarootdir = @datarootdir@
764 docdir = @docdir@
765 dvidir = @dvidir@
766 exec_prefix = @exec_prefix@
767 gl_LIBOBJS = @gl_LIBOBJS@
768 gl_LTLIBOBJS = @gl_LTLIBOBJS@
769 host = @host@
770 host_alias = @host_alias@
771 host_cpu = @host_cpu@
772 host_os = @host_os@
773 host_vendor = @host_vendor@
774 htmldir = @htmldir@
775 includedir = @includedir@
776 infodir = @infodir@
777 install_sh = @install_sh@
778 libdir = @libdir@
779 libexecdir = @libexecdir@
780 localedir = @localedir@
781 localstatedir = @localstatedir@
782 mandir = @mandir@
783 mkdir_p = @mkdir_p@
784 oldincludedir = @oldincludedir@
785 pdfdir = @pdfdir@
786 prefix = @prefix@
787 program_transform_name = @program_transform_name@
788 psdir = @psdir@
789 sbindir = @sbindir@
790 sharedstatedir = @sharedstatedir@
791 srcdir = @srcdir@
792 sysconfdir = @sysconfdir@
793 target = @target@
794 target_alias = @target_alias@
795 target_cpu = @target_cpu@
796 target_os = @target_os@
797 target_vendor = @target_vendor@
798 top_builddir = @top_builddir@
799 top_srcdir = @top_srcdir@
800 SUFFIXES = 
801 EXTRA_DIST = amanda-sh-lib.sh.in
802 BUILT_SOURCES = genversion.h version.c
803 MOSTLYCLEANFILES = 
804
805 # config.status leaves config.log files around
806 CLEANFILES = config.log *.test.c
807
808 # and we'll need to clean up our generated files for distclean
809 DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK) \
810         version.c genversion genversion.h
811 MAINTAINERCLEANFILES = 
812
813 # syntax-check shell scripts on 'make check'
814 CHECK_SHELL = $(SCRIPTS_SHELL)
815
816 # sed expression to strip leading directories from a filename; this converts e.g.,
817 # src/foo/bar.so to bar.so.
818 strip_leading_dirs = s|^.*/||
819 INCLUDES = -I$(top_srcdir)/gnulib   
820 AM_CFLAGS = $(AMANDA_WARNING_CFLAGS)
821 AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS)
822 amlib_LTLIBRARIES = libamanda.la
823 LINT = $(AMLINT)
824 LINTFLAGS = $(AMLINTFLAGS)
825 libamanda_la_SOURCES = alloc.c amfeatures.c amflock.c clock.c \
826         columnar.c conffile.c debug.c dgram.c event.c file.c \
827         fileheader.c glib-util.c match.c packet.c pipespawn.c \
828         protocol.c security.c security-util.c sl.c sockaddr-util.c \
829         stream.c tapelist.c timestamp.c token.c util.c versuff.c \
830         $(am__append_1) $(am__append_2) $(am__append_3) \
831         $(am__append_4) $(am__append_5) $(am__append_6) \
832         $(am__append_7) $(am__append_8) $(am__append_9) \
833         $(am__append_10) $(am__append_11) local-security.c
834 # version.c is generated; see below
835 nodist_libamanda_la_SOURCES = version.c
836 libamanda_la_LIBADD = \
837         ../gnulib/libgnu.la
838
839 libamanda_la_LDFLAGS = -release $(VERSION)
840 noinst_HEADERS = \
841         amanda.h                \
842         amfeatures.h            \
843         arglist.h               \
844         clock.h                 \
845         columnar.h              \
846         amflock.h               \
847         conffile.h              \
848         debug.h                 \
849         dgram.h                 \
850         event.h                 \
851         file.h                  \
852         fileheader.h            \
853         glib-util.h             \
854         packet.h                \
855         pipespawn.h             \
856         protocol.h              \
857         queue.h                 \
858         security.h              \
859         security-util.h         \
860         sl.h                    \
861         sockaddr-util.h         \
862         stream.h                \
863         tapelist.h              \
864         timestamp.h             \
865         token.h                 \
866         util.h                  \
867         version.h
868
869
870 # Version-building steps:
871 #
872 # 1. configure builds svn-info.h, if svn info is available; this
873 #    file is included in distribution tarballs
874 # 2. Makefile creates genversion.h with build-time information
875 # 3. Makefile builds genversion
876 # 4. Makefile runs genversion to create version.c
877 # 5. version.c is compiled into libamanda normally
878 genversion_SOURCES = genversion.c genversion.h svn-info.h
879 genversion_LDADD = $(libamanda_la_LIBADD)       \
880         versuff.lo                              \
881         ../gnulib/libgnu.la
882
883
884 # these are used for testing only:
885 TEST_PROGS = token file bsdsecurity amfeatures
886
887 # used for testing only
888 STANDARD_COMMON_STUFF_NOT_FILE = \
889         alloc.lo \
890         clock.lo \
891         debug.lo \
892         util.lo \
893         match.lo \
894         sl.lo
895
896 STANDARD_COMMON_STUFF = \
897         $(STANDARD_COMMON_STUFF_NOT_FILE) \
898         file.lo
899
900 token_SOURCES = token.test.c
901 token_LDADD = $(libamanda_la_LIBADD) $(STANDARD_COMMON_STUFF)
902 file_SOURCES = file.test.c
903 file_LDADD = $(libamanda_la_LIBADD) $(STANDARD_COMMON_STUFF_NOT_FILE)
904 bsdsecurity_SOURCES = bsd-security.test.c
905 bsdsecurity_LDADD = $(libamanda_a_LIBADD) \
906                     alloc.lo \
907                     clock.lo \
908                     debug.lo \
909                     dgram.lo \
910                     event.lo \
911                     file.lo \
912                     packet.lo \
913                     security.lo \
914                     ssh-security.lo \
915                     versuff.lo
916
917 amfeatures_SOURCES = amfeatures.test.c
918 amfeatures_LDADD = $(libamanda_la_LIBADD) $(STANDARD_COMMON_STUFF)
919 amflock_test_SOURCES = amflock-test.c
920 amflock_test_LDADD = libamanda.la
921
922 # scripts
923
924 # divide scripts up both by language and by destination directory.
925 sbin_SCRIPTS_PERL = \
926             amgpgcrypt \
927             amcryptsimple
928
929 sbin_SCRIPTS_SHELL = \
930             amcrypt \
931             amaespipe \
932             amcrypt-ossl \
933             amcrypt-ossl-asym
934
935 amlibexec_SCRIPTS_PERL = 
936 SCRIPTS_INCLUDE = \
937             amanda-sh-lib.sh
938
939 CHECK_PERL = $(sbin_SCRIPTS_PERL) $(amlibexec_SCRIPTS_PERL)
940 SCRIPTS_PERL = $(CHECK_PERL)
941 SCRIPTS_SHELL = $(sbin_SCRIPTS_SHELL) $(amlibexec_SCRIPTS_SHELL)
942 amlibexec_DATA = $(SCRIPTS_INCLUDE)
943 amlibexec_SCRIPTS = $(amlibexec_SCRIPTS_PERL) $(amlibexec_SCRIPTS_SHELL)
944 sbin_SCRIPTS = $(sbin_SCRIPTS_PERL) $(sbin_SCRIPTS_SHELL)
945
946 # installation
947 INSTALLPERMS_data = dest=$(sbindir) chown=amanda $(sbin_SCRIPTS) \
948                     dest=$(amlibexecdir) chown=amanda $(amlibexec_SCRIPTS) $(amlibexec_DATA)
949
950 all: $(BUILT_SOURCES)
951         $(MAKE) $(AM_MAKEFLAGS) all-am
952
953 .SUFFIXES:
954 .SUFFIXES: .c .lo .o .obj
955 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(top_srcdir)/config/automake/installperms.am $(top_srcdir)/config/automake/precompile.am $(am__configure_deps)
956         @for dep in $?; do \
957           case '$(am__configure_deps)' in \
958             *$$dep*) \
959               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
960                 && exit 0; \
961               exit 1;; \
962           esac; \
963         done; \
964         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  common-src/Makefile'; \
965         cd $(top_srcdir) && \
966           $(AUTOMAKE) --gnu  common-src/Makefile
967 .PRECIOUS: Makefile
968 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
969         @case '$?' in \
970           *config.status*) \
971             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
972           *) \
973             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
974             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
975         esac;
976
977 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
978         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
979
980 $(top_srcdir)/configure:  $(am__configure_deps)
981         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
982 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
983         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
984 versuff.c: $(top_builddir)/config.status $(srcdir)/versuff.c.in
985         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
986 install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES)
987         @$(NORMAL_INSTALL)
988         test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)"
989         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
990           if test -f $$p; then \
991             f=$(am__strip_dir) \
992             echo " $(LIBTOOL) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \
993             $(LIBTOOL) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \
994           else :; fi; \
995         done
996
997 uninstall-amlibLTLIBRARIES:
998         @$(NORMAL_UNINSTALL)
999         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
1000           p=$(am__strip_dir) \
1001           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(amlibdir)/$$p'"; \
1002           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(amlibdir)/$$p"; \
1003         done
1004
1005 clean-amlibLTLIBRARIES:
1006         -test -z "$(amlib_LTLIBRARIES)" || rm -f $(amlib_LTLIBRARIES)
1007         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
1008           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1009           test "$$dir" != "$$p" || dir=.; \
1010           echo "rm -f \"$${dir}/so_locations\""; \
1011           rm -f "$${dir}/so_locations"; \
1012         done
1013 libamanda.la: $(libamanda_la_OBJECTS) $(libamanda_la_DEPENDENCIES) 
1014         $(libamanda_la_LINK) -rpath $(amlibdir) $(libamanda_la_OBJECTS) $(libamanda_la_LIBADD) $(LIBS)
1015
1016 clean-noinstPROGRAMS:
1017         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1018           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
1019           echo " rm -f $$p $$f"; \
1020           rm -f $$p $$f ; \
1021         done
1022 amfeatures$(EXEEXT): $(amfeatures_OBJECTS) $(amfeatures_DEPENDENCIES) 
1023         @rm -f amfeatures$(EXEEXT)
1024         $(LINK) $(amfeatures_OBJECTS) $(amfeatures_LDADD) $(LIBS)
1025 amflock-test$(EXEEXT): $(amflock_test_OBJECTS) $(amflock_test_DEPENDENCIES) 
1026         @rm -f amflock-test$(EXEEXT)
1027         $(LINK) $(amflock_test_OBJECTS) $(amflock_test_LDADD) $(LIBS)
1028 bsdsecurity$(EXEEXT): $(bsdsecurity_OBJECTS) $(bsdsecurity_DEPENDENCIES) 
1029         @rm -f bsdsecurity$(EXEEXT)
1030         $(LINK) $(bsdsecurity_OBJECTS) $(bsdsecurity_LDADD) $(LIBS)
1031 file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) 
1032         @rm -f file$(EXEEXT)
1033         $(LINK) $(file_OBJECTS) $(file_LDADD) $(LIBS)
1034 genversion$(EXEEXT): $(genversion_OBJECTS) $(genversion_DEPENDENCIES) 
1035         @rm -f genversion$(EXEEXT)
1036         $(LINK) $(genversion_OBJECTS) $(genversion_LDADD) $(LIBS)
1037 token$(EXEEXT): $(token_OBJECTS) $(token_DEPENDENCIES) 
1038         @rm -f token$(EXEEXT)
1039         $(LINK) $(token_OBJECTS) $(token_LDADD) $(LIBS)
1040 install-amlibexecSCRIPTS: $(amlibexec_SCRIPTS)
1041         @$(NORMAL_INSTALL)
1042         test -z "$(amlibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibexecdir)"
1043         @list='$(amlibexec_SCRIPTS)'; for p in $$list; do \
1044           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1045           if test -f $$d$$p; then \
1046             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
1047             echo " $(amlibexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(amlibexecdir)/$$f'"; \
1048             $(amlibexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(amlibexecdir)/$$f"; \
1049           else :; fi; \
1050         done
1051
1052 uninstall-amlibexecSCRIPTS:
1053         @$(NORMAL_UNINSTALL)
1054         @list='$(amlibexec_SCRIPTS)'; for p in $$list; do \
1055           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
1056           echo " rm -f '$(DESTDIR)$(amlibexecdir)/$$f'"; \
1057           rm -f "$(DESTDIR)$(amlibexecdir)/$$f"; \
1058         done
1059 install-sbinSCRIPTS: $(sbin_SCRIPTS)
1060         @$(NORMAL_INSTALL)
1061         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
1062         @list='$(sbin_SCRIPTS)'; for p in $$list; do \
1063           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1064           if test -f $$d$$p; then \
1065             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
1066             echo " $(sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
1067             $(sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \
1068           else :; fi; \
1069         done
1070
1071 uninstall-sbinSCRIPTS:
1072         @$(NORMAL_UNINSTALL)
1073         @list='$(sbin_SCRIPTS)'; for p in $$list; do \
1074           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
1075           echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
1076           rm -f "$(DESTDIR)$(sbindir)/$$f"; \
1077         done
1078
1079 mostlyclean-compile:
1080         -rm -f *.$(OBJEXT)
1081
1082 distclean-compile:
1083         -rm -f *.tab.c
1084
1085 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
1086 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amfeatures.Plo@am__quote@
1087 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amfeatures.test.Po@am__quote@
1088 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock-flock.Plo@am__quote@
1089 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock-lnlock.Plo@am__quote@
1090 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock-lockf.Plo@am__quote@
1091 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock-posix.Plo@am__quote@
1092 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock-test.Po@am__quote@
1093 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock.Plo@am__quote@
1094 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd-security.Plo@am__quote@
1095 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd-security.test.Po@am__quote@
1096 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsdtcp-security.Plo@am__quote@
1097 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsdudp-security.Plo@am__quote@
1098 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Plo@am__quote@
1099 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/columnar.Plo@am__quote@
1100 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conffile.Plo@am__quote@
1101 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
1102 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dgram.Plo@am__quote@
1103 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
1104 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
1105 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.test.Po@am__quote@
1106 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileheader.Plo@am__quote@
1107 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genversion.Po@am__quote@
1108 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-util.Plo@am__quote@
1109 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb4-security.Plo@am__quote@
1110 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb5-security.Plo@am__quote@
1111 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local-security.Plo@am__quote@
1112 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Plo@am__quote@
1113 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Plo@am__quote@
1114 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipespawn.Plo@am__quote@
1115 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@
1116 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsh-security.Plo@am__quote@
1117 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security-util.Plo@am__quote@
1118 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
1119 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sl.Plo@am__quote@
1120 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockaddr-util.Plo@am__quote@
1121 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh-security.Plo@am__quote@
1122 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@
1123 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tapelist.Plo@am__quote@
1124 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timestamp.Plo@am__quote@
1125 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/token.Plo@am__quote@
1126 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/token.test.Po@am__quote@
1127 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
1128 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
1129 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/versuff.Plo@am__quote@
1130
1131 .c.o:
1132 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1133 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1134 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1135 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1136 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1137
1138 .c.obj:
1139 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1140 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1141 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1142 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1143 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1144
1145 .c.lo:
1146 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1147 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1148 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1149 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1150 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1151
1152 mostlyclean-libtool:
1153         -rm -f *.lo
1154
1155 clean-libtool:
1156         -rm -rf .libs _libs
1157 install-amlibexecDATA: $(amlibexec_DATA)
1158         @$(NORMAL_INSTALL)
1159         test -z "$(amlibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibexecdir)"
1160         @list='$(amlibexec_DATA)'; for p in $$list; do \
1161           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1162           f=$(am__strip_dir) \
1163           echo " $(amlibexecDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(amlibexecdir)/$$f'"; \
1164           $(amlibexecDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(amlibexecdir)/$$f"; \
1165         done
1166
1167 uninstall-amlibexecDATA:
1168         @$(NORMAL_UNINSTALL)
1169         @list='$(amlibexec_DATA)'; for p in $$list; do \
1170           f=$(am__strip_dir) \
1171           echo " rm -f '$(DESTDIR)$(amlibexecdir)/$$f'"; \
1172           rm -f "$(DESTDIR)$(amlibexecdir)/$$f"; \
1173         done
1174
1175 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1176         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1177         unique=`for i in $$list; do \
1178             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1179           done | \
1180           $(AWK) '    { files[$$0] = 1; } \
1181                END { for (i in files) print i; }'`; \
1182         mkid -fID $$unique
1183 tags: TAGS
1184
1185 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1186                 $(TAGS_FILES) $(LISP)
1187         tags=; \
1188         here=`pwd`; \
1189         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1190         unique=`for i in $$list; do \
1191             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1192           done | \
1193           $(AWK) '    { files[$$0] = 1; } \
1194                END { for (i in files) print i; }'`; \
1195         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1196           test -n "$$unique" || unique=$$empty_fix; \
1197           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1198             $$tags $$unique; \
1199         fi
1200 ctags: CTAGS
1201 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1202                 $(TAGS_FILES) $(LISP)
1203         tags=; \
1204         here=`pwd`; \
1205         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1206         unique=`for i in $$list; do \
1207             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1208           done | \
1209           $(AWK) '    { files[$$0] = 1; } \
1210                END { for (i in files) print i; }'`; \
1211         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1212           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1213              $$tags $$unique
1214
1215 GTAGS:
1216         here=`$(am__cd) $(top_builddir) && pwd` \
1217           && cd $(top_srcdir) \
1218           && gtags -i $(GTAGS_ARGS) $$here
1219
1220 distclean-tags:
1221         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1222
1223 check-TESTS: $(TESTS)
1224         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1225         srcdir=$(srcdir); export srcdir; \
1226         list=' $(TESTS) '; \
1227         if test -n "$$list"; then \
1228           for tst in $$list; do \
1229             if test -f ./$$tst; then dir=./; \
1230             elif test -f $$tst; then dir=; \
1231             else dir="$(srcdir)/"; fi; \
1232             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1233               all=`expr $$all + 1`; \
1234               case " $(XFAIL_TESTS) " in \
1235               *$$ws$$tst$$ws*) \
1236                 xpass=`expr $$xpass + 1`; \
1237                 failed=`expr $$failed + 1`; \
1238                 echo "XPASS: $$tst"; \
1239               ;; \
1240               *) \
1241                 echo "PASS: $$tst"; \
1242               ;; \
1243               esac; \
1244             elif test $$? -ne 77; then \
1245               all=`expr $$all + 1`; \
1246               case " $(XFAIL_TESTS) " in \
1247               *$$ws$$tst$$ws*) \
1248                 xfail=`expr $$xfail + 1`; \
1249                 echo "XFAIL: $$tst"; \
1250               ;; \
1251               *) \
1252                 failed=`expr $$failed + 1`; \
1253                 echo "FAIL: $$tst"; \
1254               ;; \
1255               esac; \
1256             else \
1257               skip=`expr $$skip + 1`; \
1258               echo "SKIP: $$tst"; \
1259             fi; \
1260           done; \
1261           if test "$$failed" -eq 0; then \
1262             if test "$$xfail" -eq 0; then \
1263               banner="All $$all tests passed"; \
1264             else \
1265               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1266             fi; \
1267           else \
1268             if test "$$xpass" -eq 0; then \
1269               banner="$$failed of $$all tests failed"; \
1270             else \
1271               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1272             fi; \
1273           fi; \
1274           dashes="$$banner"; \
1275           skipped=""; \
1276           if test "$$skip" -ne 0; then \
1277             skipped="($$skip tests were not run)"; \
1278             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1279               dashes="$$skipped"; \
1280           fi; \
1281           report=""; \
1282           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1283             report="Please report to $(PACKAGE_BUGREPORT)"; \
1284             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1285               dashes="$$report"; \
1286           fi; \
1287           dashes=`echo "$$dashes" | sed s/./=/g`; \
1288           echo "$$dashes"; \
1289           echo "$$banner"; \
1290           test -z "$$skipped" || echo "$$skipped"; \
1291           test -z "$$report" || echo "$$report"; \
1292           echo "$$dashes"; \
1293           test "$$failed" -eq 0; \
1294         else :; fi
1295
1296 distdir: $(DISTFILES)
1297         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1298         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1299         list='$(DISTFILES)'; \
1300           dist_files=`for file in $$list; do echo $$file; done | \
1301           sed -e "s|^$$srcdirstrip/||;t" \
1302               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1303         case $$dist_files in \
1304           */*) $(MKDIR_P) `echo "$$dist_files" | \
1305                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1306                            sort -u` ;; \
1307         esac; \
1308         for file in $$dist_files; do \
1309           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1310           if test -d $$d/$$file; then \
1311             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1312             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1313               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1314             fi; \
1315             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1316           else \
1317             test -f $(distdir)/$$file \
1318             || cp -p $$d/$$file $(distdir)/$$file \
1319             || exit 1; \
1320           fi; \
1321         done
1322         $(MAKE) $(AM_MAKEFLAGS) \
1323           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1324           dist-hook
1325 check-am: all-am
1326         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1327 check: $(BUILT_SOURCES)
1328         $(MAKE) $(AM_MAKEFLAGS) check-am
1329 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1330                 $(HEADERS)
1331 installdirs:
1332         for dir in "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(amlibexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amlibexecdir)"; do \
1333           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1334         done
1335 install: $(BUILT_SOURCES)
1336         $(MAKE) $(AM_MAKEFLAGS) install-am
1337 install-exec: install-exec-am
1338 install-data: install-data-am
1339 uninstall: uninstall-am
1340
1341 install-am: all-am
1342         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1343
1344 installcheck: installcheck-am
1345 install-strip:
1346         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1347           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1348           `test -z '$(STRIP)' || \
1349             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1350 mostlyclean-generic:
1351         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1352
1353 clean-generic:
1354         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1355
1356 distclean-generic:
1357         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1358         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1359
1360 maintainer-clean-generic:
1361         @echo "This command is intended for maintainers to use"
1362         @echo "it deletes files that may require special tools to rebuild."
1363         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1364         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1365 @WANT_INSTALLPERMS_FALSE@install-exec-hook:
1366 @WANT_INSTALLPERMS_FALSE@install-data-hook:
1367 clean: clean-am
1368
1369 clean-am: clean-amlibLTLIBRARIES clean-generic clean-libtool \
1370         clean-noinstPROGRAMS mostlyclean-am
1371
1372 distclean: distclean-am
1373         -rm -rf ./$(DEPDIR)
1374         -rm -f Makefile
1375 distclean-am: clean-am distclean-compile distclean-generic \
1376         distclean-tags
1377
1378 dvi: dvi-am
1379
1380 dvi-am:
1381
1382 html: html-am
1383
1384 info: info-am
1385
1386 info-am:
1387
1388 install-data-am: install-amlibLTLIBRARIES
1389         @$(NORMAL_INSTALL)
1390         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1391
1392 install-dvi: install-dvi-am
1393
1394 install-exec-am: install-amlibexecDATA install-amlibexecSCRIPTS \
1395         install-sbinSCRIPTS
1396         @$(NORMAL_INSTALL)
1397         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1398
1399 install-html: install-html-am
1400
1401 install-info: install-info-am
1402
1403 install-man:
1404
1405 install-pdf: install-pdf-am
1406
1407 install-ps: install-ps-am
1408
1409 installcheck-am:
1410
1411 maintainer-clean: maintainer-clean-am
1412         -rm -rf ./$(DEPDIR)
1413         -rm -f Makefile
1414 maintainer-clean-am: distclean-am maintainer-clean-generic
1415
1416 mostlyclean: mostlyclean-am
1417
1418 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1419         mostlyclean-libtool
1420
1421 pdf: pdf-am
1422
1423 pdf-am:
1424
1425 ps: ps-am
1426
1427 ps-am:
1428
1429 uninstall-am: uninstall-amlibLTLIBRARIES uninstall-amlibexecDATA \
1430         uninstall-amlibexecSCRIPTS uninstall-sbinSCRIPTS
1431
1432 .MAKE: install-am install-data-am install-exec-am install-strip
1433
1434 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-local \
1435         clean clean-amlibLTLIBRARIES clean-generic clean-libtool \
1436         clean-noinstPROGRAMS ctags dist-hook distclean \
1437         distclean-compile distclean-generic distclean-libtool \
1438         distclean-tags distdir dvi dvi-am html html-am info info-am \
1439         install install-am install-amlibLTLIBRARIES \
1440         install-amlibexecDATA install-amlibexecSCRIPTS install-data \
1441         install-data-am install-data-hook install-dvi install-dvi-am \
1442         install-exec install-exec-am install-exec-hook install-html \
1443         install-html-am install-info install-info-am install-man \
1444         install-pdf install-pdf-am install-ps install-ps-am \
1445         install-sbinSCRIPTS install-strip installcheck installcheck-am \
1446         installdirs maintainer-clean maintainer-clean-generic \
1447         mostlyclean mostlyclean-compile mostlyclean-generic \
1448         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
1449         uninstall-am uninstall-amlibLTLIBRARIES \
1450         uninstall-amlibexecDATA uninstall-amlibexecSCRIPTS \
1451         uninstall-sbinSCRIPTS
1452
1453
1454 # Perl
1455 %: %.pl $(top_builddir)/config.status
1456         $(top_builddir)/config.status --file=$@:$<
1457         chmod a+x $@
1458
1459 %.pl: %.pl.in $(top_builddir)/config.status
1460         $(top_builddir)/config.status --file=$@:$<
1461
1462 %.pm: %.pm.in $(top_builddir)/config.status
1463         $(top_builddir)/config.status --file=$@:$<
1464
1465 # Shell
1466 %: %.sh $(top_builddir)/config.status
1467         $(top_builddir)/config.status --file=$@:$<
1468         chmod a+x $@
1469
1470 %.sh: %.sh.in $(top_builddir)/config.status
1471         $(top_builddir)/config.status --file=$@:$<
1472
1473 # Awk
1474 %: %.awk $(top_builddir)/config.status
1475         $(top_builddir)/config.status --file=$@:$<
1476         chmod a+x $@
1477
1478 %.awk: %.awk.in $(top_builddir)/config.status
1479         $(top_builddir)/config.status --file=$@:$<
1480
1481 # syntax-check perl scripts on 'make check'
1482 check-perl: $(CHECK_PERL)
1483         @CHECK_PERL="$(CHECK_PERL)"; \
1484         if test -n "$(PERL)"; then \
1485                 for perlobj in $$CHECK_PERL; do \
1486                         $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \
1487                 done; \
1488         fi
1489 check-local: check-perl
1490 check-shell: $(CHECK_SHELL)
1491         @CHECK_SHELL="$(CHECK_SHELL)"; \
1492         if test -n "$$CHECK_SHELL"; then \
1493                 if test -n "$(BASH)"; then \
1494                         for shobj in $$CHECK_SHELL; do \
1495                                 if $(BASH) -n $$shobj; then \
1496                                         echo "$$shobj syntax OK"; \
1497                                 else \
1498                                         echo "$$shobj syntax error"; \
1499                                         exit 1; \
1500                                 fi; \
1501                         done; \
1502                 else \
1503                         echo "No 'bash' available -- cannot syntax-check shell scripts"; \
1504                 fi; \
1505         fi
1506 check-local: check-shell
1507
1508 # make sure that the sources for all shell and perl scripts get included
1509 # in the distribution
1510 dist-scripts:
1511         SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \
1512         for script in $$SCRIPTS_PERL; do \
1513                 test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \
1514         done; \
1515         for script in $$SCRIPTS_SHELL; do \
1516                 test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \
1517         done; \
1518         for script in $$SCRIPTS_AWK; do \
1519                 test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \
1520         done; \
1521         for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
1522                 test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \
1523         done; \
1524         true
1525 dist-hook: dist-scripts
1526
1527 @WANT_INSTALLPERMS_TRUE@installperms-exec:
1528 @WANT_INSTALLPERMS_TRUE@        @installperms="$(INSTALLPERMS_exec)"; \
1529 @WANT_INSTALLPERMS_TRUE@        test -n "$$installperms" && echo "Setting installation permissions on executables"; \
1530 @WANT_INSTALLPERMS_TRUE@        dest=; chown=; chmod=; \
1531 @WANT_INSTALLPERMS_TRUE@        for cmd in $$installperms; do \
1532 @WANT_INSTALLPERMS_TRUE@            case "$$cmd" in \
1533 @WANT_INSTALLPERMS_TRUE@                chown=amanda) \
1534 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1535 @WANT_INSTALLPERMS_TRUE@                dest=*|chown=*|chmod=*) \
1536 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; eval $$cmd;; \
1537 @WANT_INSTALLPERMS_TRUE@                *)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
1538 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chown"; then \
1539 @WANT_INSTALLPERMS_TRUE@                        echo chown "$$chown" "$$pa"; \
1540 @WANT_INSTALLPERMS_TRUE@                        chown "$$chown" "$$pa" || exit 1; \
1541 @WANT_INSTALLPERMS_TRUE@                    fi; \
1542 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chmod"; then \
1543 @WANT_INSTALLPERMS_TRUE@                        echo chmod "$$chmod" "$$pa"; \
1544 @WANT_INSTALLPERMS_TRUE@                        chmod "$$chmod" "$$pa" || exit 1; \
1545 @WANT_INSTALLPERMS_TRUE@                    fi; \
1546 @WANT_INSTALLPERMS_TRUE@            esac; \
1547 @WANT_INSTALLPERMS_TRUE@        done
1548
1549 @WANT_INSTALLPERMS_TRUE@installperms-data:
1550 @WANT_INSTALLPERMS_TRUE@        @installperms="$(INSTALLPERMS_data)"; \
1551 @WANT_INSTALLPERMS_TRUE@        test -n "$$installperms" && echo "Setting installation permissions on data"; \
1552 @WANT_INSTALLPERMS_TRUE@        dest=; chown=; chmod=; \
1553 @WANT_INSTALLPERMS_TRUE@        for cmd in $$installperms; do \
1554 @WANT_INSTALLPERMS_TRUE@            case "$$cmd" in \
1555 @WANT_INSTALLPERMS_TRUE@                chown=amanda) \
1556 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1557 @WANT_INSTALLPERMS_TRUE@                dest=*|chown=*|chmod=*) \
1558 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; eval $$cmd;; \
1559 @WANT_INSTALLPERMS_TRUE@                *)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
1560 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chown"; then \
1561 @WANT_INSTALLPERMS_TRUE@                        echo chown "$$chown" "$$pa"; \
1562 @WANT_INSTALLPERMS_TRUE@                        chown "$$chown" "$$pa" || exit 1; \
1563 @WANT_INSTALLPERMS_TRUE@                    fi; \
1564 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chmod"; then \
1565 @WANT_INSTALLPERMS_TRUE@                        echo chmod "$$chmod" "$$pa"; \
1566 @WANT_INSTALLPERMS_TRUE@                        chmod "$$chmod" "$$pa" || exit 1; \
1567 @WANT_INSTALLPERMS_TRUE@                    fi; \
1568 @WANT_INSTALLPERMS_TRUE@            esac; \
1569 @WANT_INSTALLPERMS_TRUE@        done
1570
1571 @WANT_INSTALLPERMS_TRUE@install-exec-hook: installperms-exec
1572 @WANT_INSTALLPERMS_TRUE@install-data-hook: installperms-data
1573
1574 # A rule to make precompiler output from C files.  This is not used during
1575 # ordinary builds, but but can very useful in debugging problems on strange
1576 # architectures.  With this rule, we can ask users to 'make foo.i' and send
1577 # the result to us.
1578 #
1579 # It touches some automake internals ($COMPILE), but since it's not
1580 # build-critical, that's OK.
1581 %.i : %.c
1582         $(COMPILE) -E -o $@ $<
1583
1584 genversion.h: $(top_builddir)/config.status
1585         -rm -f $@ $@.new
1586         echo '#define CC "$(CC)"' > $@.new
1587         echo '#define BUILT_DATE "'`date`'"' >> $@.new
1588         echo '#define BUILT_MACH "$(target)"' >> $@.new
1589         mv $@.new $@
1590
1591 version.c: genversion$(EXEEXT)
1592         -rm -f version.c
1593         ./genversion$(EXEEXT) > version.c
1594
1595 lint:
1596         @echo $(LINT) $(libamanda_la_SOURCES)
1597         @$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config $(INCLUDES) $(libamanda_la_SOURCES)
1598         @echo $(LINT) $(genversion_SOURCES)
1599         @$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config $(INCLUDES) $(genversion_SOURCES)
1600
1601 listlibsrc:
1602         @ for p in $(libamanda_la_SOURCES) $(REGEXCSRC); do     \
1603                 listlibsrcs="$$listlibsrcs `pwd`/$$p";          \
1604         done;                                                   \
1605         echo $$listlibsrcs >listlibsrc.output
1606
1607 %.test.c: $(srcdir)/%.c
1608         echo '#define TEST' >$@
1609         echo '#include "$<"' >>$@
1610 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1611 # Otherwise a system limit (for SysV at least) may be exceeded.
1612 .NOEXPORT: