📄 makefile.in
字号:
# Makefile.in generated by automake 1.10 from Makefile.am.# @configure_input@# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004, 2005, 2006 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 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., 505 N Mathlida Ave, Suite 120# Sunnyvale, CA 94085, 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 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., 505 N Mathlida Ave, Suite 120# Sunnyvale, CA 94085, 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'.## 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## 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## 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.inVPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdinstall_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_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@WANT_SERVER_TRUE@am__append_5 = Amanda/Device.pm Amanda/Logfile.pm \@WANT_SERVER_TRUE@ Amanda/Cmdline.pm Amanda/Tapefile.pm \@WANT_SERVER_TRUE@ Amanda/Changer.pm@WANT_SERVER_TRUE@am__append_6 = Amanda/Device.swg Amanda/Device.pm \@WANT_SERVER_TRUE@ Amanda/Logfile.swg Amanda/Logfile.pm \@WANT_SERVER_TRUE@ Amanda/Cmdline.swg Amanda/Cmdline.pm \@WANT_SERVER_TRUE@ Amanda/Tapefile.swg Amanda/Tapefile.pm \@WANT_SERVER_TRUE@ Amanda/Changer.pm@WANT_SERVER_TRUE@am__append_7 = 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/Tapefile.c Amanda/Tapefile.pmsubdir = perlACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = \ $(top_srcdir)/config/macro-archive/ac_define_dir.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/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/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/gettimeofday.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/ulonglong.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/longlong.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.inam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4)mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config/config.hCONFIG_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)$(libCmdlinedir)" \ "$(DESTDIR)$(libConfigdir)" "$(DESTDIR)$(libDebugdir)" \ "$(DESTDIR)$(libDevicedir)" "$(DESTDIR)$(libLogfiledir)" \ "$(DESTDIR)$(libTapefiledir)" "$(DESTDIR)$(libTypesdir)" \ "$(DESTDIR)$(libUtildir)" "$(DESTDIR)$(Amandadir)"amlibLTLIBRARIES_INSTALL = $(INSTALL)libCmdlineLTLIBRARIES_INSTALL = $(INSTALL)libConfigLTLIBRARIES_INSTALL = $(INSTALL)libDebugLTLIBRARIES_INSTALL = $(INSTALL)libDeviceLTLIBRARIES_INSTALL = $(INSTALL)libLogfileLTLIBRARIES_INSTALL = $(INSTALL)libTapefileLTLIBRARIES_INSTALL = $(INSTALL)libTypesLTLIBRARIES_INSTALL = $(INSTALL)libUtilLTLIBRARIES_INSTALL = $(INSTALL)LTLIBRARIES = $(amlib_LTLIBRARIES) $(libCmdline_LTLIBRARIES) \ $(libConfig_LTLIBRARIES) $(libDebug_LTLIBRARIES) \ $(libDevice_LTLIBRARIES) $(libLogfile_LTLIBRARIES) \ $(libTapefile_LTLIBRARIES) $(libTypes_LTLIBRARIES) \ $(libUtil_LTLIBRARIES)@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.laam__libCmdline_la_SOURCES_DIST = Amanda/Cmdline.c amglue/amglue.swg \ amglue/constants.swg amglue/dumpspecs.swg amglue/exports.swg \ amglue/glib.swg amglue/integers.swgam__objects_1 =@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.laam_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.laam_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.laam__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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -