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