# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # vim:ft=automake # Copyright (c) 2005-2008 Zmanda Inc. All Rights Reserved. # # This library is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License version 2.1 as # published by the Free Software Foundation. # # This library is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public # License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with this library; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. # # Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com # simple include file to pre-define variables which are then +='d by other # scripts in this directory. # vim:ft=automake # Copyright (c) 2005-2008 Zmanda Inc. All Rights Reserved. # # This library is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License version 2.1 as # published by the Free Software Foundation. # # This library is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public # License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with this library; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. # # Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com # SYNOPSIS: # # Automake magic to handle the various tasks of building scripts. Scripts can # be built down to extensionless executables (e.g., foo.pl -> foo), or to # files with the usual extension (foo-lib.sh.in -> foo.sh). # # Files which support it are syntax-checked when the user invokes 'make check'. # # All *target* filenames must be listed in SCRIPTS_SHELL, SCRIPTS_PERL, and # SCRIPTS_AWK to support 'make check', 'make dist', and 'make distclean'. No # files which are not substituted by config.status should be included in # SCRIPTS_PERL, SCRIPTS_SHELL, or SCRIPTS_AWK. If non-generated files are listed # for installation, then Automake will figure out that they should be distributed; # otherwise, include them in EXTRA_DIST. # # USAGE: # # include $(top_srcdir)/config/automake/vars.am # include $(top_srcdir)/config/automake/scripts.am # ... # SCRIPTS_PERL = fooscript barscript perl-lib.pl perlmod.pm # SCRIPTS_SHELL = shell1 shell2 sh-lib.sh # SCRIPTS_AWK = talk balk chalk awk-lib.awk # sbin_SCRIPTS = not-subbed # EXTRA_DIST = util-script.pl # # with the corresponding files in the repository: # # fooscript.pl barscript.pl perl-lib.pl.in perlmod.pm.in # shell1.sh shell2.sh sh-lib.sh.in # talk.awk balk.awk chalk.awk awk-lib.awk.in # not-subbed util-script.pl # # by default, all shell and perl scripts are syntax checked. If this is # a problem (for example, perl scripts depending on Amanda extension # modules), then assign to CHECK_{PERL,SHELL} the list of files you wish # to be checked (which can be empty). # # To add extra flags to the perl checks (e.g., to add new -I flags), set # CHECK_PERL_FLAGS. # Implementation note: # # This file uses config.status to substitute @foo@ in those scripts while # converting them. It also adds the executable bits (a+x) to extensionless # files. The substitution works even though the files are not listed in # configure.in VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/config/automake/scripts.am \ $(top_srcdir)/config/automake/vars.am @WANT_SERVER_TRUE@am__append_1 = -I$(top_srcdir)/device-src \ @WANT_SERVER_TRUE@ -I$(top_srcdir)/server-src @WANT_CLIENT_TRUE@am__append_2 = -I$(top_srcdir)/client-src @WANT_RESTORE_TRUE@am__append_3 = -I$(top_srcdir)/restore-src @WANT_RECOVER_TRUE@am__append_4 = -I$(top_srcdir)/recover-src # PACKAGE: Amanda::Changer # PACKAGE: Amanda::Process @WANT_SERVER_TRUE@am__append_5 = Amanda/Device.pm Amanda/Logfile.pm \ @WANT_SERVER_TRUE@ Amanda/Cmdline.pm Amanda/Tapelist.pm \ @WANT_SERVER_TRUE@ Amanda/Changer.pm Amanda/Process.pm \ @WANT_SERVER_TRUE@ Amanda/Xfer.pm @WANT_SERVER_TRUE@am__append_6 = Amanda/Device.c Amanda/Device.pm \ @WANT_SERVER_TRUE@ Amanda/Logfile.c Amanda/Logfile.pm \ @WANT_SERVER_TRUE@ Amanda/Cmdline.c Amanda/Cmdline.pm \ @WANT_SERVER_TRUE@ Amanda/Tapelist.c Amanda/Tapelist.pm \ @WANT_SERVER_TRUE@ Amanda/Xfer.c Amanda/Xfer.pm @WANT_SERVER_TRUE@am__append_7 = $(AmandaChanger_DATA) \ @WANT_SERVER_TRUE@ $(Amanda_DB_DATA) @WANT_CLIENT_TRUE@am__append_8 = Amanda/Application.pm @WANT_CLIENT_TRUE@am__append_9 = Amanda/Application.c Amanda/Application.pm @WANT_CLIENT_TRUE@am__append_10 = $(AmandaApplication_DATA) subdir = perl ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = \ $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \ $(top_srcdir)/config/macro-archive/ac_perl_module_version.m4 \ $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \ $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \ $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \ $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \ $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \ $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \ $(top_srcdir)/config/macro-archive/xsltproc.m4 \ $(top_srcdir)/config/amanda/amplot.m4 \ $(top_srcdir)/config/amanda/bsd-security.m4 \ $(top_srcdir)/config/amanda/bsdtcp-security.m4 \ $(top_srcdir)/config/amanda/bsdudp-security.m4 \ $(top_srcdir)/config/amanda/changer.m4 \ $(top_srcdir)/config/amanda/components.m4 \ $(top_srcdir)/config/amanda/compress.m4 \ $(top_srcdir)/config/amanda/config.m4 \ $(top_srcdir)/config/amanda/debugging.m4 \ $(top_srcdir)/config/amanda/defaults.m4 \ $(top_srcdir)/config/amanda/devprefix.m4 \ $(top_srcdir)/config/amanda/dirs.m4 \ $(top_srcdir)/config/amanda/documentation.m4 \ $(top_srcdir)/config/amanda/dumpers.m4 \ $(top_srcdir)/config/amanda/flags.m4 \ $(top_srcdir)/config/amanda/flock.m4 \ $(top_srcdir)/config/amanda/funcs.m4 \ $(top_srcdir)/config/amanda/getfsent.m4 \ $(top_srcdir)/config/amanda/i18n.m4 \ $(top_srcdir)/config/amanda/ipv6.m4 \ $(top_srcdir)/config/amanda/krb4-security.m4 \ $(top_srcdir)/config/amanda/krb5-security.m4 \ $(top_srcdir)/config/amanda/lfs.m4 \ $(top_srcdir)/config/amanda/libs.m4 \ $(top_srcdir)/config/amanda/net.m4 \ $(top_srcdir)/config/amanda/progs.m4 \ $(top_srcdir)/config/amanda/ps.m4 \ $(top_srcdir)/config/amanda/readdir.m4 \ $(top_srcdir)/config/amanda/readline.m4 \ $(top_srcdir)/config/amanda/rsh-security.m4 \ $(top_srcdir)/config/amanda/s3-device.m4 \ $(top_srcdir)/config/amanda/shmem.m4 \ $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \ $(top_srcdir)/config/amanda/ssh-security.m4 \ $(top_srcdir)/config/amanda/summary.m4 \ $(top_srcdir)/config/amanda/swig.m4 \ $(top_srcdir)/config/amanda/syshacks.m4 \ $(top_srcdir)/config/amanda/tape.m4 \ $(top_srcdir)/config/amanda/types.m4 \ $(top_srcdir)/config/amanda/userid.m4 \ $(top_srcdir)/config/amanda/version.m4 \ $(top_srcdir)/config/gnulib/alloca.m4 \ $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \ $(top_srcdir)/config/gnulib/base64.m4 \ $(top_srcdir)/config/gnulib/eoverflow.m4 \ $(top_srcdir)/config/gnulib/extensions.m4 \ $(top_srcdir)/config/gnulib/float_h.m4 \ $(top_srcdir)/config/gnulib/fsusage.m4 \ $(top_srcdir)/config/gnulib/getaddrinfo.m4 \ $(top_srcdir)/config/gnulib/getopt.m4 \ $(top_srcdir)/config/gnulib/gettimeofday.m4 \ $(top_srcdir)/config/gnulib/gnulib-common.m4 \ $(top_srcdir)/config/gnulib/gnulib-comp.m4 \ $(top_srcdir)/config/gnulib/include_next.m4 \ $(top_srcdir)/config/gnulib/inet_ntop.m4 \ $(top_srcdir)/config/gnulib/intmax_t.m4 \ $(top_srcdir)/config/gnulib/lock.m4 \ $(top_srcdir)/config/gnulib/longlong.m4 \ $(top_srcdir)/config/gnulib/malloc.m4 \ $(top_srcdir)/config/gnulib/mkdtemp.m4 \ $(top_srcdir)/config/gnulib/netinet_in_h.m4 \ $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \ $(top_srcdir)/config/gnulib/physmem.m4 \ $(top_srcdir)/config/gnulib/safe-read.m4 \ $(top_srcdir)/config/gnulib/safe-write.m4 \ $(top_srcdir)/config/gnulib/snprintf.m4 \ $(top_srcdir)/config/gnulib/socklen.m4 \ $(top_srcdir)/config/gnulib/sockpfaf.m4 \ $(top_srcdir)/config/gnulib/ssize_t.m4 \ $(top_srcdir)/config/gnulib/stdbool.m4 \ $(top_srcdir)/config/gnulib/stdint.m4 \ $(top_srcdir)/config/gnulib/stdio_h.m4 \ $(top_srcdir)/config/gnulib/stdlib_h.m4 \ $(top_srcdir)/config/gnulib/strdup.m4 \ $(top_srcdir)/config/gnulib/string_h.m4 \ $(top_srcdir)/config/gnulib/sys_socket_h.m4 \ $(top_srcdir)/config/gnulib/sys_stat_h.m4 \ $(top_srcdir)/config/gnulib/sys_time_h.m4 \ $(top_srcdir)/config/gnulib/tempname.m4 \ $(top_srcdir)/config/gnulib/unistd_h.m4 \ $(top_srcdir)/config/gnulib/vasnprintf.m4 \ $(top_srcdir)/config/gnulib/visibility.m4 \ $(top_srcdir)/config/gnulib/wchar.m4 \ $(top_srcdir)/config/gettext-macros/gettext.m4 \ $(top_srcdir)/config/gettext-macros/iconv.m4 \ $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \ $(top_srcdir)/config/gettext-macros/lib-ld.m4 \ $(top_srcdir)/config/gettext-macros/lib-link.m4 \ $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \ $(top_srcdir)/config/gettext-macros/nls.m4 \ $(top_srcdir)/config/gettext-macros/po.m4 \ $(top_srcdir)/config/gettext-macros/progtest.m4 \ $(top_srcdir)/config/gettext-macros/size_max.m4 \ $(top_srcdir)/config/gettext-macros/stdint_h.m4 \ $(top_srcdir)/config/gettext-macros/wchar_t.m4 \ $(top_srcdir)/config/gettext-macros/wint_t.m4 \ $(top_srcdir)/config/gettext-macros/xsize.m4 \ $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(amlibdir)" \ "$(DESTDIR)$(libApplicationdir)" "$(DESTDIR)$(libArchivedir)" \ "$(DESTDIR)$(libCmdlinedir)" "$(DESTDIR)$(libConfigdir)" \ "$(DESTDIR)$(libDebugdir)" "$(DESTDIR)$(libDevicedir)" \ "$(DESTDIR)$(libLogfiledir)" "$(DESTDIR)$(libMainLoopdir)" \ "$(DESTDIR)$(libTapelistdir)" "$(DESTDIR)$(libTestsdir)" \ "$(DESTDIR)$(libTypesdir)" "$(DESTDIR)$(libUtildir)" \ "$(DESTDIR)$(libXferdir)" "$(DESTDIR)$(Amandadir)" \ "$(DESTDIR)$(AmandaApplicationdir)" \ "$(DESTDIR)$(AmandaChangerdir)" "$(DESTDIR)$(Amanda_DBdir)" amlibLTLIBRARIES_INSTALL = $(INSTALL) libApplicationLTLIBRARIES_INSTALL = $(INSTALL) libArchiveLTLIBRARIES_INSTALL = $(INSTALL) libCmdlineLTLIBRARIES_INSTALL = $(INSTALL) libConfigLTLIBRARIES_INSTALL = $(INSTALL) libDebugLTLIBRARIES_INSTALL = $(INSTALL) libDeviceLTLIBRARIES_INSTALL = $(INSTALL) libLogfileLTLIBRARIES_INSTALL = $(INSTALL) libMainLoopLTLIBRARIES_INSTALL = $(INSTALL) libTapelistLTLIBRARIES_INSTALL = $(INSTALL) libTestsLTLIBRARIES_INSTALL = $(INSTALL) libTypesLTLIBRARIES_INSTALL = $(INSTALL) libUtilLTLIBRARIES_INSTALL = $(INSTALL) libXferLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(amlib_LTLIBRARIES) $(libApplication_LTLIBRARIES) \ $(libArchive_LTLIBRARIES) $(libCmdline_LTLIBRARIES) \ $(libConfig_LTLIBRARIES) $(libDebug_LTLIBRARIES) \ $(libDevice_LTLIBRARIES) $(libLogfile_LTLIBRARIES) \ $(libMainLoop_LTLIBRARIES) $(libTapelist_LTLIBRARIES) \ $(libTests_LTLIBRARIES) $(libTypes_LTLIBRARIES) \ $(libUtil_LTLIBRARIES) $(libXfer_LTLIBRARIES) @WANT_CLIENT_TRUE@libApplication_la_DEPENDENCIES = libamglue.la \ @WANT_CLIENT_TRUE@ $(top_builddir)/client-src/libamclient.la am__libApplication_la_SOURCES_DIST = Amanda/Application.c \ amglue/amglue.swg amglue/constants.swg amglue/dumpspecs.swg \ amglue/exports.swg amglue/glib.swg amglue/integers.swg am__objects_1 = @WANT_CLIENT_TRUE@am_libApplication_la_OBJECTS = Application.lo \ @WANT_CLIENT_TRUE@ $(am__objects_1) libApplication_la_OBJECTS = $(am_libApplication_la_OBJECTS) libApplication_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libApplication_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_CLIENT_TRUE@am_libApplication_la_rpath = -rpath \ @WANT_CLIENT_TRUE@ $(libApplicationdir) libArchive_la_DEPENDENCIES = libamglue.la \ $(top_builddir)/amar-src/libamar.la \ $(top_builddir)/common-src/libamanda.la am_libArchive_la_OBJECTS = Archive.lo $(am__objects_1) libArchive_la_OBJECTS = $(am_libArchive_la_OBJECTS) libArchive_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libArchive_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@libCmdline_la_DEPENDENCIES = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/server-src/libamserver.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la am__libCmdline_la_SOURCES_DIST = Amanda/Cmdline.c amglue/amglue.swg \ amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \ amglue/glib.swg amglue/integers.swg @WANT_SERVER_TRUE@am_libCmdline_la_OBJECTS = Cmdline.lo \ @WANT_SERVER_TRUE@ $(am__objects_1) libCmdline_la_OBJECTS = $(am_libCmdline_la_OBJECTS) libCmdline_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libCmdline_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@am_libCmdline_la_rpath = -rpath $(libCmdlinedir) libConfig_la_DEPENDENCIES = libamglue.la \ $(top_builddir)/common-src/libamanda.la am_libConfig_la_OBJECTS = Config.lo $(am__objects_1) libConfig_la_OBJECTS = $(am_libConfig_la_OBJECTS) libConfig_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libConfig_la_LDFLAGS) $(LDFLAGS) -o $@ libDebug_la_DEPENDENCIES = libamglue.la \ $(top_builddir)/common-src/libamanda.la am_libDebug_la_OBJECTS = Debug.lo $(am__objects_1) libDebug_la_OBJECTS = $(am_libDebug_la_OBJECTS) libDebug_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libDebug_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@libDevice_la_DEPENDENCIES = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/device-src/libamdevice.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la am__libDevice_la_SOURCES_DIST = Amanda/Device.c amglue/amglue.swg \ amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \ amglue/glib.swg amglue/integers.swg @WANT_SERVER_TRUE@am_libDevice_la_OBJECTS = Device.lo $(am__objects_1) libDevice_la_OBJECTS = $(am_libDevice_la_OBJECTS) libDevice_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libDevice_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@am_libDevice_la_rpath = -rpath $(libDevicedir) @WANT_SERVER_TRUE@libLogfile_la_DEPENDENCIES = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/server-src/libamserver.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la am__libLogfile_la_SOURCES_DIST = Amanda/Logfile.c amglue/amglue.swg \ amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \ amglue/glib.swg amglue/integers.swg @WANT_SERVER_TRUE@am_libLogfile_la_OBJECTS = Logfile.lo \ @WANT_SERVER_TRUE@ $(am__objects_1) libLogfile_la_OBJECTS = $(am_libLogfile_la_OBJECTS) libLogfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libLogfile_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@am_libLogfile_la_rpath = -rpath $(libLogfiledir) libMainLoop_la_DEPENDENCIES = libamglue.la \ $(top_builddir)/common-src/libamanda.la am_libMainLoop_la_OBJECTS = MainLoop.lo $(am__objects_1) libMainLoop_la_OBJECTS = $(am_libMainLoop_la_OBJECTS) libMainLoop_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libMainLoop_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@libTapelist_la_DEPENDENCIES = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/server-src/libamserver.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la am__libTapelist_la_SOURCES_DIST = Amanda/Tapelist.c amglue/amglue.swg \ amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \ amglue/glib.swg amglue/integers.swg @WANT_SERVER_TRUE@am_libTapelist_la_OBJECTS = Tapelist.lo \ @WANT_SERVER_TRUE@ $(am__objects_1) libTapelist_la_OBJECTS = $(am_libTapelist_la_OBJECTS) libTapelist_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libTapelist_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@am_libTapelist_la_rpath = -rpath $(libTapelistdir) libTests_la_DEPENDENCIES = libamglue.la \ $(top_builddir)/common-src/libamanda.la am_libTests_la_OBJECTS = Tests.lo $(am__objects_1) libTests_la_OBJECTS = $(am_libTests_la_OBJECTS) libTests_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libTests_la_LDFLAGS) $(LDFLAGS) -o $@ libTypes_la_DEPENDENCIES = libamglue.la \ $(top_builddir)/common-src/libamanda.la am_libTypes_la_OBJECTS = Types.lo $(am__objects_1) libTypes_la_OBJECTS = $(am_libTypes_la_OBJECTS) libTypes_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libTypes_la_LDFLAGS) $(LDFLAGS) -o $@ libUtil_la_DEPENDENCIES = libamglue.la \ $(top_builddir)/common-src/libamanda.la am_libUtil_la_OBJECTS = Util.lo $(am__objects_1) libUtil_la_OBJECTS = $(am_libUtil_la_OBJECTS) libUtil_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libUtil_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@libXfer_la_DEPENDENCIES = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/xfer-src/libamxfer.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la am__libXfer_la_SOURCES_DIST = Amanda/Xfer.c amglue/amglue.swg \ amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \ amglue/glib.swg amglue/integers.swg @WANT_SERVER_TRUE@am_libXfer_la_OBJECTS = Xfer.lo $(am__objects_1) libXfer_la_OBJECTS = $(am_libXfer_la_OBJECTS) libXfer_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libXfer_la_LDFLAGS) $(LDFLAGS) -o $@ @WANT_SERVER_TRUE@am_libXfer_la_rpath = -rpath $(libXferdir) libamglue_la_LIBADD = am_libamglue_la_OBJECTS = ghashtable.lo bigint.lo source.lo libamglue_la_OBJECTS = $(am_libamglue_la_OBJECTS) libamglue_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libamglue_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config depcomp = $(SHELL) $(top_srcdir)/config/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libApplication_la_SOURCES) $(libArchive_la_SOURCES) \ $(libCmdline_la_SOURCES) $(libConfig_la_SOURCES) \ $(libDebug_la_SOURCES) $(libDevice_la_SOURCES) \ $(libLogfile_la_SOURCES) $(libMainLoop_la_SOURCES) \ $(libTapelist_la_SOURCES) $(libTests_la_SOURCES) \ $(libTypes_la_SOURCES) $(libUtil_la_SOURCES) \ $(libXfer_la_SOURCES) $(libamglue_la_SOURCES) DIST_SOURCES = $(am__libApplication_la_SOURCES_DIST) \ $(libArchive_la_SOURCES) $(am__libCmdline_la_SOURCES_DIST) \ $(libConfig_la_SOURCES) $(libDebug_la_SOURCES) \ $(am__libDevice_la_SOURCES_DIST) \ $(am__libLogfile_la_SOURCES_DIST) $(libMainLoop_la_SOURCES) \ $(am__libTapelist_la_SOURCES_DIST) $(libTests_la_SOURCES) \ $(libTypes_la_SOURCES) $(libUtil_la_SOURCES) \ $(am__libXfer_la_SOURCES_DIST) $(libamglue_la_SOURCES) AmandaDATA_INSTALL = $(INSTALL_DATA) AmandaApplicationDATA_INSTALL = $(INSTALL_DATA) AmandaChangerDATA_INSTALL = $(INSTALL_DATA) Amanda_DBDATA_INSTALL = $(INSTALL_DATA) DATA = $(Amanda_DATA) $(AmandaApplication_DATA) $(AmandaChanger_DATA) \ $(Amanda_DB_DATA) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AIX_BACKUP = @AIX_BACKUP@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMANDA_DBGDIR = @AMANDA_DBGDIR@ AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@ AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@ AMANDA_TMPDIR = @AMANDA_TMPDIR@ AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@ AMLINT = @AMLINT@ AMLINTFLAGS = @AMLINTFLAGS@ AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@ AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@ AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@ AMPLOT_COMPRESS = @AMPLOT_COMPRESS@ AMTAR = @AMTAR@ APPLICATION_DIR = @APPLICATION_DIR@ AR = @AR@ ARPA_INET_H = @ARPA_INET_H@ ASSERTIONS = @ASSERTIONS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BASH = @BASH@ BINARY_OWNER = @BINARY_OWNER@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ BSDTCP_SECURITY = @BSDTCP_SECURITY@ BSDUDP_SECURITY = @BSDUDP_SECURITY@ BSD_SECURITY = @BSD_SECURITY@ CAT = @CAT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CHECK_USERID = @CHECK_USERID@ CHIO = @CHIO@ CHS = @CHS@ CLIENT_HOST_INSTANCE = @CLIENT_HOST_INSTANCE@ CLIENT_HOST_KEY_FILE = @CLIENT_HOST_KEY_FILE@ CLIENT_HOST_PRINCIPAL = @CLIENT_HOST_PRINCIPAL@ CLIENT_LOGIN = @CLIENT_LOGIN@ CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@ COMPRESS = @COMPRESS@ COMPRESS_BEST_OPT = @COMPRESS_BEST_OPT@ COMPRESS_FAST_OPT = @COMPRESS_FAST_OPT@ COMPRESS_PATH = @COMPRESS_PATH@ COMPRESS_SUFFIX = @COMPRESS_SUFFIX@ CONFIG_CLOBBER_MY_CONFIG = @CONFIG_CLOBBER_MY_CONFIG@ CONFIG_DIR = @CONFIG_DIR@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CURL_CONFIG = @CURL_CONFIG@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DD = @DD@ DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@ DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@ DEFAULT_CONFIG = @DEFAULT_CONFIG@ DEFAULT_MAILER = @DEFAULT_MAILER@ DEFAULT_SERVER = @DEFAULT_SERVER@ DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@ DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DOC_BUILD_DATE = @DOC_BUILD_DATE@ DUMP = @DUMP@ DUMP_RETURNS_1 = @DUMP_RETURNS_1@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EOVERFLOW = @EOVERFLOW@ EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ FLOAT_H = @FLOAT_H@ GETCONF = @GETCONF@ GETOPT_H = @GETOPT_H@ GETTEXT = @GETTEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNUPLOT = @GNUPLOT@ GNUTAR = @GNUTAR@ GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GZIP = @GZIP@ HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GZIP = @HAVE_GZIP@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_IO_H = @HAVE_IO_H@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OS_H = @HAVE_OS_H@ HAVE_READLINK = @HAVE_READLINK@ HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRNDUP = @HAVE_STRNDUP@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNSETENV = @HAVE_UNSETENV@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE__BOOL = @HAVE__BOOL@ INCLUDE_NEXT = @INCLUDE_NEXT@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB4_SECURITY = @KRB4_SECURITY@ KRB5_SECURITY = @KRB5_SECURITY@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBCURL = @LIBCURL@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBS = @LIBS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LN_S = @LN_S@ LOCKING = @LOCKING@ LOW_TCPPORTRANGE = @LOW_TCPPORTRANGE@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBTHREAD = @LTLIBTHREAD@ MAILER = @MAILER@ MAKEINFO = @MAKEINFO@ MCUTIL = @MCUTIL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ MT = @MT@ MTX = @MTX@ MT_FILE_FLAG = @MT_FILE_FLAG@ NETINET_IN_H = @NETINET_IN_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PCAT = @PCAT@ PERL = @PERL@ PERLEXTLIBS = @PERLEXTLIBS@ PERL_INC = @PERL_INC@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ PRINT = @PRINT@ PS = @PS@ PS_ARGUMENT = @PS_ARGUMENT@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ READLINE_LIBS = @READLINE_LIBS@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_FCHDIR = @REPLACE_FCHDIR@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ RESTORE = @RESTORE@ RSH_SECURITY = @RSH_SECURITY@ SAMBA_CLIENT = @SAMBA_CLIENT@ SERVER_HOST_INSTANCE = @SERVER_HOST_INSTANCE@ SERVER_HOST_KEY_FILE = @SERVER_HOST_KEY_FILE@ SERVER_HOST_PRINCIPAL = @SERVER_HOST_PRINCIPAL@ SERVICE_SUFFIX = @SERVICE_SUFFIX@ SETUID_GROUP = @SETUID_GROUP@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ SNAPSHOT_STAMP = @SNAPSHOT_STAMP@ SORT = @SORT@ SSH = @SSH@ SSH_SECURITY = @SSH_SECURITY@ STDBOOL_H = @STDBOOL_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SVN = @SVN@ SWIG = @SWIG@ SWIG_LIB = @SWIG_LIB@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_STAT_H = @SYS_STAT_H@ SYS_TIME_H = @SYS_TIME_H@ TCPPORTRANGE = @TCPPORTRANGE@ TICKET_LIFETIME = @TICKET_LIFETIME@ UDPPORTRANGE = @UDPPORTRANGE@ UNCOMPRESS_OPT = @UNCOMPRESS_OPT@ UNCOMPRESS_PATH = @UNCOMPRESS_PATH@ USE_AMANDAHOSTS = @USE_AMANDAHOSTS@ USE_NLS = @USE_NLS@ USE_RUNDUMP = @USE_RUNDUMP@ USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@ VDUMP = @VDUMP@ VERSION = @VERSION@ VERSION_COMMENT = @VERSION_COMMENT@ VERSION_MAJOR = @VERSION_MAJOR@ VERSION_MINOR = @VERSION_MINOR@ VERSION_PATCH = @VERSION_PATCH@ VERSION_SUFFIX = @VERSION_SUFFIX@ VOID_UNSETENV = @VOID_UNSETENV@ VRESTORE = @VRESTORE@ VXDUMP = @VXDUMP@ VXRESTORE = @VXRESTORE@ WCHAR_H = @WCHAR_H@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XFSDUMP = @XFSDUMP@ XFSRESTORE = @XFSRESTORE@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XSLREL = @XSLREL@ XSLTPROC = @XSLTPROC@ XSLTPROC_FLAGS = @XSLTPROC_FLAGS@ YACC = @YACC@ YFLAGS = @YFLAGS@ _libcurl_config = @_libcurl_config@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ amdatadir = @amdatadir@ amincludedir = @amincludedir@ amlibdir = @amlibdir@ amlibexecdir = @amlibexecdir@ amperldir = @amperldir@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target = @target@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUFFIXES = EXTRA_DIST = $(libamglue_la_SOURCES) $(AMGLUE_SWG) Amanda/Archive.swg \ Amanda/Archive.pm Amanda/Device.swg Amanda/Device.pm \ Amanda/Logfile.swg Amanda/Logfile.pm Amanda/Cmdline.swg \ Amanda/Cmdline.pm Amanda/Tapelist.swg Amanda/Tapelist.pm \ Amanda/Changer.pm $(AmandaChanger_DATA) Amanda/Process.pm \ Amanda/DB/Catalog.pm Amanda/Xfer.swg Amanda/Xfer.pm \ Amanda/BigIntCompat.pm Amanda/Debug.swg Amanda/Debug.pm \ Amanda/Config.swg Amanda/Config.pm Amanda/Util.swg \ Amanda/Util.pm Amanda/Types.swg Amanda/Types.pm \ Amanda/Tests.swg Amanda/Tests.pm Amanda/MainLoop.swg \ Amanda/MainLoop.pm Amanda/Paths.pm.in Amanda/Constants.pm.in \ Amanda/Script_App.pm Amanda/Application.swg \ Amanda/Application.pm Amanda/Script.pm \ Amanda/Application/Zfs.pm BUILT_SOURCES = MOSTLYCLEANFILES = # config.status leaves config.log files around CLEANFILES = config.log # and we'll need to clean up our generated files for distclean DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK) \ $(SCRIPTS_INCLUDE) Amanda/Paths.pm Amanda/Constants.pm MAINTAINERCLEANFILES = Amanda/Archive.c Amanda/Archive.pm \ $(am__append_6) Amanda/Debug.c Amanda/Debug.pm Amanda/Config.c \ Amanda/Config.pm Amanda/Util.c Amanda/Util.pm Amanda/Types.c \ Amanda/Types.pm Amanda/Tests.c Amanda/Tests.pm \ Amanda/MainLoop.c Amanda/MainLoop.pm $(am__append_9) # syntax-check shell scripts on 'make check' CHECK_SHELL = $(SCRIPTS_SHELL) # add the SWIG symbol to avoid conflicts with perl definitions. # $AMANDA_WARNING_CFLAGS is omitted because SWIG-generated files tend # to trigger warnings AM_CFLAGS = -DSWIG # Appropriate INCLUDES depends on which components (server or client) are # being built INCLUDES = -I$(top_builddir)/common-src -I$(top_srcdir)/common-src \ -I$(top_srcdir)/amandad-src -I$(top_srcdir)/amar-src \ -I$(top_srcdir)/xfer-src -I$(top_srcdir)/perl/amglue \ -I$(top_srcdir)/gnulib $(PERL_INC) $(am__append_1) \ $(am__append_2) $(am__append_3) $(am__append_4) # (amplot has a conditional, but doesn't have any header files) amlib_LTLIBRARIES = libamglue.la libamglue_la_SOURCES = \ amglue/ghashtable.c \ amglue/bigint.c \ amglue/source.c \ amglue/amglue.h libamglue_la_LDFLAGS = $(PERL_EXT_LDFLAGS) # This isn't a very robust implementation, as it's only meant to make the HTML # available online as part of the automated compilation process. It assumes # that all perl modules were built (not just server or client), and that the # build directory does not contain any "junk". # HTML_SOURCE_FILES should contain the .pm files from which the HTML should # be geneated. This is just the concatenation of foo_DATA for all $(foodir) # into which perl modules are installed. HTML_SOURCE_FILES = $(Amanda_DATA) $(am__append_7) $(am__append_10) # Tell libtool to not bother versioning the libs we build, since perl won't # pay attention to such things, anyway. # And add any flags the user has requested; on FreeBSD, this pulls in the # threading library PERL_EXT_LDFLAGS = -avoid-version $(PERLEXTLIBS) # list our SWIG libraries. AMGLUE_SWG = amglue/amglue.swg \ amglue/amglue.swg \ amglue/constants.swg \ amglue/dumpspecs.swg \ amglue/exports.swg \ amglue/glib.swg \ amglue/integers.swg # SWIG OPTIONS: # -perl5 -proxy: generate perl code, with proxy (shadow) classes # -DSWIG_TYPE_TABLE: the name for the global type table; customized # to minimize type collisions with other SWIG-generated modules # -I$(srcdir) use include files relative to this directory SWIG_OPTIONS = -perl5 -proxy -DSWIG_TYPE_TABLE=SWIG_TYPES_Amanda -I$(srcdir) Amandadir = $(amperldir)/Amanda # PACKAGE: Amanda::BigIntCompat # PACKAGE: Amanda::Paths # PACKAGE: Amanda::Constants # PACKAGE: Amanda::Script_App # PACKAGE: Amanda::Script Amanda_DATA = Amanda/Archive.pm $(am__append_5) Amanda/BigIntCompat.pm \ Amanda/Debug.pm Amanda/Config.pm Amanda/Util.pm \ Amanda/Types.pm Amanda/Tests.pm Amanda/MainLoop.pm \ Amanda/Paths.pm Amanda/Constants.pm Amanda/Script_App.pm \ $(am__append_8) Amanda/Script.pm # PACKAGE: Amanda::Archive libArchivedir = $(amperldir)/auto/Amanda/Archive libArchive_LTLIBRARIES = libArchive.la libArchive_la_SOURCES = Amanda/Archive.c $(AMGLUE_SWG) libArchive_la_LDFLAGS = $(PERL_EXT_LDFLAGS) libArchive_la_LIBADD = libamglue.la \ $(top_builddir)/amar-src/libamar.la \ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Device @WANT_SERVER_TRUE@libDevicedir = $(amperldir)/auto/Amanda/Device @WANT_SERVER_TRUE@libDevice_LTLIBRARIES = libDevice.la @WANT_SERVER_TRUE@libDevice_la_SOURCES = Amanda/Device.c $(AMGLUE_SWG) @WANT_SERVER_TRUE@libDevice_la_LDFLAGS = $(PERL_EXT_LDFLAGS) @WANT_SERVER_TRUE@libDevice_la_LIBADD = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/device-src/libamdevice.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Logfile @WANT_SERVER_TRUE@libLogfiledir = $(amperldir)/auto/Amanda/Logfile @WANT_SERVER_TRUE@libLogfile_LTLIBRARIES = libLogfile.la @WANT_SERVER_TRUE@libLogfile_la_SOURCES = Amanda/Logfile.c $(AMGLUE_SWG) @WANT_SERVER_TRUE@libLogfile_la_LDFLAGS = $(PERL_EXT_LDFLAGS) @WANT_SERVER_TRUE@libLogfile_la_LIBADD = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/server-src/libamserver.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Cmdline @WANT_SERVER_TRUE@libCmdlinedir = $(amperldir)/auto/Amanda/Cmdline @WANT_SERVER_TRUE@libCmdline_LTLIBRARIES = libCmdline.la @WANT_SERVER_TRUE@libCmdline_la_SOURCES = Amanda/Cmdline.c $(AMGLUE_SWG) @WANT_SERVER_TRUE@libCmdline_la_LDFLAGS = $(PERL_EXT_LDFLAGS) @WANT_SERVER_TRUE@libCmdline_la_LIBADD = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/server-src/libamserver.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Tapelist @WANT_SERVER_TRUE@libTapelistdir = $(amperldir)/auto/Amanda/Tapelist @WANT_SERVER_TRUE@libTapelist_LTLIBRARIES = libTapelist.la @WANT_SERVER_TRUE@libTapelist_la_SOURCES = Amanda/Tapelist.c $(AMGLUE_SWG) @WANT_SERVER_TRUE@libTapelist_la_LDFLAGS = $(PERL_EXT_LDFLAGS) @WANT_SERVER_TRUE@libTapelist_la_LIBADD = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/server-src/libamserver.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Changer::* @WANT_SERVER_TRUE@AmandaChangerdir = $(amperldir)/Amanda/Changer @WANT_SERVER_TRUE@AmandaChanger_DATA = \ @WANT_SERVER_TRUE@ Amanda/Changer/disk.pm \ @WANT_SERVER_TRUE@ Amanda/Changer/compat.pm \ @WANT_SERVER_TRUE@ Amanda/Changer/single.pm # PACKAGE: Amanda::DB::* @WANT_SERVER_TRUE@Amanda_DBdir = $(Amandadir)/DB # PACKAGE: Amanda::DB::Catalog @WANT_SERVER_TRUE@Amanda_DB_DATA = Amanda/DB/Catalog.pm # PACKAGE: Amanda::Xfer @WANT_SERVER_TRUE@libXferdir = $(amperldir)/auto/Amanda/Xfer @WANT_SERVER_TRUE@libXfer_LTLIBRARIES = libXfer.la @WANT_SERVER_TRUE@libXfer_la_SOURCES = Amanda/Xfer.c $(AMGLUE_SWG) @WANT_SERVER_TRUE@libXfer_la_LDFLAGS = $(PERL_EXT_LDFLAGS) @WANT_SERVER_TRUE@libXfer_la_LIBADD = libamglue.la \ @WANT_SERVER_TRUE@ $(top_builddir)/xfer-src/libamxfer.la \ @WANT_SERVER_TRUE@ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Debug libDebugdir = $(amperldir)/auto/Amanda/Debug libDebug_LTLIBRARIES = libDebug.la libDebug_la_SOURCES = Amanda/Debug.c $(AMGLUE_SWG) libDebug_la_LDFLAGS = $(PERL_EXT_LDFLAGS) libDebug_la_LIBADD = libamglue.la \ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Config libConfigdir = $(amperldir)/auto/Amanda/Config libConfig_LTLIBRARIES = libConfig.la libConfig_la_SOURCES = Amanda/Config.c $(AMGLUE_SWG) libConfig_la_LDFLAGS = $(PERL_EXT_LDFLAGS) libConfig_la_LIBADD = libamglue.la \ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Util libUtildir = $(amperldir)/auto/Amanda/Util libUtil_LTLIBRARIES = libUtil.la libUtil_la_SOURCES = Amanda/Util.c $(AMGLUE_SWG) libUtil_la_LDFLAGS = $(PERL_EXT_LDFLAGS) libUtil_la_LIBADD = libamglue.la \ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Types libTypesdir = $(amperldir)/auto/Amanda/Types libTypes_LTLIBRARIES = libTypes.la libTypes_la_SOURCES = Amanda/Types.c $(AMGLUE_SWG) libTypes_la_LDFLAGS = $(PERL_EXT_LDFLAGS) libTypes_la_LIBADD = libamglue.la \ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Tests libTestsdir = $(amperldir)/auto/Amanda/Tests libTests_LTLIBRARIES = libTests.la libTests_la_SOURCES = Amanda/Tests.c $(AMGLUE_SWG) libTests_la_LDFLAGS = $(PERL_EXT_LDFLAGS) libTests_la_LIBADD = libamglue.la \ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::MainLoop libMainLoopdir = $(amperldir)/auto/Amanda/MainLoop libMainLoop_LTLIBRARIES = libMainLoop.la libMainLoop_la_SOURCES = Amanda/MainLoop.c $(AMGLUE_SWG) libMainLoop_la_LDFLAGS = $(PERL_EXT_LDFLAGS) libMainLoop_la_LIBADD = libamglue.la \ $(top_builddir)/common-src/libamanda.la # PACKAGE: Amanda::Application @WANT_CLIENT_TRUE@libApplicationdir = $(amperldir)/auto/Amanda/Application @WANT_CLIENT_TRUE@libApplication_LTLIBRARIES = libApplication.la @WANT_CLIENT_TRUE@libApplication_la_SOURCES = Amanda/Application.c $(AMGLUE_SWG) @WANT_CLIENT_TRUE@libApplication_la_LDFLAGS = $(PERL_EXT_LDFLAGS) @WANT_CLIENT_TRUE@libApplication_la_LIBADD = libamglue.la \ @WANT_CLIENT_TRUE@ $(top_builddir)/client-src/libamclient.la # PACKAGE: Amanda::Application::* @WANT_CLIENT_TRUE@AmandaApplicationdir = $(amperldir)/Amanda/Application @WANT_CLIENT_TRUE@AmandaApplication_DATA = Amanda/Application/Zfs.pm # perl doesn't use the cyg prefix and it doesn't search in the bin # directory, dll must be copied to their modules directories. @WANT_CYGWIN_COPY_PERL_DLL_TRUE@amperldirauto = "$(DESTDIR)$(amperldir)/auto/Amanda" all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu perl/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu perl/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)" @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \ else :; fi; \ done uninstall-amlibLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(amlibdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(amlibdir)/$$p"; \ done clean-amlibLTLIBRARIES: -test -z "$(amlib_LTLIBRARIES)" || rm -f $(amlib_LTLIBRARIES) @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libApplicationLTLIBRARIES: $(libApplication_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libApplicationdir)" || $(MKDIR_P) "$(DESTDIR)$(libApplicationdir)" @list='$(libApplication_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libApplicationLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libApplicationdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libApplicationLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libApplicationdir)/$$f"; \ else :; fi; \ done uninstall-libApplicationLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libApplication_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libApplicationdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libApplicationdir)/$$p"; \ done clean-libApplicationLTLIBRARIES: -test -z "$(libApplication_LTLIBRARIES)" || rm -f $(libApplication_LTLIBRARIES) @list='$(libApplication_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libArchiveLTLIBRARIES: $(libArchive_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libArchivedir)" || $(MKDIR_P) "$(DESTDIR)$(libArchivedir)" @list='$(libArchive_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libArchiveLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libArchivedir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libArchiveLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libArchivedir)/$$f"; \ else :; fi; \ done uninstall-libArchiveLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libArchive_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libArchivedir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libArchivedir)/$$p"; \ done clean-libArchiveLTLIBRARIES: -test -z "$(libArchive_LTLIBRARIES)" || rm -f $(libArchive_LTLIBRARIES) @list='$(libArchive_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libCmdlineLTLIBRARIES: $(libCmdline_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libCmdlinedir)" || $(MKDIR_P) "$(DESTDIR)$(libCmdlinedir)" @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libCmdlineLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libCmdlinedir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libCmdlineLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libCmdlinedir)/$$f"; \ else :; fi; \ done uninstall-libCmdlineLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libCmdlinedir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libCmdlinedir)/$$p"; \ done clean-libCmdlineLTLIBRARIES: -test -z "$(libCmdline_LTLIBRARIES)" || rm -f $(libCmdline_LTLIBRARIES) @list='$(libCmdline_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libConfigLTLIBRARIES: $(libConfig_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libConfigdir)" || $(MKDIR_P) "$(DESTDIR)$(libConfigdir)" @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libConfigLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libConfigdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libConfigLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libConfigdir)/$$f"; \ else :; fi; \ done uninstall-libConfigLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libConfigdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libConfigdir)/$$p"; \ done clean-libConfigLTLIBRARIES: -test -z "$(libConfig_LTLIBRARIES)" || rm -f $(libConfig_LTLIBRARIES) @list='$(libConfig_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libDebugLTLIBRARIES: $(libDebug_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libDebugdir)" || $(MKDIR_P) "$(DESTDIR)$(libDebugdir)" @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libDebugLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libDebugdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libDebugLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libDebugdir)/$$f"; \ else :; fi; \ done uninstall-libDebugLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libDebugdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libDebugdir)/$$p"; \ done clean-libDebugLTLIBRARIES: -test -z "$(libDebug_LTLIBRARIES)" || rm -f $(libDebug_LTLIBRARIES) @list='$(libDebug_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libDeviceLTLIBRARIES: $(libDevice_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libDevicedir)" || $(MKDIR_P) "$(DESTDIR)$(libDevicedir)" @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libDeviceLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libDevicedir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libDeviceLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libDevicedir)/$$f"; \ else :; fi; \ done uninstall-libDeviceLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libDevicedir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libDevicedir)/$$p"; \ done clean-libDeviceLTLIBRARIES: -test -z "$(libDevice_LTLIBRARIES)" || rm -f $(libDevice_LTLIBRARIES) @list='$(libDevice_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libLogfileLTLIBRARIES: $(libLogfile_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libLogfiledir)" || $(MKDIR_P) "$(DESTDIR)$(libLogfiledir)" @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLogfileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libLogfiledir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLogfileLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libLogfiledir)/$$f"; \ else :; fi; \ done uninstall-libLogfileLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libLogfiledir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libLogfiledir)/$$p"; \ done clean-libLogfileLTLIBRARIES: -test -z "$(libLogfile_LTLIBRARIES)" || rm -f $(libLogfile_LTLIBRARIES) @list='$(libLogfile_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libMainLoopLTLIBRARIES: $(libMainLoop_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libMainLoopdir)" || $(MKDIR_P) "$(DESTDIR)$(libMainLoopdir)" @list='$(libMainLoop_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libMainLoopLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libMainLoopdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libMainLoopLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libMainLoopdir)/$$f"; \ else :; fi; \ done uninstall-libMainLoopLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libMainLoop_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libMainLoopdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libMainLoopdir)/$$p"; \ done clean-libMainLoopLTLIBRARIES: -test -z "$(libMainLoop_LTLIBRARIES)" || rm -f $(libMainLoop_LTLIBRARIES) @list='$(libMainLoop_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libTapelistLTLIBRARIES: $(libTapelist_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libTapelistdir)" || $(MKDIR_P) "$(DESTDIR)$(libTapelistdir)" @list='$(libTapelist_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libTapelistLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libTapelistdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libTapelistLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libTapelistdir)/$$f"; \ else :; fi; \ done uninstall-libTapelistLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libTapelist_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libTapelistdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libTapelistdir)/$$p"; \ done clean-libTapelistLTLIBRARIES: -test -z "$(libTapelist_LTLIBRARIES)" || rm -f $(libTapelist_LTLIBRARIES) @list='$(libTapelist_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libTestsLTLIBRARIES: $(libTests_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libTestsdir)" || $(MKDIR_P) "$(DESTDIR)$(libTestsdir)" @list='$(libTests_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libTestsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libTestsdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libTestsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libTestsdir)/$$f"; \ else :; fi; \ done uninstall-libTestsLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libTests_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libTestsdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libTestsdir)/$$p"; \ done clean-libTestsLTLIBRARIES: -test -z "$(libTests_LTLIBRARIES)" || rm -f $(libTests_LTLIBRARIES) @list='$(libTests_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libTypesLTLIBRARIES: $(libTypes_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libTypesdir)" || $(MKDIR_P) "$(DESTDIR)$(libTypesdir)" @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libTypesLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libTypesdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libTypesLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libTypesdir)/$$f"; \ else :; fi; \ done uninstall-libTypesLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libTypesdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libTypesdir)/$$p"; \ done clean-libTypesLTLIBRARIES: -test -z "$(libTypes_LTLIBRARIES)" || rm -f $(libTypes_LTLIBRARIES) @list='$(libTypes_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libUtilLTLIBRARIES: $(libUtil_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libUtildir)" || $(MKDIR_P) "$(DESTDIR)$(libUtildir)" @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libUtilLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libUtildir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libUtilLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libUtildir)/$$f"; \ else :; fi; \ done uninstall-libUtilLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libUtildir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libUtildir)/$$p"; \ done clean-libUtilLTLIBRARIES: -test -z "$(libUtil_LTLIBRARIES)" || rm -f $(libUtil_LTLIBRARIES) @list='$(libUtil_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-libXferLTLIBRARIES: $(libXfer_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libXferdir)" || $(MKDIR_P) "$(DESTDIR)$(libXferdir)" @list='$(libXfer_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libXferLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libXferdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libXferLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libXferdir)/$$f"; \ else :; fi; \ done uninstall-libXferLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libXfer_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libXferdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libXferdir)/$$p"; \ done clean-libXferLTLIBRARIES: -test -z "$(libXfer_LTLIBRARIES)" || rm -f $(libXfer_LTLIBRARIES) @list='$(libXfer_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libApplication.la: $(libApplication_la_OBJECTS) $(libApplication_la_DEPENDENCIES) $(libApplication_la_LINK) $(am_libApplication_la_rpath) $(libApplication_la_OBJECTS) $(libApplication_la_LIBADD) $(LIBS) libArchive.la: $(libArchive_la_OBJECTS) $(libArchive_la_DEPENDENCIES) $(libArchive_la_LINK) -rpath $(libArchivedir) $(libArchive_la_OBJECTS) $(libArchive_la_LIBADD) $(LIBS) libCmdline.la: $(libCmdline_la_OBJECTS) $(libCmdline_la_DEPENDENCIES) $(libCmdline_la_LINK) $(am_libCmdline_la_rpath) $(libCmdline_la_OBJECTS) $(libCmdline_la_LIBADD) $(LIBS) libConfig.la: $(libConfig_la_OBJECTS) $(libConfig_la_DEPENDENCIES) $(libConfig_la_LINK) -rpath $(libConfigdir) $(libConfig_la_OBJECTS) $(libConfig_la_LIBADD) $(LIBS) libDebug.la: $(libDebug_la_OBJECTS) $(libDebug_la_DEPENDENCIES) $(libDebug_la_LINK) -rpath $(libDebugdir) $(libDebug_la_OBJECTS) $(libDebug_la_LIBADD) $(LIBS) libDevice.la: $(libDevice_la_OBJECTS) $(libDevice_la_DEPENDENCIES) $(libDevice_la_LINK) $(am_libDevice_la_rpath) $(libDevice_la_OBJECTS) $(libDevice_la_LIBADD) $(LIBS) libLogfile.la: $(libLogfile_la_OBJECTS) $(libLogfile_la_DEPENDENCIES) $(libLogfile_la_LINK) $(am_libLogfile_la_rpath) $(libLogfile_la_OBJECTS) $(libLogfile_la_LIBADD) $(LIBS) libMainLoop.la: $(libMainLoop_la_OBJECTS) $(libMainLoop_la_DEPENDENCIES) $(libMainLoop_la_LINK) -rpath $(libMainLoopdir) $(libMainLoop_la_OBJECTS) $(libMainLoop_la_LIBADD) $(LIBS) libTapelist.la: $(libTapelist_la_OBJECTS) $(libTapelist_la_DEPENDENCIES) $(libTapelist_la_LINK) $(am_libTapelist_la_rpath) $(libTapelist_la_OBJECTS) $(libTapelist_la_LIBADD) $(LIBS) libTests.la: $(libTests_la_OBJECTS) $(libTests_la_DEPENDENCIES) $(libTests_la_LINK) -rpath $(libTestsdir) $(libTests_la_OBJECTS) $(libTests_la_LIBADD) $(LIBS) libTypes.la: $(libTypes_la_OBJECTS) $(libTypes_la_DEPENDENCIES) $(libTypes_la_LINK) -rpath $(libTypesdir) $(libTypes_la_OBJECTS) $(libTypes_la_LIBADD) $(LIBS) libUtil.la: $(libUtil_la_OBJECTS) $(libUtil_la_DEPENDENCIES) $(libUtil_la_LINK) -rpath $(libUtildir) $(libUtil_la_OBJECTS) $(libUtil_la_LIBADD) $(LIBS) libXfer.la: $(libXfer_la_OBJECTS) $(libXfer_la_DEPENDENCIES) $(libXfer_la_LINK) $(am_libXfer_la_rpath) $(libXfer_la_OBJECTS) $(libXfer_la_LIBADD) $(LIBS) libamglue.la: $(libamglue_la_OBJECTS) $(libamglue_la_DEPENDENCIES) $(libamglue_la_LINK) -rpath $(amlibdir) $(libamglue_la_OBJECTS) $(libamglue_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Application.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Archive.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cmdline.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Config.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Debug.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Device.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logfile.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MainLoop.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Tapelist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Tests.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Types.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Util.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xfer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bigint.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ghashtable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< Application.lo: Amanda/Application.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Application.lo -MD -MP -MF $(DEPDIR)/Application.Tpo -c -o Application.lo `test -f 'Amanda/Application.c' || echo '$(srcdir)/'`Amanda/Application.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Application.Tpo $(DEPDIR)/Application.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Application.c' object='Application.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Application.lo `test -f 'Amanda/Application.c' || echo '$(srcdir)/'`Amanda/Application.c Archive.lo: Amanda/Archive.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Archive.lo -MD -MP -MF $(DEPDIR)/Archive.Tpo -c -o Archive.lo `test -f 'Amanda/Archive.c' || echo '$(srcdir)/'`Amanda/Archive.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Archive.Tpo $(DEPDIR)/Archive.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Archive.c' object='Archive.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Archive.lo `test -f 'Amanda/Archive.c' || echo '$(srcdir)/'`Amanda/Archive.c Cmdline.lo: Amanda/Cmdline.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Cmdline.Tpo $(DEPDIR)/Cmdline.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Cmdline.c' object='Cmdline.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 Config.lo: Amanda/Config.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Config.Tpo $(DEPDIR)/Config.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Config.c' object='Config.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 Debug.lo: Amanda/Debug.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Debug.Tpo $(DEPDIR)/Debug.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Debug.c' object='Debug.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 Device.lo: Amanda/Device.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Device.Tpo $(DEPDIR)/Device.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Device.c' object='Device.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 Logfile.lo: Amanda/Logfile.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Logfile.Tpo $(DEPDIR)/Logfile.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Logfile.c' object='Logfile.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 MainLoop.lo: Amanda/MainLoop.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT MainLoop.lo -MD -MP -MF $(DEPDIR)/MainLoop.Tpo -c -o MainLoop.lo `test -f 'Amanda/MainLoop.c' || echo '$(srcdir)/'`Amanda/MainLoop.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/MainLoop.Tpo $(DEPDIR)/MainLoop.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/MainLoop.c' object='MainLoop.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o MainLoop.lo `test -f 'Amanda/MainLoop.c' || echo '$(srcdir)/'`Amanda/MainLoop.c Tapelist.lo: Amanda/Tapelist.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Tapelist.lo -MD -MP -MF $(DEPDIR)/Tapelist.Tpo -c -o Tapelist.lo `test -f 'Amanda/Tapelist.c' || echo '$(srcdir)/'`Amanda/Tapelist.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Tapelist.Tpo $(DEPDIR)/Tapelist.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Tapelist.c' object='Tapelist.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Tapelist.lo `test -f 'Amanda/Tapelist.c' || echo '$(srcdir)/'`Amanda/Tapelist.c Tests.lo: Amanda/Tests.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Tests.lo -MD -MP -MF $(DEPDIR)/Tests.Tpo -c -o Tests.lo `test -f 'Amanda/Tests.c' || echo '$(srcdir)/'`Amanda/Tests.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Tests.Tpo $(DEPDIR)/Tests.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Tests.c' object='Tests.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Tests.lo `test -f 'Amanda/Tests.c' || echo '$(srcdir)/'`Amanda/Tests.c Types.lo: Amanda/Types.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Types.Tpo $(DEPDIR)/Types.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Types.c' object='Types.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 Util.lo: Amanda/Util.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Util.Tpo $(DEPDIR)/Util.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Util.c' object='Util.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 Xfer.lo: Amanda/Xfer.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT Xfer.lo -MD -MP -MF $(DEPDIR)/Xfer.Tpo -c -o Xfer.lo `test -f 'Amanda/Xfer.c' || echo '$(srcdir)/'`Amanda/Xfer.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/Xfer.Tpo $(DEPDIR)/Xfer.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Amanda/Xfer.c' object='Xfer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o Xfer.lo `test -f 'Amanda/Xfer.c' || echo '$(srcdir)/'`Amanda/Xfer.c ghashtable.lo: amglue/ghashtable.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ghashtable.Tpo $(DEPDIR)/ghashtable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='amglue/ghashtable.c' object='ghashtable.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 bigint.lo: amglue/bigint.c @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 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/bigint.Tpo $(DEPDIR)/bigint.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='amglue/bigint.c' object='bigint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @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 source.lo: amglue/source.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT source.lo -MD -MP -MF $(DEPDIR)/source.Tpo -c -o source.lo `test -f 'amglue/source.c' || echo '$(srcdir)/'`amglue/source.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/source.Tpo $(DEPDIR)/source.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='amglue/source.c' object='source.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o source.lo `test -f 'amglue/source.c' || echo '$(srcdir)/'`amglue/source.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-AmandaDATA: $(Amanda_DATA) @$(NORMAL_INSTALL) test -z "$(Amandadir)" || $(MKDIR_P) "$(DESTDIR)$(Amandadir)" @list='$(Amanda_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(AmandaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(Amandadir)/$$f'"; \ $(AmandaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(Amandadir)/$$f"; \ done uninstall-AmandaDATA: @$(NORMAL_UNINSTALL) @list='$(Amanda_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(Amandadir)/$$f'"; \ rm -f "$(DESTDIR)$(Amandadir)/$$f"; \ done install-AmandaApplicationDATA: $(AmandaApplication_DATA) @$(NORMAL_INSTALL) test -z "$(AmandaApplicationdir)" || $(MKDIR_P) "$(DESTDIR)$(AmandaApplicationdir)" @list='$(AmandaApplication_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(AmandaApplicationDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(AmandaApplicationdir)/$$f'"; \ $(AmandaApplicationDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(AmandaApplicationdir)/$$f"; \ done uninstall-AmandaApplicationDATA: @$(NORMAL_UNINSTALL) @list='$(AmandaApplication_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(AmandaApplicationdir)/$$f'"; \ rm -f "$(DESTDIR)$(AmandaApplicationdir)/$$f"; \ done install-AmandaChangerDATA: $(AmandaChanger_DATA) @$(NORMAL_INSTALL) test -z "$(AmandaChangerdir)" || $(MKDIR_P) "$(DESTDIR)$(AmandaChangerdir)" @list='$(AmandaChanger_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(AmandaChangerDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(AmandaChangerdir)/$$f'"; \ $(AmandaChangerDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(AmandaChangerdir)/$$f"; \ done uninstall-AmandaChangerDATA: @$(NORMAL_UNINSTALL) @list='$(AmandaChanger_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(AmandaChangerdir)/$$f'"; \ rm -f "$(DESTDIR)$(AmandaChangerdir)/$$f"; \ done install-Amanda_DBDATA: $(Amanda_DB_DATA) @$(NORMAL_INSTALL) test -z "$(Amanda_DBdir)" || $(MKDIR_P) "$(DESTDIR)$(Amanda_DBdir)" @list='$(Amanda_DB_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(Amanda_DBDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(Amanda_DBdir)/$$f'"; \ $(Amanda_DBDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(Amanda_DBdir)/$$f"; \ done uninstall-Amanda_DBDATA: @$(NORMAL_UNINSTALL) @list='$(Amanda_DB_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(Amanda_DBdir)/$$f'"; \ rm -f "$(DESTDIR)$(Amanda_DBdir)/$$f"; \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-local check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LTLIBRARIES) $(DATA) installdirs: for dir in "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(libApplicationdir)" "$(DESTDIR)$(libArchivedir)" "$(DESTDIR)$(libCmdlinedir)" "$(DESTDIR)$(libConfigdir)" "$(DESTDIR)$(libDebugdir)" "$(DESTDIR)$(libDevicedir)" "$(DESTDIR)$(libLogfiledir)" "$(DESTDIR)$(libMainLoopdir)" "$(DESTDIR)$(libTapelistdir)" "$(DESTDIR)$(libTestsdir)" "$(DESTDIR)$(libTypesdir)" "$(DESTDIR)$(libUtildir)" "$(DESTDIR)$(libXferdir)" "$(DESTDIR)$(Amandadir)" "$(DESTDIR)$(AmandaApplicationdir)" "$(DESTDIR)$(AmandaChangerdir)" "$(DESTDIR)$(Amanda_DBdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) @WANT_CYGWIN_COPY_PERL_DLL_FALSE@install-data-hook: clean: clean-am clean-am: clean-amlibLTLIBRARIES clean-generic \ clean-libApplicationLTLIBRARIES clean-libArchiveLTLIBRARIES \ clean-libCmdlineLTLIBRARIES clean-libConfigLTLIBRARIES \ clean-libDebugLTLIBRARIES clean-libDeviceLTLIBRARIES \ clean-libLogfileLTLIBRARIES clean-libMainLoopLTLIBRARIES \ clean-libTapelistLTLIBRARIES clean-libTestsLTLIBRARIES \ clean-libTypesLTLIBRARIES clean-libUtilLTLIBRARIES \ clean-libXferLTLIBRARIES clean-libtool mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-AmandaApplicationDATA \ install-AmandaChangerDATA install-AmandaDATA \ install-Amanda_DBDATA install-amlibLTLIBRARIES \ install-libApplicationLTLIBRARIES \ install-libArchiveLTLIBRARIES install-libCmdlineLTLIBRARIES \ install-libConfigLTLIBRARIES install-libDebugLTLIBRARIES \ install-libDeviceLTLIBRARIES install-libLogfileLTLIBRARIES \ install-libMainLoopLTLIBRARIES install-libTapelistLTLIBRARIES \ install-libTestsLTLIBRARIES install-libTypesLTLIBRARIES \ install-libUtilLTLIBRARIES install-libXferLTLIBRARIES @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am install-exec-am: install-html: install-html-am install-info: install-info-am install-man: install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: installcheck-local maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-AmandaApplicationDATA \ uninstall-AmandaChangerDATA uninstall-AmandaDATA \ uninstall-Amanda_DBDATA uninstall-amlibLTLIBRARIES \ uninstall-libApplicationLTLIBRARIES \ uninstall-libArchiveLTLIBRARIES \ uninstall-libCmdlineLTLIBRARIES uninstall-libConfigLTLIBRARIES \ uninstall-libDebugLTLIBRARIES uninstall-libDeviceLTLIBRARIES \ uninstall-libLogfileLTLIBRARIES \ uninstall-libMainLoopLTLIBRARIES \ uninstall-libTapelistLTLIBRARIES uninstall-libTestsLTLIBRARIES \ uninstall-libTypesLTLIBRARIES uninstall-libUtilLTLIBRARIES \ uninstall-libXferLTLIBRARIES .MAKE: install-am install-data-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \ clean-amlibLTLIBRARIES clean-generic \ clean-libApplicationLTLIBRARIES clean-libArchiveLTLIBRARIES \ clean-libCmdlineLTLIBRARIES clean-libConfigLTLIBRARIES \ clean-libDebugLTLIBRARIES clean-libDeviceLTLIBRARIES \ clean-libLogfileLTLIBRARIES clean-libMainLoopLTLIBRARIES \ clean-libTapelistLTLIBRARIES clean-libTestsLTLIBRARIES \ clean-libTypesLTLIBRARIES clean-libUtilLTLIBRARIES \ clean-libXferLTLIBRARIES clean-libtool ctags dist-hook \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-AmandaApplicationDATA \ install-AmandaChangerDATA install-AmandaDATA \ install-Amanda_DBDATA install-am install-amlibLTLIBRARIES \ install-data install-data-am install-data-hook install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am \ install-libApplicationLTLIBRARIES \ install-libArchiveLTLIBRARIES install-libCmdlineLTLIBRARIES \ install-libConfigLTLIBRARIES install-libDebugLTLIBRARIES \ install-libDeviceLTLIBRARIES install-libLogfileLTLIBRARIES \ install-libMainLoopLTLIBRARIES install-libTapelistLTLIBRARIES \ install-libTestsLTLIBRARIES install-libTypesLTLIBRARIES \ install-libUtilLTLIBRARIES install-libXferLTLIBRARIES \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installcheck-local installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-AmandaApplicationDATA \ uninstall-AmandaChangerDATA uninstall-AmandaDATA \ uninstall-Amanda_DBDATA uninstall-am \ uninstall-amlibLTLIBRARIES uninstall-libApplicationLTLIBRARIES \ uninstall-libArchiveLTLIBRARIES \ uninstall-libCmdlineLTLIBRARIES uninstall-libConfigLTLIBRARIES \ uninstall-libDebugLTLIBRARIES uninstall-libDeviceLTLIBRARIES \ uninstall-libLogfileLTLIBRARIES \ uninstall-libMainLoopLTLIBRARIES \ uninstall-libTapelistLTLIBRARIES uninstall-libTestsLTLIBRARIES \ uninstall-libTypesLTLIBRARIES uninstall-libUtilLTLIBRARIES \ uninstall-libXferLTLIBRARIES # Perl %: %.pl $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< chmod a+x $@ @if test -f $(top_builddir)/perl/.libs/libCmdline.so -o -f $(top_builddir)/perl/libCmdline.so; then \ grep -v '^use lib' $@ > $@.nouselib; \ $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -w -T $@.nouselib || exit 1; \ rm $@.nouselib; \ fi %.pl: %.pl.in $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< %.pm: %.pm.in $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< # Shell %: %.sh $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< chmod a+x $@ %.sh: %.sh.in $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< # Awk %: %.awk $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< chmod a+x $@ %.awk: %.awk.in $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< # syntax-check perl scripts on 'make check' check-perl: $(CHECK_PERL) @CHECK_PERL="$(CHECK_PERL)"; \ if test -f $(top_builddir)/perl/.libs/libCmdline.so -o -f $(top_builddir)/perl/libCmdline.so; then \ if test -n "$(PERL)"; then \ for perlobj in $$CHECK_PERL; do \ grep -v '^use lib' $$perlobj > $$perlobj.nouselib; \ $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -w -T $$perlobj.nouselib || exit 1; \ rm $$perlobj.nouselib; \ done; \ fi \ fi check-local: check-perl # syntax-check perl scripts on 'make installcheck' installcheck-perl: $(CHECK_PERL) @CHECK_PERL="$(CHECK_PERL)"; \ if test -n "$(PERL)"; then \ for perlobj in $$CHECK_PERL; do \ $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \ done; \ fi installcheck-local: installcheck-perl check-shell: $(CHECK_SHELL) @CHECK_SHELL="$(CHECK_SHELL)"; \ if test -n "$$CHECK_SHELL"; then \ if test -n "$(BASH)"; then \ for shobj in $$CHECK_SHELL; do \ if $(BASH) -n $$shobj; then \ echo "$$shobj syntax OK"; \ else \ echo "$$shobj syntax error"; \ exit 1; \ fi; \ done; \ else \ echo "No 'bash' available -- cannot syntax-check shell scripts"; \ fi; \ fi check-local: check-shell # make sure that the sources for all shell and perl scripts get included # in the distribution dist-scripts: SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \ for script in $$SCRIPTS_PERL; do \ test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \ done; \ for script in $$SCRIPTS_SHELL; do \ test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \ done; \ for script in $$SCRIPTS_AWK; do \ test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \ done; \ for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \ test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \ done; \ true dist-hook: dist-scripts html: make_html amperl.css $(HTML_SOURCE_FILES) rm -rf html-tmp/ && mkdir html-tmp/ cp amperl.css html-tmp/ $(PERL) make_html html-tmp/ $(HTML_SOURCE_FILES) cd html-tmp/ && tar -zcf $(abs_builddir)/html.tar.gz . rm -rf html-tmp/ # Suffix rules. These are parallel-build compatible, but may cause # strange behavior if there are other .c files in this directory. The # 'rm -f $@' is needed because SWIG sometimes fails to remove its output # file in the event of a syntax error. .i files are pre-processor output; # they are only used during development. %.c : %.swg $(AMGLUE_SWG) $(mkdir_p) `dirname $@` $(SWIG) $(SWIG_OPTIONS) -o $@ $(top_srcdir)/perl/$< || { rm -f $@; false; } %.pm : %.c @echo "$@ was produced as a side-effect of creating $<" %.i : %.swg $(AMGLUE_SWG) $(SWIG) $(SWIG_OPTIONS) -E $(top_srcdir)/perl/$< >$@ @WANT_CYGWIN_COPY_PERL_DLL_TRUE@install-data-hook: @WANT_CYGWIN_COPY_PERL_DLL_TRUE@ @for cygdll in $(amperldirauto)/bin/cyg*.dll; do \ @WANT_CYGWIN_COPY_PERL_DLL_TRUE@ destfname=`echo $$cygdll|sed 's!/bin/cyg\([^.]*\).dll!/\1/\1.dll!'`; \ @WANT_CYGWIN_COPY_PERL_DLL_TRUE@ cp "$$cygdll" "$$destfname"; \ @WANT_CYGWIN_COPY_PERL_DLL_TRUE@ done check-local: @MODULES_TO_CHECK="$(Amanda_DATA) $(Amanda_DB_DATA) $(AmandaChanger_DATA) $(AmandaApplication_DATA)"; \ if test -f $(top_builddir)/perl/.libs/libConfig.so -o -f $(top_builddir)/perl/libConfig.so; then \ if test -n "$(PERL)"; then \ for perlobj in $$MODULES_TO_CHECK; do \ if test -f $$perlobj; then \ $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -T $$perlobj || exit 1; \ else \ $(PERL) $(CHECK_PERL_FLAGS) -I$(top_builddir)/perl -I$(top_builddir)/perl/.libs -I$(top_srcdir)/perl -c -T $(top_srcdir)/perl/$$perlobj || exit 1; \ fi \ done; \ fi \ fi # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: