Imported Upstream version 2.6.0
[debian/amanda] / perl / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # vim:ft=automake
18 # Copyright (c) 2005 Zmanda, Inc.  All Rights Reserved.
19
20 # This library is free software; you can redistribute it and/or modify it
21 # under the terms of the GNU Lesser General Public License version 2.1 as 
22 # published by the Free Software Foundation.
23
24 # This library is distributed in the hope that it will be useful, but
25 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
26 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
27 # License for more details.
28
29 # You should have received a copy of the GNU Lesser General Public License
30 # along with this library; if not, write to the Free Software Foundation,
31 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
32
33 # Contact information: Zmanda Inc., 505 N Mathlida Ave, Suite 120
34 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
35
36 # simple include file to pre-define variables which are then +='d by other
37 # scripts in this directory.
38
39 # vim:ft=automake
40 # Copyright (c) 2005 Zmanda, Inc.  All Rights Reserved.
41
42 # This library is free software; you can redistribute it and/or modify it
43 # under the terms of the GNU Lesser General Public License version 2.1 as 
44 # published by the Free Software Foundation.
45
46 # This library is distributed in the hope that it will be useful, but
47 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
48 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
49 # License for more details.
50
51 # You should have received a copy of the GNU Lesser General Public License
52 # along with this library; if not, write to the Free Software Foundation,
53 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
54
55 # Contact information: Zmanda Inc., 505 N Mathlida Ave, Suite 120
56 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
57
58 # SYNOPSIS:
59 #
60 # Automake magic to handle the various tasks of building scripts.  Scripts can
61 # be built down to extensionless executables (e.g., foo.pl -> foo), or to 
62 # files with the usual extension (foo-lib.sh.in -> foo.sh).
63 #
64 # Files which support it are syntax-checked when the user invokes 'make check'.
65 #
66 # All *target* filenames must be listed in SCRIPTS_SHELL, SCRIPTS_PERL, and 
67 # SCRIPTS_AWK to support 'make check', 'make dist', and 'make distclean'.
68 #
69 # USAGE:
70 #
71 #   include $(top_srcdir)/config/automake/vars.am
72 #   include $(top_srcdir)/config/automake/scripts.am
73 #   ...
74 #   SCRIPTS_PERL = fooscript barscript perl-lib.pl perlmod.pm
75 #   SCRIPTS_SHELL = shell1 shell2 sh-lib.sh
76 #   SCRIPTS_AWK = talk balk chalk awk-lib.awk
77 #
78 # with the corresponding files in the repository:
79 #
80 #   fooscript.pl barscript.pl perl-lib.pl.in perlmod.pm.in
81 #   shell1.sh shell2.sh sh-lib.sh.in
82 #   talk.awk balk.awk chalk.awk awk-lib.awk.in
83 #
84 # by default, all shell and perl scripts are syntax checked.  If this is
85 # a problem (for example, perl scripts depending on Amanda extension 
86 # modules), then assign to CHECK_{PERL,SHELL} the list of files you wish
87 # to be checked (which can be empty).
88 #
89 # To add extra flags to the perl checks (e.g., to add new -I flags), set
90 # CHECK_PERL_FLAGS.
91
92 # Implementation note:
93 #
94 # This file uses config.status to substitute @foo@ in those scripts while
95 # converting them. It also adds the executable bits (a+x) to extensionless
96 # files.  The substitution works even though the files are not listed in 
97 # configure.in
98
99
100 VPATH = @srcdir@
101 pkgdatadir = $(datadir)/@PACKAGE@
102 pkglibdir = $(libdir)/@PACKAGE@
103 pkgincludedir = $(includedir)/@PACKAGE@
104 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
105 install_sh_DATA = $(install_sh) -c -m 644
106 install_sh_PROGRAM = $(install_sh) -c
107 install_sh_SCRIPT = $(install_sh) -c
108 INSTALL_HEADER = $(INSTALL_DATA)
109 transform = $(program_transform_name)
110 NORMAL_INSTALL = :
111 PRE_INSTALL = :
112 POST_INSTALL = :
113 NORMAL_UNINSTALL = :
114 PRE_UNINSTALL = :
115 POST_UNINSTALL = :
116 build_triplet = @build@
117 host_triplet = @host@
118 target_triplet = @target@
119 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
120         $(top_srcdir)/config/automake/scripts.am \
121         $(top_srcdir)/config/automake/vars.am
122 @WANT_SERVER_TRUE@am__append_1 = -I$(top_srcdir)/device-src \
123 @WANT_SERVER_TRUE@          -I$(top_srcdir)/server-src
124
125 @WANT_CLIENT_TRUE@am__append_2 = -I$(top_srcdir)/client-src
126 @WANT_RESTORE_TRUE@am__append_3 = -I$(top_srcdir)/restore-src
127 @WANT_RECOVER_TRUE@am__append_4 = -I$(top_srcdir)/recover-src
128
129 # PACKAGE: Amanda::Changer
130 @WANT_SERVER_TRUE@am__append_5 = Amanda/Device.pm Amanda/Logfile.pm \
131 @WANT_SERVER_TRUE@      Amanda/Cmdline.pm Amanda/Tapefile.pm \
132 @WANT_SERVER_TRUE@      Amanda/Changer.pm
133 @WANT_SERVER_TRUE@am__append_6 = Amanda/Device.swg Amanda/Device.pm \
134 @WANT_SERVER_TRUE@      Amanda/Logfile.swg Amanda/Logfile.pm \
135 @WANT_SERVER_TRUE@      Amanda/Cmdline.swg Amanda/Cmdline.pm \
136 @WANT_SERVER_TRUE@      Amanda/Tapefile.swg Amanda/Tapefile.pm \
137 @WANT_SERVER_TRUE@      Amanda/Changer.pm
138 @WANT_SERVER_TRUE@am__append_7 = Amanda/Device.c Amanda/Device.pm \
139 @WANT_SERVER_TRUE@      Amanda/Logfile.c Amanda/Logfile.pm \
140 @WANT_SERVER_TRUE@      Amanda/Cmdline.c Amanda/Cmdline.pm \
141 @WANT_SERVER_TRUE@      Amanda/Tapefile.c Amanda/Tapefile.pm
142 subdir = perl
143 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
144 am__aclocal_m4_deps =  \
145         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
146         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
147         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
148         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
149         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
150         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
151         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
152         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
153         $(top_srcdir)/config/amanda/amplot.m4 \
154         $(top_srcdir)/config/amanda/bsd-security.m4 \
155         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
156         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
157         $(top_srcdir)/config/amanda/changer.m4 \
158         $(top_srcdir)/config/amanda/components.m4 \
159         $(top_srcdir)/config/amanda/compress.m4 \
160         $(top_srcdir)/config/amanda/config.m4 \
161         $(top_srcdir)/config/amanda/debugging.m4 \
162         $(top_srcdir)/config/amanda/defaults.m4 \
163         $(top_srcdir)/config/amanda/devprefix.m4 \
164         $(top_srcdir)/config/amanda/dirs.m4 \
165         $(top_srcdir)/config/amanda/documentation.m4 \
166         $(top_srcdir)/config/amanda/dumpers.m4 \
167         $(top_srcdir)/config/amanda/flags.m4 \
168         $(top_srcdir)/config/amanda/flock.m4 \
169         $(top_srcdir)/config/amanda/funcs.m4 \
170         $(top_srcdir)/config/amanda/getfsent.m4 \
171         $(top_srcdir)/config/amanda/i18n.m4 \
172         $(top_srcdir)/config/amanda/ipv6.m4 \
173         $(top_srcdir)/config/amanda/krb4-security.m4 \
174         $(top_srcdir)/config/amanda/krb5-security.m4 \
175         $(top_srcdir)/config/amanda/lfs.m4 \
176         $(top_srcdir)/config/amanda/libs.m4 \
177         $(top_srcdir)/config/amanda/net.m4 \
178         $(top_srcdir)/config/amanda/progs.m4 \
179         $(top_srcdir)/config/amanda/readdir.m4 \
180         $(top_srcdir)/config/amanda/readline.m4 \
181         $(top_srcdir)/config/amanda/rsh-security.m4 \
182         $(top_srcdir)/config/amanda/s3-device.m4 \
183         $(top_srcdir)/config/amanda/shmem.m4 \
184         $(top_srcdir)/config/amanda/ssh-security.m4 \
185         $(top_srcdir)/config/amanda/summary.m4 \
186         $(top_srcdir)/config/amanda/swig.m4 \
187         $(top_srcdir)/config/amanda/syshacks.m4 \
188         $(top_srcdir)/config/amanda/tape.m4 \
189         $(top_srcdir)/config/amanda/types.m4 \
190         $(top_srcdir)/config/amanda/userid.m4 \
191         $(top_srcdir)/config/amanda/version.m4 \
192         $(top_srcdir)/config/gnulib/alloca.m4 \
193         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
194         $(top_srcdir)/config/gnulib/base64.m4 \
195         $(top_srcdir)/config/gnulib/eoverflow.m4 \
196         $(top_srcdir)/config/gnulib/extensions.m4 \
197         $(top_srcdir)/config/gnulib/float_h.m4 \
198         $(top_srcdir)/config/gnulib/fsusage.m4 \
199         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
200         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
201         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
202         $(top_srcdir)/config/gnulib/include_next.m4 \
203         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
204         $(top_srcdir)/config/gnulib/intmax_t.m4 \
205         $(top_srcdir)/config/gnulib/lock.m4 \
206         $(top_srcdir)/config/gnulib/longlong.m4 \
207         $(top_srcdir)/config/gnulib/malloc.m4 \
208         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
209         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
210         $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
211         $(top_srcdir)/config/gnulib/physmem.m4 \
212         $(top_srcdir)/config/gnulib/safe-read.m4 \
213         $(top_srcdir)/config/gnulib/safe-write.m4 \
214         $(top_srcdir)/config/gnulib/snprintf.m4 \
215         $(top_srcdir)/config/gnulib/socklen.m4 \
216         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
217         $(top_srcdir)/config/gnulib/ssize_t.m4 \
218         $(top_srcdir)/config/gnulib/stdbool.m4 \
219         $(top_srcdir)/config/gnulib/stdint.m4 \
220         $(top_srcdir)/config/gnulib/stdio_h.m4 \
221         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
222         $(top_srcdir)/config/gnulib/strdup.m4 \
223         $(top_srcdir)/config/gnulib/string_h.m4 \
224         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
225         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
226         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
227         $(top_srcdir)/config/gnulib/tempname.m4 \
228         $(top_srcdir)/config/gnulib/ulonglong.m4 \
229         $(top_srcdir)/config/gnulib/unistd_h.m4 \
230         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
231         $(top_srcdir)/config/gnulib/visibility.m4 \
232         $(top_srcdir)/config/gnulib/wchar.m4 \
233         $(top_srcdir)/config/gettext-macros/gettext.m4 \
234         $(top_srcdir)/config/gettext-macros/iconv.m4 \
235         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
236         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
237         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
238         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
239         $(top_srcdir)/config/gettext-macros/longlong.m4 \
240         $(top_srcdir)/config/gettext-macros/nls.m4 \
241         $(top_srcdir)/config/gettext-macros/po.m4 \
242         $(top_srcdir)/config/gettext-macros/progtest.m4 \
243         $(top_srcdir)/config/gettext-macros/size_max.m4 \
244         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
245         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
246         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
247         $(top_srcdir)/config/gettext-macros/xsize.m4 \
248         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
249 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
250         $(ACLOCAL_M4)
251 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
252 CONFIG_HEADER = $(top_builddir)/config/config.h
253 CONFIG_CLEAN_FILES =
254 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
255 am__vpath_adj = case $$p in \
256     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
257     *) f=$$p;; \
258   esac;
259 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
260 am__installdirs = "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(libCmdlinedir)" \
261         "$(DESTDIR)$(libConfigdir)" "$(DESTDIR)$(libDebugdir)" \
262         "$(DESTDIR)$(libDevicedir)" "$(DESTDIR)$(libLogfiledir)" \
263         "$(DESTDIR)$(libTapefiledir)" "$(DESTDIR)$(libTypesdir)" \
264         "$(DESTDIR)$(libUtildir)" "$(DESTDIR)$(Amandadir)"
265 amlibLTLIBRARIES_INSTALL = $(INSTALL)
266 libCmdlineLTLIBRARIES_INSTALL = $(INSTALL)
267 libConfigLTLIBRARIES_INSTALL = $(INSTALL)
268 libDebugLTLIBRARIES_INSTALL = $(INSTALL)
269 libDeviceLTLIBRARIES_INSTALL = $(INSTALL)
270 libLogfileLTLIBRARIES_INSTALL = $(INSTALL)
271 libTapefileLTLIBRARIES_INSTALL = $(INSTALL)
272 libTypesLTLIBRARIES_INSTALL = $(INSTALL)
273 libUtilLTLIBRARIES_INSTALL = $(INSTALL)
274 LTLIBRARIES = $(amlib_LTLIBRARIES) $(libCmdline_LTLIBRARIES) \
275         $(libConfig_LTLIBRARIES) $(libDebug_LTLIBRARIES) \
276         $(libDevice_LTLIBRARIES) $(libLogfile_LTLIBRARIES) \
277         $(libTapefile_LTLIBRARIES) $(libTypes_LTLIBRARIES) \
278         $(libUtil_LTLIBRARIES)
279 @WANT_SERVER_TRUE@libCmdline_la_DEPENDENCIES = libamglue.la \
280 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
281 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
282 am__libCmdline_la_SOURCES_DIST = Amanda/Cmdline.c amglue/amglue.swg \
283         amglue/constants.swg amglue/exports.swg amglue/glib.swg \
284         amglue/integers.swg
285 am__objects_1 =
286 @WANT_SERVER_TRUE@am_libCmdline_la_OBJECTS = Cmdline.lo \
287 @WANT_SERVER_TRUE@      $(am__objects_1)
288 libCmdline_la_OBJECTS = $(am_libCmdline_la_OBJECTS)
289 libCmdline_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
290         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
291         $(libCmdline_la_LDFLAGS) $(LDFLAGS) -o $@
292 @WANT_SERVER_TRUE@am_libCmdline_la_rpath = -rpath $(libCmdlinedir)
293 libConfig_la_DEPENDENCIES = libamglue.la \
294         $(top_builddir)/common-src/libamanda.la
295 am_libConfig_la_OBJECTS = Config.lo $(am__objects_1)
296 libConfig_la_OBJECTS = $(am_libConfig_la_OBJECTS)
297 libConfig_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
298         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
299         $(libConfig_la_LDFLAGS) $(LDFLAGS) -o $@
300 libDebug_la_DEPENDENCIES = libamglue.la \
301         $(top_builddir)/common-src/libamanda.la
302 am_libDebug_la_OBJECTS = Debug.lo $(am__objects_1)
303 libDebug_la_OBJECTS = $(am_libDebug_la_OBJECTS)
304 libDebug_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
305         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
306         $(libDebug_la_LDFLAGS) $(LDFLAGS) -o $@
307 @WANT_SERVER_TRUE@libDevice_la_DEPENDENCIES = libamglue.la \
308 @WANT_SERVER_TRUE@      $(top_builddir)/device-src/libamdevice.la \
309 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
310 am__libDevice_la_SOURCES_DIST = Amanda/Device.c amglue/amglue.swg \
311         amglue/constants.swg amglue/exports.swg amglue/glib.swg \
312         amglue/integers.swg
313 @WANT_SERVER_TRUE@am_libDevice_la_OBJECTS = Device.lo $(am__objects_1)
314 libDevice_la_OBJECTS = $(am_libDevice_la_OBJECTS)
315 libDevice_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
316         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
317         $(libDevice_la_LDFLAGS) $(LDFLAGS) -o $@
318 @WANT_SERVER_TRUE@am_libDevice_la_rpath = -rpath $(libDevicedir)
319 @WANT_SERVER_TRUE@libLogfile_la_DEPENDENCIES = libamglue.la \
320 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
321 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
322 am__libLogfile_la_SOURCES_DIST = Amanda/Logfile.c amglue/amglue.swg \
323         amglue/constants.swg amglue/exports.swg amglue/glib.swg \
324         amglue/integers.swg
325 @WANT_SERVER_TRUE@am_libLogfile_la_OBJECTS = Logfile.lo \
326 @WANT_SERVER_TRUE@      $(am__objects_1)
327 libLogfile_la_OBJECTS = $(am_libLogfile_la_OBJECTS)
328 libLogfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
329         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
330         $(libLogfile_la_LDFLAGS) $(LDFLAGS) -o $@
331 @WANT_SERVER_TRUE@am_libLogfile_la_rpath = -rpath $(libLogfiledir)
332 @WANT_SERVER_TRUE@libTapefile_la_DEPENDENCIES = libamglue.la \
333 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
334 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
335 am__libTapefile_la_SOURCES_DIST = Amanda/Tapefile.c amglue/amglue.swg \
336         amglue/constants.swg amglue/exports.swg amglue/glib.swg \
337         amglue/integers.swg
338 @WANT_SERVER_TRUE@am_libTapefile_la_OBJECTS = Tapefile.lo \
339 @WANT_SERVER_TRUE@      $(am__objects_1)
340 libTapefile_la_OBJECTS = $(am_libTapefile_la_OBJECTS)
341 libTapefile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
342         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
343         $(libTapefile_la_LDFLAGS) $(LDFLAGS) -o $@
344 @WANT_SERVER_TRUE@am_libTapefile_la_rpath = -rpath $(libTapefiledir)
345 libTypes_la_DEPENDENCIES = libamglue.la \
346         $(top_builddir)/common-src/libamanda.la
347 am_libTypes_la_OBJECTS = Types.lo $(am__objects_1)
348 libTypes_la_OBJECTS = $(am_libTypes_la_OBJECTS)
349 libTypes_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
350         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
351         $(libTypes_la_LDFLAGS) $(LDFLAGS) -o $@
352 libUtil_la_DEPENDENCIES = libamglue.la \
353         $(top_builddir)/common-src/libamanda.la
354 am_libUtil_la_OBJECTS = Util.lo $(am__objects_1)
355 libUtil_la_OBJECTS = $(am_libUtil_la_OBJECTS)
356 libUtil_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
357         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
358         $(libUtil_la_LDFLAGS) $(LDFLAGS) -o $@
359 libamglue_la_LIBADD =
360 am_libamglue_la_OBJECTS = ghashtable.lo bigint.lo
361 libamglue_la_OBJECTS = $(am_libamglue_la_OBJECTS)
362 libamglue_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
363         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
364         $(libamglue_la_LDFLAGS) $(LDFLAGS) -o $@
365 DEFAULT_INCLUDES = -I. -I$(top_builddir)/config@am__isrc@
366 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
367 am__depfiles_maybe = depfiles
368 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
369         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
370 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
371         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
372         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
373 CCLD = $(CC)
374 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
375         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
376         $(LDFLAGS) -o $@
377 SOURCES = $(libCmdline_la_SOURCES) $(libConfig_la_SOURCES) \
378         $(libDebug_la_SOURCES) $(libDevice_la_SOURCES) \
379         $(libLogfile_la_SOURCES) $(libTapefile_la_SOURCES) \
380         $(libTypes_la_SOURCES) $(libUtil_la_SOURCES) \
381         $(libamglue_la_SOURCES)
382 DIST_SOURCES = $(am__libCmdline_la_SOURCES_DIST) \
383         $(libConfig_la_SOURCES) $(libDebug_la_SOURCES) \
384         $(am__libDevice_la_SOURCES_DIST) \
385         $(am__libLogfile_la_SOURCES_DIST) \
386         $(am__libTapefile_la_SOURCES_DIST) $(libTypes_la_SOURCES) \
387         $(libUtil_la_SOURCES) $(libamglue_la_SOURCES)
388 AmandaDATA_INSTALL = $(INSTALL_DATA)
389 DATA = $(Amanda_DATA)
390 ETAGS = etags
391 CTAGS = ctags
392 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
393 ACLOCAL = @ACLOCAL@
394 ALLOCA = @ALLOCA@
395 ALLOCA_H = @ALLOCA_H@
396 AMANDA_DBGDIR = @AMANDA_DBGDIR@
397 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
398 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
399 AMANDA_TMPDIR = @AMANDA_TMPDIR@
400 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
401 AMLINT = @AMLINT@
402 AMLINTFLAGS = @AMLINTFLAGS@
403 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
404 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
405 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
406 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
407 AMTAR = @AMTAR@
408 AR = @AR@
409 ARPA_INET_H = @ARPA_INET_H@
410 AUTOCONF = @AUTOCONF@
411 AUTOHEADER = @AUTOHEADER@
412 AUTOMAKE = @AUTOMAKE@
413 AWK = @AWK@
414 BASH = @BASH@
415 BINARY_OWNER = @BINARY_OWNER@
416 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
417 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
418 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
419 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
420 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
421 CAT = @CAT@
422 CC = @CC@
423 CCDEPMODE = @CCDEPMODE@
424 CFLAGS = @CFLAGS@
425 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
426 CHIO = @CHIO@
427 CHS = @CHS@
428 CLIENT_LOGIN = @CLIENT_LOGIN@
429 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
430 COMPRESS = @COMPRESS@
431 CONFIG_DIR = @CONFIG_DIR@
432 CPP = @CPP@
433 CPPFLAGS = @CPPFLAGS@
434 CURL_CONFIG = @CURL_CONFIG@
435 CXX = @CXX@
436 CXXCPP = @CXXCPP@
437 CXXDEPMODE = @CXXDEPMODE@
438 CXXFLAGS = @CXXFLAGS@
439 CYGPATH_W = @CYGPATH_W@
440 DD = @DD@
441 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
442 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
443 DEFAULT_CONFIG = @DEFAULT_CONFIG@
444 DEFAULT_SERVER = @DEFAULT_SERVER@
445 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
446 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
447 DEFS = @DEFS@
448 DEPDIR = @DEPDIR@
449 DOC_BUILD_DATE = @DOC_BUILD_DATE@
450 DUMP = @DUMP@
451 DUMPER_DIR = @DUMPER_DIR@
452 ECHO = @ECHO@
453 ECHO_C = @ECHO_C@
454 ECHO_N = @ECHO_N@
455 ECHO_T = @ECHO_T@
456 EGREP = @EGREP@
457 EOVERFLOW = @EOVERFLOW@
458 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
459 EXEEXT = @EXEEXT@
460 F77 = @F77@
461 FFLAGS = @FFLAGS@
462 FLOAT_H = @FLOAT_H@
463 GETCONF = @GETCONF@
464 GETTEXT = @GETTEXT@
465 GLIB_CFLAGS = @GLIB_CFLAGS@
466 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
467 GLIB_LIBS = @GLIB_LIBS@
468 GLIB_MKENUMS = @GLIB_MKENUMS@
469 GMSGFMT = @GMSGFMT@
470 GMSGFMT_015 = @GMSGFMT_015@
471 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
472 GNULIB_CHOWN = @GNULIB_CHOWN@
473 GNULIB_DUP2 = @GNULIB_DUP2@
474 GNULIB_FCHDIR = @GNULIB_FCHDIR@
475 GNULIB_FFLUSH = @GNULIB_FFLUSH@
476 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
477 GNULIB_FSEEK = @GNULIB_FSEEK@
478 GNULIB_FSEEKO = @GNULIB_FSEEKO@
479 GNULIB_FTELL = @GNULIB_FTELL@
480 GNULIB_FTELLO = @GNULIB_FTELLO@
481 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
482 GNULIB_GETCWD = @GNULIB_GETCWD@
483 GNULIB_GETDELIM = @GNULIB_GETDELIM@
484 GNULIB_GETLINE = @GNULIB_GETLINE@
485 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
486 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
487 GNULIB_LCHOWN = @GNULIB_LCHOWN@
488 GNULIB_LSEEK = @GNULIB_LSEEK@
489 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
490 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
491 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
492 GNULIB_MBSCHR = @GNULIB_MBSCHR@
493 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
494 GNULIB_MBSLEN = @GNULIB_MBSLEN@
495 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
496 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
497 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
498 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
499 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
500 GNULIB_MBSSEP = @GNULIB_MBSSEP@
501 GNULIB_MBSSPN = @GNULIB_MBSSPN@
502 GNULIB_MBSSTR = @GNULIB_MBSSTR@
503 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
504 GNULIB_MEMMEM = @GNULIB_MEMMEM@
505 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
506 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
507 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
508 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
509 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
510 GNULIB_READLINK = @GNULIB_READLINK@
511 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
512 GNULIB_SLEEP = @GNULIB_SLEEP@
513 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
514 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
515 GNULIB_STPCPY = @GNULIB_STPCPY@
516 GNULIB_STPNCPY = @GNULIB_STPNCPY@
517 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
518 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
519 GNULIB_STRDUP = @GNULIB_STRDUP@
520 GNULIB_STRNDUP = @GNULIB_STRNDUP@
521 GNULIB_STRNLEN = @GNULIB_STRNLEN@
522 GNULIB_STRPBRK = @GNULIB_STRPBRK@
523 GNULIB_STRSEP = @GNULIB_STRSEP@
524 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
525 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
526 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
527 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
528 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
529 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
530 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
531 GNUPLOT = @GNUPLOT@
532 GNUTAR = @GNUTAR@
533 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
534 GOBJECT_QUERY = @GOBJECT_QUERY@
535 GREP = @GREP@
536 GZIP = @GZIP@
537 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
538 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
539 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
540 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
541 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
542 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
543 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
544 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
545 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
546 HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
547 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
548 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
549 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
550 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
551 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
552 HAVE_DUP2 = @HAVE_DUP2@
553 HAVE_FSEEKO = @HAVE_FSEEKO@
554 HAVE_FTELLO = @HAVE_FTELLO@
555 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
556 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
557 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
558 HAVE_IO_H = @HAVE_IO_H@
559 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
560 HAVE_LSTAT = @HAVE_LSTAT@
561 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
562 HAVE_MEMPCPY = @HAVE_MEMPCPY@
563 HAVE_MKDTEMP = @HAVE_MKDTEMP@
564 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
565 HAVE_READLINK = @HAVE_READLINK@
566 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
567 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
568 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
569 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
570 HAVE_SLEEP = @HAVE_SLEEP@
571 HAVE_STDINT_H = @HAVE_STDINT_H@
572 HAVE_STPCPY = @HAVE_STPCPY@
573 HAVE_STPNCPY = @HAVE_STPNCPY@
574 HAVE_STRCASECMP = @HAVE_STRCASECMP@
575 HAVE_STRCASESTR = @HAVE_STRCASESTR@
576 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
577 HAVE_STRNDUP = @HAVE_STRNDUP@
578 HAVE_STRPBRK = @HAVE_STRPBRK@
579 HAVE_STRSEP = @HAVE_STRSEP@
580 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
581 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
582 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
583 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
584 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
585 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
586 HAVE_UNISTD_H = @HAVE_UNISTD_H@
587 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
588 HAVE_VASPRINTF = @HAVE_VASPRINTF@
589 HAVE_VISIBILITY = @HAVE_VISIBILITY@
590 HAVE_WCHAR_H = @HAVE_WCHAR_H@
591 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
592 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
593 HAVE__BOOL = @HAVE__BOOL@
594 INCLUDE_NEXT = @INCLUDE_NEXT@
595 INSTALL = @INSTALL@
596 INSTALL_DATA = @INSTALL_DATA@
597 INSTALL_PROGRAM = @INSTALL_PROGRAM@
598 INSTALL_SCRIPT = @INSTALL_SCRIPT@
599 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
600 INTLLIBS = @INTLLIBS@
601 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
602 LDFLAGS = @LDFLAGS@
603 LEX = @LEX@
604 LEXLIB = @LEXLIB@
605 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
606 LIBCURL = @LIBCURL@
607 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
608 LIBICONV = @LIBICONV@
609 LIBINTL = @LIBINTL@
610 LIBMULTITHREAD = @LIBMULTITHREAD@
611 LIBOBJS = @LIBOBJS@
612 LIBPTH = @LIBPTH@
613 LIBS = @LIBS@
614 LIBTHREAD = @LIBTHREAD@
615 LIBTOOL = @LIBTOOL@
616 LIBTOOL_DEPS = @LIBTOOL_DEPS@
617 LN_S = @LN_S@
618 LTLIBICONV = @LTLIBICONV@
619 LTLIBINTL = @LTLIBINTL@
620 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
621 LTLIBOBJS = @LTLIBOBJS@
622 LTLIBPTH = @LTLIBPTH@
623 LTLIBTHREAD = @LTLIBTHREAD@
624 MAILER = @MAILER@
625 MAKEINFO = @MAKEINFO@
626 MAXTAPEBLOCKSIZE = @MAXTAPEBLOCKSIZE@
627 MCUTIL = @MCUTIL@
628 MKDIR_P = @MKDIR_P@
629 MSGFMT = @MSGFMT@
630 MSGFMT_015 = @MSGFMT_015@
631 MSGMERGE = @MSGMERGE@
632 MT = @MT@
633 MTX = @MTX@
634 MT_FILE_FLAG = @MT_FILE_FLAG@
635 NETINET_IN_H = @NETINET_IN_H@
636 NEXT_FLOAT_H = @NEXT_FLOAT_H@
637 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
638 NEXT_STDINT_H = @NEXT_STDINT_H@
639 NEXT_STDIO_H = @NEXT_STDIO_H@
640 NEXT_STDLIB_H = @NEXT_STDLIB_H@
641 NEXT_STRING_H = @NEXT_STRING_H@
642 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
643 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
644 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
645 NEXT_UNISTD_H = @NEXT_UNISTD_H@
646 NEXT_WCHAR_H = @NEXT_WCHAR_H@
647 OBJEXT = @OBJEXT@
648 PACKAGE = @PACKAGE@
649 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
650 PACKAGE_NAME = @PACKAGE_NAME@
651 PACKAGE_STRING = @PACKAGE_STRING@
652 PACKAGE_TARNAME = @PACKAGE_TARNAME@
653 PACKAGE_VERSION = @PACKAGE_VERSION@
654 PATH_SEPARATOR = @PATH_SEPARATOR@
655 PCAT = @PCAT@
656 PERL = @PERL@
657 PERLEXTLIBS = @PERLEXTLIBS@
658 PERL_INC = @PERL_INC@
659 PKG_CONFIG = @PKG_CONFIG@
660 POSUB = @POSUB@
661 PRINT = @PRINT@
662 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
663 RANLIB = @RANLIB@
664 READLINE_LIBS = @READLINE_LIBS@
665 REPLACE_CHOWN = @REPLACE_CHOWN@
666 REPLACE_FCHDIR = @REPLACE_FCHDIR@
667 REPLACE_FFLUSH = @REPLACE_FFLUSH@
668 REPLACE_FPRINTF = @REPLACE_FPRINTF@
669 REPLACE_FSEEK = @REPLACE_FSEEK@
670 REPLACE_FSEEKO = @REPLACE_FSEEKO@
671 REPLACE_FTELL = @REPLACE_FTELL@
672 REPLACE_FTELLO = @REPLACE_FTELLO@
673 REPLACE_GETCWD = @REPLACE_GETCWD@
674 REPLACE_GETLINE = @REPLACE_GETLINE@
675 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
676 REPLACE_LCHOWN = @REPLACE_LCHOWN@
677 REPLACE_LSEEK = @REPLACE_LSEEK@
678 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
679 REPLACE_PRINTF = @REPLACE_PRINTF@
680 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
681 REPLACE_SPRINTF = @REPLACE_SPRINTF@
682 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
683 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
684 REPLACE_VPRINTF = @REPLACE_VPRINTF@
685 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
686 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
687 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
688 RESTORE = @RESTORE@
689 SAMBA_CLIENT = @SAMBA_CLIENT@
690 SERVICE_SUFFIX = @SERVICE_SUFFIX@
691 SETUID_GROUP = @SETUID_GROUP@
692 SET_MAKE = @SET_MAKE@
693 SHELL = @SHELL@
694 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
695 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
696 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
697 SORT = @SORT@
698 SSH = @SSH@
699 STDBOOL_H = @STDBOOL_H@
700 STDINT_H = @STDINT_H@
701 STRIP = @STRIP@
702 SVN = @SVN@
703 SWIG = @SWIG@
704 SWIG_LIB = @SWIG_LIB@
705 SYS_SOCKET_H = @SYS_SOCKET_H@
706 SYS_STAT_H = @SYS_STAT_H@
707 SYS_TIME_H = @SYS_TIME_H@
708 USE_NLS = @USE_NLS@
709 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
710 VDUMP = @VDUMP@
711 VERSION = @VERSION@
712 VERSION_COMMENT = @VERSION_COMMENT@
713 VERSION_MAJOR = @VERSION_MAJOR@
714 VERSION_MINOR = @VERSION_MINOR@
715 VERSION_PATCH = @VERSION_PATCH@
716 VERSION_SUFFIX = @VERSION_SUFFIX@
717 VRESTORE = @VRESTORE@
718 VXDUMP = @VXDUMP@
719 VXRESTORE = @VXRESTORE@
720 WCHAR_H = @WCHAR_H@
721 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
722 WINT_T_SUFFIX = @WINT_T_SUFFIX@
723 XFSDUMP = @XFSDUMP@
724 XFSRESTORE = @XFSRESTORE@
725 XGETTEXT = @XGETTEXT@
726 XGETTEXT_015 = @XGETTEXT_015@
727 XSLREL = @XSLREL@
728 XSLTPROC = @XSLTPROC@
729 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
730 YACC = @YACC@
731 YFLAGS = @YFLAGS@
732 _libcurl_config = @_libcurl_config@
733 abs_builddir = @abs_builddir@
734 abs_srcdir = @abs_srcdir@
735 abs_top_builddir = @abs_top_builddir@
736 abs_top_srcdir = @abs_top_srcdir@
737 ac_ct_CC = @ac_ct_CC@
738 ac_ct_CXX = @ac_ct_CXX@
739 ac_ct_F77 = @ac_ct_F77@
740 am__include = @am__include@
741 am__leading_dot = @am__leading_dot@
742 am__quote = @am__quote@
743 am__tar = @am__tar@
744 am__untar = @am__untar@
745 amincludedir = @amincludedir@
746 amlibdir = @amlibdir@
747 amlibexecdir = @amlibexecdir@
748 amperldir = @amperldir@
749 bindir = @bindir@
750 build = @build@
751 build_alias = @build_alias@
752 build_cpu = @build_cpu@
753 build_os = @build_os@
754 build_vendor = @build_vendor@
755 builddir = @builddir@
756 datadir = @datadir@
757 datarootdir = @datarootdir@
758 docdir = @docdir@
759 dvidir = @dvidir@
760 exec_prefix = @exec_prefix@
761 gl_LIBOBJS = @gl_LIBOBJS@
762 gl_LTLIBOBJS = @gl_LTLIBOBJS@
763 host = @host@
764 host_alias = @host_alias@
765 host_cpu = @host_cpu@
766 host_os = @host_os@
767 host_vendor = @host_vendor@
768 htmldir = @htmldir@
769 includedir = @includedir@
770 infodir = @infodir@
771 install_sh = @install_sh@
772 libdir = @libdir@
773 libexecdir = @libexecdir@
774 localedir = @localedir@
775 localstatedir = @localstatedir@
776 mandir = @mandir@
777 mkdir_p = @mkdir_p@
778 oldincludedir = @oldincludedir@
779 pdfdir = @pdfdir@
780 prefix = @prefix@
781 program_transform_name = @program_transform_name@
782 psdir = @psdir@
783 sbindir = @sbindir@
784 sharedstatedir = @sharedstatedir@
785 srcdir = @srcdir@
786 sysconfdir = @sysconfdir@
787 target = @target@
788 target_alias = @target_alias@
789 target_cpu = @target_cpu@
790 target_os = @target_os@
791 target_vendor = @target_vendor@
792 top_builddir = @top_builddir@
793 top_srcdir = @top_srcdir@
794 SUFFIXES = 
795 EXTRA_DIST = $(libamglue_la_SOURCES) $(AMGLUE_SWG) $(am__append_6) \
796         Amanda/Debug.swg Amanda/Debug.pm Amanda/Config.swg \
797         Amanda/Config.pm Amanda/Util.swg Amanda/Util.pm \
798         Amanda/Types.swg Amanda/Types.pm Amanda/Paths.pm.in
799 BUILT_SOURCES = 
800 MOSTLYCLEANFILES = 
801
802 # config.status leaves config.log files around
803 CLEANFILES = config.log
804
805 # and we'll need to clean up our generated files for distclean
806 DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK) \
807         Amanda/Paths.pm
808 MAINTAINERCLEANFILES = $(am__append_7) Amanda/Debug.c Amanda/Debug.pm \
809         Amanda/Config.c Amanda/Config.pm Amanda/Util.c Amanda/Util.pm \
810         Amanda/Types.c Amanda/Types.pm
811
812 # syntax-check shell scripts on 'make check'
813 CHECK_SHELL = $(SCRIPTS_SHELL)
814
815 # add the SWIG symbol to avoid conflicts with perl definitions.
816 # $AMANDA_WARNING_CFLAGS is omitted because SWIG-generated files tend
817 # to trigger warnings
818 AM_CFLAGS = -DSWIG
819
820 # Appropriate INCLUDES depends on which components (server or client) are 
821 # being built
822 INCLUDES = -I$(top_builddir)/common-src -I$(top_srcdir)/common-src \
823         -I$(top_srcdir)/perl/amglue -I$(top_srcdir)/gnulib $(PERL_INC) \
824         $(am__append_1) $(am__append_2) $(am__append_3) \
825         $(am__append_4)
826
827 # (amplot has a conditional, but doesn't have any header files)
828 amlib_LTLIBRARIES = libamglue.la
829 libamglue_la_SOURCES = \
830         amglue/ghashtable.c \
831         amglue/bigint.c \
832         amglue/amglue.h
833
834 libamglue_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
835
836 # Tell libtool to not bother versioning the libs we build, since perl won't
837 # pay attention to such things, anyway.
838
839 # And add any flags the user has requested; on FreeBSD, this pulls in the 
840 # threading library
841 PERL_EXT_LDFLAGS = -avoid-version $(PERLEXTLIBS)
842
843 # list our SWIG libraries. 
844 AMGLUE_SWG = amglue/amglue.swg \
845         amglue/amglue.swg \
846         amglue/constants.swg \
847         amglue/exports.swg \
848         amglue/glib.swg \
849         amglue/integers.swg
850
851
852 # SWIG OPTIONS:
853 # -perl5 -proxy: generate perl code, with proxy (shadow) classes
854 # -DSWIG_TYPE_TABLE: the name for the global type table; customized
855 #  to minimize type collisions with other SWIG-generated modules
856 # -I$(srcdir) use include files relative to this directory
857 SWIG_OPTIONS = -perl5 -proxy -DSWIG_TYPE_TABLE=SWIG_TYPES_Amanda -I$(srcdir)
858 Amandadir = $(amperldir)/Amanda
859
860 # PACKAGE: Amanda::Paths
861 Amanda_DATA = $(am__append_5) Amanda/Debug.pm Amanda/Config.pm \
862         Amanda/Util.pm Amanda/Types.pm Amanda/Paths.pm
863
864 # PACKAGE: Amanda::Device
865 @WANT_SERVER_TRUE@libDevicedir = $(amperldir)/auto/Amanda/Device
866 @WANT_SERVER_TRUE@libDevice_LTLIBRARIES = libDevice.la
867 @WANT_SERVER_TRUE@libDevice_la_SOURCES = Amanda/Device.c $(AMGLUE_SWG)
868 @WANT_SERVER_TRUE@libDevice_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
869 @WANT_SERVER_TRUE@libDevice_la_LIBADD = libamglue.la \
870 @WANT_SERVER_TRUE@      $(top_builddir)/device-src/libamdevice.la \
871 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
872
873
874 # PACKAGE: Amanda::Logfile
875 @WANT_SERVER_TRUE@libLogfiledir = $(amperldir)/auto/Amanda/Logfile
876 @WANT_SERVER_TRUE@libLogfile_LTLIBRARIES = libLogfile.la
877 @WANT_SERVER_TRUE@libLogfile_la_SOURCES = Amanda/Logfile.c $(AMGLUE_SWG)
878 @WANT_SERVER_TRUE@libLogfile_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
879 @WANT_SERVER_TRUE@libLogfile_la_LIBADD = libamglue.la \
880 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
881 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
882
883
884 # PACKAGE: Amanda::Cmdline
885 @WANT_SERVER_TRUE@libCmdlinedir = $(amperldir)/auto/Amanda/Cmdline
886 @WANT_SERVER_TRUE@libCmdline_LTLIBRARIES = libCmdline.la
887 @WANT_SERVER_TRUE@libCmdline_la_SOURCES = Amanda/Cmdline.c $(AMGLUE_SWG)
888 @WANT_SERVER_TRUE@libCmdline_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
889 @WANT_SERVER_TRUE@libCmdline_la_LIBADD = libamglue.la \
890 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
891 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
892
893
894 # PACKAGE: Amanda::Tapefile
895 @WANT_SERVER_TRUE@libTapefiledir = $(amperldir)/auto/Amanda/Tapefile
896 @WANT_SERVER_TRUE@libTapefile_LTLIBRARIES = libTapefile.la
897 @WANT_SERVER_TRUE@libTapefile_la_SOURCES = Amanda/Tapefile.c $(AMGLUE_SWG)
898 @WANT_SERVER_TRUE@libTapefile_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
899 @WANT_SERVER_TRUE@libTapefile_la_LIBADD = libamglue.la \
900 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
901 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
902
903
904 # PACKAGE: Amanda::Debug
905 libDebugdir = $(amperldir)/auto/Amanda/Debug
906 libDebug_LTLIBRARIES = libDebug.la
907 libDebug_la_SOURCES = Amanda/Debug.c $(AMGLUE_SWG)
908 libDebug_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
909 libDebug_la_LIBADD = libamglue.la \
910         $(top_builddir)/common-src/libamanda.la
911
912
913 # PACKAGE: Amanda::Config
914 libConfigdir = $(amperldir)/auto/Amanda/Config
915 libConfig_LTLIBRARIES = libConfig.la
916 libConfig_la_SOURCES = Amanda/Config.c $(AMGLUE_SWG)
917 libConfig_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
918 libConfig_la_LIBADD = libamglue.la \
919         $(top_builddir)/common-src/libamanda.la
920
921
922 # PACKAGE: Amanda::Util
923 libUtildir = $(amperldir)/auto/Amanda/Util
924 libUtil_LTLIBRARIES = libUtil.la
925 libUtil_la_SOURCES = Amanda/Util.c $(AMGLUE_SWG)
926 libUtil_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
927 libUtil_la_LIBADD = libamglue.la \
928         $(top_builddir)/common-src/libamanda.la
929
930
931 # PACKAGE: Amanda::Types
932 libTypesdir = $(amperldir)/auto/Amanda/Types
933 libTypes_LTLIBRARIES = libTypes.la
934 libTypes_la_SOURCES = Amanda/Types.c $(AMGLUE_SWG)
935 libTypes_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
936 libTypes_la_LIBADD = libamglue.la \
937         $(top_builddir)/common-src/libamanda.la
938
939
940 # perl doesn't use the cyg prefix and it doesn't search in the bin
941 # directory, dll must be copied to their modules directories.
942 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@amperldirauto = "$(DESTDIR)$(amperldir)/auto/Amanda"
943 all: $(BUILT_SOURCES)
944         $(MAKE) $(AM_MAKEFLAGS) all-am
945
946 .SUFFIXES:
947 .SUFFIXES: .c .lo .o .obj
948 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(am__configure_deps)
949         @for dep in $?; do \
950           case '$(am__configure_deps)' in \
951             *$$dep*) \
952               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
953                 && exit 0; \
954               exit 1;; \
955           esac; \
956         done; \
957         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  perl/Makefile'; \
958         cd $(top_srcdir) && \
959           $(AUTOMAKE) --gnu  perl/Makefile
960 .PRECIOUS: Makefile
961 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
962         @case '$?' in \
963           *config.status*) \
964             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
965           *) \
966             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
967             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
968         esac;
969
970 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
971         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
972
973 $(top_srcdir)/configure:  $(am__configure_deps)
974         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
975 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
976         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
977 install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES)
978         @$(NORMAL_INSTALL)
979         test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)"
980         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
981           if test -f $$p; then \
982             f=$(am__strip_dir) \
983             echo " $(LIBTOOL) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \
984             $(LIBTOOL) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \
985           else :; fi; \
986         done
987
988 uninstall-amlibLTLIBRARIES:
989         @$(NORMAL_UNINSTALL)
990         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
991           p=$(am__strip_dir) \
992           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(amlibdir)/$$p'"; \
993           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(amlibdir)/$$p"; \
994         done
995
996 clean-amlibLTLIBRARIES:
997         -test -z "$(amlib_LTLIBRARIES)" || rm -f $(amlib_LTLIBRARIES)
998         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
999           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1000           test "$$dir" != "$$p" || dir=.; \
1001           echo "rm -f \"$${dir}/so_locations\""; \
1002           rm -f "$${dir}/so_locations"; \
1003         done
1004 install-libCmdlineLTLIBRARIES: $(libCmdline_LTLIBRARIES)
1005         @$(NORMAL_INSTALL)
1006         test -z "$(libCmdlinedir)" || $(MKDIR_P) "$(DESTDIR)$(libCmdlinedir)"
1007         @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \
1008           if test -f $$p; then \
1009             f=$(am__strip_dir) \
1010             echo " $(LIBTOOL) --mode=install $(libCmdlineLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libCmdlinedir)/$$f'"; \
1011             $(LIBTOOL) --mode=install $(libCmdlineLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libCmdlinedir)/$$f"; \
1012           else :; fi; \
1013         done
1014
1015 uninstall-libCmdlineLTLIBRARIES:
1016         @$(NORMAL_UNINSTALL)
1017         @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \
1018           p=$(am__strip_dir) \
1019           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libCmdlinedir)/$$p'"; \
1020           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libCmdlinedir)/$$p"; \
1021         done
1022
1023 clean-libCmdlineLTLIBRARIES:
1024         -test -z "$(libCmdline_LTLIBRARIES)" || rm -f $(libCmdline_LTLIBRARIES)
1025         @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \
1026           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1027           test "$$dir" != "$$p" || dir=.; \
1028           echo "rm -f \"$${dir}/so_locations\""; \
1029           rm -f "$${dir}/so_locations"; \
1030         done
1031 install-libConfigLTLIBRARIES: $(libConfig_LTLIBRARIES)
1032         @$(NORMAL_INSTALL)
1033         test -z "$(libConfigdir)" || $(MKDIR_P) "$(DESTDIR)$(libConfigdir)"
1034         @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \
1035           if test -f $$p; then \
1036             f=$(am__strip_dir) \
1037             echo " $(LIBTOOL) --mode=install $(libConfigLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libConfigdir)/$$f'"; \
1038             $(LIBTOOL) --mode=install $(libConfigLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libConfigdir)/$$f"; \
1039           else :; fi; \
1040         done
1041
1042 uninstall-libConfigLTLIBRARIES:
1043         @$(NORMAL_UNINSTALL)
1044         @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \
1045           p=$(am__strip_dir) \
1046           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libConfigdir)/$$p'"; \
1047           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libConfigdir)/$$p"; \
1048         done
1049
1050 clean-libConfigLTLIBRARIES:
1051         -test -z "$(libConfig_LTLIBRARIES)" || rm -f $(libConfig_LTLIBRARIES)
1052         @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \
1053           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1054           test "$$dir" != "$$p" || dir=.; \
1055           echo "rm -f \"$${dir}/so_locations\""; \
1056           rm -f "$${dir}/so_locations"; \
1057         done
1058 install-libDebugLTLIBRARIES: $(libDebug_LTLIBRARIES)
1059         @$(NORMAL_INSTALL)
1060         test -z "$(libDebugdir)" || $(MKDIR_P) "$(DESTDIR)$(libDebugdir)"
1061         @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \
1062           if test -f $$p; then \
1063             f=$(am__strip_dir) \
1064             echo " $(LIBTOOL) --mode=install $(libDebugLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libDebugdir)/$$f'"; \
1065             $(LIBTOOL) --mode=install $(libDebugLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libDebugdir)/$$f"; \
1066           else :; fi; \
1067         done
1068
1069 uninstall-libDebugLTLIBRARIES:
1070         @$(NORMAL_UNINSTALL)
1071         @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \
1072           p=$(am__strip_dir) \
1073           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libDebugdir)/$$p'"; \
1074           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libDebugdir)/$$p"; \
1075         done
1076
1077 clean-libDebugLTLIBRARIES:
1078         -test -z "$(libDebug_LTLIBRARIES)" || rm -f $(libDebug_LTLIBRARIES)
1079         @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \
1080           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1081           test "$$dir" != "$$p" || dir=.; \
1082           echo "rm -f \"$${dir}/so_locations\""; \
1083           rm -f "$${dir}/so_locations"; \
1084         done
1085 install-libDeviceLTLIBRARIES: $(libDevice_LTLIBRARIES)
1086         @$(NORMAL_INSTALL)
1087         test -z "$(libDevicedir)" || $(MKDIR_P) "$(DESTDIR)$(libDevicedir)"
1088         @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \
1089           if test -f $$p; then \
1090             f=$(am__strip_dir) \
1091             echo " $(LIBTOOL) --mode=install $(libDeviceLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libDevicedir)/$$f'"; \
1092             $(LIBTOOL) --mode=install $(libDeviceLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libDevicedir)/$$f"; \
1093           else :; fi; \
1094         done
1095
1096 uninstall-libDeviceLTLIBRARIES:
1097         @$(NORMAL_UNINSTALL)
1098         @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \
1099           p=$(am__strip_dir) \
1100           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libDevicedir)/$$p'"; \
1101           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libDevicedir)/$$p"; \
1102         done
1103
1104 clean-libDeviceLTLIBRARIES:
1105         -test -z "$(libDevice_LTLIBRARIES)" || rm -f $(libDevice_LTLIBRARIES)
1106         @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \
1107           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1108           test "$$dir" != "$$p" || dir=.; \
1109           echo "rm -f \"$${dir}/so_locations\""; \
1110           rm -f "$${dir}/so_locations"; \
1111         done
1112 install-libLogfileLTLIBRARIES: $(libLogfile_LTLIBRARIES)
1113         @$(NORMAL_INSTALL)
1114         test -z "$(libLogfiledir)" || $(MKDIR_P) "$(DESTDIR)$(libLogfiledir)"
1115         @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \
1116           if test -f $$p; then \
1117             f=$(am__strip_dir) \
1118             echo " $(LIBTOOL) --mode=install $(libLogfileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libLogfiledir)/$$f'"; \
1119             $(LIBTOOL) --mode=install $(libLogfileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libLogfiledir)/$$f"; \
1120           else :; fi; \
1121         done
1122
1123 uninstall-libLogfileLTLIBRARIES:
1124         @$(NORMAL_UNINSTALL)
1125         @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \
1126           p=$(am__strip_dir) \
1127           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libLogfiledir)/$$p'"; \
1128           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libLogfiledir)/$$p"; \
1129         done
1130
1131 clean-libLogfileLTLIBRARIES:
1132         -test -z "$(libLogfile_LTLIBRARIES)" || rm -f $(libLogfile_LTLIBRARIES)
1133         @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \
1134           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1135           test "$$dir" != "$$p" || dir=.; \
1136           echo "rm -f \"$${dir}/so_locations\""; \
1137           rm -f "$${dir}/so_locations"; \
1138         done
1139 install-libTapefileLTLIBRARIES: $(libTapefile_LTLIBRARIES)
1140         @$(NORMAL_INSTALL)
1141         test -z "$(libTapefiledir)" || $(MKDIR_P) "$(DESTDIR)$(libTapefiledir)"
1142         @list='$(libTapefile_LTLIBRARIES)'; for p in $$list; do \
1143           if test -f $$p; then \
1144             f=$(am__strip_dir) \
1145             echo " $(LIBTOOL) --mode=install $(libTapefileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libTapefiledir)/$$f'"; \
1146             $(LIBTOOL) --mode=install $(libTapefileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libTapefiledir)/$$f"; \
1147           else :; fi; \
1148         done
1149
1150 uninstall-libTapefileLTLIBRARIES:
1151         @$(NORMAL_UNINSTALL)
1152         @list='$(libTapefile_LTLIBRARIES)'; for p in $$list; do \
1153           p=$(am__strip_dir) \
1154           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libTapefiledir)/$$p'"; \
1155           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libTapefiledir)/$$p"; \
1156         done
1157
1158 clean-libTapefileLTLIBRARIES:
1159         -test -z "$(libTapefile_LTLIBRARIES)" || rm -f $(libTapefile_LTLIBRARIES)
1160         @list='$(libTapefile_LTLIBRARIES)'; for p in $$list; do \
1161           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1162           test "$$dir" != "$$p" || dir=.; \
1163           echo "rm -f \"$${dir}/so_locations\""; \
1164           rm -f "$${dir}/so_locations"; \
1165         done
1166 install-libTypesLTLIBRARIES: $(libTypes_LTLIBRARIES)
1167         @$(NORMAL_INSTALL)
1168         test -z "$(libTypesdir)" || $(MKDIR_P) "$(DESTDIR)$(libTypesdir)"
1169         @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \
1170           if test -f $$p; then \
1171             f=$(am__strip_dir) \
1172             echo " $(LIBTOOL) --mode=install $(libTypesLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libTypesdir)/$$f'"; \
1173             $(LIBTOOL) --mode=install $(libTypesLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libTypesdir)/$$f"; \
1174           else :; fi; \
1175         done
1176
1177 uninstall-libTypesLTLIBRARIES:
1178         @$(NORMAL_UNINSTALL)
1179         @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \
1180           p=$(am__strip_dir) \
1181           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libTypesdir)/$$p'"; \
1182           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libTypesdir)/$$p"; \
1183         done
1184
1185 clean-libTypesLTLIBRARIES:
1186         -test -z "$(libTypes_LTLIBRARIES)" || rm -f $(libTypes_LTLIBRARIES)
1187         @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \
1188           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1189           test "$$dir" != "$$p" || dir=.; \
1190           echo "rm -f \"$${dir}/so_locations\""; \
1191           rm -f "$${dir}/so_locations"; \
1192         done
1193 install-libUtilLTLIBRARIES: $(libUtil_LTLIBRARIES)
1194         @$(NORMAL_INSTALL)
1195         test -z "$(libUtildir)" || $(MKDIR_P) "$(DESTDIR)$(libUtildir)"
1196         @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \
1197           if test -f $$p; then \
1198             f=$(am__strip_dir) \
1199             echo " $(LIBTOOL) --mode=install $(libUtilLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libUtildir)/$$f'"; \
1200             $(LIBTOOL) --mode=install $(libUtilLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libUtildir)/$$f"; \
1201           else :; fi; \
1202         done
1203
1204 uninstall-libUtilLTLIBRARIES:
1205         @$(NORMAL_UNINSTALL)
1206         @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \
1207           p=$(am__strip_dir) \
1208           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libUtildir)/$$p'"; \
1209           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libUtildir)/$$p"; \
1210         done
1211
1212 clean-libUtilLTLIBRARIES:
1213         -test -z "$(libUtil_LTLIBRARIES)" || rm -f $(libUtil_LTLIBRARIES)
1214         @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \
1215           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1216           test "$$dir" != "$$p" || dir=.; \
1217           echo "rm -f \"$${dir}/so_locations\""; \
1218           rm -f "$${dir}/so_locations"; \
1219         done
1220 libCmdline.la: $(libCmdline_la_OBJECTS) $(libCmdline_la_DEPENDENCIES) 
1221         $(libCmdline_la_LINK) $(am_libCmdline_la_rpath) $(libCmdline_la_OBJECTS) $(libCmdline_la_LIBADD) $(LIBS)
1222 libConfig.la: $(libConfig_la_OBJECTS) $(libConfig_la_DEPENDENCIES) 
1223         $(libConfig_la_LINK) -rpath $(libConfigdir) $(libConfig_la_OBJECTS) $(libConfig_la_LIBADD) $(LIBS)
1224 libDebug.la: $(libDebug_la_OBJECTS) $(libDebug_la_DEPENDENCIES) 
1225         $(libDebug_la_LINK) -rpath $(libDebugdir) $(libDebug_la_OBJECTS) $(libDebug_la_LIBADD) $(LIBS)
1226 libDevice.la: $(libDevice_la_OBJECTS) $(libDevice_la_DEPENDENCIES) 
1227         $(libDevice_la_LINK) $(am_libDevice_la_rpath) $(libDevice_la_OBJECTS) $(libDevice_la_LIBADD) $(LIBS)
1228 libLogfile.la: $(libLogfile_la_OBJECTS) $(libLogfile_la_DEPENDENCIES) 
1229         $(libLogfile_la_LINK) $(am_libLogfile_la_rpath) $(libLogfile_la_OBJECTS) $(libLogfile_la_LIBADD) $(LIBS)
1230 libTapefile.la: $(libTapefile_la_OBJECTS) $(libTapefile_la_DEPENDENCIES) 
1231         $(libTapefile_la_LINK) $(am_libTapefile_la_rpath) $(libTapefile_la_OBJECTS) $(libTapefile_la_LIBADD) $(LIBS)
1232 libTypes.la: $(libTypes_la_OBJECTS) $(libTypes_la_DEPENDENCIES) 
1233         $(libTypes_la_LINK) -rpath $(libTypesdir) $(libTypes_la_OBJECTS) $(libTypes_la_LIBADD) $(LIBS)
1234 libUtil.la: $(libUtil_la_OBJECTS) $(libUtil_la_DEPENDENCIES) 
1235         $(libUtil_la_LINK) -rpath $(libUtildir) $(libUtil_la_OBJECTS) $(libUtil_la_LIBADD) $(LIBS)
1236 libamglue.la: $(libamglue_la_OBJECTS) $(libamglue_la_DEPENDENCIES) 
1237         $(libamglue_la_LINK) -rpath $(amlibdir) $(libamglue_la_OBJECTS) $(libamglue_la_LIBADD) $(LIBS)
1238
1239 mostlyclean-compile:
1240         -rm -f *.$(OBJEXT)
1241
1242 distclean-compile:
1243         -rm -f *.tab.c
1244
1245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cmdline.Plo@am__quote@
1246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Config.Plo@am__quote@
1247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Debug.Plo@am__quote@
1248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Device.Plo@am__quote@
1249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logfile.Plo@am__quote@
1250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Tapefile.Plo@am__quote@
1251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Types.Plo@am__quote@
1252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Util.Plo@am__quote@
1253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bigint.Plo@am__quote@
1254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghashtable.Plo@am__quote@
1255
1256 .c.o:
1257 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1258 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1259 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1260 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1261 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1262
1263 .c.obj:
1264 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1265 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1266 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1267 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1268 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1269
1270 .c.lo:
1271 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1272 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1273 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1274 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1275 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1276
1277 Cmdline.lo: Amanda/Cmdline.c
1278 @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
1279 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Cmdline.Tpo $(DEPDIR)/Cmdline.Plo
1280 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Cmdline.c' object='Cmdline.lo' libtool=yes @AMDEPBACKSLASH@
1281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1282 @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
1283
1284 Config.lo: Amanda/Config.c
1285 @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
1286 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Config.Tpo $(DEPDIR)/Config.Plo
1287 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Config.c' object='Config.lo' libtool=yes @AMDEPBACKSLASH@
1288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1289 @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
1290
1291 Debug.lo: Amanda/Debug.c
1292 @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
1293 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Debug.Tpo $(DEPDIR)/Debug.Plo
1294 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Debug.c' object='Debug.lo' libtool=yes @AMDEPBACKSLASH@
1295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1296 @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
1297
1298 Device.lo: Amanda/Device.c
1299 @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
1300 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Device.Tpo $(DEPDIR)/Device.Plo
1301 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Device.c' object='Device.lo' libtool=yes @AMDEPBACKSLASH@
1302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1303 @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
1304
1305 Logfile.lo: Amanda/Logfile.c
1306 @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
1307 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Logfile.Tpo $(DEPDIR)/Logfile.Plo
1308 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Logfile.c' object='Logfile.lo' libtool=yes @AMDEPBACKSLASH@
1309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1310 @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
1311
1312 Tapefile.lo: Amanda/Tapefile.c
1313 @am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Tapefile.lo -MD -MP -MF $(DEPDIR)/Tapefile.Tpo -c -o Tapefile.lo `test -f 'Amanda/Tapefile.c' || echo '$(srcdir)/'`Amanda/Tapefile.c
1314 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Tapefile.Tpo $(DEPDIR)/Tapefile.Plo
1315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Tapefile.c' object='Tapefile.lo' libtool=yes @AMDEPBACKSLASH@
1316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1317 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Tapefile.lo `test -f 'Amanda/Tapefile.c' || echo '$(srcdir)/'`Amanda/Tapefile.c
1318
1319 Types.lo: Amanda/Types.c
1320 @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
1321 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Types.Tpo $(DEPDIR)/Types.Plo
1322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Types.c' object='Types.lo' libtool=yes @AMDEPBACKSLASH@
1323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1324 @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
1325
1326 Util.lo: Amanda/Util.c
1327 @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
1328 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Util.Tpo $(DEPDIR)/Util.Plo
1329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Util.c' object='Util.lo' libtool=yes @AMDEPBACKSLASH@
1330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1331 @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
1332
1333 ghashtable.lo: amglue/ghashtable.c
1334 @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
1335 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ghashtable.Tpo $(DEPDIR)/ghashtable.Plo
1336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amglue/ghashtable.c' object='ghashtable.lo' libtool=yes @AMDEPBACKSLASH@
1337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1338 @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
1339
1340 bigint.lo: amglue/bigint.c
1341 @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
1342 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bigint.Tpo $(DEPDIR)/bigint.Plo
1343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amglue/bigint.c' object='bigint.lo' libtool=yes @AMDEPBACKSLASH@
1344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1345 @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
1346
1347 mostlyclean-libtool:
1348         -rm -f *.lo
1349
1350 clean-libtool:
1351         -rm -rf .libs _libs
1352 install-AmandaDATA: $(Amanda_DATA)
1353         @$(NORMAL_INSTALL)
1354         test -z "$(Amandadir)" || $(MKDIR_P) "$(DESTDIR)$(Amandadir)"
1355         @list='$(Amanda_DATA)'; for p in $$list; do \
1356           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1357           f=$(am__strip_dir) \
1358           echo " $(AmandaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(Amandadir)/$$f'"; \
1359           $(AmandaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(Amandadir)/$$f"; \
1360         done
1361
1362 uninstall-AmandaDATA:
1363         @$(NORMAL_UNINSTALL)
1364         @list='$(Amanda_DATA)'; for p in $$list; do \
1365           f=$(am__strip_dir) \
1366           echo " rm -f '$(DESTDIR)$(Amandadir)/$$f'"; \
1367           rm -f "$(DESTDIR)$(Amandadir)/$$f"; \
1368         done
1369
1370 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1371         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1372         unique=`for i in $$list; do \
1373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1374           done | \
1375           $(AWK) '    { files[$$0] = 1; } \
1376                END { for (i in files) print i; }'`; \
1377         mkid -fID $$unique
1378 tags: TAGS
1379
1380 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1381                 $(TAGS_FILES) $(LISP)
1382         tags=; \
1383         here=`pwd`; \
1384         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1385         unique=`for i in $$list; do \
1386             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1387           done | \
1388           $(AWK) '    { files[$$0] = 1; } \
1389                END { for (i in files) print i; }'`; \
1390         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1391           test -n "$$unique" || unique=$$empty_fix; \
1392           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1393             $$tags $$unique; \
1394         fi
1395 ctags: CTAGS
1396 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1397                 $(TAGS_FILES) $(LISP)
1398         tags=; \
1399         here=`pwd`; \
1400         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1401         unique=`for i in $$list; do \
1402             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1403           done | \
1404           $(AWK) '    { files[$$0] = 1; } \
1405                END { for (i in files) print i; }'`; \
1406         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1407           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1408              $$tags $$unique
1409
1410 GTAGS:
1411         here=`$(am__cd) $(top_builddir) && pwd` \
1412           && cd $(top_srcdir) \
1413           && gtags -i $(GTAGS_ARGS) $$here
1414
1415 distclean-tags:
1416         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1417
1418 distdir: $(DISTFILES)
1419         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1420         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1421         list='$(DISTFILES)'; \
1422           dist_files=`for file in $$list; do echo $$file; done | \
1423           sed -e "s|^$$srcdirstrip/||;t" \
1424               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1425         case $$dist_files in \
1426           */*) $(MKDIR_P) `echo "$$dist_files" | \
1427                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1428                            sort -u` ;; \
1429         esac; \
1430         for file in $$dist_files; do \
1431           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1432           if test -d $$d/$$file; then \
1433             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1434             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1435               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1436             fi; \
1437             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1438           else \
1439             test -f $(distdir)/$$file \
1440             || cp -p $$d/$$file $(distdir)/$$file \
1441             || exit 1; \
1442           fi; \
1443         done
1444         $(MAKE) $(AM_MAKEFLAGS) \
1445           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1446           dist-hook
1447 check-am: all-am
1448         $(MAKE) $(AM_MAKEFLAGS) check-local
1449 check: $(BUILT_SOURCES)
1450         $(MAKE) $(AM_MAKEFLAGS) check-am
1451 all-am: Makefile $(LTLIBRARIES) $(DATA)
1452 installdirs:
1453         for dir in "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(libCmdlinedir)" "$(DESTDIR)$(libConfigdir)" "$(DESTDIR)$(libDebugdir)" "$(DESTDIR)$(libDevicedir)" "$(DESTDIR)$(libLogfiledir)" "$(DESTDIR)$(libTapefiledir)" "$(DESTDIR)$(libTypesdir)" "$(DESTDIR)$(libUtildir)" "$(DESTDIR)$(Amandadir)"; do \
1454           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1455         done
1456 install: $(BUILT_SOURCES)
1457         $(MAKE) $(AM_MAKEFLAGS) install-am
1458 install-exec: install-exec-am
1459 install-data: install-data-am
1460 uninstall: uninstall-am
1461
1462 install-am: all-am
1463         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1464
1465 installcheck: installcheck-am
1466 install-strip:
1467         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1468           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1469           `test -z '$(STRIP)' || \
1470             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1471 mostlyclean-generic:
1472         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1473
1474 clean-generic:
1475         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1476
1477 distclean-generic:
1478         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1479         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1480
1481 maintainer-clean-generic:
1482         @echo "This command is intended for maintainers to use"
1483         @echo "it deletes files that may require special tools to rebuild."
1484         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1485         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1486 @WANT_CYGWIN_COPY_PERL_DLL_FALSE@install-data-hook:
1487 clean: clean-am
1488
1489 clean-am: clean-amlibLTLIBRARIES clean-generic \
1490         clean-libCmdlineLTLIBRARIES clean-libConfigLTLIBRARIES \
1491         clean-libDebugLTLIBRARIES clean-libDeviceLTLIBRARIES \
1492         clean-libLogfileLTLIBRARIES clean-libTapefileLTLIBRARIES \
1493         clean-libTypesLTLIBRARIES clean-libUtilLTLIBRARIES \
1494         clean-libtool mostlyclean-am
1495
1496 distclean: distclean-am
1497         -rm -rf ./$(DEPDIR)
1498         -rm -f Makefile
1499 distclean-am: clean-am distclean-compile distclean-generic \
1500         distclean-tags
1501
1502 dvi: dvi-am
1503
1504 dvi-am:
1505
1506 html: html-am
1507
1508 info: info-am
1509
1510 info-am:
1511
1512 install-data-am: install-AmandaDATA install-amlibLTLIBRARIES \
1513         install-libCmdlineLTLIBRARIES install-libConfigLTLIBRARIES \
1514         install-libDebugLTLIBRARIES install-libDeviceLTLIBRARIES \
1515         install-libLogfileLTLIBRARIES install-libTapefileLTLIBRARIES \
1516         install-libTypesLTLIBRARIES install-libUtilLTLIBRARIES
1517         @$(NORMAL_INSTALL)
1518         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1519
1520 install-dvi: install-dvi-am
1521
1522 install-exec-am:
1523
1524 install-html: install-html-am
1525
1526 install-info: install-info-am
1527
1528 install-man:
1529
1530 install-pdf: install-pdf-am
1531
1532 install-ps: install-ps-am
1533
1534 installcheck-am:
1535
1536 maintainer-clean: maintainer-clean-am
1537         -rm -rf ./$(DEPDIR)
1538         -rm -f Makefile
1539 maintainer-clean-am: distclean-am maintainer-clean-generic
1540
1541 mostlyclean: mostlyclean-am
1542
1543 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1544         mostlyclean-libtool
1545
1546 pdf: pdf-am
1547
1548 pdf-am:
1549
1550 ps: ps-am
1551
1552 ps-am:
1553
1554 uninstall-am: uninstall-AmandaDATA uninstall-amlibLTLIBRARIES \
1555         uninstall-libCmdlineLTLIBRARIES uninstall-libConfigLTLIBRARIES \
1556         uninstall-libDebugLTLIBRARIES uninstall-libDeviceLTLIBRARIES \
1557         uninstall-libLogfileLTLIBRARIES \
1558         uninstall-libTapefileLTLIBRARIES uninstall-libTypesLTLIBRARIES \
1559         uninstall-libUtilLTLIBRARIES
1560
1561 .MAKE: install-am install-data-am install-strip
1562
1563 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
1564         clean-amlibLTLIBRARIES clean-generic \
1565         clean-libCmdlineLTLIBRARIES clean-libConfigLTLIBRARIES \
1566         clean-libDebugLTLIBRARIES clean-libDeviceLTLIBRARIES \
1567         clean-libLogfileLTLIBRARIES clean-libTapefileLTLIBRARIES \
1568         clean-libTypesLTLIBRARIES clean-libUtilLTLIBRARIES \
1569         clean-libtool ctags dist-hook distclean distclean-compile \
1570         distclean-generic distclean-libtool distclean-tags distdir dvi \
1571         dvi-am html html-am info info-am install install-AmandaDATA \
1572         install-am install-amlibLTLIBRARIES install-data \
1573         install-data-am install-data-hook install-dvi install-dvi-am \
1574         install-exec install-exec-am install-html install-html-am \
1575         install-info install-info-am install-libCmdlineLTLIBRARIES \
1576         install-libConfigLTLIBRARIES install-libDebugLTLIBRARIES \
1577         install-libDeviceLTLIBRARIES install-libLogfileLTLIBRARIES \
1578         install-libTapefileLTLIBRARIES install-libTypesLTLIBRARIES \
1579         install-libUtilLTLIBRARIES install-man install-pdf \
1580         install-pdf-am install-ps install-ps-am install-strip \
1581         installcheck installcheck-am installdirs maintainer-clean \
1582         maintainer-clean-generic mostlyclean mostlyclean-compile \
1583         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1584         tags uninstall uninstall-AmandaDATA uninstall-am \
1585         uninstall-amlibLTLIBRARIES uninstall-libCmdlineLTLIBRARIES \
1586         uninstall-libConfigLTLIBRARIES uninstall-libDebugLTLIBRARIES \
1587         uninstall-libDeviceLTLIBRARIES uninstall-libLogfileLTLIBRARIES \
1588         uninstall-libTapefileLTLIBRARIES uninstall-libTypesLTLIBRARIES \
1589         uninstall-libUtilLTLIBRARIES
1590
1591
1592 # Perl
1593 %: %.pl $(top_builddir)/config.status
1594         $(top_builddir)/config.status --file=$@:$<
1595         chmod a+x $@
1596
1597 %.pl: %.pl.in $(top_builddir)/config.status
1598         $(top_builddir)/config.status --file=$@:$<
1599
1600 %.pm: %.pm.in $(top_builddir)/config.status
1601         $(top_builddir)/config.status --file=$@:$<
1602
1603 # Shell
1604 %: %.sh $(top_builddir)/config.status
1605         $(top_builddir)/config.status --file=$@:$<
1606         chmod a+x $@
1607
1608 %.sh: %.sh.in $(top_builddir)/config.status
1609         $(top_builddir)/config.status --file=$@:$<
1610
1611 # Awk
1612 %: %.awk $(top_builddir)/config.status
1613         $(top_builddir)/config.status --file=$@:$<
1614         chmod a+x $@
1615
1616 %.awk: %.awk.in $(top_builddir)/config.status
1617         $(top_builddir)/config.status --file=$@:$<
1618
1619 # syntax-check perl scripts on 'make check'
1620 check-perl: $(CHECK_PERL)
1621         @CHECK_PERL="$(CHECK_PERL)"; \
1622         if test -n "$(PERL)"; then \
1623                 for perlobj in $$CHECK_PERL; do \
1624                         $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \
1625                 done; \
1626         fi
1627 check-local: check-perl
1628 check-shell: $(CHECK_SHELL)
1629         @CHECK_SHELL="$(CHECK_SHELL)"; \
1630         if test -n "$$CHECK_SHELL"; then \
1631                 if test -n "$(BASH)"; then \
1632                         for shobj in $$CHECK_SHELL; do \
1633                                 if $(BASH) -n $$shobj; then \
1634                                         echo "$$shobj syntax OK"; \
1635                                 else \
1636                                         echo "$$shobj syntax error"; \
1637                                         exit 1; \
1638                                 fi; \
1639                         done; \
1640                 else \
1641                         echo "No 'bash' available -- cannot syntax-check shell scripts"; \
1642                 fi; \
1643         fi
1644 check-local: check-shell
1645
1646 # make sure that the sources for all shell and perl scripts get included
1647 # in the distribution
1648 dist-scripts:
1649         SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \
1650         for script in $$SCRIPTS_PERL; do \
1651                 test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \
1652         done; \
1653         for script in $$SCRIPTS_SHELL; do \
1654                 test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \
1655         done; \
1656         for script in $$SCRIPTS_AWK; do \
1657                 test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \
1658         done; \
1659         for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
1660                 test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \
1661         done; \
1662         true
1663 dist-hook: dist-scripts
1664
1665 # Suffix rules.  These are parallel-build compatible, but may cause
1666 # strange behavior if there are other .c files in this directory.  The
1667 # 'rm -f $@' is needed because SWIG sometimes fails to remove its output
1668 # file in the event of a syntax error.  .i files are pre-processor output;
1669 # they are only used during development.
1670 %.c : %.swg $(AMGLUE_SWG)
1671         $(mkdir_p) `dirname $@`
1672         $(SWIG) $(SWIG_OPTIONS) -o $@ $(top_srcdir)/perl/$< || { rm -f $@; false; }
1673 %.pm : %.c
1674         @echo "$@ was produced as a side-effect of creating $<"
1675 %.i : %.swg $(AMGLUE_SWG)
1676         $(SWIG) $(SWIG_OPTIONS) -E $(top_srcdir)/perl/$< >$@
1677 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@install-data-hook:
1678 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@        @for cygdll in $(amperldirauto)/bin/cyg*.dll; do \
1679 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@            destfname=`echo $$cygdll|sed 's!/bin/cyg\([^.]*\).dll!/\1/\1.dll!'`; \
1680 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@            cp "$$cygdll" "$$destfname"; \
1681 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@        done
1682 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1683 # Otherwise a system limit (for SysV at least) may be exceeded.
1684 .NOEXPORT: