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