📄 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@# Makefile for Amanda server programs.# 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.in# vim:ft=automake## Adjust post-install permissions settings. This rule works off two# specially-formatted variables, INSTALLPERMS_exec and INSTALLPERMS_data. # Each is a whitespace-separated list of commands, all of which are either# a variable assignment or a filename. Three variables are available:## - dest= sets the destination directory to e.g., $(sbindir)# - chown= controls changes in ownership; value is first argument to chown# - chmod= controls changes in permissions; value is first argument to chmod## As a special case, chown=amanda is taken as equivalent to # chown=$(BINARY_OWNER):$(SETUID_GROUP), which may otherwise have problems with# whitespace in the user/group names.# # when a filename is seen, the currently active variables are applied.## Note that scripts are data, not executables!## EXAMPLE## sbin_PROGRAMS = foo bar bing# libexec_PROGRAMS = pro gram# sbin_SCRIPTS = sk ript# INSTALLPERMS_exec = \# dest=$(sbindir) chown=amanda chmod= \# foo bar \# chmod=u+s,o-rwx \# bing# dest=$(libexecdir) chmod= \# $(libexec_PROGRAMS)# INSTALLPERMS_data = \# dest=$(sbindir) chown=amanda chmod= \# $(sbin_SCRIPTS)## This whole operation is not required when making builds for packaging,# and can be disabled with --disable-installperms, via the WANT_INSTALLPERMS# AM_CONDITIONAL.# vim:ft=automakeVPATH = @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 = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in \ $(top_srcdir)/config/automake/installperms.am \ $(top_srcdir)/config/automake/precompile.am \ $(top_srcdir)/config/automake/scripts.am \ $(top_srcdir)/config/automake/vars.amsbin_PROGRAMS = amadmin$(EXEEXT) amcheck$(EXEEXT) amflush$(EXEEXT) \ amgetconf$(EXEEXT) amlabel$(EXEEXT) amtape$(EXEEXT) \ amreport$(EXEEXT)noinst_PROGRAMS = taper_source_test$(EXEEXT)amlibexec_PROGRAMS = amindexd$(EXEEXT) amlogroll$(EXEEXT) \ amtrmidx$(EXEEXT) amtrmlog$(EXEEXT) driver$(EXEEXT) \ dumper$(EXEEXT) planner$(EXEEXT) taper$(EXEEXT) \ amcleanupdisk$(EXEEXT) chunker$(EXEEXT)EXTRA_PROGRAMS = $(am__EXEEXT_1)subdir = server-srcACLOCAL_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)$(amlibexecdir)" \ "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sbindir)"amlibLTLIBRARIES_INSTALL = $(INSTALL)LTLIBRARIES = $(amlib_LTLIBRARIES)libamserver_la_DEPENDENCIES = ../device-src/libamdevice.la \ ../common-src/libamanda.laam_libamserver_la_OBJECTS = amindex.lo changer.lo diskfile.lo \ driverio.lo cmdline.lo holding.lo infofile.lo logfile.lo \ tapefile.lo find.lo server_util.lo taperscan.lolibamserver_la_OBJECTS = $(am_libamserver_la_OBJECTS)libamserver_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libamserver_la_LDFLAGS) $(LDFLAGS) -o $@am__EXEEXT_1 = diskfile$(EXEEXT) infofile$(EXEEXT)amlibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)PROGRAMS = $(amlibexec_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)amadmin_SOURCES = amadmin.camadmin_OBJECTS = amadmin.$(OBJEXT)amadmin_LDADD = $(LDADD)am__DEPENDENCIES_1 =amadmin_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)amcheck_SOURCES = amcheck.camcheck_OBJECTS = amcheck.$(OBJEXT)amcheck_LDADD = $(LDADD)amcheck_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)amcleanupdisk_SOURCES = amcleanupdisk.camcleanupdisk_OBJECTS = amcleanupdisk.$(OBJEXT)amcleanupdisk_LDADD = $(LDADD)amcleanupdisk_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)amflush_SOURCES = amflush.camflush_OBJECTS = amflush.$(OBJEXT)amflush_LDADD = $(LDADD)amflush_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)am_amgetconf_OBJECTS = getconf.$(OBJEXT)amgetconf_OBJECTS = $(am_amgetconf_OBJECTS)amgetconf_LDADD = $(LDADD)amgetconf_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)am__objects_1 = amindexd.$(OBJEXT) disk_history.$(OBJEXT) \ list_dir.$(OBJEXT)am_amindexd_OBJECTS = $(am__objects_1)amindexd_OBJECTS = $(am_amindexd_OBJECTS)am__DEPENDENCIES_2 = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)amindexd_DEPENDENCIES = $(am__DEPENDENCIES_2) \ ../amandad-src/libamandad.laamlabel_SOURCES = amlabel.camlabel_OBJECTS = amlabel.$(OBJEXT)amlabel_LDADD = $(LDADD)amlabel_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)amlogroll_SOURCES = amlogroll.camlogroll_OBJECTS = amlogroll.$(OBJEXT)amlogroll_LDADD = $(LDADD)amlogroll_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)am_amreport_OBJECTS = reporter.$(OBJEXT)amreport_OBJECTS = $(am_amreport_OBJECTS)amreport_LDADD = $(LDADD)amreport_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)amtape_SOURCES = amtape.camtape_OBJECTS = amtape.$(OBJEXT)amtape_LDADD = $(LDADD)amtape_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)amtrmidx_SOURCES = amtrmidx.camtrmidx_OBJECTS = amtrmidx.$(OBJEXT)amtrmidx_LDADD = $(LDADD)amtrmidx_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)amtrmlog_SOURCES = amtrmlog.camtrmlog_OBJECTS = amtrmlog.$(OBJEXT)amtrmlog_LDADD = $(LDADD)amtrmlog_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)chunker_SOURCES = chunker.cchunker_OBJECTS = chunker.$(OBJEXT)chunker_LDADD = $(LDADD)chunker_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)am_diskfile_OBJECTS = diskfile.test.$(OBJEXT)diskfile_OBJECTS = $(am_diskfile_OBJECTS)diskfile_LDADD = $(LDADD)diskfile_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)driver_SOURCES = driver.cdriver_OBJECTS = driver.$(OBJEXT)driver_LDADD = $(LDADD)driver_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)dumper_SOURCES = dumper.cdumper_OBJECTS = dumper.$(OBJEXT)dumper_LDADD = $(LDADD)dumper_DEPENDENCIES = ../common-src/libamanda.la libamserver.la \ ../device-src/libamdevice.la ../common-src/libamanda.la \ ../gnulib/libgnu.la $(am__DEPENDENCIES_1)am_infofile_OBJECTS = infofile.test.$(OBJEXT)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -