📄 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 client 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.amamlibexec_PROGRAMS = noop$(EXEEXT) calcsize$(EXEEXT) killpgrp$(EXEEXT) \ rundump$(EXEEXT) runtar$(EXEEXT) selfcheck$(EXEEXT) \ sendbackup$(EXEEXT) sendsize$(EXEEXT) versionsuffix$(EXEEXT)@WANT_SAMBA_TRUE@am__append_1 = findpass.cEXTRA_PROGRAMS = $(am__EXEEXT_1)@WANT_SETUID_CLIENT_TRUE@am__append_2 = dest=$(amlibexecdir) chown=root chmod=u+s,o-rwx \@WANT_SETUID_CLIENT_TRUE@ calcsize killpgrp rundump runtarsubdir = client-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)$(amlibexecdir)" "$(DESTDIR)$(sbindir)"amlibLTLIBRARIES_INSTALL = $(INSTALL)LTLIBRARIES = $(amlib_LTLIBRARIES)libamclient_la_DEPENDENCIES = ../common-src/libamanda.laam__libamclient_la_SOURCES_DIST = amandates.c getfsent.c unctime.c \ client_util.c findpass.c@WANT_SAMBA_TRUE@am__objects_1 = findpass.loam_libamclient_la_OBJECTS = amandates.lo getfsent.lo unctime.lo \ client_util.lo $(am__objects_1)libamclient_la_OBJECTS = $(am_libamclient_la_OBJECTS)libamclient_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libamclient_la_LDFLAGS) $(LDFLAGS) -o $@am__EXEEXT_1 = getfsent$(EXEEXT)amlibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)PROGRAMS = $(amlibexec_PROGRAMS)calcsize_SOURCES = calcsize.ccalcsize_OBJECTS = calcsize.$(OBJEXT)calcsize_LDADD = $(LDADD)calcsize_DEPENDENCIES = ../common-src/libamanda.la libamclient.la \ ../amandad-src/libamandad.la ../common-src/libamanda.la \ ../gnulib/libgnu.laam_getfsent_OBJECTS = getfsent.test.$(OBJEXT)getfsent_OBJECTS = $(am_getfsent_OBJECTS)getfsent_LDADD = $(LDADD)getfsent_DEPENDENCIES = ../common-src/libamanda.la libamclient.la \ ../amandad-src/libamandad.la ../common-src/libamanda.la \ ../gnulib/libgnu.lakillpgrp_SOURCES = killpgrp.ckillpgrp_OBJECTS = killpgrp.$(OBJEXT)killpgrp_LDADD = $(LDADD)killpgrp_DEPENDENCIES = ../common-src/libamanda.la libamclient.la \ ../amandad-src/libamandad.la ../common-src/libamanda.la \ ../gnulib/libgnu.lanoop_SOURCES = noop.cnoop_OBJECTS = noop.$(OBJEXT)noop_LDADD = $(LDADD)noop_DEPENDENCIES = ../common-src/libamanda.la libamclient.la \ ../amandad-src/libamandad.la ../common-src/libamanda.la \ ../gnulib/libgnu.larundump_SOURCES = rundump.crundump_OBJECTS = rundump.$(OBJEXT)rundump_LDADD = $(LDADD)rundump_DEPENDENCIES = ../common-src/libamanda.la libamclient.la \ ../amandad-src/libamandad.la ../common-src/libamanda.la \ ../gnulib/libgnu.laruntar_SOURCES = runtar.cruntar_OBJECTS = runtar.$(OBJEXT)runtar_LDADD = $(LDADD)runtar_DEPENDENCIES = ../common-src/libamanda.la libamclient.la \ ../amandad-src/libamandad.la ../common-src/libamanda.la \ ../gnulib/libgnu.laselfcheck_SOURCES = selfcheck.cselfcheck_OBJECTS = selfcheck.$(OBJEXT)selfcheck_LDADD = $(LDADD)selfcheck_DEPENDENCIES = ../common-src/libamanda.la libamclient.la \ ../amandad-src/libamandad.la ../common-src/libamanda.la \ ../gnulib/libgnu.laam_sendbackup_OBJECTS = sendbackup.$(OBJEXT) sendbackup-dump.$(OBJEXT) \ sendbackup-gnutar.$(OBJEXT)sendbackup_OBJECTS = $(am_sendbackup_OBJECTS)sendbackup_LDADD = $(LDADD)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -