⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that a
💻 IN
📖 第 1 页 / 共 3 页
字号:
# 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@# Note that this architecture assumes a full install -- not just server# or just client.  Neither is sufficiently test-able on its own.# 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 = $(server_tests)subdir = installcheckACLOCAL_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 =SOURCES =DIST_SOURCES =DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)ACLOCAL = @ACLOCAL@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@AR = @AR@ARPA_INET_H = @ARPA_INET_H@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@CAT = @CAT@CC = @CC@CCDEPMODE = @CCDEPMODE@CFLAGS = @CFLAGS@CFLAG_VISIBILITY = @CFLAG_VISIBILITY@CHIO = @CHIO@CHS = @CHS@CLIENT_LOGIN = @CLIENT_LOGIN@CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@COMPRESS = @COMPRESS@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_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@DUMPER_DIR = @DUMPER_DIR@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@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_FCHDIR = @GNULIB_FCHDIR@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -