1655fa57f8bd30c1f1052d3c9b24eea7487bd837
[debian/amanda] / perl / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # vim:ft=automake
19 # Copyright (c) 2005-2008 Zmanda Inc.  All Rights Reserved.
20
21 # This library is free software; you can redistribute it and/or modify it
22 # under the terms of the GNU Lesser General Public License version 2.1 as 
23 # published by the Free Software Foundation.
24
25 # This library is distributed in the hope that it will be useful, but
26 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
27 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
28 # License for more details.
29
30 # You should have received a copy of the GNU Lesser General Public License
31 # along with this library; if not, write to the Free Software Foundation,
32 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
33
34 # Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300
35 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com
36
37 # simple include file to pre-define variables which are then +='d by other
38 # scripts in this directory.
39
40 # vim:ft=automake
41 # Copyright (c) 2005-2008 Zmanda Inc.  All Rights Reserved.
42
43 # This library is free software; you can redistribute it and/or modify it
44 # under the terms of the GNU Lesser General Public License version 2.1 as 
45 # published by the Free Software Foundation.
46
47 # This library is distributed in the hope that it will be useful, but
48 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
49 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
50 # License for more details.
51
52 # You should have received a copy of the GNU Lesser General Public License
53 # along with this library; if not, write to the Free Software Foundation,
54 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
55
56 # Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300
57 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com
58
59 # SYNOPSIS:
60 #
61 # Automake magic to handle the various tasks of building scripts.  Scripts can
62 # be built down to extensionless executables (e.g., foo.pl -> foo), or to 
63 # files with the usual extension (foo-lib.sh.in -> foo.sh).
64 #
65 # Files which support it are syntax-checked when the user invokes 'make check'.
66 #
67 # All *target* filenames must be listed in SCRIPTS_SHELL, SCRIPTS_PERL, and 
68 # SCRIPTS_AWK to support 'make check', 'make dist', and 'make distclean'. No
69 # files which are not substituted by config.status should be included in
70 # SCRIPTS_PERL, SCRIPTS_SHELL, or SCRIPTS_AWK.  If non-generated files are listed
71 # for installation, then Automake will figure out that they should be distributed;
72 # otherwise, include them in EXTRA_DIST.
73 #
74 # USAGE:
75 #
76 #   include $(top_srcdir)/config/automake/vars.am
77 #   include $(top_srcdir)/config/automake/scripts.am
78 #   ...
79 #   SCRIPTS_PERL = fooscript barscript perl-lib.pl perlmod.pm
80 #   SCRIPTS_SHELL = shell1 shell2 sh-lib.sh
81 #   SCRIPTS_AWK = talk balk chalk awk-lib.awk
82 #   sbin_SCRIPTS = not-subbed
83 #   EXTRA_DIST = util-script.pl
84 #
85 # with the corresponding files in the repository:
86 #
87 #   fooscript.pl barscript.pl perl-lib.pl.in perlmod.pm.in
88 #   shell1.sh shell2.sh sh-lib.sh.in
89 #   talk.awk balk.awk chalk.awk awk-lib.awk.in
90 #   not-subbed util-script.pl
91 #
92 # by default, all shell and perl scripts are syntax checked.  If this is
93 # a problem (for example, perl scripts depending on Amanda extension 
94 # modules), then assign to CHECK_{PERL,SHELL} the list of files you wish
95 # to be checked (which can be empty).
96 #
97 # To add extra flags to the perl checks (e.g., to add new -I flags), set
98 # CHECK_PERL_FLAGS.
99
100 # Implementation note:
101 #
102 # This file uses config.status to substitute @foo@ in those scripts while
103 # converting them. It also adds the executable bits (a+x) to extensionless
104 # files.  The substitution works even though the files are not listed in 
105 # configure.in
106
107
108 VPATH = @srcdir@
109 pkgdatadir = $(datadir)/@PACKAGE@
110 pkgincludedir = $(includedir)/@PACKAGE@
111 pkglibdir = $(libdir)/@PACKAGE@
112 pkglibexecdir = $(libexecdir)/@PACKAGE@
113 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
114 install_sh_DATA = $(install_sh) -c -m 644
115 install_sh_PROGRAM = $(install_sh) -c
116 install_sh_SCRIPT = $(install_sh) -c
117 INSTALL_HEADER = $(INSTALL_DATA)
118 transform = $(program_transform_name)
119 NORMAL_INSTALL = :
120 PRE_INSTALL = :
121 POST_INSTALL = :
122 NORMAL_UNINSTALL = :
123 PRE_UNINSTALL = :
124 POST_UNINSTALL = :
125 build_triplet = @build@
126 host_triplet = @host@
127 target_triplet = @target@
128 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
129         $(top_srcdir)/config/automake/scripts.am \
130         $(top_srcdir)/config/automake/vars.am
131 @WANT_SERVER_TRUE@am__append_1 = -I$(top_srcdir)/device-src \
132 @WANT_SERVER_TRUE@          -I$(top_srcdir)/server-src
133
134 @WANT_CLIENT_TRUE@am__append_2 = -I$(top_srcdir)/client-src
135 @WANT_RESTORE_TRUE@am__append_3 = -I$(top_srcdir)/restore-src
136 @WANT_RECOVER_TRUE@am__append_4 = -I$(top_srcdir)/recover-src
137
138 # PACKAGE: Amanda::Changer
139
140 # PACKAGE: Amanda::Process
141 @WANT_SERVER_TRUE@am__append_5 = Amanda/Device.pm Amanda/Logfile.pm \
142 @WANT_SERVER_TRUE@      Amanda/Cmdline.pm Amanda/Tapelist.pm \
143 @WANT_SERVER_TRUE@      Amanda/Changer.pm Amanda/Process.pm \
144 @WANT_SERVER_TRUE@      Amanda/Xfer.pm
145 @WANT_SERVER_TRUE@am__append_6 = Amanda/Device.c Amanda/Device.pm \
146 @WANT_SERVER_TRUE@      Amanda/Logfile.c Amanda/Logfile.pm \
147 @WANT_SERVER_TRUE@      Amanda/Cmdline.c Amanda/Cmdline.pm \
148 @WANT_SERVER_TRUE@      Amanda/Tapelist.c Amanda/Tapelist.pm \
149 @WANT_SERVER_TRUE@      Amanda/Xfer.c Amanda/Xfer.pm
150 @WANT_SERVER_TRUE@am__append_7 = $(AmandaChanger_DATA) \
151 @WANT_SERVER_TRUE@      $(Amanda_DB_DATA)
152 @WANT_CLIENT_TRUE@am__append_8 = Amanda/Application.pm
153 @WANT_CLIENT_TRUE@am__append_9 = Amanda/Application.c Amanda/Application.pm
154 @WANT_CLIENT_TRUE@am__append_10 = $(AmandaApplication_DATA)
155 subdir = perl
156 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
157 am__aclocal_m4_deps =  \
158         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
159         $(top_srcdir)/config/macro-archive/ac_perl_module_version.m4 \
160         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
161         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
162         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
163         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
164         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
165         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
166         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
167         $(top_srcdir)/config/amanda/amplot.m4 \
168         $(top_srcdir)/config/amanda/bsd-security.m4 \
169         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
170         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
171         $(top_srcdir)/config/amanda/changer.m4 \
172         $(top_srcdir)/config/amanda/components.m4 \
173         $(top_srcdir)/config/amanda/compress.m4 \
174         $(top_srcdir)/config/amanda/config.m4 \
175         $(top_srcdir)/config/amanda/debugging.m4 \
176         $(top_srcdir)/config/amanda/defaults.m4 \
177         $(top_srcdir)/config/amanda/devprefix.m4 \
178         $(top_srcdir)/config/amanda/dirs.m4 \
179         $(top_srcdir)/config/amanda/documentation.m4 \
180         $(top_srcdir)/config/amanda/dumpers.m4 \
181         $(top_srcdir)/config/amanda/flags.m4 \
182         $(top_srcdir)/config/amanda/flock.m4 \
183         $(top_srcdir)/config/amanda/funcs.m4 \
184         $(top_srcdir)/config/amanda/getfsent.m4 \
185         $(top_srcdir)/config/amanda/i18n.m4 \
186         $(top_srcdir)/config/amanda/ipv6.m4 \
187         $(top_srcdir)/config/amanda/krb4-security.m4 \
188         $(top_srcdir)/config/amanda/krb5-security.m4 \
189         $(top_srcdir)/config/amanda/lfs.m4 \
190         $(top_srcdir)/config/amanda/libs.m4 \
191         $(top_srcdir)/config/amanda/net.m4 \
192         $(top_srcdir)/config/amanda/progs.m4 \
193         $(top_srcdir)/config/amanda/ps.m4 \
194         $(top_srcdir)/config/amanda/readdir.m4 \
195         $(top_srcdir)/config/amanda/readline.m4 \
196         $(top_srcdir)/config/amanda/rsh-security.m4 \
197         $(top_srcdir)/config/amanda/s3-device.m4 \
198         $(top_srcdir)/config/amanda/shmem.m4 \
199         $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \
200         $(top_srcdir)/config/amanda/ssh-security.m4 \
201         $(top_srcdir)/config/amanda/summary.m4 \
202         $(top_srcdir)/config/amanda/swig.m4 \
203         $(top_srcdir)/config/amanda/syshacks.m4 \
204         $(top_srcdir)/config/amanda/tape.m4 \
205         $(top_srcdir)/config/amanda/types.m4 \
206         $(top_srcdir)/config/amanda/userid.m4 \
207         $(top_srcdir)/config/amanda/version.m4 \
208         $(top_srcdir)/config/gnulib/alloca.m4 \
209         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
210         $(top_srcdir)/config/gnulib/base64.m4 \
211         $(top_srcdir)/config/gnulib/eoverflow.m4 \
212         $(top_srcdir)/config/gnulib/extensions.m4 \
213         $(top_srcdir)/config/gnulib/float_h.m4 \
214         $(top_srcdir)/config/gnulib/fsusage.m4 \
215         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
216         $(top_srcdir)/config/gnulib/getopt.m4 \
217         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
218         $(top_srcdir)/config/gnulib/gnulib-common.m4 \
219         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
220         $(top_srcdir)/config/gnulib/include_next.m4 \
221         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
222         $(top_srcdir)/config/gnulib/intmax_t.m4 \
223         $(top_srcdir)/config/gnulib/lock.m4 \
224         $(top_srcdir)/config/gnulib/longlong.m4 \
225         $(top_srcdir)/config/gnulib/malloc.m4 \
226         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
227         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
228         $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
229         $(top_srcdir)/config/gnulib/physmem.m4 \
230         $(top_srcdir)/config/gnulib/safe-read.m4 \
231         $(top_srcdir)/config/gnulib/safe-write.m4 \
232         $(top_srcdir)/config/gnulib/snprintf.m4 \
233         $(top_srcdir)/config/gnulib/socklen.m4 \
234         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
235         $(top_srcdir)/config/gnulib/ssize_t.m4 \
236         $(top_srcdir)/config/gnulib/stdbool.m4 \
237         $(top_srcdir)/config/gnulib/stdint.m4 \
238         $(top_srcdir)/config/gnulib/stdio_h.m4 \
239         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
240         $(top_srcdir)/config/gnulib/strdup.m4 \
241         $(top_srcdir)/config/gnulib/string_h.m4 \
242         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
243         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
244         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
245         $(top_srcdir)/config/gnulib/tempname.m4 \
246         $(top_srcdir)/config/gnulib/unistd_h.m4 \
247         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
248         $(top_srcdir)/config/gnulib/visibility.m4 \
249         $(top_srcdir)/config/gnulib/wchar.m4 \
250         $(top_srcdir)/config/gettext-macros/gettext.m4 \
251         $(top_srcdir)/config/gettext-macros/iconv.m4 \
252         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
253         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
254         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
255         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
256         $(top_srcdir)/config/gettext-macros/nls.m4 \
257         $(top_srcdir)/config/gettext-macros/po.m4 \
258         $(top_srcdir)/config/gettext-macros/progtest.m4 \
259         $(top_srcdir)/config/gettext-macros/size_max.m4 \
260         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
261         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
262         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
263         $(top_srcdir)/config/gettext-macros/xsize.m4 \
264         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
265 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
266         $(ACLOCAL_M4)
267 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
268 CONFIG_HEADER = $(top_builddir)/config/config.h
269 CONFIG_CLEAN_FILES =
270 CONFIG_CLEAN_VPATH_FILES =
271 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
272 am__vpath_adj = case $$p in \
273     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
274     *) f=$$p;; \
275   esac;
276 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
277 am__install_max = 40
278 am__nobase_strip_setup = \
279   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
280 am__nobase_strip = \
281   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
282 am__nobase_list = $(am__nobase_strip_setup); \
283   for p in $$list; do echo "$$p $$p"; done | \
284   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
285   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
286     if (++n[$$2] == $(am__install_max)) \
287       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
288     END { for (dir in files) print dir, files[dir] }'
289 am__base_list = \
290   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
291   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
292 am__installdirs = "$(DESTDIR)$(amlibdir)" \
293         "$(DESTDIR)$(libApplicationdir)" "$(DESTDIR)$(libArchivedir)" \
294         "$(DESTDIR)$(libCmdlinedir)" "$(DESTDIR)$(libConfigdir)" \
295         "$(DESTDIR)$(libDebugdir)" "$(DESTDIR)$(libDevicedir)" \
296         "$(DESTDIR)$(libLogfiledir)" "$(DESTDIR)$(libMainLoopdir)" \
297         "$(DESTDIR)$(libTapelistdir)" "$(DESTDIR)$(libTestsdir)" \
298         "$(DESTDIR)$(libTypesdir)" "$(DESTDIR)$(libUtildir)" \
299         "$(DESTDIR)$(libXferdir)" "$(DESTDIR)$(Amandadir)" \
300         "$(DESTDIR)$(AmandaApplicationdir)" \
301         "$(DESTDIR)$(AmandaChangerdir)" "$(DESTDIR)$(Amanda_DBdir)"
302 LTLIBRARIES = $(amlib_LTLIBRARIES) $(libApplication_LTLIBRARIES) \
303         $(libArchive_LTLIBRARIES) $(libCmdline_LTLIBRARIES) \
304         $(libConfig_LTLIBRARIES) $(libDebug_LTLIBRARIES) \
305         $(libDevice_LTLIBRARIES) $(libLogfile_LTLIBRARIES) \
306         $(libMainLoop_LTLIBRARIES) $(libTapelist_LTLIBRARIES) \
307         $(libTests_LTLIBRARIES) $(libTypes_LTLIBRARIES) \
308         $(libUtil_LTLIBRARIES) $(libXfer_LTLIBRARIES)
309 @WANT_CLIENT_TRUE@libApplication_la_DEPENDENCIES = libamglue.la \
310 @WANT_CLIENT_TRUE@      $(top_builddir)/client-src/libamclient.la
311 am__libApplication_la_SOURCES_DIST = Amanda/Application.c \
312         amglue/amglue.swg amglue/constants.swg amglue/dumpspecs.swg \
313         amglue/exports.swg amglue/glib.swg amglue/integers.swg
314 am__objects_1 =
315 @WANT_CLIENT_TRUE@am_libApplication_la_OBJECTS = Application.lo \
316 @WANT_CLIENT_TRUE@      $(am__objects_1)
317 libApplication_la_OBJECTS = $(am_libApplication_la_OBJECTS)
318 libApplication_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
319         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
320         $(libApplication_la_LDFLAGS) $(LDFLAGS) -o $@
321 @WANT_CLIENT_TRUE@am_libApplication_la_rpath = -rpath \
322 @WANT_CLIENT_TRUE@      $(libApplicationdir)
323 libArchive_la_DEPENDENCIES = libamglue.la \
324         $(top_builddir)/amar-src/libamar.la \
325         $(top_builddir)/common-src/libamanda.la
326 am_libArchive_la_OBJECTS = Archive.lo $(am__objects_1)
327 libArchive_la_OBJECTS = $(am_libArchive_la_OBJECTS)
328 libArchive_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
329         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
330         $(libArchive_la_LDFLAGS) $(LDFLAGS) -o $@
331 @WANT_SERVER_TRUE@libCmdline_la_DEPENDENCIES = libamglue.la \
332 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
333 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
334 am__libCmdline_la_SOURCES_DIST = Amanda/Cmdline.c amglue/amglue.swg \
335         amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \
336         amglue/glib.swg amglue/integers.swg
337 @WANT_SERVER_TRUE@am_libCmdline_la_OBJECTS = Cmdline.lo \
338 @WANT_SERVER_TRUE@      $(am__objects_1)
339 libCmdline_la_OBJECTS = $(am_libCmdline_la_OBJECTS)
340 libCmdline_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
341         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
342         $(libCmdline_la_LDFLAGS) $(LDFLAGS) -o $@
343 @WANT_SERVER_TRUE@am_libCmdline_la_rpath = -rpath $(libCmdlinedir)
344 libConfig_la_DEPENDENCIES = libamglue.la \
345         $(top_builddir)/common-src/libamanda.la
346 am_libConfig_la_OBJECTS = Config.lo $(am__objects_1)
347 libConfig_la_OBJECTS = $(am_libConfig_la_OBJECTS)
348 libConfig_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
349         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
350         $(libConfig_la_LDFLAGS) $(LDFLAGS) -o $@
351 libDebug_la_DEPENDENCIES = libamglue.la \
352         $(top_builddir)/common-src/libamanda.la
353 am_libDebug_la_OBJECTS = Debug.lo $(am__objects_1)
354 libDebug_la_OBJECTS = $(am_libDebug_la_OBJECTS)
355 libDebug_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
356         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
357         $(libDebug_la_LDFLAGS) $(LDFLAGS) -o $@
358 @WANT_SERVER_TRUE@libDevice_la_DEPENDENCIES = libamglue.la \
359 @WANT_SERVER_TRUE@      $(top_builddir)/device-src/libamdevice.la \
360 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
361 am__libDevice_la_SOURCES_DIST = Amanda/Device.c amglue/amglue.swg \
362         amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \
363         amglue/glib.swg amglue/integers.swg
364 @WANT_SERVER_TRUE@am_libDevice_la_OBJECTS = Device.lo $(am__objects_1)
365 libDevice_la_OBJECTS = $(am_libDevice_la_OBJECTS)
366 libDevice_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
367         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
368         $(libDevice_la_LDFLAGS) $(LDFLAGS) -o $@
369 @WANT_SERVER_TRUE@am_libDevice_la_rpath = -rpath $(libDevicedir)
370 @WANT_SERVER_TRUE@libLogfile_la_DEPENDENCIES = libamglue.la \
371 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
372 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
373 am__libLogfile_la_SOURCES_DIST = Amanda/Logfile.c amglue/amglue.swg \
374         amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \
375         amglue/glib.swg amglue/integers.swg
376 @WANT_SERVER_TRUE@am_libLogfile_la_OBJECTS = Logfile.lo \
377 @WANT_SERVER_TRUE@      $(am__objects_1)
378 libLogfile_la_OBJECTS = $(am_libLogfile_la_OBJECTS)
379 libLogfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
380         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
381         $(libLogfile_la_LDFLAGS) $(LDFLAGS) -o $@
382 @WANT_SERVER_TRUE@am_libLogfile_la_rpath = -rpath $(libLogfiledir)
383 libMainLoop_la_DEPENDENCIES = libamglue.la \
384         $(top_builddir)/common-src/libamanda.la
385 am_libMainLoop_la_OBJECTS = MainLoop.lo $(am__objects_1)
386 libMainLoop_la_OBJECTS = $(am_libMainLoop_la_OBJECTS)
387 libMainLoop_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
388         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
389         $(libMainLoop_la_LDFLAGS) $(LDFLAGS) -o $@
390 @WANT_SERVER_TRUE@libTapelist_la_DEPENDENCIES = libamglue.la \
391 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
392 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
393 am__libTapelist_la_SOURCES_DIST = Amanda/Tapelist.c amglue/amglue.swg \
394         amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \
395         amglue/glib.swg amglue/integers.swg
396 @WANT_SERVER_TRUE@am_libTapelist_la_OBJECTS = Tapelist.lo \
397 @WANT_SERVER_TRUE@      $(am__objects_1)
398 libTapelist_la_OBJECTS = $(am_libTapelist_la_OBJECTS)
399 libTapelist_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
400         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
401         $(libTapelist_la_LDFLAGS) $(LDFLAGS) -o $@
402 @WANT_SERVER_TRUE@am_libTapelist_la_rpath = -rpath $(libTapelistdir)
403 libTests_la_DEPENDENCIES = libamglue.la \
404         $(top_builddir)/common-src/libamanda.la
405 am_libTests_la_OBJECTS = Tests.lo $(am__objects_1)
406 libTests_la_OBJECTS = $(am_libTests_la_OBJECTS)
407 libTests_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
408         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
409         $(libTests_la_LDFLAGS) $(LDFLAGS) -o $@
410 libTypes_la_DEPENDENCIES = libamglue.la \
411         $(top_builddir)/common-src/libamanda.la
412 am_libTypes_la_OBJECTS = Types.lo $(am__objects_1)
413 libTypes_la_OBJECTS = $(am_libTypes_la_OBJECTS)
414 libTypes_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
415         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
416         $(libTypes_la_LDFLAGS) $(LDFLAGS) -o $@
417 libUtil_la_DEPENDENCIES = libamglue.la \
418         $(top_builddir)/common-src/libamanda.la
419 am_libUtil_la_OBJECTS = Util.lo $(am__objects_1)
420 libUtil_la_OBJECTS = $(am_libUtil_la_OBJECTS)
421 libUtil_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
422         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
423         $(libUtil_la_LDFLAGS) $(LDFLAGS) -o $@
424 @WANT_SERVER_TRUE@libXfer_la_DEPENDENCIES = libamglue.la \
425 @WANT_SERVER_TRUE@      $(top_builddir)/xfer-src/libamxfer.la \
426 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
427 am__libXfer_la_SOURCES_DIST = Amanda/Xfer.c amglue/amglue.swg \
428         amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \
429         amglue/glib.swg amglue/integers.swg
430 @WANT_SERVER_TRUE@am_libXfer_la_OBJECTS = Xfer.lo $(am__objects_1)
431 libXfer_la_OBJECTS = $(am_libXfer_la_OBJECTS)
432 libXfer_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
433         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
434         $(libXfer_la_LDFLAGS) $(LDFLAGS) -o $@
435 @WANT_SERVER_TRUE@am_libXfer_la_rpath = -rpath $(libXferdir)
436 libamglue_la_LIBADD =
437 am_libamglue_la_OBJECTS = ghashtable.lo bigint.lo source.lo
438 libamglue_la_OBJECTS = $(am_libamglue_la_OBJECTS)
439 libamglue_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
440         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
441         $(libamglue_la_LDFLAGS) $(LDFLAGS) -o $@
442 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
443 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
444 am__depfiles_maybe = depfiles
445 am__mv = mv -f
446 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
447         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
448 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
449         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
450         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
451 CCLD = $(CC)
452 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
453         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
454         $(LDFLAGS) -o $@
455 SOURCES = $(libApplication_la_SOURCES) $(libArchive_la_SOURCES) \
456         $(libCmdline_la_SOURCES) $(libConfig_la_SOURCES) \
457         $(libDebug_la_SOURCES) $(libDevice_la_SOURCES) \
458         $(libLogfile_la_SOURCES) $(libMainLoop_la_SOURCES) \
459         $(libTapelist_la_SOURCES) $(libTests_la_SOURCES) \
460         $(libTypes_la_SOURCES) $(libUtil_la_SOURCES) \
461         $(libXfer_la_SOURCES) $(libamglue_la_SOURCES)
462 DIST_SOURCES = $(am__libApplication_la_SOURCES_DIST) \
463         $(libArchive_la_SOURCES) $(am__libCmdline_la_SOURCES_DIST) \
464         $(libConfig_la_SOURCES) $(libDebug_la_SOURCES) \
465         $(am__libDevice_la_SOURCES_DIST) \
466         $(am__libLogfile_la_SOURCES_DIST) $(libMainLoop_la_SOURCES) \
467         $(am__libTapelist_la_SOURCES_DIST) $(libTests_la_SOURCES) \
468         $(libTypes_la_SOURCES) $(libUtil_la_SOURCES) \
469         $(am__libXfer_la_SOURCES_DIST) $(libamglue_la_SOURCES)
470 DATA = $(Amanda_DATA) $(AmandaApplication_DATA) $(AmandaChanger_DATA) \
471         $(Amanda_DB_DATA)
472 ETAGS = etags
473 CTAGS = ctags
474 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
475 ACLOCAL = @ACLOCAL@
476 AIX_BACKUP = @AIX_BACKUP@
477 ALLOCA = @ALLOCA@
478 ALLOCA_H = @ALLOCA_H@
479 AMANDA_DBGDIR = @AMANDA_DBGDIR@
480 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
481 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
482 AMANDA_TMPDIR = @AMANDA_TMPDIR@
483 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
484 AMLINT = @AMLINT@
485 AMLINTFLAGS = @AMLINTFLAGS@
486 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
487 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
488 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
489 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
490 AMTAR = @AMTAR@
491 APPLICATION_DIR = @APPLICATION_DIR@
492 AR = @AR@
493 ARPA_INET_H = @ARPA_INET_H@
494 ASSERTIONS = @ASSERTIONS@
495 AUTOCONF = @AUTOCONF@
496 AUTOHEADER = @AUTOHEADER@
497 AUTOMAKE = @AUTOMAKE@
498 AWK = @AWK@
499 BASH = @BASH@
500 BINARY_OWNER = @BINARY_OWNER@
501 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
502 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
503 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
504 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
505 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
506 BSDTCP_SECURITY = @BSDTCP_SECURITY@
507 BSDUDP_SECURITY = @BSDUDP_SECURITY@
508 BSD_SECURITY = @BSD_SECURITY@
509 CAT = @CAT@
510 CC = @CC@
511 CCDEPMODE = @CCDEPMODE@
512 CFLAGS = @CFLAGS@
513 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
514 CHECK_USERID = @CHECK_USERID@
515 CHIO = @CHIO@
516 CHS = @CHS@
517 CLIENT_HOST_INSTANCE = @CLIENT_HOST_INSTANCE@
518 CLIENT_HOST_KEY_FILE = @CLIENT_HOST_KEY_FILE@
519 CLIENT_HOST_PRINCIPAL = @CLIENT_HOST_PRINCIPAL@
520 CLIENT_LOGIN = @CLIENT_LOGIN@
521 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
522 COMPRESS = @COMPRESS@
523 COMPRESS_BEST_OPT = @COMPRESS_BEST_OPT@
524 COMPRESS_FAST_OPT = @COMPRESS_FAST_OPT@
525 COMPRESS_PATH = @COMPRESS_PATH@
526 COMPRESS_SUFFIX = @COMPRESS_SUFFIX@
527 CONFIG_CLOBBER_MY_CONFIG = @CONFIG_CLOBBER_MY_CONFIG@
528 CONFIG_DIR = @CONFIG_DIR@
529 CPP = @CPP@
530 CPPFLAGS = @CPPFLAGS@
531 CURL_CONFIG = @CURL_CONFIG@
532 CXX = @CXX@
533 CXXCPP = @CXXCPP@
534 CXXDEPMODE = @CXXDEPMODE@
535 CXXFLAGS = @CXXFLAGS@
536 CYGPATH_W = @CYGPATH_W@
537 DD = @DD@
538 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
539 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
540 DEFAULT_CONFIG = @DEFAULT_CONFIG@
541 DEFAULT_MAILER = @DEFAULT_MAILER@
542 DEFAULT_SERVER = @DEFAULT_SERVER@
543 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
544 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
545 DEFS = @DEFS@
546 DEPDIR = @DEPDIR@
547 DOC_BUILD_DATE = @DOC_BUILD_DATE@
548 DUMP = @DUMP@
549 DUMP_RETURNS_1 = @DUMP_RETURNS_1@
550 ECHO = @ECHO@
551 ECHO_C = @ECHO_C@
552 ECHO_N = @ECHO_N@
553 ECHO_T = @ECHO_T@
554 EGREP = @EGREP@
555 EOVERFLOW = @EOVERFLOW@
556 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
557 EXEEXT = @EXEEXT@
558 F77 = @F77@
559 FFLAGS = @FFLAGS@
560 FLOAT_H = @FLOAT_H@
561 GETCONF = @GETCONF@
562 GETOPT_H = @GETOPT_H@
563 GETTEXT = @GETTEXT@
564 GLIB_CFLAGS = @GLIB_CFLAGS@
565 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
566 GLIB_LIBS = @GLIB_LIBS@
567 GLIB_MKENUMS = @GLIB_MKENUMS@
568 GMSGFMT = @GMSGFMT@
569 GMSGFMT_015 = @GMSGFMT_015@
570 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
571 GNULIB_CHOWN = @GNULIB_CHOWN@
572 GNULIB_DUP2 = @GNULIB_DUP2@
573 GNULIB_ENVIRON = @GNULIB_ENVIRON@
574 GNULIB_FCHDIR = @GNULIB_FCHDIR@
575 GNULIB_FFLUSH = @GNULIB_FFLUSH@
576 GNULIB_FOPEN = @GNULIB_FOPEN@
577 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
578 GNULIB_FREOPEN = @GNULIB_FREOPEN@
579 GNULIB_FSEEK = @GNULIB_FSEEK@
580 GNULIB_FSEEKO = @GNULIB_FSEEKO@
581 GNULIB_FTELL = @GNULIB_FTELL@
582 GNULIB_FTELLO = @GNULIB_FTELLO@
583 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
584 GNULIB_GETCWD = @GNULIB_GETCWD@
585 GNULIB_GETDELIM = @GNULIB_GETDELIM@
586 GNULIB_GETLINE = @GNULIB_GETLINE@
587 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
588 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
589 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
590 GNULIB_LCHOWN = @GNULIB_LCHOWN@
591 GNULIB_LSEEK = @GNULIB_LSEEK@
592 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
593 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
594 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
595 GNULIB_MBSCHR = @GNULIB_MBSCHR@
596 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
597 GNULIB_MBSLEN = @GNULIB_MBSLEN@
598 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
599 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
600 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
601 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
602 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
603 GNULIB_MBSSEP = @GNULIB_MBSSEP@
604 GNULIB_MBSSPN = @GNULIB_MBSSPN@
605 GNULIB_MBSSTR = @GNULIB_MBSSTR@
606 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
607 GNULIB_MEMMEM = @GNULIB_MEMMEM@
608 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
609 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
610 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
611 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
612 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
613 GNULIB_PUTENV = @GNULIB_PUTENV@
614 GNULIB_READLINK = @GNULIB_READLINK@
615 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
616 GNULIB_SETENV = @GNULIB_SETENV@
617 GNULIB_SLEEP = @GNULIB_SLEEP@
618 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
619 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
620 GNULIB_STPCPY = @GNULIB_STPCPY@
621 GNULIB_STPNCPY = @GNULIB_STPNCPY@
622 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
623 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
624 GNULIB_STRDUP = @GNULIB_STRDUP@
625 GNULIB_STRERROR = @GNULIB_STRERROR@
626 GNULIB_STRNDUP = @GNULIB_STRNDUP@
627 GNULIB_STRNLEN = @GNULIB_STRNLEN@
628 GNULIB_STRPBRK = @GNULIB_STRPBRK@
629 GNULIB_STRSEP = @GNULIB_STRSEP@
630 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
631 GNULIB_STRSTR = @GNULIB_STRSTR@
632 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
633 GNULIB_UNSETENV = @GNULIB_UNSETENV@
634 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
635 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
636 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
637 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
638 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
639 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
640 GNUPLOT = @GNUPLOT@
641 GNUTAR = @GNUTAR@
642 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
643 GOBJECT_QUERY = @GOBJECT_QUERY@
644 GREP = @GREP@
645 GZIP = @GZIP@
646 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
647 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
648 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
649 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
650 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
651 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
652 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
653 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
654 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
655 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
656 HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
657 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
658 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
659 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
660 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
661 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
662 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
663 HAVE_DUP2 = @HAVE_DUP2@
664 HAVE_FSEEKO = @HAVE_FSEEKO@
665 HAVE_FTELLO = @HAVE_FTELLO@
666 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
667 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
668 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
669 HAVE_GZIP = @HAVE_GZIP@
670 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
671 HAVE_IO_H = @HAVE_IO_H@
672 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
673 HAVE_LSTAT = @HAVE_LSTAT@
674 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
675 HAVE_MEMPCPY = @HAVE_MEMPCPY@
676 HAVE_MKDTEMP = @HAVE_MKDTEMP@
677 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
678 HAVE_OS_H = @HAVE_OS_H@
679 HAVE_READLINK = @HAVE_READLINK@
680 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
681 HAVE_SETENV = @HAVE_SETENV@
682 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
683 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
684 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
685 HAVE_SLEEP = @HAVE_SLEEP@
686 HAVE_STDINT_H = @HAVE_STDINT_H@
687 HAVE_STPCPY = @HAVE_STPCPY@
688 HAVE_STPNCPY = @HAVE_STPNCPY@
689 HAVE_STRCASESTR = @HAVE_STRCASESTR@
690 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
691 HAVE_STRNDUP = @HAVE_STRNDUP@
692 HAVE_STRPBRK = @HAVE_STRPBRK@
693 HAVE_STRSEP = @HAVE_STRSEP@
694 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
695 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
696 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
697 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
698 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
699 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
700 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
701 HAVE_UNISTD_H = @HAVE_UNISTD_H@
702 HAVE_UNSETENV = @HAVE_UNSETENV@
703 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
704 HAVE_VASPRINTF = @HAVE_VASPRINTF@
705 HAVE_VISIBILITY = @HAVE_VISIBILITY@
706 HAVE_WCHAR_H = @HAVE_WCHAR_H@
707 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
708 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
709 HAVE__BOOL = @HAVE__BOOL@
710 INCLUDE_NEXT = @INCLUDE_NEXT@
711 INSTALL = @INSTALL@
712 INSTALL_DATA = @INSTALL_DATA@
713 INSTALL_PROGRAM = @INSTALL_PROGRAM@
714 INSTALL_SCRIPT = @INSTALL_SCRIPT@
715 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
716 INTLLIBS = @INTLLIBS@
717 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
718 KRB4_SECURITY = @KRB4_SECURITY@
719 KRB5_SECURITY = @KRB5_SECURITY@
720 LDFLAGS = @LDFLAGS@
721 LEX = @LEX@
722 LEXLIB = @LEXLIB@
723 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
724 LIBCURL = @LIBCURL@
725 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
726 LIBICONV = @LIBICONV@
727 LIBINTL = @LIBINTL@
728 LIBMULTITHREAD = @LIBMULTITHREAD@
729 LIBOBJS = @LIBOBJS@
730 LIBPTH = @LIBPTH@
731 LIBS = @LIBS@
732 LIBTHREAD = @LIBTHREAD@
733 LIBTOOL = @LIBTOOL@
734 LIBTOOL_DEPS = @LIBTOOL_DEPS@
735 LN_S = @LN_S@
736 LOCKING = @LOCKING@
737 LOW_TCPPORTRANGE = @LOW_TCPPORTRANGE@
738 LTLIBICONV = @LTLIBICONV@
739 LTLIBINTL = @LTLIBINTL@
740 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
741 LTLIBOBJS = @LTLIBOBJS@
742 LTLIBPTH = @LTLIBPTH@
743 LTLIBTHREAD = @LTLIBTHREAD@
744 MAILER = @MAILER@
745 MAKEINFO = @MAKEINFO@
746 MCUTIL = @MCUTIL@
747 MKDIR_P = @MKDIR_P@
748 MSGFMT = @MSGFMT@
749 MSGFMT_015 = @MSGFMT_015@
750 MSGMERGE = @MSGMERGE@
751 MT = @MT@
752 MTX = @MTX@
753 MT_FILE_FLAG = @MT_FILE_FLAG@
754 NETINET_IN_H = @NETINET_IN_H@
755 NEXT_FLOAT_H = @NEXT_FLOAT_H@
756 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
757 NEXT_STDINT_H = @NEXT_STDINT_H@
758 NEXT_STDIO_H = @NEXT_STDIO_H@
759 NEXT_STDLIB_H = @NEXT_STDLIB_H@
760 NEXT_STRING_H = @NEXT_STRING_H@
761 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
762 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
763 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
764 NEXT_UNISTD_H = @NEXT_UNISTD_H@
765 NEXT_WCHAR_H = @NEXT_WCHAR_H@
766 OBJEXT = @OBJEXT@
767 PACKAGE = @PACKAGE@
768 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
769 PACKAGE_NAME = @PACKAGE_NAME@
770 PACKAGE_STRING = @PACKAGE_STRING@
771 PACKAGE_TARNAME = @PACKAGE_TARNAME@
772 PACKAGE_VERSION = @PACKAGE_VERSION@
773 PATH_SEPARATOR = @PATH_SEPARATOR@
774 PCAT = @PCAT@
775 PERL = @PERL@
776 PERLEXTLIBS = @PERLEXTLIBS@
777 PERL_INC = @PERL_INC@
778 PKG_CONFIG = @PKG_CONFIG@
779 POSUB = @POSUB@
780 PRINT = @PRINT@
781 PS = @PS@
782 PS_ARGUMENT = @PS_ARGUMENT@
783 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
784 RANLIB = @RANLIB@
785 READLINE_LIBS = @READLINE_LIBS@
786 REPLACE_CHOWN = @REPLACE_CHOWN@
787 REPLACE_FCHDIR = @REPLACE_FCHDIR@
788 REPLACE_FFLUSH = @REPLACE_FFLUSH@
789 REPLACE_FOPEN = @REPLACE_FOPEN@
790 REPLACE_FPRINTF = @REPLACE_FPRINTF@
791 REPLACE_FREOPEN = @REPLACE_FREOPEN@
792 REPLACE_FSEEK = @REPLACE_FSEEK@
793 REPLACE_FSEEKO = @REPLACE_FSEEKO@
794 REPLACE_FTELL = @REPLACE_FTELL@
795 REPLACE_FTELLO = @REPLACE_FTELLO@
796 REPLACE_GETCWD = @REPLACE_GETCWD@
797 REPLACE_GETLINE = @REPLACE_GETLINE@
798 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
799 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
800 REPLACE_LCHOWN = @REPLACE_LCHOWN@
801 REPLACE_LSEEK = @REPLACE_LSEEK@
802 REPLACE_MEMMEM = @REPLACE_MEMMEM@
803 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
804 REPLACE_PRINTF = @REPLACE_PRINTF@
805 REPLACE_PUTENV = @REPLACE_PUTENV@
806 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
807 REPLACE_SPRINTF = @REPLACE_SPRINTF@
808 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
809 REPLACE_STRERROR = @REPLACE_STRERROR@
810 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
811 REPLACE_STRSTR = @REPLACE_STRSTR@
812 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
813 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
814 REPLACE_VPRINTF = @REPLACE_VPRINTF@
815 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
816 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
817 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
818 RESTORE = @RESTORE@
819 RSH_SECURITY = @RSH_SECURITY@
820 SAMBA_CLIENT = @SAMBA_CLIENT@
821 SERVER_HOST_INSTANCE = @SERVER_HOST_INSTANCE@
822 SERVER_HOST_KEY_FILE = @SERVER_HOST_KEY_FILE@
823 SERVER_HOST_PRINCIPAL = @SERVER_HOST_PRINCIPAL@
824 SERVICE_SUFFIX = @SERVICE_SUFFIX@
825 SETUID_GROUP = @SETUID_GROUP@
826 SET_MAKE = @SET_MAKE@
827 SHELL = @SHELL@
828 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
829 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
830 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
831 SORT = @SORT@
832 SSH = @SSH@
833 SSH_SECURITY = @SSH_SECURITY@
834 STDBOOL_H = @STDBOOL_H@
835 STDINT_H = @STDINT_H@
836 STRIP = @STRIP@
837 SVN = @SVN@
838 SWIG = @SWIG@
839 SWIG_LIB = @SWIG_LIB@
840 SYS_SOCKET_H = @SYS_SOCKET_H@
841 SYS_STAT_H = @SYS_STAT_H@
842 SYS_TIME_H = @SYS_TIME_H@
843 TCPPORTRANGE = @TCPPORTRANGE@
844 TICKET_LIFETIME = @TICKET_LIFETIME@
845 UDPPORTRANGE = @UDPPORTRANGE@
846 UNCOMPRESS_OPT = @UNCOMPRESS_OPT@
847 UNCOMPRESS_PATH = @UNCOMPRESS_PATH@
848 USE_AMANDAHOSTS = @USE_AMANDAHOSTS@
849 USE_NLS = @USE_NLS@
850 USE_RUNDUMP = @USE_RUNDUMP@
851 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
852 VDUMP = @VDUMP@
853 VERSION = @VERSION@
854 VERSION_COMMENT = @VERSION_COMMENT@
855 VERSION_MAJOR = @VERSION_MAJOR@
856 VERSION_MINOR = @VERSION_MINOR@
857 VERSION_PATCH = @VERSION_PATCH@
858 VERSION_SUFFIX = @VERSION_SUFFIX@
859 VOID_UNSETENV = @VOID_UNSETENV@
860 VRESTORE = @VRESTORE@
861 VXDUMP = @VXDUMP@
862 VXRESTORE = @VXRESTORE@
863 WCHAR_H = @WCHAR_H@
864 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
865 WINT_T_SUFFIX = @WINT_T_SUFFIX@
866 XFSDUMP = @XFSDUMP@
867 XFSRESTORE = @XFSRESTORE@
868 XGETTEXT = @XGETTEXT@
869 XGETTEXT_015 = @XGETTEXT_015@
870 XSLREL = @XSLREL@
871 XSLTPROC = @XSLTPROC@
872 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
873 YACC = @YACC@
874 YFLAGS = @YFLAGS@
875 _libcurl_config = @_libcurl_config@
876 abs_builddir = @abs_builddir@
877 abs_srcdir = @abs_srcdir@
878 abs_top_builddir = @abs_top_builddir@
879 abs_top_srcdir = @abs_top_srcdir@
880 ac_ct_CC = @ac_ct_CC@
881 ac_ct_CXX = @ac_ct_CXX@
882 ac_ct_F77 = @ac_ct_F77@
883 am__include = @am__include@
884 am__leading_dot = @am__leading_dot@
885 am__quote = @am__quote@
886 am__tar = @am__tar@
887 am__untar = @am__untar@
888 amdatadir = @amdatadir@
889 amincludedir = @amincludedir@
890 amlibdir = @amlibdir@
891 amlibexecdir = @amlibexecdir@
892 amperldir = @amperldir@
893 bindir = @bindir@
894 build = @build@
895 build_alias = @build_alias@
896 build_cpu = @build_cpu@
897 build_os = @build_os@
898 build_vendor = @build_vendor@
899 builddir = @builddir@
900 datadir = @datadir@
901 datarootdir = @datarootdir@
902 docdir = @docdir@
903 dvidir = @dvidir@
904 exec_prefix = @exec_prefix@
905 gl_LIBOBJS = @gl_LIBOBJS@
906 gl_LTLIBOBJS = @gl_LTLIBOBJS@
907 gltests_LIBOBJS = @gltests_LIBOBJS@
908 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
909 host = @host@
910 host_alias = @host_alias@
911 host_cpu = @host_cpu@
912 host_os = @host_os@
913 host_vendor = @host_vendor@
914 htmldir = @htmldir@
915 includedir = @includedir@
916 infodir = @infodir@
917 install_sh = @install_sh@
918 libdir = @libdir@
919 libexecdir = @libexecdir@
920 localedir = @localedir@
921 localstatedir = @localstatedir@
922 mandir = @mandir@
923 mkdir_p = @mkdir_p@
924 oldincludedir = @oldincludedir@
925 pdfdir = @pdfdir@
926 prefix = @prefix@
927 program_transform_name = @program_transform_name@
928 psdir = @psdir@
929 sbindir = @sbindir@
930 sharedstatedir = @sharedstatedir@
931 srcdir = @srcdir@
932 sysconfdir = @sysconfdir@
933 target = @target@
934 target_alias = @target_alias@
935 target_cpu = @target_cpu@
936 target_os = @target_os@
937 target_vendor = @target_vendor@
938 top_build_prefix = @top_build_prefix@
939 top_builddir = @top_builddir@
940 top_srcdir = @top_srcdir@
941 SUFFIXES = 
942 EXTRA_DIST = $(libamglue_la_SOURCES) $(AMGLUE_SWG) Amanda/Archive.swg \
943         Amanda/Archive.pm Amanda/Device.swg Amanda/Device.pm \
944         Amanda/Logfile.swg Amanda/Logfile.pm Amanda/Cmdline.swg \
945         Amanda/Cmdline.pm Amanda/Tapelist.swg Amanda/Tapelist.pm \
946         Amanda/Changer.pm $(AmandaChanger_DATA) Amanda/Process.pm \
947         Amanda/DB/Catalog.pm Amanda/Xfer.swg Amanda/Xfer.pm \
948         Amanda/BigIntCompat.pm Amanda/Debug.swg Amanda/Debug.pm \
949         Amanda/Config.swg Amanda/Config.pm Amanda/Util.swg \
950         Amanda/Util.pm Amanda/Types.swg Amanda/Types.pm \
951         Amanda/Tests.swg Amanda/Tests.pm Amanda/MainLoop.swg \
952         Amanda/MainLoop.pm Amanda/Paths.pm.in Amanda/Constants.pm.in \
953         Amanda/Script_App.pm Amanda/Application.swg \
954         Amanda/Application.pm Amanda/Script.pm \
955         Amanda/Application/Zfs.pm
956 BUILT_SOURCES = 
957 MOSTLYCLEANFILES = 
958
959 # config.status leaves config.log files around
960 CLEANFILES = config.log
961
962 # and we'll need to clean up our generated files for distclean
963 DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK) \
964         $(SCRIPTS_INCLUDE) Amanda/Paths.pm Amanda/Constants.pm
965 MAINTAINERCLEANFILES = Amanda/Archive.c Amanda/Archive.pm \
966         $(am__append_6) Amanda/Debug.c Amanda/Debug.pm Amanda/Config.c \
967         Amanda/Config.pm Amanda/Util.c Amanda/Util.pm Amanda/Types.c \
968         Amanda/Types.pm Amanda/Tests.c Amanda/Tests.pm \
969         Amanda/MainLoop.c Amanda/MainLoop.pm $(am__append_9)
970
971 # syntax-check shell scripts on 'make check'
972 CHECK_SHELL = $(SCRIPTS_SHELL)
973
974 # add the SWIG symbol to avoid conflicts with perl definitions.
975 # $AMANDA_WARNING_CFLAGS is omitted because SWIG-generated files tend
976 # to trigger warnings
977 AM_CFLAGS = -DSWIG
978
979 # Appropriate INCLUDES depends on which components (server or client) are 
980 # being built
981 INCLUDES = -I$(top_builddir)/common-src -I$(top_srcdir)/common-src \
982         -I$(top_srcdir)/amandad-src -I$(top_srcdir)/amar-src \
983         -I$(top_srcdir)/xfer-src -I$(top_srcdir)/perl/amglue \
984         -I$(top_srcdir)/gnulib $(PERL_INC) $(am__append_1) \
985         $(am__append_2) $(am__append_3) $(am__append_4)
986
987 # (amplot has a conditional, but doesn't have any header files)
988 amlib_LTLIBRARIES = libamglue.la
989 libamglue_la_SOURCES = \
990         amglue/ghashtable.c \
991         amglue/bigint.c \
992         amglue/source.c \
993         amglue/amglue.h
994
995 libamglue_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
996
997 # This isn't a very robust implementation, as it's only meant to make the HTML
998 # available online as part of the automated compilation process.  It assumes
999 # that all perl modules were built (not just server or client), and that the
1000 # build directory does not contain any "junk".
1001
1002 # HTML_SOURCE_FILES should contain the .pm files from which the HTML should
1003 # be geneated.  This is just the concatenation of foo_DATA for all $(foodir)
1004 # into which perl modules are installed.
1005 HTML_SOURCE_FILES = $(Amanda_DATA) $(am__append_7) $(am__append_10)
1006
1007 # Tell libtool to not bother versioning the libs we build, since perl won't
1008 # pay attention to such things, anyway.
1009
1010 # And add any flags the user has requested; on FreeBSD, this pulls in the 
1011 # threading library
1012 PERL_EXT_LDFLAGS = -avoid-version $(PERLEXTLIBS)
1013
1014 # list our SWIG libraries. 
1015 AMGLUE_SWG = amglue/amglue.swg \
1016         amglue/amglue.swg \
1017         amglue/constants.swg \
1018         amglue/dumpspecs.swg \
1019         amglue/exports.swg \
1020         amglue/glib.swg \
1021         amglue/integers.swg
1022
1023
1024 # SWIG OPTIONS:
1025 # -perl5 -proxy: generate perl code, with proxy (shadow) classes
1026 # -DSWIG_TYPE_TABLE: the name for the global type table; customized
1027 #  to minimize type collisions with other SWIG-generated modules
1028 # -I$(srcdir) use include files relative to this directory
1029 SWIG_OPTIONS = -perl5 -proxy -DSWIG_TYPE_TABLE=SWIG_TYPES_Amanda -I$(srcdir)
1030 Amandadir = $(amperldir)/Amanda
1031
1032 # PACKAGE: Amanda::BigIntCompat
1033
1034 # PACKAGE: Amanda::Paths
1035
1036 # PACKAGE: Amanda::Constants
1037
1038 # PACKAGE: Amanda::Script_App
1039
1040 # PACKAGE: Amanda::Script
1041 Amanda_DATA = Amanda/Archive.pm $(am__append_5) Amanda/BigIntCompat.pm \
1042         Amanda/Debug.pm Amanda/Config.pm Amanda/Util.pm \
1043         Amanda/Types.pm Amanda/Tests.pm Amanda/MainLoop.pm \
1044         Amanda/Paths.pm Amanda/Constants.pm Amanda/Script_App.pm \
1045         $(am__append_8) Amanda/Script.pm
1046
1047 # PACKAGE: Amanda::Archive
1048 libArchivedir = $(amperldir)/auto/Amanda/Archive
1049 libArchive_LTLIBRARIES = libArchive.la
1050 libArchive_la_SOURCES = Amanda/Archive.c $(AMGLUE_SWG)
1051 libArchive_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1052 libArchive_la_LIBADD = libamglue.la \
1053         $(top_builddir)/amar-src/libamar.la \
1054         $(top_builddir)/common-src/libamanda.la
1055
1056
1057 # PACKAGE: Amanda::Device
1058 @WANT_SERVER_TRUE@libDevicedir = $(amperldir)/auto/Amanda/Device
1059 @WANT_SERVER_TRUE@libDevice_LTLIBRARIES = libDevice.la
1060 @WANT_SERVER_TRUE@libDevice_la_SOURCES = Amanda/Device.c $(AMGLUE_SWG)
1061 @WANT_SERVER_TRUE@libDevice_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1062 @WANT_SERVER_TRUE@libDevice_la_LIBADD = libamglue.la \
1063 @WANT_SERVER_TRUE@      $(top_builddir)/device-src/libamdevice.la \
1064 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
1065
1066
1067 # PACKAGE: Amanda::Logfile
1068 @WANT_SERVER_TRUE@libLogfiledir = $(amperldir)/auto/Amanda/Logfile
1069 @WANT_SERVER_TRUE@libLogfile_LTLIBRARIES = libLogfile.la
1070 @WANT_SERVER_TRUE@libLogfile_la_SOURCES = Amanda/Logfile.c $(AMGLUE_SWG)
1071 @WANT_SERVER_TRUE@libLogfile_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1072 @WANT_SERVER_TRUE@libLogfile_la_LIBADD = libamglue.la \
1073 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
1074 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
1075
1076
1077 # PACKAGE: Amanda::Cmdline
1078 @WANT_SERVER_TRUE@libCmdlinedir = $(amperldir)/auto/Amanda/Cmdline
1079 @WANT_SERVER_TRUE@libCmdline_LTLIBRARIES = libCmdline.la
1080 @WANT_SERVER_TRUE@libCmdline_la_SOURCES = Amanda/Cmdline.c $(AMGLUE_SWG)
1081 @WANT_SERVER_TRUE@libCmdline_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1082 @WANT_SERVER_TRUE@libCmdline_la_LIBADD = libamglue.la \
1083 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
1084 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
1085
1086
1087 # PACKAGE: Amanda::Tapelist
1088 @WANT_SERVER_TRUE@libTapelistdir = $(amperldir)/auto/Amanda/Tapelist
1089 @WANT_SERVER_TRUE@libTapelist_LTLIBRARIES = libTapelist.la
1090 @WANT_SERVER_TRUE@libTapelist_la_SOURCES = Amanda/Tapelist.c $(AMGLUE_SWG)
1091 @WANT_SERVER_TRUE@libTapelist_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1092 @WANT_SERVER_TRUE@libTapelist_la_LIBADD = libamglue.la \
1093 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
1094 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
1095
1096
1097 # PACKAGE: Amanda::Changer::*
1098 @WANT_SERVER_TRUE@AmandaChangerdir = $(amperldir)/Amanda/Changer
1099 @WANT_SERVER_TRUE@AmandaChanger_DATA = \
1100 @WANT_SERVER_TRUE@      Amanda/Changer/disk.pm \
1101 @WANT_SERVER_TRUE@      Amanda/Changer/compat.pm \
1102 @WANT_SERVER_TRUE@      Amanda/Changer/single.pm
1103
1104
1105 # PACKAGE: Amanda::DB::*
1106 @WANT_SERVER_TRUE@Amanda_DBdir = $(Amandadir)/DB
1107
1108 # PACKAGE: Amanda::DB::Catalog
1109 @WANT_SERVER_TRUE@Amanda_DB_DATA = Amanda/DB/Catalog.pm
1110
1111 # PACKAGE: Amanda::Xfer
1112 @WANT_SERVER_TRUE@libXferdir = $(amperldir)/auto/Amanda/Xfer
1113 @WANT_SERVER_TRUE@libXfer_LTLIBRARIES = libXfer.la
1114 @WANT_SERVER_TRUE@libXfer_la_SOURCES = Amanda/Xfer.c $(AMGLUE_SWG)
1115 @WANT_SERVER_TRUE@libXfer_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1116 @WANT_SERVER_TRUE@libXfer_la_LIBADD = libamglue.la \
1117 @WANT_SERVER_TRUE@      $(top_builddir)/xfer-src/libamxfer.la \
1118 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
1119
1120
1121 # PACKAGE: Amanda::Debug
1122 libDebugdir = $(amperldir)/auto/Amanda/Debug
1123 libDebug_LTLIBRARIES = libDebug.la
1124 libDebug_la_SOURCES = Amanda/Debug.c $(AMGLUE_SWG)
1125 libDebug_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1126 libDebug_la_LIBADD = libamglue.la \
1127         $(top_builddir)/common-src/libamanda.la
1128
1129
1130 # PACKAGE: Amanda::Config
1131 libConfigdir = $(amperldir)/auto/Amanda/Config
1132 libConfig_LTLIBRARIES = libConfig.la
1133 libConfig_la_SOURCES = Amanda/Config.c $(AMGLUE_SWG)
1134 libConfig_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1135 libConfig_la_LIBADD = libamglue.la \
1136         $(top_builddir)/common-src/libamanda.la
1137
1138
1139 # PACKAGE: Amanda::Util
1140 libUtildir = $(amperldir)/auto/Amanda/Util
1141 libUtil_LTLIBRARIES = libUtil.la
1142 libUtil_la_SOURCES = Amanda/Util.c $(AMGLUE_SWG)
1143 libUtil_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1144 libUtil_la_LIBADD = libamglue.la \
1145         $(top_builddir)/common-src/libamanda.la
1146
1147
1148 # PACKAGE: Amanda::Types
1149 libTypesdir = $(amperldir)/auto/Amanda/Types
1150 libTypes_LTLIBRARIES = libTypes.la
1151 libTypes_la_SOURCES = Amanda/Types.c $(AMGLUE_SWG)
1152 libTypes_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1153 libTypes_la_LIBADD = libamglue.la \
1154         $(top_builddir)/common-src/libamanda.la
1155
1156
1157 # PACKAGE: Amanda::Tests
1158 libTestsdir = $(amperldir)/auto/Amanda/Tests
1159 libTests_LTLIBRARIES = libTests.la
1160 libTests_la_SOURCES = Amanda/Tests.c $(AMGLUE_SWG)
1161 libTests_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1162 libTests_la_LIBADD = libamglue.la \
1163         $(top_builddir)/common-src/libamanda.la
1164
1165
1166 # PACKAGE: Amanda::MainLoop
1167 libMainLoopdir = $(amperldir)/auto/Amanda/MainLoop
1168 libMainLoop_LTLIBRARIES = libMainLoop.la
1169 libMainLoop_la_SOURCES = Amanda/MainLoop.c $(AMGLUE_SWG)
1170 libMainLoop_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1171 libMainLoop_la_LIBADD = libamglue.la \
1172         $(top_builddir)/common-src/libamanda.la
1173
1174
1175 # PACKAGE: Amanda::Application
1176 @WANT_CLIENT_TRUE@libApplicationdir = $(amperldir)/auto/Amanda/Application
1177 @WANT_CLIENT_TRUE@libApplication_LTLIBRARIES = libApplication.la
1178 @WANT_CLIENT_TRUE@libApplication_la_SOURCES = Amanda/Application.c $(AMGLUE_SWG)
1179 @WANT_CLIENT_TRUE@libApplication_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
1180 @WANT_CLIENT_TRUE@libApplication_la_LIBADD = libamglue.la \
1181 @WANT_CLIENT_TRUE@      $(top_builddir)/client-src/libamclient.la
1182
1183
1184 # PACKAGE: Amanda::Application::*
1185 @WANT_CLIENT_TRUE@AmandaApplicationdir = $(amperldir)/Amanda/Application
1186 @WANT_CLIENT_TRUE@AmandaApplication_DATA = Amanda/Application/Zfs.pm
1187
1188 # perl doesn't use the cyg prefix and it doesn't search in the bin
1189 # directory, dll must be copied to their modules directories.
1190 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@amperldirauto = "$(DESTDIR)$(amperldir)/auto/Amanda"
1191 all: $(BUILT_SOURCES)
1192         $(MAKE) $(AM_MAKEFLAGS) all-am
1193
1194 .SUFFIXES:
1195 .SUFFIXES: .c .lo .o .obj
1196 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(am__configure_deps)
1197         @for dep in $?; do \
1198           case '$(am__configure_deps)' in \
1199             *$$dep*) \
1200               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1201                 && { if test -f $@; then exit 0; else break; fi; }; \
1202               exit 1;; \
1203           esac; \
1204         done; \
1205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu perl/Makefile'; \
1206         $(am__cd) $(top_srcdir) && \
1207           $(AUTOMAKE) --gnu perl/Makefile
1208 .PRECIOUS: Makefile
1209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1210         @case '$?' in \
1211           *config.status*) \
1212             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1213           *) \
1214             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1215             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1216         esac;
1217
1218 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1219         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1220
1221 $(top_srcdir)/configure:  $(am__configure_deps)
1222         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1223 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1224         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1225 $(am__aclocal_m4_deps):
1226 install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES)
1227         @$(NORMAL_INSTALL)
1228         test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)"
1229         @list='$(amlib_LTLIBRARIES)'; test -n "$(amlibdir)" || list=; \
1230         list2=; for p in $$list; do \
1231           if test -f $$p; then \
1232             list2="$$list2 $$p"; \
1233           else :; fi; \
1234         done; \
1235         test -z "$$list2" || { \
1236           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(amlibdir)'"; \
1237           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(amlibdir)"; \
1238         }
1239
1240 uninstall-amlibLTLIBRARIES:
1241         @$(NORMAL_UNINSTALL)
1242         @list='$(amlib_LTLIBRARIES)'; test -n "$(amlibdir)" || list=; \
1243         for p in $$list; do \
1244           $(am__strip_dir) \
1245           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(amlibdir)/$$f'"; \
1246           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(amlibdir)/$$f"; \
1247         done
1248
1249 clean-amlibLTLIBRARIES:
1250         -test -z "$(amlib_LTLIBRARIES)" || rm -f $(amlib_LTLIBRARIES)
1251         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
1252           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1253           test "$$dir" != "$$p" || dir=.; \
1254           echo "rm -f \"$${dir}/so_locations\""; \
1255           rm -f "$${dir}/so_locations"; \
1256         done
1257 install-libApplicationLTLIBRARIES: $(libApplication_LTLIBRARIES)
1258         @$(NORMAL_INSTALL)
1259         test -z "$(libApplicationdir)" || $(MKDIR_P) "$(DESTDIR)$(libApplicationdir)"
1260         @list='$(libApplication_LTLIBRARIES)'; test -n "$(libApplicationdir)" || list=; \
1261         list2=; for p in $$list; do \
1262           if test -f $$p; then \
1263             list2="$$list2 $$p"; \
1264           else :; fi; \
1265         done; \
1266         test -z "$$list2" || { \
1267           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libApplicationdir)'"; \
1268           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libApplicationdir)"; \
1269         }
1270
1271 uninstall-libApplicationLTLIBRARIES:
1272         @$(NORMAL_UNINSTALL)
1273         @list='$(libApplication_LTLIBRARIES)'; test -n "$(libApplicationdir)" || list=; \
1274         for p in $$list; do \
1275           $(am__strip_dir) \
1276           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libApplicationdir)/$$f'"; \
1277           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libApplicationdir)/$$f"; \
1278         done
1279
1280 clean-libApplicationLTLIBRARIES:
1281         -test -z "$(libApplication_LTLIBRARIES)" || rm -f $(libApplication_LTLIBRARIES)
1282         @list='$(libApplication_LTLIBRARIES)'; for p in $$list; do \
1283           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1284           test "$$dir" != "$$p" || dir=.; \
1285           echo "rm -f \"$${dir}/so_locations\""; \
1286           rm -f "$${dir}/so_locations"; \
1287         done
1288 install-libArchiveLTLIBRARIES: $(libArchive_LTLIBRARIES)
1289         @$(NORMAL_INSTALL)
1290         test -z "$(libArchivedir)" || $(MKDIR_P) "$(DESTDIR)$(libArchivedir)"
1291         @list='$(libArchive_LTLIBRARIES)'; test -n "$(libArchivedir)" || list=; \
1292         list2=; for p in $$list; do \
1293           if test -f $$p; then \
1294             list2="$$list2 $$p"; \
1295           else :; fi; \
1296         done; \
1297         test -z "$$list2" || { \
1298           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libArchivedir)'"; \
1299           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libArchivedir)"; \
1300         }
1301
1302 uninstall-libArchiveLTLIBRARIES:
1303         @$(NORMAL_UNINSTALL)
1304         @list='$(libArchive_LTLIBRARIES)'; test -n "$(libArchivedir)" || list=; \
1305         for p in $$list; do \
1306           $(am__strip_dir) \
1307           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libArchivedir)/$$f'"; \
1308           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libArchivedir)/$$f"; \
1309         done
1310
1311 clean-libArchiveLTLIBRARIES:
1312         -test -z "$(libArchive_LTLIBRARIES)" || rm -f $(libArchive_LTLIBRARIES)
1313         @list='$(libArchive_LTLIBRARIES)'; for p in $$list; do \
1314           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1315           test "$$dir" != "$$p" || dir=.; \
1316           echo "rm -f \"$${dir}/so_locations\""; \
1317           rm -f "$${dir}/so_locations"; \
1318         done
1319 install-libCmdlineLTLIBRARIES: $(libCmdline_LTLIBRARIES)
1320         @$(NORMAL_INSTALL)
1321         test -z "$(libCmdlinedir)" || $(MKDIR_P) "$(DESTDIR)$(libCmdlinedir)"
1322         @list='$(libCmdline_LTLIBRARIES)'; test -n "$(libCmdlinedir)" || list=; \
1323         list2=; for p in $$list; do \
1324           if test -f $$p; then \
1325             list2="$$list2 $$p"; \
1326           else :; fi; \
1327         done; \
1328         test -z "$$list2" || { \
1329           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libCmdlinedir)'"; \
1330           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libCmdlinedir)"; \
1331         }
1332
1333 uninstall-libCmdlineLTLIBRARIES:
1334         @$(NORMAL_UNINSTALL)
1335         @list='$(libCmdline_LTLIBRARIES)'; test -n "$(libCmdlinedir)" || list=; \
1336         for p in $$list; do \
1337           $(am__strip_dir) \
1338           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libCmdlinedir)/$$f'"; \
1339           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libCmdlinedir)/$$f"; \
1340         done
1341
1342 clean-libCmdlineLTLIBRARIES:
1343         -test -z "$(libCmdline_LTLIBRARIES)" || rm -f $(libCmdline_LTLIBRARIES)
1344         @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \
1345           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1346           test "$$dir" != "$$p" || dir=.; \
1347           echo "rm -f \"$${dir}/so_locations\""; \
1348           rm -f "$${dir}/so_locations"; \
1349         done
1350 install-libConfigLTLIBRARIES: $(libConfig_LTLIBRARIES)
1351         @$(NORMAL_INSTALL)
1352         test -z "$(libConfigdir)" || $(MKDIR_P) "$(DESTDIR)$(libConfigdir)"
1353         @list='$(libConfig_LTLIBRARIES)'; test -n "$(libConfigdir)" || list=; \
1354         list2=; for p in $$list; do \
1355           if test -f $$p; then \
1356             list2="$$list2 $$p"; \
1357           else :; fi; \
1358         done; \
1359         test -z "$$list2" || { \
1360           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libConfigdir)'"; \
1361           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libConfigdir)"; \
1362         }
1363
1364 uninstall-libConfigLTLIBRARIES:
1365         @$(NORMAL_UNINSTALL)
1366         @list='$(libConfig_LTLIBRARIES)'; test -n "$(libConfigdir)" || list=; \
1367         for p in $$list; do \
1368           $(am__strip_dir) \
1369           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libConfigdir)/$$f'"; \
1370           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libConfigdir)/$$f"; \
1371         done
1372
1373 clean-libConfigLTLIBRARIES:
1374         -test -z "$(libConfig_LTLIBRARIES)" || rm -f $(libConfig_LTLIBRARIES)
1375         @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \
1376           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1377           test "$$dir" != "$$p" || dir=.; \
1378           echo "rm -f \"$${dir}/so_locations\""; \
1379           rm -f "$${dir}/so_locations"; \
1380         done
1381 install-libDebugLTLIBRARIES: $(libDebug_LTLIBRARIES)
1382         @$(NORMAL_INSTALL)
1383         test -z "$(libDebugdir)" || $(MKDIR_P) "$(DESTDIR)$(libDebugdir)"
1384         @list='$(libDebug_LTLIBRARIES)'; test -n "$(libDebugdir)" || list=; \
1385         list2=; for p in $$list; do \
1386           if test -f $$p; then \
1387             list2="$$list2 $$p"; \
1388           else :; fi; \
1389         done; \
1390         test -z "$$list2" || { \
1391           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libDebugdir)'"; \
1392           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libDebugdir)"; \
1393         }
1394
1395 uninstall-libDebugLTLIBRARIES:
1396         @$(NORMAL_UNINSTALL)
1397         @list='$(libDebug_LTLIBRARIES)'; test -n "$(libDebugdir)" || list=; \
1398         for p in $$list; do \
1399           $(am__strip_dir) \
1400           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libDebugdir)/$$f'"; \
1401           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libDebugdir)/$$f"; \
1402         done
1403
1404 clean-libDebugLTLIBRARIES:
1405         -test -z "$(libDebug_LTLIBRARIES)" || rm -f $(libDebug_LTLIBRARIES)
1406         @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \
1407           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1408           test "$$dir" != "$$p" || dir=.; \
1409           echo "rm -f \"$${dir}/so_locations\""; \
1410           rm -f "$${dir}/so_locations"; \
1411         done
1412 install-libDeviceLTLIBRARIES: $(libDevice_LTLIBRARIES)
1413         @$(NORMAL_INSTALL)
1414         test -z "$(libDevicedir)" || $(MKDIR_P) "$(DESTDIR)$(libDevicedir)"
1415         @list='$(libDevice_LTLIBRARIES)'; test -n "$(libDevicedir)" || list=; \
1416         list2=; for p in $$list; do \
1417           if test -f $$p; then \
1418             list2="$$list2 $$p"; \
1419           else :; fi; \
1420         done; \
1421         test -z "$$list2" || { \
1422           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libDevicedir)'"; \
1423           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libDevicedir)"; \
1424         }
1425
1426 uninstall-libDeviceLTLIBRARIES:
1427         @$(NORMAL_UNINSTALL)
1428         @list='$(libDevice_LTLIBRARIES)'; test -n "$(libDevicedir)" || list=; \
1429         for p in $$list; do \
1430           $(am__strip_dir) \
1431           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libDevicedir)/$$f'"; \
1432           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libDevicedir)/$$f"; \
1433         done
1434
1435 clean-libDeviceLTLIBRARIES:
1436         -test -z "$(libDevice_LTLIBRARIES)" || rm -f $(libDevice_LTLIBRARIES)
1437         @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \
1438           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1439           test "$$dir" != "$$p" || dir=.; \
1440           echo "rm -f \"$${dir}/so_locations\""; \
1441           rm -f "$${dir}/so_locations"; \
1442         done
1443 install-libLogfileLTLIBRARIES: $(libLogfile_LTLIBRARIES)
1444         @$(NORMAL_INSTALL)
1445         test -z "$(libLogfiledir)" || $(MKDIR_P) "$(DESTDIR)$(libLogfiledir)"
1446         @list='$(libLogfile_LTLIBRARIES)'; test -n "$(libLogfiledir)" || list=; \
1447         list2=; for p in $$list; do \
1448           if test -f $$p; then \
1449             list2="$$list2 $$p"; \
1450           else :; fi; \
1451         done; \
1452         test -z "$$list2" || { \
1453           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libLogfiledir)'"; \
1454           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libLogfiledir)"; \
1455         }
1456
1457 uninstall-libLogfileLTLIBRARIES:
1458         @$(NORMAL_UNINSTALL)
1459         @list='$(libLogfile_LTLIBRARIES)'; test -n "$(libLogfiledir)" || list=; \
1460         for p in $$list; do \
1461           $(am__strip_dir) \
1462           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libLogfiledir)/$$f'"; \
1463           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libLogfiledir)/$$f"; \
1464         done
1465
1466 clean-libLogfileLTLIBRARIES:
1467         -test -z "$(libLogfile_LTLIBRARIES)" || rm -f $(libLogfile_LTLIBRARIES)
1468         @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \
1469           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1470           test "$$dir" != "$$p" || dir=.; \
1471           echo "rm -f \"$${dir}/so_locations\""; \
1472           rm -f "$${dir}/so_locations"; \
1473         done
1474 install-libMainLoopLTLIBRARIES: $(libMainLoop_LTLIBRARIES)
1475         @$(NORMAL_INSTALL)
1476         test -z "$(libMainLoopdir)" || $(MKDIR_P) "$(DESTDIR)$(libMainLoopdir)"
1477         @list='$(libMainLoop_LTLIBRARIES)'; test -n "$(libMainLoopdir)" || list=; \
1478         list2=; for p in $$list; do \
1479           if test -f $$p; then \
1480             list2="$$list2 $$p"; \
1481           else :; fi; \
1482         done; \
1483         test -z "$$list2" || { \
1484           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libMainLoopdir)'"; \
1485           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libMainLoopdir)"; \
1486         }
1487
1488 uninstall-libMainLoopLTLIBRARIES:
1489         @$(NORMAL_UNINSTALL)
1490         @list='$(libMainLoop_LTLIBRARIES)'; test -n "$(libMainLoopdir)" || list=; \
1491         for p in $$list; do \
1492           $(am__strip_dir) \
1493           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libMainLoopdir)/$$f'"; \
1494           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libMainLoopdir)/$$f"; \
1495         done
1496
1497 clean-libMainLoopLTLIBRARIES:
1498         -test -z "$(libMainLoop_LTLIBRARIES)" || rm -f $(libMainLoop_LTLIBRARIES)
1499         @list='$(libMainLoop_LTLIBRARIES)'; for p in $$list; do \
1500           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1501           test "$$dir" != "$$p" || dir=.; \
1502           echo "rm -f \"$${dir}/so_locations\""; \
1503           rm -f "$${dir}/so_locations"; \
1504         done
1505 install-libTapelistLTLIBRARIES: $(libTapelist_LTLIBRARIES)
1506         @$(NORMAL_INSTALL)
1507         test -z "$(libTapelistdir)" || $(MKDIR_P) "$(DESTDIR)$(libTapelistdir)"
1508         @list='$(libTapelist_LTLIBRARIES)'; test -n "$(libTapelistdir)" || list=; \
1509         list2=; for p in $$list; do \
1510           if test -f $$p; then \
1511             list2="$$list2 $$p"; \
1512           else :; fi; \
1513         done; \
1514         test -z "$$list2" || { \
1515           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libTapelistdir)'"; \
1516           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libTapelistdir)"; \
1517         }
1518
1519 uninstall-libTapelistLTLIBRARIES:
1520         @$(NORMAL_UNINSTALL)
1521         @list='$(libTapelist_LTLIBRARIES)'; test -n "$(libTapelistdir)" || list=; \
1522         for p in $$list; do \
1523           $(am__strip_dir) \
1524           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libTapelistdir)/$$f'"; \
1525           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libTapelistdir)/$$f"; \
1526         done
1527
1528 clean-libTapelistLTLIBRARIES:
1529         -test -z "$(libTapelist_LTLIBRARIES)" || rm -f $(libTapelist_LTLIBRARIES)
1530         @list='$(libTapelist_LTLIBRARIES)'; for p in $$list; do \
1531           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1532           test "$$dir" != "$$p" || dir=.; \
1533           echo "rm -f \"$${dir}/so_locations\""; \
1534           rm -f "$${dir}/so_locations"; \
1535         done
1536 install-libTestsLTLIBRARIES: $(libTests_LTLIBRARIES)
1537         @$(NORMAL_INSTALL)
1538         test -z "$(libTestsdir)" || $(MKDIR_P) "$(DESTDIR)$(libTestsdir)"
1539         @list='$(libTests_LTLIBRARIES)'; test -n "$(libTestsdir)" || list=; \
1540         list2=; for p in $$list; do \
1541           if test -f $$p; then \
1542             list2="$$list2 $$p"; \
1543           else :; fi; \
1544         done; \
1545         test -z "$$list2" || { \
1546           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libTestsdir)'"; \
1547           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libTestsdir)"; \
1548         }
1549
1550 uninstall-libTestsLTLIBRARIES:
1551         @$(NORMAL_UNINSTALL)
1552         @list='$(libTests_LTLIBRARIES)'; test -n "$(libTestsdir)" || list=; \
1553         for p in $$list; do \
1554           $(am__strip_dir) \
1555           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libTestsdir)/$$f'"; \
1556           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libTestsdir)/$$f"; \
1557         done
1558
1559 clean-libTestsLTLIBRARIES:
1560         -test -z "$(libTests_LTLIBRARIES)" || rm -f $(libTests_LTLIBRARIES)
1561         @list='$(libTests_LTLIBRARIES)'; for p in $$list; do \
1562           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1563           test "$$dir" != "$$p" || dir=.; \
1564           echo "rm -f \"$${dir}/so_locations\""; \
1565           rm -f "$${dir}/so_locations"; \
1566         done
1567 install-libTypesLTLIBRARIES: $(libTypes_LTLIBRARIES)
1568         @$(NORMAL_INSTALL)
1569         test -z "$(libTypesdir)" || $(MKDIR_P) "$(DESTDIR)$(libTypesdir)"
1570         @list='$(libTypes_LTLIBRARIES)'; test -n "$(libTypesdir)" || list=; \
1571         list2=; for p in $$list; do \
1572           if test -f $$p; then \
1573             list2="$$list2 $$p"; \
1574           else :; fi; \
1575         done; \
1576         test -z "$$list2" || { \
1577           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libTypesdir)'"; \
1578           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libTypesdir)"; \
1579         }
1580
1581 uninstall-libTypesLTLIBRARIES:
1582         @$(NORMAL_UNINSTALL)
1583         @list='$(libTypes_LTLIBRARIES)'; test -n "$(libTypesdir)" || list=; \
1584         for p in $$list; do \
1585           $(am__strip_dir) \
1586           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libTypesdir)/$$f'"; \
1587           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libTypesdir)/$$f"; \
1588         done
1589
1590 clean-libTypesLTLIBRARIES:
1591         -test -z "$(libTypes_LTLIBRARIES)" || rm -f $(libTypes_LTLIBRARIES)
1592         @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \
1593           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1594           test "$$dir" != "$$p" || dir=.; \
1595           echo "rm -f \"$${dir}/so_locations\""; \
1596           rm -f "$${dir}/so_locations"; \
1597         done
1598 install-libUtilLTLIBRARIES: $(libUtil_LTLIBRARIES)
1599         @$(NORMAL_INSTALL)
1600         test -z "$(libUtildir)" || $(MKDIR_P) "$(DESTDIR)$(libUtildir)"
1601         @list='$(libUtil_LTLIBRARIES)'; test -n "$(libUtildir)" || list=; \
1602         list2=; for p in $$list; do \
1603           if test -f $$p; then \
1604             list2="$$list2 $$p"; \
1605           else :; fi; \
1606         done; \
1607         test -z "$$list2" || { \
1608           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libUtildir)'"; \
1609           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libUtildir)"; \
1610         }
1611
1612 uninstall-libUtilLTLIBRARIES:
1613         @$(NORMAL_UNINSTALL)
1614         @list='$(libUtil_LTLIBRARIES)'; test -n "$(libUtildir)" || list=; \
1615         for p in $$list; do \
1616           $(am__strip_dir) \
1617           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libUtildir)/$$f'"; \
1618           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libUtildir)/$$f"; \
1619         done
1620
1621 clean-libUtilLTLIBRARIES:
1622         -test -z "$(libUtil_LTLIBRARIES)" || rm -f $(libUtil_LTLIBRARIES)
1623         @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \
1624           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1625           test "$$dir" != "$$p" || dir=.; \
1626           echo "rm -f \"$${dir}/so_locations\""; \
1627           rm -f "$${dir}/so_locations"; \
1628         done
1629 install-libXferLTLIBRARIES: $(libXfer_LTLIBRARIES)
1630         @$(NORMAL_INSTALL)
1631         test -z "$(libXferdir)" || $(MKDIR_P) "$(DESTDIR)$(libXferdir)"
1632         @list='$(libXfer_LTLIBRARIES)'; test -n "$(libXferdir)" || list=; \
1633         list2=; for p in $$list; do \
1634           if test -f $$p; then \
1635             list2="$$list2 $$p"; \
1636           else :; fi; \
1637         done; \
1638         test -z "$$list2" || { \
1639           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libXferdir)'"; \
1640           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libXferdir)"; \
1641         }
1642
1643 uninstall-libXferLTLIBRARIES:
1644         @$(NORMAL_UNINSTALL)
1645         @list='$(libXfer_LTLIBRARIES)'; test -n "$(libXferdir)" || list=; \
1646         for p in $$list; do \
1647           $(am__strip_dir) \
1648           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libXferdir)/$$f'"; \
1649           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libXferdir)/$$f"; \
1650         done
1651
1652 clean-libXferLTLIBRARIES:
1653         -test -z "$(libXfer_LTLIBRARIES)" || rm -f $(libXfer_LTLIBRARIES)
1654         @list='$(libXfer_LTLIBRARIES)'; for p in $$list; do \
1655           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1656           test "$$dir" != "$$p" || dir=.; \
1657           echo "rm -f \"$${dir}/so_locations\""; \
1658           rm -f "$${dir}/so_locations"; \
1659         done
1660 libApplication.la: $(libApplication_la_OBJECTS) $(libApplication_la_DEPENDENCIES) 
1661         $(libApplication_la_LINK) $(am_libApplication_la_rpath) $(libApplication_la_OBJECTS) $(libApplication_la_LIBADD) $(LIBS)
1662 libArchive.la: $(libArchive_la_OBJECTS) $(libArchive_la_DEPENDENCIES) 
1663         $(libArchive_la_LINK) -rpath $(libArchivedir) $(libArchive_la_OBJECTS) $(libArchive_la_LIBADD) $(LIBS)
1664 libCmdline.la: $(libCmdline_la_OBJECTS) $(libCmdline_la_DEPENDENCIES) 
1665         $(libCmdline_la_LINK) $(am_libCmdline_la_rpath) $(libCmdline_la_OBJECTS) $(libCmdline_la_LIBADD) $(LIBS)
1666 libConfig.la: $(libConfig_la_OBJECTS) $(libConfig_la_DEPENDENCIES) 
1667         $(libConfig_la_LINK) -rpath $(libConfigdir) $(libConfig_la_OBJECTS) $(libConfig_la_LIBADD) $(LIBS)
1668 libDebug.la: $(libDebug_la_OBJECTS) $(libDebug_la_DEPENDENCIES) 
1669         $(libDebug_la_LINK) -rpath $(libDebugdir) $(libDebug_la_OBJECTS) $(libDebug_la_LIBADD) $(LIBS)
1670 libDevice.la: $(libDevice_la_OBJECTS) $(libDevice_la_DEPENDENCIES) 
1671         $(libDevice_la_LINK) $(am_libDevice_la_rpath) $(libDevice_la_OBJECTS) $(libDevice_la_LIBADD) $(LIBS)
1672 libLogfile.la: $(libLogfile_la_OBJECTS) $(libLogfile_la_DEPENDENCIES) 
1673         $(libLogfile_la_LINK) $(am_libLogfile_la_rpath) $(libLogfile_la_OBJECTS) $(libLogfile_la_LIBADD) $(LIBS)
1674 libMainLoop.la: $(libMainLoop_la_OBJECTS) $(libMainLoop_la_DEPENDENCIES) 
1675         $(libMainLoop_la_LINK) -rpath $(libMainLoopdir) $(libMainLoop_la_OBJECTS) $(libMainLoop_la_LIBADD) $(LIBS)
1676 libTapelist.la: $(libTapelist_la_OBJECTS) $(libTapelist_la_DEPENDENCIES) 
1677         $(libTapelist_la_LINK) $(am_libTapelist_la_rpath) $(libTapelist_la_OBJECTS) $(libTapelist_la_LIBADD) $(LIBS)
1678 libTests.la: $(libTests_la_OBJECTS) $(libTests_la_DEPENDENCIES) 
1679         $(libTests_la_LINK) -rpath $(libTestsdir) $(libTests_la_OBJECTS) $(libTests_la_LIBADD) $(LIBS)
1680 libTypes.la: $(libTypes_la_OBJECTS) $(libTypes_la_DEPENDENCIES) 
1681         $(libTypes_la_LINK) -rpath $(libTypesdir) $(libTypes_la_OBJECTS) $(libTypes_la_LIBADD) $(LIBS)
1682 libUtil.la: $(libUtil_la_OBJECTS) $(libUtil_la_DEPENDENCIES) 
1683         $(libUtil_la_LINK) -rpath $(libUtildir) $(libUtil_la_OBJECTS) $(libUtil_la_LIBADD) $(LIBS)
1684 libXfer.la: $(libXfer_la_OBJECTS) $(libXfer_la_DEPENDENCIES) 
1685         $(libXfer_la_LINK) $(am_libXfer_la_rpath) $(libXfer_la_OBJECTS) $(libXfer_la_LIBADD) $(LIBS)
1686 libamglue.la: $(libamglue_la_OBJECTS) $(libamglue_la_DEPENDENCIES) 
1687         $(libamglue_la_LINK) -rpath $(amlibdir) $(libamglue_la_OBJECTS) $(libamglue_la_LIBADD) $(LIBS)
1688
1689 mostlyclean-compile:
1690         -rm -f *.$(OBJEXT)
1691
1692 distclean-compile:
1693         -rm -f *.tab.c
1694
1695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Application.Plo@am__quote@
1696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Archive.Plo@am__quote@
1697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cmdline.Plo@am__quote@
1698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Config.Plo@am__quote@
1699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Debug.Plo@am__quote@
1700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Device.Plo@am__quote@
1701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logfile.Plo@am__quote@
1702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MainLoop.Plo@am__quote@
1703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Tapelist.Plo@am__quote@
1704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Tests.Plo@am__quote@
1705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Types.Plo@am__quote@
1706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Util.Plo@am__quote@
1707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xfer.Plo@am__quote@
1708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bigint.Plo@am__quote@
1709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghashtable.Plo@am__quote@
1710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.Plo@am__quote@
1711
1712 .c.o:
1713 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1714 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1715 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1716 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1717 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1718
1719 .c.obj:
1720 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1721 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1722 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1723 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1724 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1725
1726 .c.lo:
1727 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1728 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1729 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1730 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1731 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1732
1733 Application.lo: Amanda/Application.c
1734 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Application.lo -MD -MP -MF $(DEPDIR)/Application.Tpo -c -o Application.lo `test -f 'Amanda/Application.c' || echo '$(srcdir)/'`Amanda/Application.c
1735 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Application.Tpo $(DEPDIR)/Application.Plo
1736 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Application.c' object='Application.lo' libtool=yes @AMDEPBACKSLASH@
1737 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1738 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Application.lo `test -f 'Amanda/Application.c' || echo '$(srcdir)/'`Amanda/Application.c
1739
1740 Archive.lo: Amanda/Archive.c
1741 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Archive.lo -MD -MP -MF $(DEPDIR)/Archive.Tpo -c -o Archive.lo `test -f 'Amanda/Archive.c' || echo '$(srcdir)/'`Amanda/Archive.c
1742 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Archive.Tpo $(DEPDIR)/Archive.Plo
1743 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Archive.c' object='Archive.lo' libtool=yes @AMDEPBACKSLASH@
1744 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1745 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Archive.lo `test -f 'Amanda/Archive.c' || echo '$(srcdir)/'`Amanda/Archive.c
1746
1747 Cmdline.lo: Amanda/Cmdline.c
1748 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Cmdline.lo -MD -MP -MF $(DEPDIR)/Cmdline.Tpo -c -o Cmdline.lo `test -f 'Amanda/Cmdline.c' || echo '$(srcdir)/'`Amanda/Cmdline.c
1749 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Cmdline.Tpo $(DEPDIR)/Cmdline.Plo
1750 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Cmdline.c' object='Cmdline.lo' libtool=yes @AMDEPBACKSLASH@
1751 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1752 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Cmdline.lo `test -f 'Amanda/Cmdline.c' || echo '$(srcdir)/'`Amanda/Cmdline.c
1753
1754 Config.lo: Amanda/Config.c
1755 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Config.lo -MD -MP -MF $(DEPDIR)/Config.Tpo -c -o Config.lo `test -f 'Amanda/Config.c' || echo '$(srcdir)/'`Amanda/Config.c
1756 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Config.Tpo $(DEPDIR)/Config.Plo
1757 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Config.c' object='Config.lo' libtool=yes @AMDEPBACKSLASH@
1758 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1759 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Config.lo `test -f 'Amanda/Config.c' || echo '$(srcdir)/'`Amanda/Config.c
1760
1761 Debug.lo: Amanda/Debug.c
1762 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Debug.lo -MD -MP -MF $(DEPDIR)/Debug.Tpo -c -o Debug.lo `test -f 'Amanda/Debug.c' || echo '$(srcdir)/'`Amanda/Debug.c
1763 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Debug.Tpo $(DEPDIR)/Debug.Plo
1764 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Debug.c' object='Debug.lo' libtool=yes @AMDEPBACKSLASH@
1765 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1766 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Debug.lo `test -f 'Amanda/Debug.c' || echo '$(srcdir)/'`Amanda/Debug.c
1767
1768 Device.lo: Amanda/Device.c
1769 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Device.lo -MD -MP -MF $(DEPDIR)/Device.Tpo -c -o Device.lo `test -f 'Amanda/Device.c' || echo '$(srcdir)/'`Amanda/Device.c
1770 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Device.Tpo $(DEPDIR)/Device.Plo
1771 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Device.c' object='Device.lo' libtool=yes @AMDEPBACKSLASH@
1772 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1773 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Device.lo `test -f 'Amanda/Device.c' || echo '$(srcdir)/'`Amanda/Device.c
1774
1775 Logfile.lo: Amanda/Logfile.c
1776 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Logfile.lo -MD -MP -MF $(DEPDIR)/Logfile.Tpo -c -o Logfile.lo `test -f 'Amanda/Logfile.c' || echo '$(srcdir)/'`Amanda/Logfile.c
1777 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Logfile.Tpo $(DEPDIR)/Logfile.Plo
1778 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Logfile.c' object='Logfile.lo' libtool=yes @AMDEPBACKSLASH@
1779 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1780 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Logfile.lo `test -f 'Amanda/Logfile.c' || echo '$(srcdir)/'`Amanda/Logfile.c
1781
1782 MainLoop.lo: Amanda/MainLoop.c
1783 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT MainLoop.lo -MD -MP -MF $(DEPDIR)/MainLoop.Tpo -c -o MainLoop.lo `test -f 'Amanda/MainLoop.c' || echo '$(srcdir)/'`Amanda/MainLoop.c
1784 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/MainLoop.Tpo $(DEPDIR)/MainLoop.Plo
1785 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/MainLoop.c' object='MainLoop.lo' libtool=yes @AMDEPBACKSLASH@
1786 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1787 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o MainLoop.lo `test -f 'Amanda/MainLoop.c' || echo '$(srcdir)/'`Amanda/MainLoop.c
1788
1789 Tapelist.lo: Amanda/Tapelist.c
1790 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Tapelist.lo -MD -MP -MF $(DEPDIR)/Tapelist.Tpo -c -o Tapelist.lo `test -f 'Amanda/Tapelist.c' || echo '$(srcdir)/'`Amanda/Tapelist.c
1791 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Tapelist.Tpo $(DEPDIR)/Tapelist.Plo
1792 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Tapelist.c' object='Tapelist.lo' libtool=yes @AMDEPBACKSLASH@
1793 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1794 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Tapelist.lo `test -f 'Amanda/Tapelist.c' || echo '$(srcdir)/'`Amanda/Tapelist.c
1795
1796 Tests.lo: Amanda/Tests.c
1797 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Tests.lo -MD -MP -MF $(DEPDIR)/Tests.Tpo -c -o Tests.lo `test -f 'Amanda/Tests.c' || echo '$(srcdir)/'`Amanda/Tests.c
1798 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Tests.Tpo $(DEPDIR)/Tests.Plo
1799 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Tests.c' object='Tests.lo' libtool=yes @AMDEPBACKSLASH@
1800 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1801 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Tests.lo `test -f 'Amanda/Tests.c' || echo '$(srcdir)/'`Amanda/Tests.c
1802
1803 Types.lo: Amanda/Types.c
1804 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Types.lo -MD -MP -MF $(DEPDIR)/Types.Tpo -c -o Types.lo `test -f 'Amanda/Types.c' || echo '$(srcdir)/'`Amanda/Types.c
1805 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Types.Tpo $(DEPDIR)/Types.Plo
1806 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Types.c' object='Types.lo' libtool=yes @AMDEPBACKSLASH@
1807 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1808 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Types.lo `test -f 'Amanda/Types.c' || echo '$(srcdir)/'`Amanda/Types.c
1809
1810 Util.lo: Amanda/Util.c
1811 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Util.lo -MD -MP -MF $(DEPDIR)/Util.Tpo -c -o Util.lo `test -f 'Amanda/Util.c' || echo '$(srcdir)/'`Amanda/Util.c
1812 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Util.Tpo $(DEPDIR)/Util.Plo
1813 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Util.c' object='Util.lo' libtool=yes @AMDEPBACKSLASH@
1814 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1815 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Util.lo `test -f 'Amanda/Util.c' || echo '$(srcdir)/'`Amanda/Util.c
1816
1817 Xfer.lo: Amanda/Xfer.c
1818 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Xfer.lo -MD -MP -MF $(DEPDIR)/Xfer.Tpo -c -o Xfer.lo `test -f 'Amanda/Xfer.c' || echo '$(srcdir)/'`Amanda/Xfer.c
1819 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/Xfer.Tpo $(DEPDIR)/Xfer.Plo
1820 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Xfer.c' object='Xfer.lo' libtool=yes @AMDEPBACKSLASH@
1821 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1822 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Xfer.lo `test -f 'Amanda/Xfer.c' || echo '$(srcdir)/'`Amanda/Xfer.c
1823
1824 ghashtable.lo: amglue/ghashtable.c
1825 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ghashtable.lo -MD -MP -MF $(DEPDIR)/ghashtable.Tpo -c -o ghashtable.lo `test -f 'amglue/ghashtable.c' || echo '$(srcdir)/'`amglue/ghashtable.c
1826 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ghashtable.Tpo $(DEPDIR)/ghashtable.Plo
1827 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amglue/ghashtable.c' object='ghashtable.lo' libtool=yes @AMDEPBACKSLASH@
1828 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1829 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ghashtable.lo `test -f 'amglue/ghashtable.c' || echo '$(srcdir)/'`amglue/ghashtable.c
1830
1831 bigint.lo: amglue/bigint.c
1832 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bigint.lo -MD -MP -MF $(DEPDIR)/bigint.Tpo -c -o bigint.lo `test -f 'amglue/bigint.c' || echo '$(srcdir)/'`amglue/bigint.c
1833 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/bigint.Tpo $(DEPDIR)/bigint.Plo
1834 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amglue/bigint.c' object='bigint.lo' libtool=yes @AMDEPBACKSLASH@
1835 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1836 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bigint.lo `test -f 'amglue/bigint.c' || echo '$(srcdir)/'`amglue/bigint.c
1837
1838 source.lo: amglue/source.c
1839 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT source.lo -MD -MP -MF $(DEPDIR)/source.Tpo -c -o source.lo `test -f 'amglue/source.c' || echo '$(srcdir)/'`amglue/source.c
1840 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/source.Tpo $(DEPDIR)/source.Plo
1841 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amglue/source.c' object='source.lo' libtool=yes @AMDEPBACKSLASH@
1842 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1843 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o source.lo `test -f 'amglue/source.c' || echo '$(srcdir)/'`amglue/source.c
1844
1845 mostlyclean-libtool:
1846         -rm -f *.lo
1847
1848 clean-libtool:
1849         -rm -rf .libs _libs
1850 install-AmandaDATA: $(Amanda_DATA)
1851         @$(NORMAL_INSTALL)
1852         test -z "$(Amandadir)" || $(MKDIR_P) "$(DESTDIR)$(Amandadir)"
1853         @list='$(Amanda_DATA)'; test -n "$(Amandadir)" || list=; \
1854         for p in $$list; do \
1855           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1856           echo "$$d$$p"; \
1857         done | $(am__base_list) | \
1858         while read files; do \
1859           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(Amandadir)'"; \
1860           $(INSTALL_DATA) $$files "$(DESTDIR)$(Amandadir)" || exit $$?; \
1861         done
1862
1863 uninstall-AmandaDATA:
1864         @$(NORMAL_UNINSTALL)
1865         @list='$(Amanda_DATA)'; test -n "$(Amandadir)" || list=; \
1866         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1867         test -n "$$files" || exit 0; \
1868         echo " ( cd '$(DESTDIR)$(Amandadir)' && rm -f" $$files ")"; \
1869         cd "$(DESTDIR)$(Amandadir)" && rm -f $$files
1870 install-AmandaApplicationDATA: $(AmandaApplication_DATA)
1871         @$(NORMAL_INSTALL)
1872         test -z "$(AmandaApplicationdir)" || $(MKDIR_P) "$(DESTDIR)$(AmandaApplicationdir)"
1873         @list='$(AmandaApplication_DATA)'; test -n "$(AmandaApplicationdir)" || list=; \
1874         for p in $$list; do \
1875           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1876           echo "$$d$$p"; \
1877         done | $(am__base_list) | \
1878         while read files; do \
1879           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(AmandaApplicationdir)'"; \
1880           $(INSTALL_DATA) $$files "$(DESTDIR)$(AmandaApplicationdir)" || exit $$?; \
1881         done
1882
1883 uninstall-AmandaApplicationDATA:
1884         @$(NORMAL_UNINSTALL)
1885         @list='$(AmandaApplication_DATA)'; test -n "$(AmandaApplicationdir)" || list=; \
1886         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1887         test -n "$$files" || exit 0; \
1888         echo " ( cd '$(DESTDIR)$(AmandaApplicationdir)' && rm -f" $$files ")"; \
1889         cd "$(DESTDIR)$(AmandaApplicationdir)" && rm -f $$files
1890 install-AmandaChangerDATA: $(AmandaChanger_DATA)
1891         @$(NORMAL_INSTALL)
1892         test -z "$(AmandaChangerdir)" || $(MKDIR_P) "$(DESTDIR)$(AmandaChangerdir)"
1893         @list='$(AmandaChanger_DATA)'; test -n "$(AmandaChangerdir)" || list=; \
1894         for p in $$list; do \
1895           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1896           echo "$$d$$p"; \
1897         done | $(am__base_list) | \
1898         while read files; do \
1899           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(AmandaChangerdir)'"; \
1900           $(INSTALL_DATA) $$files "$(DESTDIR)$(AmandaChangerdir)" || exit $$?; \
1901         done
1902
1903 uninstall-AmandaChangerDATA:
1904         @$(NORMAL_UNINSTALL)
1905         @list='$(AmandaChanger_DATA)'; test -n "$(AmandaChangerdir)" || list=; \
1906         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1907         test -n "$$files" || exit 0; \
1908         echo " ( cd '$(DESTDIR)$(AmandaChangerdir)' && rm -f" $$files ")"; \
1909         cd "$(DESTDIR)$(AmandaChangerdir)" && rm -f $$files
1910 install-Amanda_DBDATA: $(Amanda_DB_DATA)
1911         @$(NORMAL_INSTALL)
1912         test -z "$(Amanda_DBdir)" || $(MKDIR_P) "$(DESTDIR)$(Amanda_DBdir)"
1913         @list='$(Amanda_DB_DATA)'; test -n "$(Amanda_DBdir)" || list=; \
1914         for p in $$list; do \
1915           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1916           echo "$$d$$p"; \
1917         done | $(am__base_list) | \
1918         while read files; do \
1919           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(Amanda_DBdir)'"; \
1920           $(INSTALL_DATA) $$files "$(DESTDIR)$(Amanda_DBdir)" || exit $$?; \
1921         done
1922
1923 uninstall-Amanda_DBDATA:
1924         @$(NORMAL_UNINSTALL)
1925         @list='$(Amanda_DB_DATA)'; test -n "$(Amanda_DBdir)" || list=; \
1926         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1927         test -n "$$files" || exit 0; \
1928         echo " ( cd '$(DESTDIR)$(Amanda_DBdir)' && rm -f" $$files ")"; \
1929         cd "$(DESTDIR)$(Amanda_DBdir)" && rm -f $$files
1930
1931 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1932         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1933         unique=`for i in $$list; do \
1934             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1935           done | \
1936           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1937               END { if (nonempty) { for (i in files) print i; }; }'`; \
1938         mkid -fID $$unique
1939 tags: TAGS
1940
1941 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1942                 $(TAGS_FILES) $(LISP)
1943         set x; \
1944         here=`pwd`; \
1945         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1946         unique=`for i in $$list; do \
1947             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1948           done | \
1949           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1950               END { if (nonempty) { for (i in files) print i; }; }'`; \
1951         shift; \
1952         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1953           test -n "$$unique" || unique=$$empty_fix; \
1954           if test $$# -gt 0; then \
1955             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1956               "$$@" $$unique; \
1957           else \
1958             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1959               $$unique; \
1960           fi; \
1961         fi
1962 ctags: CTAGS
1963 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1964                 $(TAGS_FILES) $(LISP)
1965         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1966         unique=`for i in $$list; do \
1967             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1968           done | \
1969           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1970               END { if (nonempty) { for (i in files) print i; }; }'`; \
1971         test -z "$(CTAGS_ARGS)$$unique" \
1972           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1973              $$unique
1974
1975 GTAGS:
1976         here=`$(am__cd) $(top_builddir) && pwd` \
1977           && $(am__cd) $(top_srcdir) \
1978           && gtags -i $(GTAGS_ARGS) "$$here"
1979
1980 distclean-tags:
1981         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1982
1983 distdir: $(DISTFILES)
1984         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1985         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1986         list='$(DISTFILES)'; \
1987           dist_files=`for file in $$list; do echo $$file; done | \
1988           sed -e "s|^$$srcdirstrip/||;t" \
1989               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1990         case $$dist_files in \
1991           */*) $(MKDIR_P) `echo "$$dist_files" | \
1992                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1993                            sort -u` ;; \
1994         esac; \
1995         for file in $$dist_files; do \
1996           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1997           if test -d $$d/$$file; then \
1998             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1999             if test -d "$(distdir)/$$file"; then \
2000               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2001             fi; \
2002             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2003               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2004               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2005             fi; \
2006             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2007           else \
2008             test -f "$(distdir)/$$file" \
2009             || cp -p $$d/$$file "$(distdir)/$$file" \
2010             || exit 1; \
2011           fi; \
2012         done
2013         $(MAKE) $(AM_MAKEFLAGS) \
2014           top_distdir="$(top_distdir)" distdir="$(distdir)" \
2015           dist-hook
2016 check-am: all-am
2017         $(MAKE) $(AM_MAKEFLAGS) check-local
2018 check: $(BUILT_SOURCES)
2019         $(MAKE) $(AM_MAKEFLAGS) check-am
2020 all-am: Makefile $(LTLIBRARIES) $(DATA)
2021 installdirs:
2022         for dir in "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(libApplicationdir)" "$(DESTDIR)$(libArchivedir)" "$(DESTDIR)$(libCmdlinedir)" "$(DESTDIR)$(libConfigdir)" "$(DESTDIR)$(libDebugdir)" "$(DESTDIR)$(libDevicedir)" "$(DESTDIR)$(libLogfiledir)" "$(DESTDIR)$(libMainLoopdir)" "$(DESTDIR)$(libTapelistdir)" "$(DESTDIR)$(libTestsdir)" "$(DESTDIR)$(libTypesdir)" "$(DESTDIR)$(libUtildir)" "$(DESTDIR)$(libXferdir)" "$(DESTDIR)$(Amandadir)" "$(DESTDIR)$(AmandaApplicationdir)" "$(DESTDIR)$(AmandaChangerdir)" "$(DESTDIR)$(Amanda_DBdir)"; do \
2023           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2024         done
2025 install: $(BUILT_SOURCES)
2026         $(MAKE) $(AM_MAKEFLAGS) install-am
2027 install-exec: install-exec-am
2028 install-data: install-data-am
2029 uninstall: uninstall-am
2030
2031 install-am: all-am
2032         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2033
2034 installcheck: installcheck-am
2035 install-strip:
2036         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2037           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2038           `test -z '$(STRIP)' || \
2039             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2040 mostlyclean-generic:
2041         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2042
2043 clean-generic:
2044         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2045
2046 distclean-generic:
2047         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2048         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2049         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2050
2051 maintainer-clean-generic:
2052         @echo "This command is intended for maintainers to use"
2053         @echo "it deletes files that may require special tools to rebuild."
2054         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2055         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2056 @WANT_CYGWIN_COPY_PERL_DLL_FALSE@install-data-hook:
2057 clean: clean-am
2058
2059 clean-am: clean-amlibLTLIBRARIES clean-generic \
2060         clean-libApplicationLTLIBRARIES clean-libArchiveLTLIBRARIES \
2061         clean-libCmdlineLTLIBRARIES clean-libConfigLTLIBRARIES \
2062         clean-libDebugLTLIBRARIES clean-libDeviceLTLIBRARIES \
2063         clean-libLogfileLTLIBRARIES clean-libMainLoopLTLIBRARIES \
2064         clean-libTapelistLTLIBRARIES clean-libTestsLTLIBRARIES \
2065         clean-libTypesLTLIBRARIES clean-libUtilLTLIBRARIES \
2066         clean-libXferLTLIBRARIES clean-libtool mostlyclean-am
2067
2068 distclean: distclean-am
2069         -rm -rf ./$(DEPDIR)
2070         -rm -f Makefile
2071 distclean-am: clean-am distclean-compile distclean-generic \
2072         distclean-tags
2073
2074 dvi: dvi-am
2075
2076 dvi-am:
2077
2078 html-am:
2079
2080 info: info-am
2081
2082 info-am:
2083
2084 install-data-am: install-AmandaApplicationDATA \
2085         install-AmandaChangerDATA install-AmandaDATA \
2086         install-Amanda_DBDATA install-amlibLTLIBRARIES \
2087         install-libApplicationLTLIBRARIES \
2088         install-libArchiveLTLIBRARIES install-libCmdlineLTLIBRARIES \
2089         install-libConfigLTLIBRARIES install-libDebugLTLIBRARIES \
2090         install-libDeviceLTLIBRARIES install-libLogfileLTLIBRARIES \
2091         install-libMainLoopLTLIBRARIES install-libTapelistLTLIBRARIES \
2092         install-libTestsLTLIBRARIES install-libTypesLTLIBRARIES \
2093         install-libUtilLTLIBRARIES install-libXferLTLIBRARIES
2094         @$(NORMAL_INSTALL)
2095         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
2096 install-dvi: install-dvi-am
2097
2098 install-dvi-am:
2099
2100 install-exec-am:
2101
2102 install-html: install-html-am
2103
2104 install-html-am:
2105
2106 install-info: install-info-am
2107
2108 install-info-am:
2109
2110 install-man:
2111
2112 install-pdf: install-pdf-am
2113
2114 install-pdf-am:
2115
2116 install-ps: install-ps-am
2117
2118 install-ps-am:
2119
2120 installcheck-am: installcheck-local
2121
2122 maintainer-clean: maintainer-clean-am
2123         -rm -rf ./$(DEPDIR)
2124         -rm -f Makefile
2125 maintainer-clean-am: distclean-am maintainer-clean-generic
2126
2127 mostlyclean: mostlyclean-am
2128
2129 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2130         mostlyclean-libtool
2131
2132 pdf: pdf-am
2133
2134 pdf-am:
2135
2136 ps: ps-am
2137
2138 ps-am:
2139
2140 uninstall-am: uninstall-AmandaApplicationDATA \
2141         uninstall-AmandaChangerDATA uninstall-AmandaDATA \
2142         uninstall-Amanda_DBDATA uninstall-amlibLTLIBRARIES \
2143         uninstall-libApplicationLTLIBRARIES \
2144         uninstall-libArchiveLTLIBRARIES \
2145         uninstall-libCmdlineLTLIBRARIES uninstall-libConfigLTLIBRARIES \
2146         uninstall-libDebugLTLIBRARIES uninstall-libDeviceLTLIBRARIES \
2147         uninstall-libLogfileLTLIBRARIES \
2148         uninstall-libMainLoopLTLIBRARIES \
2149         uninstall-libTapelistLTLIBRARIES uninstall-libTestsLTLIBRARIES \
2150         uninstall-libTypesLTLIBRARIES uninstall-libUtilLTLIBRARIES \
2151         uninstall-libXferLTLIBRARIES
2152
2153 .MAKE: all check check-am install install-am install-data-am \
2154         install-strip
2155
2156 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
2157         clean-amlibLTLIBRARIES clean-generic \
2158         clean-libApplicationLTLIBRARIES clean-libArchiveLTLIBRARIES \
2159         clean-libCmdlineLTLIBRARIES clean-libConfigLTLIBRARIES \
2160         clean-libDebugLTLIBRARIES clean-libDeviceLTLIBRARIES \
2161         clean-libLogfileLTLIBRARIES clean-libMainLoopLTLIBRARIES \
2162         clean-libTapelistLTLIBRARIES clean-libTestsLTLIBRARIES \
2163         clean-libTypesLTLIBRARIES clean-libUtilLTLIBRARIES \
2164         clean-libXferLTLIBRARIES clean-libtool ctags dist-hook \
2165         distclean distclean-compile distclean-generic \
2166         distclean-libtool distclean-tags distdir dvi dvi-am html \
2167         html-am info info-am install install-AmandaApplicationDATA \
2168         install-AmandaChangerDATA install-AmandaDATA \
2169         install-Amanda_DBDATA install-am install-amlibLTLIBRARIES \
2170         install-data install-data-am install-data-hook install-dvi \
2171         install-dvi-am install-exec install-exec-am install-html \
2172         install-html-am install-info install-info-am \
2173         install-libApplicationLTLIBRARIES \
2174         install-libArchiveLTLIBRARIES install-libCmdlineLTLIBRARIES \
2175         install-libConfigLTLIBRARIES install-libDebugLTLIBRARIES \
2176         install-libDeviceLTLIBRARIES install-libLogfileLTLIBRARIES \
2177         install-libMainLoopLTLIBRARIES install-libTapelistLTLIBRARIES \
2178         install-libTestsLTLIBRARIES install-libTypesLTLIBRARIES \
2179         install-libUtilLTLIBRARIES install-libXferLTLIBRARIES \
2180         install-man install-pdf install-pdf-am install-ps \
2181         install-ps-am install-strip installcheck installcheck-am \
2182         installcheck-local installdirs maintainer-clean \
2183         maintainer-clean-generic mostlyclean mostlyclean-compile \
2184         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
2185         tags uninstall uninstall-AmandaApplicationDATA \
2186         uninstall-AmandaChangerDATA uninstall-AmandaDATA \
2187         uninstall-Amanda_DBDATA uninstall-am \
2188         uninstall-amlibLTLIBRARIES uninstall-libApplicationLTLIBRARIES \
2189         uninstall-libArchiveLTLIBRARIES \
2190         uninstall-libCmdlineLTLIBRARIES uninstall-libConfigLTLIBRARIES \
2191         uninstall-libDebugLTLIBRARIES uninstall-libDeviceLTLIBRARIES \
2192         uninstall-libLogfileLTLIBRARIES \
2193         uninstall-libMainLoopLTLIBRARIES \
2194         uninstall-libTapelistLTLIBRARIES uninstall-libTestsLTLIBRARIES \
2195         uninstall-libTypesLTLIBRARIES uninstall-libUtilLTLIBRARIES \
2196         uninstall-libXferLTLIBRARIES
2197
2198
2199 # Perl
2200 %: %.pl $(top_builddir)/config.status
2201         $(top_builddir)/config.status --file=$@:$<
2202         chmod a+x $@
2203         @if test -f $(top_builddir)/perl/.libs/libCmdline.so -o -f $(top_builddir)/perl/libCmdline.so; then \
2204                 grep -v '^use lib' $@ > $@.nouselib; \
2205                 $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -w -T $@.nouselib || exit 1; \
2206                 rm $@.nouselib; \
2207         fi
2208
2209 %.pl: %.pl.in $(top_builddir)/config.status
2210         $(top_builddir)/config.status --file=$@:$<
2211
2212 %.pm: %.pm.in $(top_builddir)/config.status
2213         $(top_builddir)/config.status --file=$@:$<
2214
2215 # Shell
2216 %: %.sh $(top_builddir)/config.status
2217         $(top_builddir)/config.status --file=$@:$<
2218         chmod a+x $@
2219
2220 %.sh: %.sh.in $(top_builddir)/config.status
2221         $(top_builddir)/config.status --file=$@:$<
2222
2223 # Awk
2224 %: %.awk $(top_builddir)/config.status
2225         $(top_builddir)/config.status --file=$@:$<
2226         chmod a+x $@
2227
2228 %.awk: %.awk.in $(top_builddir)/config.status
2229         $(top_builddir)/config.status --file=$@:$<
2230
2231 # syntax-check perl scripts on 'make check'
2232 check-perl: $(CHECK_PERL)
2233         @CHECK_PERL="$(CHECK_PERL)"; \
2234         if test -f $(top_builddir)/perl/.libs/libCmdline.so -o -f $(top_builddir)/perl/libCmdline.so; then \
2235                 if test -n "$(PERL)"; then \
2236                         for perlobj in $$CHECK_PERL; do \
2237                                 grep -v '^use lib' $$perlobj > $$perlobj.nouselib; \
2238                                 $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -w -T $$perlobj.nouselib || exit 1; \
2239                                 rm $$perlobj.nouselib; \
2240                         done; \
2241                 fi \
2242         fi
2243 check-local: check-perl
2244
2245 # syntax-check perl scripts on 'make installcheck'
2246 installcheck-perl: $(CHECK_PERL)
2247         @CHECK_PERL="$(CHECK_PERL)"; \
2248         if test -n "$(PERL)"; then \
2249                 for perlobj in $$CHECK_PERL; do \
2250                         $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \
2251                 done; \
2252         fi
2253 installcheck-local: installcheck-perl
2254 check-shell: $(CHECK_SHELL)
2255         @CHECK_SHELL="$(CHECK_SHELL)"; \
2256         if test -n "$$CHECK_SHELL"; then \
2257                 if test -n "$(BASH)"; then \
2258                         for shobj in $$CHECK_SHELL; do \
2259                                 if $(BASH) -n $$shobj; then \
2260                                         echo "$$shobj syntax OK"; \
2261                                 else \
2262                                         echo "$$shobj syntax error"; \
2263                                         exit 1; \
2264                                 fi; \
2265                         done; \
2266                 else \
2267                         echo "No 'bash' available -- cannot syntax-check shell scripts"; \
2268                 fi; \
2269         fi
2270 check-local: check-shell
2271
2272 # make sure that the sources for all shell and perl scripts get included
2273 # in the distribution
2274 dist-scripts:
2275         SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \
2276         for script in $$SCRIPTS_PERL; do \
2277                 test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \
2278         done; \
2279         for script in $$SCRIPTS_SHELL; do \
2280                 test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \
2281         done; \
2282         for script in $$SCRIPTS_AWK; do \
2283                 test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \
2284         done; \
2285         for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
2286                 test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \
2287         done; \
2288         true
2289 dist-hook: dist-scripts
2290 html: make_html amperl.css $(HTML_SOURCE_FILES)
2291         rm -rf html-tmp/ && mkdir html-tmp/
2292         cp amperl.css html-tmp/
2293         $(PERL) make_html html-tmp/ $(HTML_SOURCE_FILES)
2294         cd html-tmp/ && tar -zcf $(abs_builddir)/html.tar.gz .
2295         rm -rf html-tmp/
2296
2297 # Suffix rules.  These are parallel-build compatible, but may cause
2298 # strange behavior if there are other .c files in this directory.  The
2299 # 'rm -f $@' is needed because SWIG sometimes fails to remove its output
2300 # file in the event of a syntax error.  .i files are pre-processor output;
2301 # they are only used during development.
2302 %.c : %.swg $(AMGLUE_SWG)
2303         $(mkdir_p) `dirname $@`
2304         $(SWIG) $(SWIG_OPTIONS) -o $@ $(top_srcdir)/perl/$< || { rm -f $@; false; }
2305 %.pm : %.c
2306         @echo "$@ was produced as a side-effect of creating $<"
2307 %.i : %.swg $(AMGLUE_SWG)
2308         $(SWIG) $(SWIG_OPTIONS) -E $(top_srcdir)/perl/$< >$@
2309 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@install-data-hook:
2310 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@        @for cygdll in $(amperldirauto)/bin/cyg*.dll; do \
2311 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@            destfname=`echo $$cygdll|sed 's!/bin/cyg\([^.]*\).dll!/\1/\1.dll!'`; \
2312 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@           cp "$$cygdll" "$$destfname"; \
2313 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@        done
2314
2315 check-local:
2316         @MODULES_TO_CHECK="$(Amanda_DATA) $(Amanda_DB_DATA) $(AmandaChanger_DATA) $(AmandaApplication_DATA)"; \
2317         if test -f $(top_builddir)/perl/.libs/libConfig.so -o -f $(top_builddir)/perl/libConfig.so; then \
2318                 if test -n "$(PERL)"; then \
2319                         for perlobj in $$MODULES_TO_CHECK; do \
2320                                 if test -f $$perlobj; then \
2321                                         $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -T $$perlobj || exit 1; \
2322                                 else \
2323                                         $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -T $(top_srcdir)/perl/$$perlobj || exit 1; \
2324                                 fi \
2325                         done; \
2326                 fi \
2327         fi
2328
2329 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2330 # Otherwise a system limit (for SysV at least) may be exceeded.
2331 .NOEXPORT: