Imported Upstream version 2.6.0p1
[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/dumpspecs.swg amglue/exports.swg \
284         amglue/glib.swg 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/dumpspecs.swg amglue/exports.swg \
312         amglue/glib.swg 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/dumpspecs.swg amglue/exports.swg \
324         amglue/glib.swg 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/dumpspecs.swg amglue/exports.swg \
337         amglue/glib.swg 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/dumpspecs.swg \
848         amglue/exports.swg \
849         amglue/glib.swg \
850         amglue/integers.swg
851
852
853 # SWIG OPTIONS:
854 # -perl5 -proxy: generate perl code, with proxy (shadow) classes
855 # -DSWIG_TYPE_TABLE: the name for the global type table; customized
856 #  to minimize type collisions with other SWIG-generated modules
857 # -I$(srcdir) use include files relative to this directory
858 SWIG_OPTIONS = -perl5 -proxy -DSWIG_TYPE_TABLE=SWIG_TYPES_Amanda -I$(srcdir)
859 Amandadir = $(amperldir)/Amanda
860
861 # PACKAGE: Amanda::Paths
862 Amanda_DATA = $(am__append_5) Amanda/Debug.pm Amanda/Config.pm \
863         Amanda/Util.pm Amanda/Types.pm Amanda/Paths.pm
864
865 # PACKAGE: Amanda::Device
866 @WANT_SERVER_TRUE@libDevicedir = $(amperldir)/auto/Amanda/Device
867 @WANT_SERVER_TRUE@libDevice_LTLIBRARIES = libDevice.la
868 @WANT_SERVER_TRUE@libDevice_la_SOURCES = Amanda/Device.c $(AMGLUE_SWG)
869 @WANT_SERVER_TRUE@libDevice_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
870 @WANT_SERVER_TRUE@libDevice_la_LIBADD = libamglue.la \
871 @WANT_SERVER_TRUE@      $(top_builddir)/device-src/libamdevice.la \
872 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
873
874
875 # PACKAGE: Amanda::Logfile
876 @WANT_SERVER_TRUE@libLogfiledir = $(amperldir)/auto/Amanda/Logfile
877 @WANT_SERVER_TRUE@libLogfile_LTLIBRARIES = libLogfile.la
878 @WANT_SERVER_TRUE@libLogfile_la_SOURCES = Amanda/Logfile.c $(AMGLUE_SWG)
879 @WANT_SERVER_TRUE@libLogfile_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
880 @WANT_SERVER_TRUE@libLogfile_la_LIBADD = libamglue.la \
881 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
882 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
883
884
885 # PACKAGE: Amanda::Cmdline
886 @WANT_SERVER_TRUE@libCmdlinedir = $(amperldir)/auto/Amanda/Cmdline
887 @WANT_SERVER_TRUE@libCmdline_LTLIBRARIES = libCmdline.la
888 @WANT_SERVER_TRUE@libCmdline_la_SOURCES = Amanda/Cmdline.c $(AMGLUE_SWG)
889 @WANT_SERVER_TRUE@libCmdline_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
890 @WANT_SERVER_TRUE@libCmdline_la_LIBADD = libamglue.la \
891 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
892 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
893
894
895 # PACKAGE: Amanda::Tapefile
896 @WANT_SERVER_TRUE@libTapefiledir = $(amperldir)/auto/Amanda/Tapefile
897 @WANT_SERVER_TRUE@libTapefile_LTLIBRARIES = libTapefile.la
898 @WANT_SERVER_TRUE@libTapefile_la_SOURCES = Amanda/Tapefile.c $(AMGLUE_SWG)
899 @WANT_SERVER_TRUE@libTapefile_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
900 @WANT_SERVER_TRUE@libTapefile_la_LIBADD = libamglue.la \
901 @WANT_SERVER_TRUE@      $(top_builddir)/server-src/libamserver.la \
902 @WANT_SERVER_TRUE@      $(top_builddir)/common-src/libamanda.la
903
904
905 # PACKAGE: Amanda::Debug
906 libDebugdir = $(amperldir)/auto/Amanda/Debug
907 libDebug_LTLIBRARIES = libDebug.la
908 libDebug_la_SOURCES = Amanda/Debug.c $(AMGLUE_SWG)
909 libDebug_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
910 libDebug_la_LIBADD = libamglue.la \
911         $(top_builddir)/common-src/libamanda.la
912
913
914 # PACKAGE: Amanda::Config
915 libConfigdir = $(amperldir)/auto/Amanda/Config
916 libConfig_LTLIBRARIES = libConfig.la
917 libConfig_la_SOURCES = Amanda/Config.c $(AMGLUE_SWG)
918 libConfig_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
919 libConfig_la_LIBADD = libamglue.la \
920         $(top_builddir)/common-src/libamanda.la
921
922
923 # PACKAGE: Amanda::Util
924 libUtildir = $(amperldir)/auto/Amanda/Util
925 libUtil_LTLIBRARIES = libUtil.la
926 libUtil_la_SOURCES = Amanda/Util.c $(AMGLUE_SWG)
927 libUtil_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
928 libUtil_la_LIBADD = libamglue.la \
929         $(top_builddir)/common-src/libamanda.la
930
931
932 # PACKAGE: Amanda::Types
933 libTypesdir = $(amperldir)/auto/Amanda/Types
934 libTypes_LTLIBRARIES = libTypes.la
935 libTypes_la_SOURCES = Amanda/Types.c $(AMGLUE_SWG)
936 libTypes_la_LDFLAGS = $(PERL_EXT_LDFLAGS)
937 libTypes_la_LIBADD = libamglue.la \
938         $(top_builddir)/common-src/libamanda.la
939
940
941 # perl doesn't use the cyg prefix and it doesn't search in the bin
942 # directory, dll must be copied to their modules directories.
943 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@amperldirauto = "$(DESTDIR)$(amperldir)/auto/Amanda"
944 all: $(BUILT_SOURCES)
945         $(MAKE) $(AM_MAKEFLAGS) all-am
946
947 .SUFFIXES:
948 .SUFFIXES: .c .lo .o .obj
949 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(am__configure_deps)
950         @for dep in $?; do \
951           case '$(am__configure_deps)' in \
952             *$$dep*) \
953               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
954                 && exit 0; \
955               exit 1;; \
956           esac; \
957         done; \
958         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  perl/Makefile'; \
959         cd $(top_srcdir) && \
960           $(AUTOMAKE) --gnu  perl/Makefile
961 .PRECIOUS: Makefile
962 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
963         @case '$?' in \
964           *config.status*) \
965             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
966           *) \
967             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
968             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
969         esac;
970
971 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
972         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
973
974 $(top_srcdir)/configure:  $(am__configure_deps)
975         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
976 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
977         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
978 install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES)
979         @$(NORMAL_INSTALL)
980         test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)"
981         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
982           if test -f $$p; then \
983             f=$(am__strip_dir) \
984             echo " $(LIBTOOL) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \
985             $(LIBTOOL) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \
986           else :; fi; \
987         done
988
989 uninstall-amlibLTLIBRARIES:
990         @$(NORMAL_UNINSTALL)
991         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
992           p=$(am__strip_dir) \
993           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(amlibdir)/$$p'"; \
994           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(amlibdir)/$$p"; \
995         done
996
997 clean-amlibLTLIBRARIES:
998         -test -z "$(amlib_LTLIBRARIES)" || rm -f $(amlib_LTLIBRARIES)
999         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
1000           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1001           test "$$dir" != "$$p" || dir=.; \
1002           echo "rm -f \"$${dir}/so_locations\""; \
1003           rm -f "$${dir}/so_locations"; \
1004         done
1005 install-libCmdlineLTLIBRARIES: $(libCmdline_LTLIBRARIES)
1006         @$(NORMAL_INSTALL)
1007         test -z "$(libCmdlinedir)" || $(MKDIR_P) "$(DESTDIR)$(libCmdlinedir)"
1008         @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \
1009           if test -f $$p; then \
1010             f=$(am__strip_dir) \
1011             echo " $(LIBTOOL) --mode=install $(libCmdlineLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libCmdlinedir)/$$f'"; \
1012             $(LIBTOOL) --mode=install $(libCmdlineLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libCmdlinedir)/$$f"; \
1013           else :; fi; \
1014         done
1015
1016 uninstall-libCmdlineLTLIBRARIES:
1017         @$(NORMAL_UNINSTALL)
1018         @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \
1019           p=$(am__strip_dir) \
1020           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libCmdlinedir)/$$p'"; \
1021           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libCmdlinedir)/$$p"; \
1022         done
1023
1024 clean-libCmdlineLTLIBRARIES:
1025         -test -z "$(libCmdline_LTLIBRARIES)" || rm -f $(libCmdline_LTLIBRARIES)
1026         @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \
1027           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1028           test "$$dir" != "$$p" || dir=.; \
1029           echo "rm -f \"$${dir}/so_locations\""; \
1030           rm -f "$${dir}/so_locations"; \
1031         done
1032 install-libConfigLTLIBRARIES: $(libConfig_LTLIBRARIES)
1033         @$(NORMAL_INSTALL)
1034         test -z "$(libConfigdir)" || $(MKDIR_P) "$(DESTDIR)$(libConfigdir)"
1035         @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \
1036           if test -f $$p; then \
1037             f=$(am__strip_dir) \
1038             echo " $(LIBTOOL) --mode=install $(libConfigLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libConfigdir)/$$f'"; \
1039             $(LIBTOOL) --mode=install $(libConfigLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libConfigdir)/$$f"; \
1040           else :; fi; \
1041         done
1042
1043 uninstall-libConfigLTLIBRARIES:
1044         @$(NORMAL_UNINSTALL)
1045         @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \
1046           p=$(am__strip_dir) \
1047           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libConfigdir)/$$p'"; \
1048           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libConfigdir)/$$p"; \
1049         done
1050
1051 clean-libConfigLTLIBRARIES:
1052         -test -z "$(libConfig_LTLIBRARIES)" || rm -f $(libConfig_LTLIBRARIES)
1053         @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \
1054           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1055           test "$$dir" != "$$p" || dir=.; \
1056           echo "rm -f \"$${dir}/so_locations\""; \
1057           rm -f "$${dir}/so_locations"; \
1058         done
1059 install-libDebugLTLIBRARIES: $(libDebug_LTLIBRARIES)
1060         @$(NORMAL_INSTALL)
1061         test -z "$(libDebugdir)" || $(MKDIR_P) "$(DESTDIR)$(libDebugdir)"
1062         @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \
1063           if test -f $$p; then \
1064             f=$(am__strip_dir) \
1065             echo " $(LIBTOOL) --mode=install $(libDebugLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libDebugdir)/$$f'"; \
1066             $(LIBTOOL) --mode=install $(libDebugLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libDebugdir)/$$f"; \
1067           else :; fi; \
1068         done
1069
1070 uninstall-libDebugLTLIBRARIES:
1071         @$(NORMAL_UNINSTALL)
1072         @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \
1073           p=$(am__strip_dir) \
1074           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libDebugdir)/$$p'"; \
1075           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libDebugdir)/$$p"; \
1076         done
1077
1078 clean-libDebugLTLIBRARIES:
1079         -test -z "$(libDebug_LTLIBRARIES)" || rm -f $(libDebug_LTLIBRARIES)
1080         @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \
1081           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1082           test "$$dir" != "$$p" || dir=.; \
1083           echo "rm -f \"$${dir}/so_locations\""; \
1084           rm -f "$${dir}/so_locations"; \
1085         done
1086 install-libDeviceLTLIBRARIES: $(libDevice_LTLIBRARIES)
1087         @$(NORMAL_INSTALL)
1088         test -z "$(libDevicedir)" || $(MKDIR_P) "$(DESTDIR)$(libDevicedir)"
1089         @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \
1090           if test -f $$p; then \
1091             f=$(am__strip_dir) \
1092             echo " $(LIBTOOL) --mode=install $(libDeviceLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libDevicedir)/$$f'"; \
1093             $(LIBTOOL) --mode=install $(libDeviceLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libDevicedir)/$$f"; \
1094           else :; fi; \
1095         done
1096
1097 uninstall-libDeviceLTLIBRARIES:
1098         @$(NORMAL_UNINSTALL)
1099         @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \
1100           p=$(am__strip_dir) \
1101           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libDevicedir)/$$p'"; \
1102           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libDevicedir)/$$p"; \
1103         done
1104
1105 clean-libDeviceLTLIBRARIES:
1106         -test -z "$(libDevice_LTLIBRARIES)" || rm -f $(libDevice_LTLIBRARIES)
1107         @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \
1108           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1109           test "$$dir" != "$$p" || dir=.; \
1110           echo "rm -f \"$${dir}/so_locations\""; \
1111           rm -f "$${dir}/so_locations"; \
1112         done
1113 install-libLogfileLTLIBRARIES: $(libLogfile_LTLIBRARIES)
1114         @$(NORMAL_INSTALL)
1115         test -z "$(libLogfiledir)" || $(MKDIR_P) "$(DESTDIR)$(libLogfiledir)"
1116         @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \
1117           if test -f $$p; then \
1118             f=$(am__strip_dir) \
1119             echo " $(LIBTOOL) --mode=install $(libLogfileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libLogfiledir)/$$f'"; \
1120             $(LIBTOOL) --mode=install $(libLogfileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libLogfiledir)/$$f"; \
1121           else :; fi; \
1122         done
1123
1124 uninstall-libLogfileLTLIBRARIES:
1125         @$(NORMAL_UNINSTALL)
1126         @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \
1127           p=$(am__strip_dir) \
1128           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libLogfiledir)/$$p'"; \
1129           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libLogfiledir)/$$p"; \
1130         done
1131
1132 clean-libLogfileLTLIBRARIES:
1133         -test -z "$(libLogfile_LTLIBRARIES)" || rm -f $(libLogfile_LTLIBRARIES)
1134         @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \
1135           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1136           test "$$dir" != "$$p" || dir=.; \
1137           echo "rm -f \"$${dir}/so_locations\""; \
1138           rm -f "$${dir}/so_locations"; \
1139         done
1140 install-libTapefileLTLIBRARIES: $(libTapefile_LTLIBRARIES)
1141         @$(NORMAL_INSTALL)
1142         test -z "$(libTapefiledir)" || $(MKDIR_P) "$(DESTDIR)$(libTapefiledir)"
1143         @list='$(libTapefile_LTLIBRARIES)'; for p in $$list; do \
1144           if test -f $$p; then \
1145             f=$(am__strip_dir) \
1146             echo " $(LIBTOOL) --mode=install $(libTapefileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libTapefiledir)/$$f'"; \
1147             $(LIBTOOL) --mode=install $(libTapefileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libTapefiledir)/$$f"; \
1148           else :; fi; \
1149         done
1150
1151 uninstall-libTapefileLTLIBRARIES:
1152         @$(NORMAL_UNINSTALL)
1153         @list='$(libTapefile_LTLIBRARIES)'; for p in $$list; do \
1154           p=$(am__strip_dir) \
1155           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libTapefiledir)/$$p'"; \
1156           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libTapefiledir)/$$p"; \
1157         done
1158
1159 clean-libTapefileLTLIBRARIES:
1160         -test -z "$(libTapefile_LTLIBRARIES)" || rm -f $(libTapefile_LTLIBRARIES)
1161         @list='$(libTapefile_LTLIBRARIES)'; for p in $$list; do \
1162           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1163           test "$$dir" != "$$p" || dir=.; \
1164           echo "rm -f \"$${dir}/so_locations\""; \
1165           rm -f "$${dir}/so_locations"; \
1166         done
1167 install-libTypesLTLIBRARIES: $(libTypes_LTLIBRARIES)
1168         @$(NORMAL_INSTALL)
1169         test -z "$(libTypesdir)" || $(MKDIR_P) "$(DESTDIR)$(libTypesdir)"
1170         @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \
1171           if test -f $$p; then \
1172             f=$(am__strip_dir) \
1173             echo " $(LIBTOOL) --mode=install $(libTypesLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libTypesdir)/$$f'"; \
1174             $(LIBTOOL) --mode=install $(libTypesLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libTypesdir)/$$f"; \
1175           else :; fi; \
1176         done
1177
1178 uninstall-libTypesLTLIBRARIES:
1179         @$(NORMAL_UNINSTALL)
1180         @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \
1181           p=$(am__strip_dir) \
1182           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libTypesdir)/$$p'"; \
1183           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libTypesdir)/$$p"; \
1184         done
1185
1186 clean-libTypesLTLIBRARIES:
1187         -test -z "$(libTypes_LTLIBRARIES)" || rm -f $(libTypes_LTLIBRARIES)
1188         @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \
1189           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1190           test "$$dir" != "$$p" || dir=.; \
1191           echo "rm -f \"$${dir}/so_locations\""; \
1192           rm -f "$${dir}/so_locations"; \
1193         done
1194 install-libUtilLTLIBRARIES: $(libUtil_LTLIBRARIES)
1195         @$(NORMAL_INSTALL)
1196         test -z "$(libUtildir)" || $(MKDIR_P) "$(DESTDIR)$(libUtildir)"
1197         @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \
1198           if test -f $$p; then \
1199             f=$(am__strip_dir) \
1200             echo " $(LIBTOOL) --mode=install $(libUtilLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libUtildir)/$$f'"; \
1201             $(LIBTOOL) --mode=install $(libUtilLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libUtildir)/$$f"; \
1202           else :; fi; \
1203         done
1204
1205 uninstall-libUtilLTLIBRARIES:
1206         @$(NORMAL_UNINSTALL)
1207         @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \
1208           p=$(am__strip_dir) \
1209           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libUtildir)/$$p'"; \
1210           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libUtildir)/$$p"; \
1211         done
1212
1213 clean-libUtilLTLIBRARIES:
1214         -test -z "$(libUtil_LTLIBRARIES)" || rm -f $(libUtil_LTLIBRARIES)
1215         @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \
1216           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1217           test "$$dir" != "$$p" || dir=.; \
1218           echo "rm -f \"$${dir}/so_locations\""; \
1219           rm -f "$${dir}/so_locations"; \
1220         done
1221 libCmdline.la: $(libCmdline_la_OBJECTS) $(libCmdline_la_DEPENDENCIES) 
1222         $(libCmdline_la_LINK) $(am_libCmdline_la_rpath) $(libCmdline_la_OBJECTS) $(libCmdline_la_LIBADD) $(LIBS)
1223 libConfig.la: $(libConfig_la_OBJECTS) $(libConfig_la_DEPENDENCIES) 
1224         $(libConfig_la_LINK) -rpath $(libConfigdir) $(libConfig_la_OBJECTS) $(libConfig_la_LIBADD) $(LIBS)
1225 libDebug.la: $(libDebug_la_OBJECTS) $(libDebug_la_DEPENDENCIES) 
1226         $(libDebug_la_LINK) -rpath $(libDebugdir) $(libDebug_la_OBJECTS) $(libDebug_la_LIBADD) $(LIBS)
1227 libDevice.la: $(libDevice_la_OBJECTS) $(libDevice_la_DEPENDENCIES) 
1228         $(libDevice_la_LINK) $(am_libDevice_la_rpath) $(libDevice_la_OBJECTS) $(libDevice_la_LIBADD) $(LIBS)
1229 libLogfile.la: $(libLogfile_la_OBJECTS) $(libLogfile_la_DEPENDENCIES) 
1230         $(libLogfile_la_LINK) $(am_libLogfile_la_rpath) $(libLogfile_la_OBJECTS) $(libLogfile_la_LIBADD) $(LIBS)
1231 libTapefile.la: $(libTapefile_la_OBJECTS) $(libTapefile_la_DEPENDENCIES) 
1232         $(libTapefile_la_LINK) $(am_libTapefile_la_rpath) $(libTapefile_la_OBJECTS) $(libTapefile_la_LIBADD) $(LIBS)
1233 libTypes.la: $(libTypes_la_OBJECTS) $(libTypes_la_DEPENDENCIES) 
1234         $(libTypes_la_LINK) -rpath $(libTypesdir) $(libTypes_la_OBJECTS) $(libTypes_la_LIBADD) $(LIBS)
1235 libUtil.la: $(libUtil_la_OBJECTS) $(libUtil_la_DEPENDENCIES) 
1236         $(libUtil_la_LINK) -rpath $(libUtildir) $(libUtil_la_OBJECTS) $(libUtil_la_LIBADD) $(LIBS)
1237 libamglue.la: $(libamglue_la_OBJECTS) $(libamglue_la_DEPENDENCIES) 
1238         $(libamglue_la_LINK) -rpath $(amlibdir) $(libamglue_la_OBJECTS) $(libamglue_la_LIBADD) $(LIBS)
1239
1240 mostlyclean-compile:
1241         -rm -f *.$(OBJEXT)
1242
1243 distclean-compile:
1244         -rm -f *.tab.c
1245
1246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cmdline.Plo@am__quote@
1247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Config.Plo@am__quote@
1248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Debug.Plo@am__quote@
1249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Device.Plo@am__quote@
1250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logfile.Plo@am__quote@
1251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Tapefile.Plo@am__quote@
1252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Types.Plo@am__quote@
1253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Util.Plo@am__quote@
1254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bigint.Plo@am__quote@
1255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghashtable.Plo@am__quote@
1256
1257 .c.o:
1258 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1259 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1260 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1261 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1262 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1263
1264 .c.obj:
1265 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1266 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1267 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1268 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1269 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1270
1271 .c.lo:
1272 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1273 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1274 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1275 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1276 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1277
1278 Cmdline.lo: Amanda/Cmdline.c
1279 @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
1280 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Cmdline.Tpo $(DEPDIR)/Cmdline.Plo
1281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Cmdline.c' object='Cmdline.lo' libtool=yes @AMDEPBACKSLASH@
1282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1283 @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
1284
1285 Config.lo: Amanda/Config.c
1286 @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
1287 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Config.Tpo $(DEPDIR)/Config.Plo
1288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Config.c' object='Config.lo' libtool=yes @AMDEPBACKSLASH@
1289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1290 @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
1291
1292 Debug.lo: Amanda/Debug.c
1293 @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
1294 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Debug.Tpo $(DEPDIR)/Debug.Plo
1295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Debug.c' object='Debug.lo' libtool=yes @AMDEPBACKSLASH@
1296 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1297 @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
1298
1299 Device.lo: Amanda/Device.c
1300 @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
1301 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Device.Tpo $(DEPDIR)/Device.Plo
1302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Device.c' object='Device.lo' libtool=yes @AMDEPBACKSLASH@
1303 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1304 @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
1305
1306 Logfile.lo: Amanda/Logfile.c
1307 @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
1308 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Logfile.Tpo $(DEPDIR)/Logfile.Plo
1309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Logfile.c' object='Logfile.lo' libtool=yes @AMDEPBACKSLASH@
1310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1311 @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
1312
1313 Tapefile.lo: Amanda/Tapefile.c
1314 @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
1315 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Tapefile.Tpo $(DEPDIR)/Tapefile.Plo
1316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Tapefile.c' object='Tapefile.lo' libtool=yes @AMDEPBACKSLASH@
1317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1318 @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
1319
1320 Types.lo: Amanda/Types.c
1321 @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
1322 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Types.Tpo $(DEPDIR)/Types.Plo
1323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Types.c' object='Types.lo' libtool=yes @AMDEPBACKSLASH@
1324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1325 @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
1326
1327 Util.lo: Amanda/Util.c
1328 @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
1329 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/Util.Tpo $(DEPDIR)/Util.Plo
1330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='Amanda/Util.c' object='Util.lo' libtool=yes @AMDEPBACKSLASH@
1331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1332 @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
1333
1334 ghashtable.lo: amglue/ghashtable.c
1335 @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
1336 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ghashtable.Tpo $(DEPDIR)/ghashtable.Plo
1337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amglue/ghashtable.c' object='ghashtable.lo' libtool=yes @AMDEPBACKSLASH@
1338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1339 @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
1340
1341 bigint.lo: amglue/bigint.c
1342 @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
1343 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bigint.Tpo $(DEPDIR)/bigint.Plo
1344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amglue/bigint.c' object='bigint.lo' libtool=yes @AMDEPBACKSLASH@
1345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1346 @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
1347
1348 mostlyclean-libtool:
1349         -rm -f *.lo
1350
1351 clean-libtool:
1352         -rm -rf .libs _libs
1353 install-AmandaDATA: $(Amanda_DATA)
1354         @$(NORMAL_INSTALL)
1355         test -z "$(Amandadir)" || $(MKDIR_P) "$(DESTDIR)$(Amandadir)"
1356         @list='$(Amanda_DATA)'; for p in $$list; do \
1357           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1358           f=$(am__strip_dir) \
1359           echo " $(AmandaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(Amandadir)/$$f'"; \
1360           $(AmandaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(Amandadir)/$$f"; \
1361         done
1362
1363 uninstall-AmandaDATA:
1364         @$(NORMAL_UNINSTALL)
1365         @list='$(Amanda_DATA)'; for p in $$list; do \
1366           f=$(am__strip_dir) \
1367           echo " rm -f '$(DESTDIR)$(Amandadir)/$$f'"; \
1368           rm -f "$(DESTDIR)$(Amandadir)/$$f"; \
1369         done
1370
1371 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1372         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1373         unique=`for i in $$list; do \
1374             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1375           done | \
1376           $(AWK) '    { files[$$0] = 1; } \
1377                END { for (i in files) print i; }'`; \
1378         mkid -fID $$unique
1379 tags: TAGS
1380
1381 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1382                 $(TAGS_FILES) $(LISP)
1383         tags=; \
1384         here=`pwd`; \
1385         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1386         unique=`for i in $$list; do \
1387             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1388           done | \
1389           $(AWK) '    { files[$$0] = 1; } \
1390                END { for (i in files) print i; }'`; \
1391         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1392           test -n "$$unique" || unique=$$empty_fix; \
1393           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1394             $$tags $$unique; \
1395         fi
1396 ctags: CTAGS
1397 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1398                 $(TAGS_FILES) $(LISP)
1399         tags=; \
1400         here=`pwd`; \
1401         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1402         unique=`for i in $$list; do \
1403             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1404           done | \
1405           $(AWK) '    { files[$$0] = 1; } \
1406                END { for (i in files) print i; }'`; \
1407         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1408           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1409              $$tags $$unique
1410
1411 GTAGS:
1412         here=`$(am__cd) $(top_builddir) && pwd` \
1413           && cd $(top_srcdir) \
1414           && gtags -i $(GTAGS_ARGS) $$here
1415
1416 distclean-tags:
1417         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1418
1419 distdir: $(DISTFILES)
1420         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1421         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1422         list='$(DISTFILES)'; \
1423           dist_files=`for file in $$list; do echo $$file; done | \
1424           sed -e "s|^$$srcdirstrip/||;t" \
1425               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1426         case $$dist_files in \
1427           */*) $(MKDIR_P) `echo "$$dist_files" | \
1428                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1429                            sort -u` ;; \
1430         esac; \
1431         for file in $$dist_files; do \
1432           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1433           if test -d $$d/$$file; then \
1434             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1435             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1436               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1437             fi; \
1438             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1439           else \
1440             test -f $(distdir)/$$file \
1441             || cp -p $$d/$$file $(distdir)/$$file \
1442             || exit 1; \
1443           fi; \
1444         done
1445         $(MAKE) $(AM_MAKEFLAGS) \
1446           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1447           dist-hook
1448 check-am: all-am
1449         $(MAKE) $(AM_MAKEFLAGS) check-local
1450 check: $(BUILT_SOURCES)
1451         $(MAKE) $(AM_MAKEFLAGS) check-am
1452 all-am: Makefile $(LTLIBRARIES) $(DATA)
1453 installdirs:
1454         for dir in "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(libCmdlinedir)" "$(DESTDIR)$(libConfigdir)" "$(DESTDIR)$(libDebugdir)" "$(DESTDIR)$(libDevicedir)" "$(DESTDIR)$(libLogfiledir)" "$(DESTDIR)$(libTapefiledir)" "$(DESTDIR)$(libTypesdir)" "$(DESTDIR)$(libUtildir)" "$(DESTDIR)$(Amandadir)"; do \
1455           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1456         done
1457 install: $(BUILT_SOURCES)
1458         $(MAKE) $(AM_MAKEFLAGS) install-am
1459 install-exec: install-exec-am
1460 install-data: install-data-am
1461 uninstall: uninstall-am
1462
1463 install-am: all-am
1464         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1465
1466 installcheck: installcheck-am
1467 install-strip:
1468         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1469           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1470           `test -z '$(STRIP)' || \
1471             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1472 mostlyclean-generic:
1473         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1474
1475 clean-generic:
1476         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1477
1478 distclean-generic:
1479         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1480         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1481
1482 maintainer-clean-generic:
1483         @echo "This command is intended for maintainers to use"
1484         @echo "it deletes files that may require special tools to rebuild."
1485         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1486         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1487 @WANT_CYGWIN_COPY_PERL_DLL_FALSE@install-data-hook:
1488 clean: clean-am
1489
1490 clean-am: clean-amlibLTLIBRARIES clean-generic \
1491         clean-libCmdlineLTLIBRARIES clean-libConfigLTLIBRARIES \
1492         clean-libDebugLTLIBRARIES clean-libDeviceLTLIBRARIES \
1493         clean-libLogfileLTLIBRARIES clean-libTapefileLTLIBRARIES \
1494         clean-libTypesLTLIBRARIES clean-libUtilLTLIBRARIES \
1495         clean-libtool mostlyclean-am
1496
1497 distclean: distclean-am
1498         -rm -rf ./$(DEPDIR)
1499         -rm -f Makefile
1500 distclean-am: clean-am distclean-compile distclean-generic \
1501         distclean-tags
1502
1503 dvi: dvi-am
1504
1505 dvi-am:
1506
1507 html: html-am
1508
1509 info: info-am
1510
1511 info-am:
1512
1513 install-data-am: install-AmandaDATA install-amlibLTLIBRARIES \
1514         install-libCmdlineLTLIBRARIES install-libConfigLTLIBRARIES \
1515         install-libDebugLTLIBRARIES install-libDeviceLTLIBRARIES \
1516         install-libLogfileLTLIBRARIES install-libTapefileLTLIBRARIES \
1517         install-libTypesLTLIBRARIES install-libUtilLTLIBRARIES
1518         @$(NORMAL_INSTALL)
1519         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1520
1521 install-dvi: install-dvi-am
1522
1523 install-exec-am:
1524
1525 install-html: install-html-am
1526
1527 install-info: install-info-am
1528
1529 install-man:
1530
1531 install-pdf: install-pdf-am
1532
1533 install-ps: install-ps-am
1534
1535 installcheck-am:
1536
1537 maintainer-clean: maintainer-clean-am
1538         -rm -rf ./$(DEPDIR)
1539         -rm -f Makefile
1540 maintainer-clean-am: distclean-am maintainer-clean-generic
1541
1542 mostlyclean: mostlyclean-am
1543
1544 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1545         mostlyclean-libtool
1546
1547 pdf: pdf-am
1548
1549 pdf-am:
1550
1551 ps: ps-am
1552
1553 ps-am:
1554
1555 uninstall-am: uninstall-AmandaDATA uninstall-amlibLTLIBRARIES \
1556         uninstall-libCmdlineLTLIBRARIES uninstall-libConfigLTLIBRARIES \
1557         uninstall-libDebugLTLIBRARIES uninstall-libDeviceLTLIBRARIES \
1558         uninstall-libLogfileLTLIBRARIES \
1559         uninstall-libTapefileLTLIBRARIES uninstall-libTypesLTLIBRARIES \
1560         uninstall-libUtilLTLIBRARIES
1561
1562 .MAKE: install-am install-data-am install-strip
1563
1564 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
1565         clean-amlibLTLIBRARIES clean-generic \
1566         clean-libCmdlineLTLIBRARIES clean-libConfigLTLIBRARIES \
1567         clean-libDebugLTLIBRARIES clean-libDeviceLTLIBRARIES \
1568         clean-libLogfileLTLIBRARIES clean-libTapefileLTLIBRARIES \
1569         clean-libTypesLTLIBRARIES clean-libUtilLTLIBRARIES \
1570         clean-libtool ctags dist-hook distclean distclean-compile \
1571         distclean-generic distclean-libtool distclean-tags distdir dvi \
1572         dvi-am html html-am info info-am install install-AmandaDATA \
1573         install-am install-amlibLTLIBRARIES install-data \
1574         install-data-am install-data-hook install-dvi install-dvi-am \
1575         install-exec install-exec-am install-html install-html-am \
1576         install-info install-info-am install-libCmdlineLTLIBRARIES \
1577         install-libConfigLTLIBRARIES install-libDebugLTLIBRARIES \
1578         install-libDeviceLTLIBRARIES install-libLogfileLTLIBRARIES \
1579         install-libTapefileLTLIBRARIES install-libTypesLTLIBRARIES \
1580         install-libUtilLTLIBRARIES install-man install-pdf \
1581         install-pdf-am install-ps install-ps-am install-strip \
1582         installcheck installcheck-am installdirs maintainer-clean \
1583         maintainer-clean-generic mostlyclean mostlyclean-compile \
1584         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1585         tags uninstall uninstall-AmandaDATA uninstall-am \
1586         uninstall-amlibLTLIBRARIES uninstall-libCmdlineLTLIBRARIES \
1587         uninstall-libConfigLTLIBRARIES uninstall-libDebugLTLIBRARIES \
1588         uninstall-libDeviceLTLIBRARIES uninstall-libLogfileLTLIBRARIES \
1589         uninstall-libTapefileLTLIBRARIES uninstall-libTypesLTLIBRARIES \
1590         uninstall-libUtilLTLIBRARIES
1591
1592
1593 # Perl
1594 %: %.pl $(top_builddir)/config.status
1595         $(top_builddir)/config.status --file=$@:$<
1596         chmod a+x $@
1597
1598 %.pl: %.pl.in $(top_builddir)/config.status
1599         $(top_builddir)/config.status --file=$@:$<
1600
1601 %.pm: %.pm.in $(top_builddir)/config.status
1602         $(top_builddir)/config.status --file=$@:$<
1603
1604 # Shell
1605 %: %.sh $(top_builddir)/config.status
1606         $(top_builddir)/config.status --file=$@:$<
1607         chmod a+x $@
1608
1609 %.sh: %.sh.in $(top_builddir)/config.status
1610         $(top_builddir)/config.status --file=$@:$<
1611
1612 # Awk
1613 %: %.awk $(top_builddir)/config.status
1614         $(top_builddir)/config.status --file=$@:$<
1615         chmod a+x $@
1616
1617 %.awk: %.awk.in $(top_builddir)/config.status
1618         $(top_builddir)/config.status --file=$@:$<
1619
1620 # syntax-check perl scripts on 'make check'
1621 check-perl: $(CHECK_PERL)
1622         @CHECK_PERL="$(CHECK_PERL)"; \
1623         if test -n "$(PERL)"; then \
1624                 for perlobj in $$CHECK_PERL; do \
1625                         $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \
1626                 done; \
1627         fi
1628 check-local: check-perl
1629 check-shell: $(CHECK_SHELL)
1630         @CHECK_SHELL="$(CHECK_SHELL)"; \
1631         if test -n "$$CHECK_SHELL"; then \
1632                 if test -n "$(BASH)"; then \
1633                         for shobj in $$CHECK_SHELL; do \
1634                                 if $(BASH) -n $$shobj; then \
1635                                         echo "$$shobj syntax OK"; \
1636                                 else \
1637                                         echo "$$shobj syntax error"; \
1638                                         exit 1; \
1639                                 fi; \
1640                         done; \
1641                 else \
1642                         echo "No 'bash' available -- cannot syntax-check shell scripts"; \
1643                 fi; \
1644         fi
1645 check-local: check-shell
1646
1647 # make sure that the sources for all shell and perl scripts get included
1648 # in the distribution
1649 dist-scripts:
1650         SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \
1651         for script in $$SCRIPTS_PERL; do \
1652                 test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \
1653         done; \
1654         for script in $$SCRIPTS_SHELL; do \
1655                 test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \
1656         done; \
1657         for script in $$SCRIPTS_AWK; do \
1658                 test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \
1659         done; \
1660         for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
1661                 test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \
1662         done; \
1663         true
1664 dist-hook: dist-scripts
1665
1666 # Suffix rules.  These are parallel-build compatible, but may cause
1667 # strange behavior if there are other .c files in this directory.  The
1668 # 'rm -f $@' is needed because SWIG sometimes fails to remove its output
1669 # file in the event of a syntax error.  .i files are pre-processor output;
1670 # they are only used during development.
1671 %.c : %.swg $(AMGLUE_SWG)
1672         $(mkdir_p) `dirname $@`
1673         $(SWIG) $(SWIG_OPTIONS) -o $@ $(top_srcdir)/perl/$< || { rm -f $@; false; }
1674 %.pm : %.c
1675         @echo "$@ was produced as a side-effect of creating $<"
1676 %.i : %.swg $(AMGLUE_SWG)
1677         $(SWIG) $(SWIG_OPTIONS) -E $(top_srcdir)/perl/$< >$@
1678 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@install-data-hook:
1679 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@        @for cygdll in $(amperldirauto)/bin/cyg*.dll; do \
1680 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@            destfname=`echo $$cygdll|sed 's!/bin/cyg\([^.]*\).dll!/\1/\1.dll!'`; \
1681 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@            cp "$$cygdll" "$$destfname"; \
1682 @WANT_CYGWIN_COPY_PERL_DLL_TRUE@        done
1683 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1684 # Otherwise a system limit (for SysV at least) may be exceeded.
1685 .NOEXPORT: