579c7122593a2a1815e5fe3052dbcb0d5fe26ecc
[debian/amanda] / device-src / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Makefile for Amanda tape library.
19
20 # vim:ft=automake
21 # Copyright (c) 2007,2008,2009 Zmanda, Inc.  All Rights Reserved.
22 #
23 # This program is free software; you can redistribute it and/or modify it
24 # under the terms of the GNU General Public License version 2 as published
25 # by the Free Software Foundation.
26 #
27 # This program is distributed in the hope that it will be useful, but
28 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
29 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
30 # for more details.
31 #
32 # You should have received a copy of the GNU General Public License along
33 # with this program; if not, write to the Free Software Foundation, Inc.,
34 # 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
35 #
36 # Contact information: Zmanda Inc., 465 S. Mathilda Ave., Suite 300
37 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
38
39 # simple include file to pre-define variables which are then +='d by other
40 # scripts in this directory.
41
42 # vim:ft=automake
43 # Copyright (c) 2007,2008,2009 Zmanda, Inc.  All Rights Reserved.
44 #
45 # This program is free software; you can redistribute it and/or modify it
46 # under the terms of the GNU General Public License version 2 as published
47 # by the Free Software Foundation.
48 #
49 # This program is distributed in the hope that it will be useful, but
50 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
51 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
52 # for more details.
53 #
54 # You should have received a copy of the GNU General Public License along
55 # with this program; if not, write to the Free Software Foundation, Inc.,
56 # 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
57 #
58 # Contact information: Zmanda Inc., 465 S. Mathilda Ave., Suite 300
59 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
60
61 # SYNOPSIS:
62 #
63 # Automake magic to handle the various tasks of building scripts.  Scripts can
64 # be built down to extensionless executables (e.g., foo.pl -> foo), or to 
65 # files with the usual extension (foo-lib.sh.in -> foo.sh).
66 #
67 # Files which support it are syntax-checked when the user invokes 'make check',
68 # unless the Makefile.am defines SKIP_CHECKS.
69 #
70 # All *target* filenames must be listed in SCRIPTS_SHELL, SCRIPTS_PERL, and
71 # SCRIPTS_AWK to support 'make dist', and 'make distclean'. No files which are
72 # not substituted by config.status should be included in SCRIPTS_PERL,
73 # SCRIPTS_SHELL, or SCRIPTS_AWK.  If non-generated files are listed for
74 # installation, then Automake will figure out that they should be distributed;
75 # otherwise, include them in EXTRA_DIST.
76 #
77 # All SCRIPTS_SHELL and SCRIPTS_PERL are syntax-checked on 'make check'.  There is
78 # a fix in place to run these syntax checks against the perl modules in the build
79 # tree, rather than against the (potentially old) installed perl modules.
80 #
81 # To emulate EXTRA_DIST for scripts, use SCRIPTS_EXTRA_DIST, e.g.,
82 #   SCRIPTS_SHELL = $(selected_scripts)
83 #   SCRIPTS_EXTRA_DIST = $(all_scripts)
84 #
85 # USAGE:
86 #
87 #   include $(top_srcdir)/config/automake/vars.am
88 #   include $(top_srcdir)/config/automake/scripts.am
89 #   ...
90 #   SCRIPTS_PERL = fooscript barscript perl-lib.pl perlmod.pm
91 #   SCRIPTS_SHELL = shell1 shell2 sh-lib.sh
92 #   SCRIPTS_AWK = talk balk chalk awk-lib.awk
93 #   sbin_SCRIPTS = not-subbed
94 #   SCRIPTS_EXTRA_DIST = util-script
95 #
96 # with the corresponding files in the repository:
97 #
98 #   fooscript.pl barscript.pl perl-lib.pl.in perlmod.pm.in
99 #   shell1.sh shell2.sh sh-lib.sh.in
100 #   talk.awk balk.awk chalk.awk awk-lib.awk.in
101 #   not-subbed util-script.pl
102 #
103 # To add extra flags to the perl checks (e.g., to add new -I flags), set
104 # CHECK_PERL_FLAGS.
105
106 # Implementation note:
107 #
108 # This file uses config.status to substitute @foo@ in those scripts while
109 # converting them. It also adds the executable bits (a+x) to extensionless
110 # files.  The substitution works even though the files are not listed in 
111 # configure.in
112
113 # vim:ft=automake
114
115
116
117
118 VPATH = @srcdir@
119 pkgdatadir = $(datadir)/@PACKAGE@
120 pkgincludedir = $(includedir)/@PACKAGE@
121 pkglibdir = $(libdir)/@PACKAGE@
122 pkglibexecdir = $(libexecdir)/@PACKAGE@
123 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
124 install_sh_DATA = $(install_sh) -c -m 644
125 install_sh_PROGRAM = $(install_sh) -c
126 install_sh_SCRIPT = $(install_sh) -c
127 INSTALL_HEADER = $(INSTALL_DATA)
128 transform = $(program_transform_name)
129 NORMAL_INSTALL = :
130 PRE_INSTALL = :
131 POST_INSTALL = :
132 NORMAL_UNINSTALL = :
133 PRE_UNINSTALL = :
134 POST_UNINSTALL = :
135 build_triplet = @build@
136 host_triplet = @host@
137 DIST_COMMON = $(aminclude_HEADERS) $(noinst_HEADERS) \
138         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
139         $(top_srcdir)/config/automake/precompile.am \
140         $(top_srcdir)/config/automake/scripts.am \
141         $(top_srcdir)/config/automake/vars.am
142 # ndmp-device.c includes files with old-skool prototypes, so:
143 @GCC_COMPILER_TRUE@am__append_1 = -Wno-strict-prototypes
144 sbin_PROGRAMS = $(am__EXEEXT_2)
145
146 # tape-device has *lots* of conditionals; the first is whether to support
147 # the device at all, and the remainder select a particular kind of OS-specific
148 # backend.
149 @WANT_TAPE_DEVICE_TRUE@am__append_2 = tape-device.c
150 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_XENIX_TRUE@am__append_3 = tape-xenix.c
151 @WANT_TAPE_AIX_TRUE@@WANT_TAPE_DEVICE_TRUE@am__append_4 = tape-aix.c
152 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_UWARE_TRUE@am__append_5 = tape-uware.c
153 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_POSIX_TRUE@am__append_6 = tape-posix.c
154 @WANT_S3_DEVICE_TRUE@am__append_7 = s3-device.c s3.c s3-util.c
155 @WANT_DVDRW_DEVICE_TRUE@am__append_8 = dvdrw-device.c
156 @WANT_NDMP_DEVICE_TRUE@am__append_9 = ndmp-device.c
157 @WANT_NDMP_DEVICE_TRUE@am__append_10 = ../ndmp-src/libndmlib.la
158 TESTS = vfs-test$(EXEEXT)
159 noinst_PROGRAMS = $(am__EXEEXT_1)
160 @WANT_S3_DEVICE_TRUE@am__append_11 = activate-devpay
161 subdir = device-src
162 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
163 am__aclocal_m4_deps =  \
164         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
165         $(top_srcdir)/config/macro-archive/ac_perl_module_version.m4 \
166         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
167         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
168         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
169         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
170         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
171         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
172         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
173         $(top_srcdir)/config/amanda/amplot.m4 \
174         $(top_srcdir)/config/amanda/bsd-security.m4 \
175         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
176         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
177         $(top_srcdir)/config/amanda/changer.m4 \
178         $(top_srcdir)/config/amanda/components.m4 \
179         $(top_srcdir)/config/amanda/compress.m4 \
180         $(top_srcdir)/config/amanda/config.m4 \
181         $(top_srcdir)/config/amanda/debugging.m4 \
182         $(top_srcdir)/config/amanda/defaults.m4 \
183         $(top_srcdir)/config/amanda/devprefix.m4 \
184         $(top_srcdir)/config/amanda/dirs.m4 \
185         $(top_srcdir)/config/amanda/documentation.m4 \
186         $(top_srcdir)/config/amanda/dumpers.m4 \
187         $(top_srcdir)/config/amanda/dvdrw-device.m4 \
188         $(top_srcdir)/config/amanda/flags.m4 \
189         $(top_srcdir)/config/amanda/flock.m4 \
190         $(top_srcdir)/config/amanda/funcs.m4 \
191         $(top_srcdir)/config/amanda/getfsent.m4 \
192         $(top_srcdir)/config/amanda/i18n.m4 \
193         $(top_srcdir)/config/amanda/ipv6.m4 \
194         $(top_srcdir)/config/amanda/krb5-security.m4 \
195         $(top_srcdir)/config/amanda/lfs.m4 \
196         $(top_srcdir)/config/amanda/libs.m4 \
197         $(top_srcdir)/config/amanda/ndmp-device.m4 \
198         $(top_srcdir)/config/amanda/net.m4 \
199         $(top_srcdir)/config/amanda/progs.m4 \
200         $(top_srcdir)/config/amanda/ps.m4 \
201         $(top_srcdir)/config/amanda/readdir.m4 \
202         $(top_srcdir)/config/amanda/readline.m4 \
203         $(top_srcdir)/config/amanda/rsh-security.m4 \
204         $(top_srcdir)/config/amanda/s3-device.m4 \
205         $(top_srcdir)/config/amanda/shmem.m4 \
206         $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \
207         $(top_srcdir)/config/amanda/ssh-security.m4 \
208         $(top_srcdir)/config/amanda/summary.m4 \
209         $(top_srcdir)/config/amanda/swig.m4 \
210         $(top_srcdir)/config/amanda/syshacks.m4 \
211         $(top_srcdir)/config/amanda/tape.m4 \
212         $(top_srcdir)/config/amanda/types.m4 \
213         $(top_srcdir)/config/amanda/userid.m4 \
214         $(top_srcdir)/config/amanda/version.m4 \
215         $(top_srcdir)/config/gnulib/00gnulib.m4 \
216         $(top_srcdir)/config/gnulib/alloca.m4 \
217         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
218         $(top_srcdir)/config/gnulib/base64.m4 \
219         $(top_srcdir)/config/gnulib/btowc.m4 \
220         $(top_srcdir)/config/gnulib/errno_h.m4 \
221         $(top_srcdir)/config/gnulib/extensions.m4 \
222         $(top_srcdir)/config/gnulib/float_h.m4 \
223         $(top_srcdir)/config/gnulib/fseeko.m4 \
224         $(top_srcdir)/config/gnulib/fsusage.m4 \
225         $(top_srcdir)/config/gnulib/ftello.m4 \
226         $(top_srcdir)/config/gnulib/ftruncate.m4 \
227         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
228         $(top_srcdir)/config/gnulib/getopt.m4 \
229         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
230         $(top_srcdir)/config/gnulib/gnulib-common.m4 \
231         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
232         $(top_srcdir)/config/gnulib/hostent.m4 \
233         $(top_srcdir)/config/gnulib/include_next.m4 \
234         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
235         $(top_srcdir)/config/gnulib/intmax_t.m4 \
236         $(top_srcdir)/config/gnulib/localcharset.m4 \
237         $(top_srcdir)/config/gnulib/locale-fr.m4 \
238         $(top_srcdir)/config/gnulib/locale-ja.m4 \
239         $(top_srcdir)/config/gnulib/locale-zh.m4 \
240         $(top_srcdir)/config/gnulib/lock.m4 \
241         $(top_srcdir)/config/gnulib/longlong.m4 \
242         $(top_srcdir)/config/gnulib/lseek.m4 \
243         $(top_srcdir)/config/gnulib/lstat.m4 \
244         $(top_srcdir)/config/gnulib/malloc.m4 \
245         $(top_srcdir)/config/gnulib/mbrtowc.m4 \
246         $(top_srcdir)/config/gnulib/mbsinit.m4 \
247         $(top_srcdir)/config/gnulib/mbstate_t.m4 \
248         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
249         $(top_srcdir)/config/gnulib/multiarch.m4 \
250         $(top_srcdir)/config/gnulib/netdb_h.m4 \
251         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
252         $(top_srcdir)/config/gnulib/onceonly.m4 \
253         $(top_srcdir)/config/gnulib/physmem.m4 \
254         $(top_srcdir)/config/gnulib/printf.m4 \
255         $(top_srcdir)/config/gnulib/regex.m4 \
256         $(top_srcdir)/config/gnulib/safe-read.m4 \
257         $(top_srcdir)/config/gnulib/safe-write.m4 \
258         $(top_srcdir)/config/gnulib/servent.m4 \
259         $(top_srcdir)/config/gnulib/snprintf.m4 \
260         $(top_srcdir)/config/gnulib/socklen.m4 \
261         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
262         $(top_srcdir)/config/gnulib/ssize_t.m4 \
263         $(top_srcdir)/config/gnulib/stdbool.m4 \
264         $(top_srcdir)/config/gnulib/stdint.m4 \
265         $(top_srcdir)/config/gnulib/stdio_h.m4 \
266         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
267         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
268         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
269         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
270         $(top_srcdir)/config/gnulib/tempname.m4 \
271         $(top_srcdir)/config/gnulib/threadlib.m4 \
272         $(top_srcdir)/config/gnulib/unistd_h.m4 \
273         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
274         $(top_srcdir)/config/gnulib/visibility.m4 \
275         $(top_srcdir)/config/gnulib/wchar.m4 \
276         $(top_srcdir)/config/gnulib/wcrtomb.m4 \
277         $(top_srcdir)/config/gnulib/wctype.m4 \
278         $(top_srcdir)/config/gnulib/write.m4 \
279         $(top_srcdir)/config/gettext-macros/codeset.m4 \
280         $(top_srcdir)/config/gettext-macros/gettext.m4 \
281         $(top_srcdir)/config/gettext-macros/glibc21.m4 \
282         $(top_srcdir)/config/gettext-macros/iconv.m4 \
283         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
284         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
285         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
286         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
287         $(top_srcdir)/config/gettext-macros/nls.m4 \
288         $(top_srcdir)/config/gettext-macros/po.m4 \
289         $(top_srcdir)/config/gettext-macros/progtest.m4 \
290         $(top_srcdir)/config/gettext-macros/size_max.m4 \
291         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
292         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
293         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
294         $(top_srcdir)/config/gettext-macros/xsize.m4 \
295         $(top_srcdir)/config/libtool.m4 \
296         $(top_srcdir)/config/ltoptions.m4 \
297         $(top_srcdir)/config/ltsugar.m4 \
298         $(top_srcdir)/config/ltversion.m4 \
299         $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.in
300 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
301         $(ACLOCAL_M4)
302 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
303 CONFIG_HEADER = $(top_builddir)/config/config.h
304 CONFIG_CLEAN_FILES =
305 CONFIG_CLEAN_VPATH_FILES =
306 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
307 am__vpath_adj = case $$p in \
308     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
309     *) f=$$p;; \
310   esac;
311 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
312 am__install_max = 40
313 am__nobase_strip_setup = \
314   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
315 am__nobase_strip = \
316   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
317 am__nobase_list = $(am__nobase_strip_setup); \
318   for p in $$list; do echo "$$p $$p"; done | \
319   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
320   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
321     if (++n[$$2] == $(am__install_max)) \
322       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
323     END { for (dir in files) print dir, files[dir] }'
324 am__base_list = \
325   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
326   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
327 am__installdirs = "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(sbindir)" \
328         "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amincludedir)"
329 LTLIBRARIES = $(amlib_LTLIBRARIES)
330 libamdevice_la_DEPENDENCIES = ../common-src/libamanda.la \
331         ../xfer-src/libamxfer.la $(am__append_10)
332 am__libamdevice_la_SOURCES_DIST = property.c device.c \
333         device-queueing.c directtcp-connection.c null-device.c \
334         rait-device.c vfs-device.c xfer-source-device.c \
335         xfer-dest-device.c xfer-dest-taper.c \
336         xfer-dest-taper-splitter.c xfer-dest-taper-directtcp.c \
337         xfer-source-recovery.c tape-device.c tape-xenix.c tape-aix.c \
338         tape-uware.c tape-posix.c s3-device.c s3.c s3-util.c \
339         dvdrw-device.c ndmp-device.c
340 @WANT_TAPE_DEVICE_TRUE@am__objects_1 = tape-device.lo
341 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_XENIX_TRUE@am__objects_2 =  \
342 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_XENIX_TRUE@   tape-xenix.lo
343 @WANT_TAPE_AIX_TRUE@@WANT_TAPE_DEVICE_TRUE@am__objects_3 =  \
344 @WANT_TAPE_AIX_TRUE@@WANT_TAPE_DEVICE_TRUE@     tape-aix.lo
345 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_UWARE_TRUE@am__objects_4 =  \
346 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_UWARE_TRUE@   tape-uware.lo
347 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_POSIX_TRUE@am__objects_5 =  \
348 @WANT_TAPE_DEVICE_TRUE@@WANT_TAPE_POSIX_TRUE@   tape-posix.lo
349 @WANT_S3_DEVICE_TRUE@am__objects_6 = s3-device.lo s3.lo s3-util.lo
350 @WANT_DVDRW_DEVICE_TRUE@am__objects_7 = dvdrw-device.lo
351 @WANT_NDMP_DEVICE_TRUE@am__objects_8 = ndmp-device.lo
352 am_libamdevice_la_OBJECTS = property.lo device.lo device-queueing.lo \
353         directtcp-connection.lo null-device.lo rait-device.lo \
354         vfs-device.lo xfer-source-device.lo xfer-dest-device.lo \
355         xfer-dest-taper.lo xfer-dest-taper-splitter.lo \
356         xfer-dest-taper-directtcp.lo xfer-source-recovery.lo \
357         $(am__objects_1) $(am__objects_2) $(am__objects_3) \
358         $(am__objects_4) $(am__objects_5) $(am__objects_6) \
359         $(am__objects_7) $(am__objects_8)
360 libamdevice_la_OBJECTS = $(am_libamdevice_la_OBJECTS)
361 libamdevice_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
362         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
363         $(libamdevice_la_LDFLAGS) $(LDFLAGS) -o $@
364 am__EXEEXT_1 = vfs-test$(EXEEXT)
365 @WANT_S3_DEVICE_TRUE@am__EXEEXT_2 = activate-devpay$(EXEEXT)
366 PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
367 am__activate_devpay_SOURCES_DIST = activate-devpay.c
368 @WANT_S3_DEVICE_TRUE@am_activate_devpay_OBJECTS =  \
369 @WANT_S3_DEVICE_TRUE@   activate-devpay.$(OBJEXT)
370 activate_devpay_OBJECTS = $(am_activate_devpay_OBJECTS)
371 activate_devpay_LDADD = $(LDADD)
372 am_vfs_test_OBJECTS = vfs-test.$(OBJEXT)
373 vfs_test_OBJECTS = $(am_vfs_test_OBJECTS)
374 vfs_test_DEPENDENCIES = ../common-src/libtestutils.la libamdevice.la
375 SCRIPTS = $(sbin_SCRIPTS)
376 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
377 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
378 am__depfiles_maybe = depfiles
379 am__mv = mv -f
380 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
381         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
382 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
383         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
384         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
385 CCLD = $(CC)
386 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
387         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
388         $(LDFLAGS) -o $@
389 SOURCES = $(libamdevice_la_SOURCES) $(activate_devpay_SOURCES) \
390         $(vfs_test_SOURCES)
391 DIST_SOURCES = $(am__libamdevice_la_SOURCES_DIST) \
392         $(am__activate_devpay_SOURCES_DIST) $(vfs_test_SOURCES)
393 HEADERS = $(aminclude_HEADERS) $(noinst_HEADERS)
394 ETAGS = etags
395 CTAGS = ctags
396 am__tty_colors = \
397 red=; grn=; lgn=; blu=; std=
398 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
399 ACLOCAL = @ACLOCAL@
400 AIX_BACKUP = @AIX_BACKUP@
401 ALLOCA = @ALLOCA@
402 ALLOCA_H = @ALLOCA_H@
403 AMANDA_COMPONENTS = @AMANDA_COMPONENTS@
404 AMANDA_DBGDIR = @AMANDA_DBGDIR@
405 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
406 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
407 AMANDA_SWIG_PERL_CFLAGS = @AMANDA_SWIG_PERL_CFLAGS@
408 AMANDA_TMPDIR = @AMANDA_TMPDIR@
409 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
410 AMLINT = @AMLINT@
411 AMLINTFLAGS = @AMLINTFLAGS@
412 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
413 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
414 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
415 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
416 AMTAR = @AMTAR@
417 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
418 APPLICATION_DIR = @APPLICATION_DIR@
419 AR = @AR@
420 ARPA_INET_H = @ARPA_INET_H@
421 ASSERTIONS = @ASSERTIONS@
422 AUTOCONF = @AUTOCONF@
423 AUTOHEADER = @AUTOHEADER@
424 AUTOMAKE = @AUTOMAKE@
425 AWK = @AWK@
426 BASH = @BASH@
427 BINARY_OWNER = @BINARY_OWNER@
428 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
429 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
430 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
431 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
432 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
433 BSDTCP_SECURITY = @BSDTCP_SECURITY@
434 BSDUDP_SECURITY = @BSDUDP_SECURITY@
435 BSD_SECURITY = @BSD_SECURITY@
436 CAT = @CAT@
437 CC = @CC@
438 CCDEPMODE = @CCDEPMODE@
439 CFLAGS = @CFLAGS@
440 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
441 CHECK_USERID = @CHECK_USERID@
442 CHIO = @CHIO@
443 CHS = @CHS@
444 CLIENT_LOGIN = @CLIENT_LOGIN@
445 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
446 COMPRESS = @COMPRESS@
447 COMPRESS_BEST_OPT = @COMPRESS_BEST_OPT@
448 COMPRESS_FAST_OPT = @COMPRESS_FAST_OPT@
449 COMPRESS_PATH = @COMPRESS_PATH@
450 COMPRESS_SUFFIX = @COMPRESS_SUFFIX@
451 CONFIG_CLOBBER_MY_CONFIG = @CONFIG_CLOBBER_MY_CONFIG@
452 CONFIG_DIR = @CONFIG_DIR@
453 CPP = @CPP@
454 CPPFLAGS = @CPPFLAGS@
455 CURL_CONFIG = @CURL_CONFIG@
456 CYGPATH_W = @CYGPATH_W@
457 DD = @DD@
458 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
459 DEFAULT_CONFIG = @DEFAULT_CONFIG@
460 DEFAULT_MAILER = @DEFAULT_MAILER@
461 DEFAULT_SERVER = @DEFAULT_SERVER@
462 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
463 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
464 DEFS = @DEFS@
465 DEPDIR = @DEPDIR@
466 DOC_BUILD_DATE = @DOC_BUILD_DATE@
467 DSYMUTIL = @DSYMUTIL@
468 DUMP = @DUMP@
469 DUMPBIN = @DUMPBIN@
470 DUMP_RETURNS_1 = @DUMP_RETURNS_1@
471 ECHO_C = @ECHO_C@
472 ECHO_N = @ECHO_N@
473 ECHO_T = @ECHO_T@
474 EGREP = @EGREP@
475 EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
476 EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
477 ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
478 ENOLINK_VALUE = @ENOLINK_VALUE@
479 EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
480 EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
481 ERRNO_H = @ERRNO_H@
482 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
483 EXEEXT = @EXEEXT@
484 FGREP = @FGREP@
485 FLOAT_H = @FLOAT_H@
486 GETADDRINFO_LIB = @GETADDRINFO_LIB@
487 GETCONF = @GETCONF@
488 GETOPT_H = @GETOPT_H@
489 GETTEXT = @GETTEXT@
490 GIT = @GIT@
491 GLIBC21 = @GLIBC21@
492 GLIB_CFLAGS = @GLIB_CFLAGS@
493 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
494 GLIB_LIBS = @GLIB_LIBS@
495 GLIB_MKENUMS = @GLIB_MKENUMS@
496 GMSGFMT = @GMSGFMT@
497 GMSGFMT_015 = @GMSGFMT_015@
498 GNULIB_ACCEPT = @GNULIB_ACCEPT@
499 GNULIB_ATOLL = @GNULIB_ATOLL@
500 GNULIB_BIND = @GNULIB_BIND@
501 GNULIB_BTOWC = @GNULIB_BTOWC@
502 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
503 GNULIB_CHOWN = @GNULIB_CHOWN@
504 GNULIB_CLOSE = @GNULIB_CLOSE@
505 GNULIB_CONNECT = @GNULIB_CONNECT@
506 GNULIB_DPRINTF = @GNULIB_DPRINTF@
507 GNULIB_DUP2 = @GNULIB_DUP2@
508 GNULIB_ENVIRON = @GNULIB_ENVIRON@
509 GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
510 GNULIB_FCHDIR = @GNULIB_FCHDIR@
511 GNULIB_FCLOSE = @GNULIB_FCLOSE@
512 GNULIB_FFLUSH = @GNULIB_FFLUSH@
513 GNULIB_FOPEN = @GNULIB_FOPEN@
514 GNULIB_FPRINTF = @GNULIB_FPRINTF@
515 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
516 GNULIB_FPUTC = @GNULIB_FPUTC@
517 GNULIB_FPUTS = @GNULIB_FPUTS@
518 GNULIB_FREOPEN = @GNULIB_FREOPEN@
519 GNULIB_FSEEK = @GNULIB_FSEEK@
520 GNULIB_FSEEKO = @GNULIB_FSEEKO@
521 GNULIB_FSYNC = @GNULIB_FSYNC@
522 GNULIB_FTELL = @GNULIB_FTELL@
523 GNULIB_FTELLO = @GNULIB_FTELLO@
524 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
525 GNULIB_FWRITE = @GNULIB_FWRITE@
526 GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@
527 GNULIB_GETCWD = @GNULIB_GETCWD@
528 GNULIB_GETDELIM = @GNULIB_GETDELIM@
529 GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
530 GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
531 GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
532 GNULIB_GETLINE = @GNULIB_GETLINE@
533 GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
534 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
535 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
536 GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@
537 GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@
538 GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@
539 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
540 GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
541 GNULIB_INET_NTOP = @GNULIB_INET_NTOP@
542 GNULIB_INET_PTON = @GNULIB_INET_PTON@
543 GNULIB_LCHMOD = @GNULIB_LCHMOD@
544 GNULIB_LCHOWN = @GNULIB_LCHOWN@
545 GNULIB_LINK = @GNULIB_LINK@
546 GNULIB_LISTEN = @GNULIB_LISTEN@
547 GNULIB_LSEEK = @GNULIB_LSEEK@
548 GNULIB_LSTAT = @GNULIB_LSTAT@
549 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
550 GNULIB_MBRLEN = @GNULIB_MBRLEN@
551 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
552 GNULIB_MBSINIT = @GNULIB_MBSINIT@
553 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
554 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
555 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
556 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
557 GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
558 GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
559 GNULIB_PERROR = @GNULIB_PERROR@
560 GNULIB_PRINTF = @GNULIB_PRINTF@
561 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
562 GNULIB_PUTC = @GNULIB_PUTC@
563 GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
564 GNULIB_PUTENV = @GNULIB_PUTENV@
565 GNULIB_PUTS = @GNULIB_PUTS@
566 GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
567 GNULIB_READLINK = @GNULIB_READLINK@
568 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
569 GNULIB_RECV = @GNULIB_RECV@
570 GNULIB_RECVFROM = @GNULIB_RECVFROM@
571 GNULIB_RPMATCH = @GNULIB_RPMATCH@
572 GNULIB_SEND = @GNULIB_SEND@
573 GNULIB_SENDTO = @GNULIB_SENDTO@
574 GNULIB_SETENV = @GNULIB_SETENV@
575 GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@
576 GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@
577 GNULIB_SLEEP = @GNULIB_SLEEP@
578 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
579 GNULIB_SOCKET = @GNULIB_SOCKET@
580 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
581 GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
582 GNULIB_STRTOD = @GNULIB_STRTOD@
583 GNULIB_STRTOLL = @GNULIB_STRTOLL@
584 GNULIB_STRTOULL = @GNULIB_STRTOULL@
585 GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
586 GNULIB_UNSETENV = @GNULIB_UNSETENV@
587 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
588 GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
589 GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
590 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
591 GNULIB_VPRINTF = @GNULIB_VPRINTF@
592 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
593 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
594 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
595 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
596 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
597 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
598 GNULIB_WCTOB = @GNULIB_WCTOB@
599 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
600 GNULIB_WRITE = @GNULIB_WRITE@
601 GNUPLOT = @GNUPLOT@
602 GNUTAR = @GNUTAR@
603 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
604 GOBJECT_QUERY = @GOBJECT_QUERY@
605 GREP = @GREP@
606 GZIP = @GZIP@
607 HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@
608 HAVE_ATOLL = @HAVE_ATOLL@
609 HAVE_BTOWC = @HAVE_BTOWC@
610 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
611 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
612 HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@
613 HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@
614 HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@
615 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
616 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
617 HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
618 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
619 HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@
620 HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@
621 HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@
622 HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
623 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
624 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
625 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
626 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
627 HAVE_DPRINTF = @HAVE_DPRINTF@
628 HAVE_DUP2 = @HAVE_DUP2@
629 HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
630 HAVE_FSEEKO = @HAVE_FSEEKO@
631 HAVE_FSYNC = @HAVE_FSYNC@
632 HAVE_FTELLO = @HAVE_FTELLO@
633 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
634 HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
635 HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
636 HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
637 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
638 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
639 HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
640 HAVE_GZIP = @HAVE_GZIP@
641 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
642 HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
643 HAVE_LCHMOD = @HAVE_LCHMOD@
644 HAVE_LINK = @HAVE_LINK@
645 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
646 HAVE_LSTAT = @HAVE_LSTAT@
647 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
648 HAVE_MBRLEN = @HAVE_MBRLEN@
649 HAVE_MBRTOWC = @HAVE_MBRTOWC@
650 HAVE_MBSINIT = @HAVE_MBSINIT@
651 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
652 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
653 HAVE_MKDTEMP = @HAVE_MKDTEMP@
654 HAVE_NETDB_H = @HAVE_NETDB_H@
655 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
656 HAVE_OS_H = @HAVE_OS_H@
657 HAVE_RANDOM_H = @HAVE_RANDOM_H@
658 HAVE_RANDOM_R = @HAVE_RANDOM_R@
659 HAVE_READLINK = @HAVE_READLINK@
660 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
661 HAVE_RPMATCH = @HAVE_RPMATCH@
662 HAVE_SETENV = @HAVE_SETENV@
663 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
664 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
665 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
666 HAVE_SLEEP = @HAVE_SLEEP@
667 HAVE_STDINT_H = @HAVE_STDINT_H@
668 HAVE_STRTOD = @HAVE_STRTOD@
669 HAVE_STRTOLL = @HAVE_STRTOLL@
670 HAVE_STRTOULL = @HAVE_STRTOULL@
671 HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@
672 HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
673 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
674 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
675 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
676 HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
677 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
678 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
679 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
680 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
681 HAVE_UNISTD_H = @HAVE_UNISTD_H@
682 HAVE_UNSETENV = @HAVE_UNSETENV@
683 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
684 HAVE_VASPRINTF = @HAVE_VASPRINTF@
685 HAVE_VDPRINTF = @HAVE_VDPRINTF@
686 HAVE_VISIBILITY = @HAVE_VISIBILITY@
687 HAVE_WCHAR_H = @HAVE_WCHAR_H@
688 HAVE_WCRTOMB = @HAVE_WCRTOMB@
689 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
690 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
691 HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
692 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
693 HAVE_WINT_T = @HAVE_WINT_T@
694 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
695 HAVE__BOOL = @HAVE__BOOL@
696 HOSTENT_LIB = @HOSTENT_LIB@
697 INCLUDE_NEXT = @INCLUDE_NEXT@
698 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
699 INSTALL = @INSTALL@
700 INSTALL_DATA = @INSTALL_DATA@
701 INSTALL_PROGRAM = @INSTALL_PROGRAM@
702 INSTALL_SCRIPT = @INSTALL_SCRIPT@
703 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
704 INTLLIBS = @INTLLIBS@
705 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
706 KRB5_SECURITY = @KRB5_SECURITY@
707 LD = @LD@
708 LDFLAGS = @LDFLAGS@
709 LEX = @LEX@
710 LEXLIB = @LEXLIB@
711 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
712 LIBCURL = @LIBCURL@
713 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
714 LIBICONV = @LIBICONV@
715 LIBINTL = @LIBINTL@
716 LIBMULTITHREAD = @LIBMULTITHREAD@
717 LIBOBJS = @LIBOBJS@
718 LIBPTH = @LIBPTH@
719 LIBS = @LIBS@
720 LIBTHREAD = @LIBTHREAD@
721 LIBTOOL = @LIBTOOL@
722 LIBTOOL_DEPS = @LIBTOOL_DEPS@
723 LIPO = @LIPO@
724 LN_S = @LN_S@
725 LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
726 LOCALE_FR = @LOCALE_FR@
727 LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
728 LOCALE_JA = @LOCALE_JA@
729 LOCALE_ZH_CN = @LOCALE_ZH_CN@
730 LOCKING = @LOCKING@
731 LOW_TCPPORTRANGE = @LOW_TCPPORTRANGE@
732 LPR = @LPR@
733 LPRFLAG = @LPRFLAG@
734 LTALLOCA = @LTALLOCA@
735 LTLIBICONV = @LTLIBICONV@
736 LTLIBINTL = @LTLIBINTL@
737 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
738 LTLIBOBJS = @LTLIBOBJS@
739 LTLIBPTH = @LTLIBPTH@
740 LTLIBTHREAD = @LTLIBTHREAD@
741 MAILER = @MAILER@
742 MAKEINFO = @MAKEINFO@
743 MCUTIL = @MCUTIL@
744 MKDIR_P = @MKDIR_P@
745 MSGFMT = @MSGFMT@
746 MSGFMT_015 = @MSGFMT_015@
747 MSGMERGE = @MSGMERGE@
748 MT = @MT@
749 MTX = @MTX@
750 MT_FILE_FLAG = @MT_FILE_FLAG@
751 NETDB_H = @NETDB_H@
752 NETINET_IN_H = @NETINET_IN_H@
753 NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@
754 NEXT_ERRNO_H = @NEXT_ERRNO_H@
755 NEXT_FLOAT_H = @NEXT_FLOAT_H@
756 NEXT_NETDB_H = @NEXT_NETDB_H@
757 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
758 NEXT_STDINT_H = @NEXT_STDINT_H@
759 NEXT_STDIO_H = @NEXT_STDIO_H@
760 NEXT_STDLIB_H = @NEXT_STDLIB_H@
761 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
762 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
763 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
764 NEXT_UNISTD_H = @NEXT_UNISTD_H@
765 NEXT_WCHAR_H = @NEXT_WCHAR_H@
766 NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
767 NM = @NM@
768 NMEDIT = @NMEDIT@
769 OBJEXT = @OBJEXT@
770 OTOOL = @OTOOL@
771 OTOOL64 = @OTOOL64@
772 PACKAGE = @PACKAGE@
773 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
774 PACKAGE_NAME = @PACKAGE_NAME@
775 PACKAGE_STRING = @PACKAGE_STRING@
776 PACKAGE_TARNAME = @PACKAGE_TARNAME@
777 PACKAGE_VERSION = @PACKAGE_VERSION@
778 PATH_SEPARATOR = @PATH_SEPARATOR@
779 PCAT = @PCAT@
780 PERL = @PERL@
781 PERLEXTLIBS = @PERLEXTLIBS@
782 PERL_INC = @PERL_INC@
783 PKG_CONFIG = @PKG_CONFIG@
784 POSUB = @POSUB@
785 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
786 PS = @PS@
787 PS_ARGUMENT = @PS_ARGUMENT@
788 PS_ARGUMENT_ARGS = @PS_ARGUMENT_ARGS@
789 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
790 RANLIB = @RANLIB@
791 READLINE_LIBS = @READLINE_LIBS@
792 REPLACE_BTOWC = @REPLACE_BTOWC@
793 REPLACE_CHOWN = @REPLACE_CHOWN@
794 REPLACE_CLOSE = @REPLACE_CLOSE@
795 REPLACE_DPRINTF = @REPLACE_DPRINTF@
796 REPLACE_FCHDIR = @REPLACE_FCHDIR@
797 REPLACE_FCLOSE = @REPLACE_FCLOSE@
798 REPLACE_FFLUSH = @REPLACE_FFLUSH@
799 REPLACE_FOPEN = @REPLACE_FOPEN@
800 REPLACE_FPRINTF = @REPLACE_FPRINTF@
801 REPLACE_FREOPEN = @REPLACE_FREOPEN@
802 REPLACE_FSEEK = @REPLACE_FSEEK@
803 REPLACE_FSEEKO = @REPLACE_FSEEKO@
804 REPLACE_FTELL = @REPLACE_FTELL@
805 REPLACE_FTELLO = @REPLACE_FTELLO@
806 REPLACE_GETCWD = @REPLACE_GETCWD@
807 REPLACE_GETLINE = @REPLACE_GETLINE@
808 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
809 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
810 REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
811 REPLACE_LCHOWN = @REPLACE_LCHOWN@
812 REPLACE_LSEEK = @REPLACE_LSEEK@
813 REPLACE_LSTAT = @REPLACE_LSTAT@
814 REPLACE_MBRLEN = @REPLACE_MBRLEN@
815 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
816 REPLACE_MBSINIT = @REPLACE_MBSINIT@
817 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
818 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
819 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
820 REPLACE_MKDIR = @REPLACE_MKDIR@
821 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
822 REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
823 REPLACE_PERROR = @REPLACE_PERROR@
824 REPLACE_PRINTF = @REPLACE_PRINTF@
825 REPLACE_PUTENV = @REPLACE_PUTENV@
826 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
827 REPLACE_SPRINTF = @REPLACE_SPRINTF@
828 REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
829 REPLACE_STRTOD = @REPLACE_STRTOD@
830 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
831 REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
832 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
833 REPLACE_VPRINTF = @REPLACE_VPRINTF@
834 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
835 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
836 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
837 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
838 REPLACE_WCTOB = @REPLACE_WCTOB@
839 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
840 REPLACE_WRITE = @REPLACE_WRITE@
841 RESTORE = @RESTORE@
842 RPCGEN = @RPCGEN@
843 RSH_SECURITY = @RSH_SECURITY@
844 SAMBA_CLIENT = @SAMBA_CLIENT@
845 SED = @SED@
846 SERVENT_LIB = @SERVENT_LIB@
847 SERVICE_SUFFIX = @SERVICE_SUFFIX@
848 SETUID_GROUP = @SETUID_GROUP@
849 SET_MAKE = @SET_MAKE@
850 SHELL = @SHELL@
851 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
852 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
853 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
854 SORT = @SORT@
855 SSH = @SSH@
856 SSH_SECURITY = @SSH_SECURITY@
857 STAR = @STAR@
858 STDBOOL_H = @STDBOOL_H@
859 STDINT_H = @STDINT_H@
860 STRIP = @STRIP@
861 SVN = @SVN@
862 SWIG = @SWIG@
863 SWIG_LIB = @SWIG_LIB@
864 SYS_SOCKET_H = @SYS_SOCKET_H@
865 SYS_STAT_H = @SYS_STAT_H@
866 SYS_TIME_H = @SYS_TIME_H@
867 TCPPORTRANGE = @TCPPORTRANGE@
868 UDPPORTRANGE = @UDPPORTRANGE@
869 UNCOMPRESS_OPT = @UNCOMPRESS_OPT@
870 UNCOMPRESS_PATH = @UNCOMPRESS_PATH@
871 UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
872 USE_AMANDAHOSTS = @USE_AMANDAHOSTS@
873 USE_NLS = @USE_NLS@
874 USE_RUNDUMP = @USE_RUNDUMP@
875 VDUMP = @VDUMP@
876 VERSION = @VERSION@
877 VERSION_COMMENT = @VERSION_COMMENT@
878 VERSION_MAJOR = @VERSION_MAJOR@
879 VERSION_MINOR = @VERSION_MINOR@
880 VERSION_PATCH = @VERSION_PATCH@
881 VOID_UNSETENV = @VOID_UNSETENV@
882 VRESTORE = @VRESTORE@
883 VXDUMP = @VXDUMP@
884 VXRESTORE = @VXRESTORE@
885 WCHAR_H = @WCHAR_H@
886 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
887 WCTYPE_H = @WCTYPE_H@
888 WINT_T_SUFFIX = @WINT_T_SUFFIX@
889 XFSDUMP = @XFSDUMP@
890 XFSRESTORE = @XFSRESTORE@
891 XGETTEXT = @XGETTEXT@
892 XGETTEXT_015 = @XGETTEXT_015@
893 XSLREL = @XSLREL@
894 XSLTPROC = @XSLTPROC@
895 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
896 YACC = @YACC@
897 YFLAGS = @YFLAGS@
898 _libcurl_config = @_libcurl_config@
899 abs_builddir = @abs_builddir@
900 abs_srcdir = @abs_srcdir@
901 abs_top_builddir = @abs_top_builddir@
902 abs_top_srcdir = @abs_top_srcdir@
903 ac_ct_CC = @ac_ct_CC@
904 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
905 am__include = @am__include@
906 am__leading_dot = @am__leading_dot@
907 am__quote = @am__quote@
908 am__tar = @am__tar@
909 am__untar = @am__untar@
910 amdatadir = @amdatadir@
911 amincludedir = @amincludedir@
912 amlibdir = @amlibdir@
913 amlibexecdir = @amlibexecdir@
914 amperldir = @amperldir@
915 bindir = @bindir@
916 build = @build@
917 build_alias = @build_alias@
918 build_cpu = @build_cpu@
919 build_os = @build_os@
920 build_vendor = @build_vendor@
921 builddir = @builddir@
922 datadir = @datadir@
923 datarootdir = @datarootdir@
924 docdir = @docdir@
925 dvidir = @dvidir@
926 exec_prefix = @exec_prefix@
927 gl_LIBOBJS = @gl_LIBOBJS@
928 gl_LTLIBOBJS = @gl_LTLIBOBJS@
929 gltests_LIBOBJS = @gltests_LIBOBJS@
930 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
931 host = @host@
932 host_alias = @host_alias@
933 host_cpu = @host_cpu@
934 host_os = @host_os@
935 host_vendor = @host_vendor@
936 htmldir = @htmldir@
937 includedir = @includedir@
938 infodir = @infodir@
939 install_sh = @install_sh@
940 libdir = @libdir@
941 libexecdir = @libexecdir@
942 localedir = @localedir@
943 localstatedir = @localstatedir@
944 lt_ECHO = @lt_ECHO@
945 mandir = @mandir@
946 mkdir_p = @mkdir_p@
947 oldincludedir = @oldincludedir@
948 pdfdir = @pdfdir@
949 prefix = @prefix@
950 program_transform_name = @program_transform_name@
951 psdir = @psdir@
952 sbindir = @sbindir@
953 sharedstatedir = @sharedstatedir@
954 srcdir = @srcdir@
955 sysconfdir = @sysconfdir@
956 target_alias = @target_alias@
957 top_build_prefix = @top_build_prefix@
958 top_builddir = @top_builddir@
959 top_srcdir = @top_srcdir@
960 SUFFIXES = 
961 EXTRA_DIST = 
962 BUILT_SOURCES = 
963 MOSTLYCLEANFILES = 
964
965 # config.status leaves config.log files around
966 CLEANFILES = config.log
967
968 # and we'll need to clean up our generated files for distclean
969 DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK) \
970         $(SCRIPTS_INCLUDE)
971 MAINTAINERCLEANFILES = 
972 INCLUDES = -I$(top_builddir)/common-src \
973                 -I$(top_srcdir)/common-src \
974                 -I$(top_srcdir)/xfer-src \
975                 -I$(top_srcdir)/ndmp-src \
976                 -I$(top_srcdir)/gnulib
977
978 AM_CFLAGS = $(AMANDA_WARNING_CFLAGS) $(am__append_1)
979 AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS)
980 SCRIPTS_PERL = \
981         amdevcheck \
982         amtapetype
983
984 sbin_SCRIPTS = $(SCRIPTS_PERL)
985 amlib_LTLIBRARIES = libamdevice.la
986 libamdevice_la_LDFLAGS = -release $(VERSION) 
987 libamdevice_la_SOURCES = property.c device.c device-queueing.c \
988         directtcp-connection.c null-device.c rait-device.c \
989         vfs-device.c xfer-source-device.c xfer-dest-device.c \
990         xfer-dest-taper.c xfer-dest-taper-splitter.c \
991         xfer-dest-taper-directtcp.c xfer-source-recovery.c \
992         $(am__append_2) $(am__append_3) $(am__append_4) \
993         $(am__append_5) $(am__append_6) $(am__append_7) \
994         $(am__append_8) $(am__append_9)
995 libamdevice_la_LIBADD = ../common-src/libamanda.la \
996         ../xfer-src/libamxfer.la $(am__append_10)
997 vfs_test_SOURCES = vfs-test.c
998 vfs_test_LDADD = \
999         ../common-src/libtestutils.la \
1000         libamdevice.la
1001
1002 @WANT_S3_DEVICE_TRUE@activate_devpay_SOURCES = activate-devpay.c
1003 noinst_HEADERS = \
1004         device-queueing.h \
1005         device.h \
1006         directtcp-connection.h \
1007         property.h \
1008         s3.h \
1009         s3-util.h \
1010         tape-device.h \
1011         tape-ops.h \
1012         xfer-device.h \
1013         vfs-device.h
1014
1015 aminclude_HEADERS = 
1016 all: $(BUILT_SOURCES)
1017         $(MAKE) $(AM_MAKEFLAGS) all-am
1018
1019 .SUFFIXES:
1020 .SUFFIXES: .c .lo .o .obj
1021 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(top_srcdir)/config/automake/precompile.am $(am__configure_deps)
1022         @for dep in $?; do \
1023           case '$(am__configure_deps)' in \
1024             *$$dep*) \
1025               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1026                 && { if test -f $@; then exit 0; else break; fi; }; \
1027               exit 1;; \
1028           esac; \
1029         done; \
1030         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu device-src/Makefile'; \
1031         $(am__cd) $(top_srcdir) && \
1032           $(AUTOMAKE) --gnu device-src/Makefile
1033 .PRECIOUS: Makefile
1034 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1035         @case '$?' in \
1036           *config.status*) \
1037             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1038           *) \
1039             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1040             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1041         esac;
1042
1043 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1044         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1045
1046 $(top_srcdir)/configure:  $(am__configure_deps)
1047         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1048 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1049         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1050 $(am__aclocal_m4_deps):
1051 install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES)
1052         @$(NORMAL_INSTALL)
1053         test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)"
1054         @list='$(amlib_LTLIBRARIES)'; test -n "$(amlibdir)" || list=; \
1055         list2=; for p in $$list; do \
1056           if test -f $$p; then \
1057             list2="$$list2 $$p"; \
1058           else :; fi; \
1059         done; \
1060         test -z "$$list2" || { \
1061           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(amlibdir)'"; \
1062           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(amlibdir)"; \
1063         }
1064
1065 uninstall-amlibLTLIBRARIES:
1066         @$(NORMAL_UNINSTALL)
1067         @list='$(amlib_LTLIBRARIES)'; test -n "$(amlibdir)" || list=; \
1068         for p in $$list; do \
1069           $(am__strip_dir) \
1070           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(amlibdir)/$$f'"; \
1071           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(amlibdir)/$$f"; \
1072         done
1073
1074 clean-amlibLTLIBRARIES:
1075         -test -z "$(amlib_LTLIBRARIES)" || rm -f $(amlib_LTLIBRARIES)
1076         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
1077           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1078           test "$$dir" != "$$p" || dir=.; \
1079           echo "rm -f \"$${dir}/so_locations\""; \
1080           rm -f "$${dir}/so_locations"; \
1081         done
1082 libamdevice.la: $(libamdevice_la_OBJECTS) $(libamdevice_la_DEPENDENCIES) 
1083         $(libamdevice_la_LINK) -rpath $(amlibdir) $(libamdevice_la_OBJECTS) $(libamdevice_la_LIBADD) $(LIBS)
1084
1085 clean-noinstPROGRAMS:
1086         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1087         echo " rm -f" $$list; \
1088         rm -f $$list || exit $$?; \
1089         test -n "$(EXEEXT)" || exit 0; \
1090         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1091         echo " rm -f" $$list; \
1092         rm -f $$list
1093 install-sbinPROGRAMS: $(sbin_PROGRAMS)
1094         @$(NORMAL_INSTALL)
1095         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
1096         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1097         for p in $$list; do echo "$$p $$p"; done | \
1098         sed 's/$(EXEEXT)$$//' | \
1099         while read p p1; do if test -f $$p || test -f $$p1; \
1100           then echo "$$p"; echo "$$p"; else :; fi; \
1101         done | \
1102         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
1103             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1104         sed 'N;N;N;s,\n, ,g' | \
1105         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1106           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1107             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1108             else { print "f", $$3 "/" $$4, $$1; } } \
1109           END { for (d in files) print "f", d, files[d] }' | \
1110         while read type dir files; do \
1111             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1112             test -z "$$files" || { \
1113             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
1114             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
1115             } \
1116         ; done
1117
1118 uninstall-sbinPROGRAMS:
1119         @$(NORMAL_UNINSTALL)
1120         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1121         files=`for p in $$list; do echo "$$p"; done | \
1122           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1123               -e 's/$$/$(EXEEXT)/' `; \
1124         test -n "$$list" || exit 0; \
1125         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
1126         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
1127
1128 clean-sbinPROGRAMS:
1129         @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
1130         echo " rm -f" $$list; \
1131         rm -f $$list || exit $$?; \
1132         test -n "$(EXEEXT)" || exit 0; \
1133         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1134         echo " rm -f" $$list; \
1135         rm -f $$list
1136 activate-devpay$(EXEEXT): $(activate_devpay_OBJECTS) $(activate_devpay_DEPENDENCIES) 
1137         @rm -f activate-devpay$(EXEEXT)
1138         $(LINK) $(activate_devpay_OBJECTS) $(activate_devpay_LDADD) $(LIBS)
1139 vfs-test$(EXEEXT): $(vfs_test_OBJECTS) $(vfs_test_DEPENDENCIES) 
1140         @rm -f vfs-test$(EXEEXT)
1141         $(LINK) $(vfs_test_OBJECTS) $(vfs_test_LDADD) $(LIBS)
1142 install-sbinSCRIPTS: $(sbin_SCRIPTS)
1143         @$(NORMAL_INSTALL)
1144         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
1145         @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
1146         for p in $$list; do \
1147           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1148           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1149         done | \
1150         sed -e 'p;s,.*/,,;n' \
1151             -e 'h;s|.*|.|' \
1152             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1153         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1154           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1155             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1156               if (++n[d] == $(am__install_max)) { \
1157                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1158             else { print "f", d "/" $$4, $$1 } } \
1159           END { for (d in files) print "f", d, files[d] }' | \
1160         while read type dir files; do \
1161              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1162              test -z "$$files" || { \
1163                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
1164                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
1165              } \
1166         ; done
1167
1168 uninstall-sbinSCRIPTS:
1169         @$(NORMAL_UNINSTALL)
1170         @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \
1171         files=`for p in $$list; do echo "$$p"; done | \
1172                sed -e 's,.*/,,;$(transform)'`; \
1173         test -n "$$list" || exit 0; \
1174         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
1175         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
1176
1177 mostlyclean-compile:
1178         -rm -f *.$(OBJEXT)
1179
1180 distclean-compile:
1181         -rm -f *.tab.c
1182
1183 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/activate-devpay.Po@am__quote@
1184 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device-queueing.Plo@am__quote@
1185 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Plo@am__quote@
1186 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directtcp-connection.Plo@am__quote@
1187 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dvdrw-device.Plo@am__quote@
1188 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndmp-device.Plo@am__quote@
1189 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null-device.Plo@am__quote@
1190 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/property.Plo@am__quote@
1191 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rait-device.Plo@am__quote@
1192 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s3-device.Plo@am__quote@
1193 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s3-util.Plo@am__quote@
1194 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s3.Plo@am__quote@
1195 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tape-aix.Plo@am__quote@
1196 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tape-device.Plo@am__quote@
1197 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tape-posix.Plo@am__quote@
1198 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tape-uware.Plo@am__quote@
1199 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tape-xenix.Plo@am__quote@
1200 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfs-device.Plo@am__quote@
1201 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfs-test.Po@am__quote@
1202 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer-dest-device.Plo@am__quote@
1203 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer-dest-taper-directtcp.Plo@am__quote@
1204 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer-dest-taper-splitter.Plo@am__quote@
1205 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer-dest-taper.Plo@am__quote@
1206 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer-source-device.Plo@am__quote@
1207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfer-source-recovery.Plo@am__quote@
1208
1209 .c.o:
1210 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1211 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1212 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1213 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1214 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1215
1216 .c.obj:
1217 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1218 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1219 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1220 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1221 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1222
1223 .c.lo:
1224 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1225 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1226 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1227 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1228 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1229
1230 mostlyclean-libtool:
1231         -rm -f *.lo
1232
1233 clean-libtool:
1234         -rm -rf .libs _libs
1235 install-amincludeHEADERS: $(aminclude_HEADERS)
1236         @$(NORMAL_INSTALL)
1237         test -z "$(amincludedir)" || $(MKDIR_P) "$(DESTDIR)$(amincludedir)"
1238         @list='$(aminclude_HEADERS)'; test -n "$(amincludedir)" || list=; \
1239         for p in $$list; do \
1240           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1241           echo "$$d$$p"; \
1242         done | $(am__base_list) | \
1243         while read files; do \
1244           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(amincludedir)'"; \
1245           $(INSTALL_HEADER) $$files "$(DESTDIR)$(amincludedir)" || exit $$?; \
1246         done
1247
1248 uninstall-amincludeHEADERS:
1249         @$(NORMAL_UNINSTALL)
1250         @list='$(aminclude_HEADERS)'; test -n "$(amincludedir)" || list=; \
1251         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1252         test -n "$$files" || exit 0; \
1253         echo " ( cd '$(DESTDIR)$(amincludedir)' && rm -f" $$files ")"; \
1254         cd "$(DESTDIR)$(amincludedir)" && rm -f $$files
1255
1256 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1257         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1258         unique=`for i in $$list; do \
1259             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1260           done | \
1261           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1262               END { if (nonempty) { for (i in files) print i; }; }'`; \
1263         mkid -fID $$unique
1264 tags: TAGS
1265
1266 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1267                 $(TAGS_FILES) $(LISP)
1268         set x; \
1269         here=`pwd`; \
1270         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1271         unique=`for i in $$list; do \
1272             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1273           done | \
1274           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1275               END { if (nonempty) { for (i in files) print i; }; }'`; \
1276         shift; \
1277         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1278           test -n "$$unique" || unique=$$empty_fix; \
1279           if test $$# -gt 0; then \
1280             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1281               "$$@" $$unique; \
1282           else \
1283             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1284               $$unique; \
1285           fi; \
1286         fi
1287 ctags: CTAGS
1288 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1289                 $(TAGS_FILES) $(LISP)
1290         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1291         unique=`for i in $$list; do \
1292             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1293           done | \
1294           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1295               END { if (nonempty) { for (i in files) print i; }; }'`; \
1296         test -z "$(CTAGS_ARGS)$$unique" \
1297           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1298              $$unique
1299
1300 GTAGS:
1301         here=`$(am__cd) $(top_builddir) && pwd` \
1302           && $(am__cd) $(top_srcdir) \
1303           && gtags -i $(GTAGS_ARGS) "$$here"
1304
1305 distclean-tags:
1306         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1307
1308 check-TESTS: $(TESTS)
1309         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1310         srcdir=$(srcdir); export srcdir; \
1311         list=' $(TESTS) '; \
1312         $(am__tty_colors); \
1313         if test -n "$$list"; then \
1314           for tst in $$list; do \
1315             if test -f ./$$tst; then dir=./; \
1316             elif test -f $$tst; then dir=; \
1317             else dir="$(srcdir)/"; fi; \
1318             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1319               all=`expr $$all + 1`; \
1320               case " $(XFAIL_TESTS) " in \
1321               *[\ \     ]$$tst[\ \      ]*) \
1322                 xpass=`expr $$xpass + 1`; \
1323                 failed=`expr $$failed + 1`; \
1324                 col=$$red; res=XPASS; \
1325               ;; \
1326               *) \
1327                 col=$$grn; res=PASS; \
1328               ;; \
1329               esac; \
1330             elif test $$? -ne 77; then \
1331               all=`expr $$all + 1`; \
1332               case " $(XFAIL_TESTS) " in \
1333               *[\ \     ]$$tst[\ \      ]*) \
1334                 xfail=`expr $$xfail + 1`; \
1335                 col=$$lgn; res=XFAIL; \
1336               ;; \
1337               *) \
1338                 failed=`expr $$failed + 1`; \
1339                 col=$$red; res=FAIL; \
1340               ;; \
1341               esac; \
1342             else \
1343               skip=`expr $$skip + 1`; \
1344               col=$$blu; res=SKIP; \
1345             fi; \
1346             echo "$${col}$$res$${std}: $$tst"; \
1347           done; \
1348           if test "$$all" -eq 1; then \
1349             tests="test"; \
1350             All=""; \
1351           else \
1352             tests="tests"; \
1353             All="All "; \
1354           fi; \
1355           if test "$$failed" -eq 0; then \
1356             if test "$$xfail" -eq 0; then \
1357               banner="$$All$$all $$tests passed"; \
1358             else \
1359               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1360               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1361             fi; \
1362           else \
1363             if test "$$xpass" -eq 0; then \
1364               banner="$$failed of $$all $$tests failed"; \
1365             else \
1366               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1367               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1368             fi; \
1369           fi; \
1370           dashes="$$banner"; \
1371           skipped=""; \
1372           if test "$$skip" -ne 0; then \
1373             if test "$$skip" -eq 1; then \
1374               skipped="($$skip test was not run)"; \
1375             else \
1376               skipped="($$skip tests were not run)"; \
1377             fi; \
1378             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1379               dashes="$$skipped"; \
1380           fi; \
1381           report=""; \
1382           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1383             report="Please report to $(PACKAGE_BUGREPORT)"; \
1384             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1385               dashes="$$report"; \
1386           fi; \
1387           dashes=`echo "$$dashes" | sed s/./=/g`; \
1388           if test "$$failed" -eq 0; then \
1389             echo "$$grn$$dashes"; \
1390           else \
1391             echo "$$red$$dashes"; \
1392           fi; \
1393           echo "$$banner"; \
1394           test -z "$$skipped" || echo "$$skipped"; \
1395           test -z "$$report" || echo "$$report"; \
1396           echo "$$dashes$$std"; \
1397           test "$$failed" -eq 0; \
1398         else :; fi
1399
1400 distdir: $(DISTFILES)
1401         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1402         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1403         list='$(DISTFILES)'; \
1404           dist_files=`for file in $$list; do echo $$file; done | \
1405           sed -e "s|^$$srcdirstrip/||;t" \
1406               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1407         case $$dist_files in \
1408           */*) $(MKDIR_P) `echo "$$dist_files" | \
1409                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1410                            sort -u` ;; \
1411         esac; \
1412         for file in $$dist_files; do \
1413           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1414           if test -d $$d/$$file; then \
1415             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1416             if test -d "$(distdir)/$$file"; then \
1417               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1418             fi; \
1419             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1420               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1421               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1422             fi; \
1423             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1424           else \
1425             test -f "$(distdir)/$$file" \
1426             || cp -p $$d/$$file "$(distdir)/$$file" \
1427             || exit 1; \
1428           fi; \
1429         done
1430         $(MAKE) $(AM_MAKEFLAGS) \
1431           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1432           dist-hook
1433 check-am: all-am
1434         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1435 check: $(BUILT_SOURCES)
1436         $(MAKE) $(AM_MAKEFLAGS) check-am
1437 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(HEADERS)
1438 installdirs:
1439         for dir in "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amincludedir)"; do \
1440           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1441         done
1442 install: $(BUILT_SOURCES)
1443         $(MAKE) $(AM_MAKEFLAGS) install-am
1444 install-exec: install-exec-am
1445 install-data: install-data-am
1446 uninstall: uninstall-am
1447
1448 install-am: all-am
1449         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1450
1451 installcheck: installcheck-am
1452 install-strip:
1453         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1454           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1455           `test -z '$(STRIP)' || \
1456             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1457 mostlyclean-generic:
1458         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1459
1460 clean-generic:
1461         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1462
1463 distclean-generic:
1464         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1465         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1466         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1467
1468 maintainer-clean-generic:
1469         @echo "This command is intended for maintainers to use"
1470         @echo "it deletes files that may require special tools to rebuild."
1471         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1472         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1473 clean: clean-am
1474
1475 clean-am: clean-amlibLTLIBRARIES clean-generic clean-libtool \
1476         clean-noinstPROGRAMS clean-sbinPROGRAMS mostlyclean-am
1477
1478 distclean: distclean-am
1479         -rm -rf ./$(DEPDIR)
1480         -rm -f Makefile
1481 distclean-am: clean-am distclean-compile distclean-generic \
1482         distclean-tags
1483
1484 dvi: dvi-am
1485
1486 dvi-am:
1487
1488 html: html-am
1489
1490 html-am:
1491
1492 info: info-am
1493
1494 info-am:
1495
1496 install-data-am: install-amincludeHEADERS install-amlibLTLIBRARIES
1497
1498 install-dvi: install-dvi-am
1499
1500 install-dvi-am:
1501
1502 install-exec-am: install-sbinPROGRAMS install-sbinSCRIPTS
1503
1504 install-html: install-html-am
1505
1506 install-html-am:
1507
1508 install-info: install-info-am
1509
1510 install-info-am:
1511
1512 install-man:
1513
1514 install-pdf: install-pdf-am
1515
1516 install-pdf-am:
1517
1518 install-ps: install-ps-am
1519
1520 install-ps-am:
1521
1522 installcheck-am: installcheck-local
1523
1524 maintainer-clean: maintainer-clean-am
1525         -rm -rf ./$(DEPDIR)
1526         -rm -f Makefile
1527 maintainer-clean-am: distclean-am maintainer-clean-generic
1528
1529 mostlyclean: mostlyclean-am
1530
1531 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1532         mostlyclean-libtool
1533
1534 pdf: pdf-am
1535
1536 pdf-am:
1537
1538 ps: ps-am
1539
1540 ps-am:
1541
1542 uninstall-am: uninstall-amincludeHEADERS uninstall-amlibLTLIBRARIES \
1543         uninstall-sbinPROGRAMS uninstall-sbinSCRIPTS
1544
1545 .MAKE: all check check-am install install-am install-strip
1546
1547 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-local \
1548         clean clean-amlibLTLIBRARIES clean-generic clean-libtool \
1549         clean-noinstPROGRAMS clean-sbinPROGRAMS ctags dist-hook \
1550         distclean distclean-compile distclean-generic \
1551         distclean-libtool distclean-tags distdir dvi dvi-am html \
1552         html-am info info-am install install-am \
1553         install-amincludeHEADERS install-amlibLTLIBRARIES install-data \
1554         install-data-am install-dvi install-dvi-am install-exec \
1555         install-exec-am install-html install-html-am install-info \
1556         install-info-am install-man install-pdf install-pdf-am \
1557         install-ps install-ps-am install-sbinPROGRAMS \
1558         install-sbinSCRIPTS install-strip installcheck installcheck-am \
1559         installcheck-local installdirs maintainer-clean \
1560         maintainer-clean-generic mostlyclean mostlyclean-compile \
1561         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1562         tags uninstall uninstall-am uninstall-amincludeHEADERS \
1563         uninstall-amlibLTLIBRARIES uninstall-sbinPROGRAMS \
1564         uninstall-sbinSCRIPTS
1565
1566
1567 # Perl
1568 %: %.pl $(top_builddir)/config.status
1569         $(top_builddir)/config.status --file=$@:$<
1570         chmod a+x $@
1571 @CHECK_SCRIPTS_AT_BUILD_TRUE@   @if test -f $(top_builddir)/perl/.libs/libCmdline.so -o -f $(top_builddir)/perl/libCmdline.so; then \
1572 @CHECK_SCRIPTS_AT_BUILD_TRUE@           sed "s,^use lib ['\"]$(amperldir)['\"],# use lib '$(amperldir)' # nouselib," < $@ > $@.nouselib; \
1573 @CHECK_SCRIPTS_AT_BUILD_TRUE@           $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -w $@.nouselib || exit 1; \
1574 @CHECK_SCRIPTS_AT_BUILD_TRUE@           rm $@.nouselib; \
1575 @CHECK_SCRIPTS_AT_BUILD_TRUE@   fi
1576
1577 %.pl: %.pl.in $(top_builddir)/config.status
1578         $(top_builddir)/config.status --file=$@:$<
1579
1580 %.pm: %.pm.in $(top_builddir)/config.status
1581         $(top_builddir)/config.status --file=$@:$<
1582
1583 # Shell
1584 %: %.sh $(top_builddir)/config.status
1585         $(top_builddir)/config.status --file=$@:$<
1586         chmod a+x $@
1587
1588 %.sh: %.sh.in $(top_builddir)/config.status
1589         $(top_builddir)/config.status --file=$@:$<
1590
1591 # Awk
1592 %: %.awk $(top_builddir)/config.status
1593         $(top_builddir)/config.status --file=$@:$<
1594         chmod a+x $@
1595
1596 %.awk: %.awk.in $(top_builddir)/config.status
1597         $(top_builddir)/config.status --file=$@:$<
1598
1599 # syntax-check perl scripts on 'make check'
1600 check-perl: $(SCRIPTS_PERL)
1601         @SCRIPTS_PERL="$(SCRIPTS_PERL)"; \
1602         if test x"$(SKIP_CHECKS)" = x"" && \
1603             test -f $(top_builddir)/perl/.libs/libCmdline.so -o -f $(top_builddir)/perl/libCmdline.so; then \
1604             if test -n "$(PERL)"; then \
1605                     for perlobj in $$SCRIPTS_PERL; do \
1606                             sed "s,^use lib ['\"]$(amperldir)['\"],# use lib '$(amperldir)' # nouselib," < $$perlobj > $$perlobj.nouselib; \
1607                             $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -w $$perlobj.nouselib || exit 1; \
1608                             rm $$perlobj.nouselib; \
1609                     done; \
1610             fi \
1611         fi
1612 check-local: check-perl
1613
1614 # syntax-check perl scripts on 'make installcheck'
1615 installcheck-perl: $(SCRIPTS_PERL)
1616         @SCRIPTS_PERL="$(SCRIPTS_PERL)"; \
1617         if test x"$(SKIP_CHECKS)" = x"" && \
1618             test -n "$(PERL)"; then \
1619                 for perlobj in $$SCRIPTS_PERL; do \
1620                         $(PERL) $(CHECK_PERL_FLAGS) -c -w $$perlobj || exit 1; \
1621                 done; \
1622         fi
1623 installcheck-local: installcheck-perl
1624
1625 # syntax-check shell scripts on 'make check'
1626 check-shell: $(SCRIPTS_SHELL)
1627         @SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; \
1628         if test x"$(SKIP_CHECKS)" = x"" && \
1629             test -n "$$SCRIPTS_SHELL"; then \
1630                 if test -n "$(BASH)"; then \
1631                         for shobj in $$SCRIPTS_SHELL; do \
1632                                 if $(BASH) -n $$shobj; then \
1633                                         echo "$$shobj syntax OK"; \
1634                                 else \
1635                                         echo "$$shobj syntax error"; \
1636                                         exit 1; \
1637                                 fi; \
1638                         done; \
1639                 else \
1640                         echo "No 'bash' available -- cannot syntax-check shell scripts"; \
1641                 fi; \
1642         fi
1643 check-local: check-shell
1644
1645 # make sure that the sources for all shell and perl scripts get included
1646 # in the distribution
1647 dist-scripts:
1648         @SCRIPTS_PERL="$(SCRIPTS_PERL) $(SCRIPTS_EXTRA_DIST)"; \
1649         SCRIPTS_SHELL="$(SCRIPTS_SHELL) $(SCRIPTS_EXTRA_DIST)"; \
1650         SCRIPTS_AWK="$(SCRIPTS_AWK) $(SCRIPTS_EXTRA_DIST)"; \
1651         SCRIPTS_DIST=; \
1652         for script in $$SCRIPTS_PERL; do \
1653                 test -f $(srcdir)/$${script}.pl && \
1654                         SCRIPTS_DIST="$$SCRIPTS_DIST $${script}.pl"; \
1655         done; \
1656         for script in $$SCRIPTS_SHELL; do \
1657                 test -f $(srcdir)/$${script}.sh && \
1658                         SCRIPTS_DIST="$$SCRIPTS_DIST $${script}.sh"; \
1659         done; \
1660         for script in $$SCRIPTS_AWK; do \
1661                 test -f $(srcdir)/$${script}.awk && \
1662                         SCRIPTS_DIST="$$SCRIPTS_DIST $${script}.awk"; \
1663         done; \
1664         for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
1665                 test -f $(srcdir)/$${script}.in && \
1666                         SCRIPTS_DIST="$$SCRIPTS_DIST $${script}.in"; \
1667         done; \
1668         for script in $$SCRIPTS_DIST; do \
1669                 dir=`dirname $${script}`; \
1670                 if test -n "$$dir" && test ! -d "$(distdir)/$$dir"; then \
1671                         mkdir -p "$(distdir)/$$dir" || exit 1; \
1672                 fi; \
1673                 test -f "$(distdir)/$${script}" && continue; \
1674                 echo "distributing $${script}"; \
1675                 cp -p "$(srcdir)/$${script}" "$(distdir)/$${script}" || exit 1; \
1676         done; \
1677         true
1678 dist-hook: dist-scripts
1679
1680 # A rule to make precompiler output from C files.  This is not used during
1681 # ordinary builds, but but can very useful in debugging problems on strange
1682 # architectures.  With this rule, we can ask users to 'make foo.i' and send
1683 # the result to us.
1684 #
1685 # It touches some automake internals ($COMPILE), but since it's not
1686 # build-critical, that's OK.
1687 %.i : %.c
1688         $(COMPILE) -E -o $@ $<
1689
1690 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1691 # Otherwise a system limit (for SysV at least) may be exceeded.
1692 .NOEXPORT: