# Makefile.in generated by automake 1.11 from Makefile.am.
# example/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  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.



# Makefile for sample configuration files

# vim:ft=automake
# Copyright (c) 2007,2008,2009 Zmanda, Inc.  All Rights Reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 as published
# by the Free Software Foundation.
#
# This program 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 General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; 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. Mathilda Ave., Suite 300
# 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
#
# 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
#
# The following special cases are available:
# 	amanda:setuid = $(BINARY_OWNER):$(SETUID_GROUP)
# 	root:setuid = root:$(SETUID_GROUP)
# These variables might 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=07450 \
# 		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.  When disabled, the file 'installperms.sh' in the top-level
# build directory is populated with a format suitable for shell interpretation,
# with lines like this:
#   installperm "amanda:disk" "04750" "/usr/local/sbin/bing"
# the arguments being, respectively, owner:group, mode, and filename.  There will
# be exactly one line for each file which has specific permissions.  The intention
# is that this file be used by packaging scripts to set correct permissions at install
# time.  Note that files which have no special permissions requirements do not appear 
# in this file at all, due to limitations of Automake.


pkgdatadir = $(datadir)/amanda
pkgincludedir = $(includedir)/amanda
pkglibdir = $(libdir)/amanda
pkglibexecdir = $(libexecdir)/amanda
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 = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
	$(top_srcdir)/config/automake/installperms.am \
	$(top_srcdir)/config/automake/vars.am
#am__append_1 = $(installperms_sh)
subdir = example
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/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/dvdrw-device.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/krb5-security.m4 \
	$(top_srcdir)/config/amanda/lfs.m4 \
	$(top_srcdir)/config/amanda/libs.m4 \
	$(top_srcdir)/config/amanda/ndmp-device.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/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/00gnulib.m4 \
	$(top_srcdir)/config/gnulib/alloca.m4 \
	$(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
	$(top_srcdir)/config/gnulib/asm-underscore.m4 \
	$(top_srcdir)/config/gnulib/base64.m4 \
	$(top_srcdir)/config/gnulib/btowc.m4 \
	$(top_srcdir)/config/gnulib/dos.m4 \
	$(top_srcdir)/config/gnulib/environ.m4 \
	$(top_srcdir)/config/gnulib/errno_h.m4 \
	$(top_srcdir)/config/gnulib/extensions.m4 \
	$(top_srcdir)/config/gnulib/fcntl-o.m4 \
	$(top_srcdir)/config/gnulib/float_h.m4 \
	$(top_srcdir)/config/gnulib/fseeko.m4 \
	$(top_srcdir)/config/gnulib/fsusage.m4 \
	$(top_srcdir)/config/gnulib/ftello.m4 \
	$(top_srcdir)/config/gnulib/ftruncate.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/hostent.m4 \
	$(top_srcdir)/config/gnulib/include_next.m4 \
	$(top_srcdir)/config/gnulib/inet_ntop.m4 \
	$(top_srcdir)/config/gnulib/inet_pton.m4 \
	$(top_srcdir)/config/gnulib/intmax_t.m4 \
	$(top_srcdir)/config/gnulib/langinfo_h.m4 \
	$(top_srcdir)/config/gnulib/localcharset.m4 \
	$(top_srcdir)/config/gnulib/locale-fr.m4 \
	$(top_srcdir)/config/gnulib/locale-ja.m4 \
	$(top_srcdir)/config/gnulib/locale-zh.m4 \
	$(top_srcdir)/config/gnulib/lock.m4 \
	$(top_srcdir)/config/gnulib/longlong.m4 \
	$(top_srcdir)/config/gnulib/lseek.m4 \
	$(top_srcdir)/config/gnulib/lstat.m4 \
	$(top_srcdir)/config/gnulib/malloc.m4 \
	$(top_srcdir)/config/gnulib/mbrtowc.m4 \
	$(top_srcdir)/config/gnulib/mbsinit.m4 \
	$(top_srcdir)/config/gnulib/mbstate_t.m4 \
	$(top_srcdir)/config/gnulib/memchr.m4 \
	$(top_srcdir)/config/gnulib/mkdtemp.m4 \
	$(top_srcdir)/config/gnulib/mmap-anon.m4 \
	$(top_srcdir)/config/gnulib/multiarch.m4 \
	$(top_srcdir)/config/gnulib/netdb_h.m4 \
	$(top_srcdir)/config/gnulib/netinet_in_h.m4 \
	$(top_srcdir)/config/gnulib/nl_langinfo.m4 \
	$(top_srcdir)/config/gnulib/onceonly.m4 \
	$(top_srcdir)/config/gnulib/physmem.m4 \
	$(top_srcdir)/config/gnulib/printf.m4 \
	$(top_srcdir)/config/gnulib/regex.m4 \
	$(top_srcdir)/config/gnulib/safe-read.m4 \
	$(top_srcdir)/config/gnulib/safe-write.m4 \
	$(top_srcdir)/config/gnulib/servent.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/stat.m4 \
	$(top_srcdir)/config/gnulib/stdbool.m4 \
	$(top_srcdir)/config/gnulib/stddef_h.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/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/threadlib.m4 \
	$(top_srcdir)/config/gnulib/time_h.m4 \
	$(top_srcdir)/config/gnulib/unistd_h.m4 \
	$(top_srcdir)/config/gnulib/vasnprintf.m4 \
	$(top_srcdir)/config/gnulib/warn-on-use.m4 \
	$(top_srcdir)/config/gnulib/wchar_h.m4 \
	$(top_srcdir)/config/gnulib/wcrtomb.m4 \
	$(top_srcdir)/config/gnulib/wctype_h.m4 \
	$(top_srcdir)/config/gnulib/write.m4 \
	$(top_srcdir)/config/gettext-macros/codeset.m4 \
	$(top_srcdir)/config/gettext-macros/gettext.m4 \
	$(top_srcdir)/config/gettext-macros/glibc21.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)/config/ltoptions.m4 \
	$(top_srcdir)/config/ltsugar.m4 \
	$(top_srcdir)/config/ltversion.m4 \
	$(top_srcdir)/config/lt~obsolete.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 =
CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
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 = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(client_exampledir)" \
	"$(DESTDIR)$(lbltempldir)" "$(DESTDIR)$(server_exampledir)" \
	"$(DESTDIR)$(templatedir)"
DATA = $(client_example_DATA) $(lbltempl_DATA) $(server_example_DATA) \
	$(template_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /build/src/amanda-3.2.2/config/missing --run aclocal-1.11
AIX_BACKUP = 
ALLOCA = 
ALLOCA_H = alloca.h
AMANDA_COMPONENTS =  server restore client amrecover ndmp
AMANDA_DBGDIR = /tmp/amanda
AMANDA_DEBUG_DAYS = 4
AMANDA_STATIC_LDFLAGS = 
AMANDA_SWIG_PERL_CFLAGS = 
AMANDA_TMPDIR = /tmp/amanda
AMANDA_WARNING_CFLAGS =  -Wall -Wextra -Wparentheses -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wformat -Wformat-security -Wsign-compare -Wfloat-equal -Wold-style-definition -Wno-strict-aliasing -Wno-unknown-pragmas
AMLINT = echo "Error: LINT is not installed" ; false
AMLINTFLAGS = 
AMPLOT_CAT_COMPRESS = if(o=="Z")print "/bin/compress -dc"; else
AMPLOT_CAT_GZIP = if(o=="gz")print "/bin/gzip -dc"; else
AMPLOT_CAT_PACK = 
AMPLOT_COMPRESS = /bin/gzip
AMTAR = ${SHELL} /build/src/amanda-3.2.2/config/missing --run tar
APPLE_UNIVERSAL_BUILD = 0
APPLICATION_DIR = /usr/libexec/amanda/application
AR = /usr/bin/ar
ASM_SYMBOL_PREFIX = ""
ASSERTIONS = 
AUTOCONF = ${SHELL} /build/src/amanda-3.2.2/config/missing --run autoconf
AUTOHEADER = ${SHELL} /build/src/amanda-3.2.2/config/missing --run autoheader
AUTOMAKE = ${SHELL} /build/src/amanda-3.2.2/config/missing --run automake-1.11
AWK = gawk
BASH = /bin/sh
BINARY_OWNER = 112
BITSIZEOF_PTRDIFF_T = 
BITSIZEOF_SIG_ATOMIC_T = 
BITSIZEOF_SIZE_T = 
BITSIZEOF_WCHAR_T = 
BITSIZEOF_WINT_T = 
BSDTCP_SECURITY = yes
BSDUDP_SECURITY = no
BSD_SECURITY = yes
CAT = /bin/cat
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -march=i686 -mtune=generic -O2 -pipe -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
CHECK_USERID = 1
CLIENT_LOGIN = 112
CLIENT_SCRIPTS_OPT = 
COMPRESS = /bin/compress
COMPRESS_BEST_OPT = --best
COMPRESS_FAST_OPT = --fast
COMPRESS_PATH = /bin/gzip
COMPRESS_SUFFIX = .gz
CONFIG_CLOBBER_MY_CONFIG = 
CONFIG_DIR = /etc/amanda
CPP = gcc -E
CPPFLAGS =  -fno-strict-aliasing -D_GNU_SOURCE -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
CYGPATH_W = echo
DD = /bin/dd
DEFAULT_AMANDATES_FILE = /usr/var/amanda/amandates
DEFAULT_CONFIG = DailySet1
DEFAULT_MAILER = /usr/bin/mail
DEFAULT_SERVER = builder.archserver.org
DEFAULT_TAPE_DEVICE = 
DEFAULT_TAPE_SERVER = builder.archserver.org
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DOC_BUILD_DATE = 
DSYMUTIL = 
DUMP = 
DUMPBIN = 
DUMP_RETURNS_1 = 
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /bin/grep -E
EMULTIHOP_HIDDEN = 
EMULTIHOP_VALUE = 
ENOLINK_HIDDEN = 
ENOLINK_VALUE = 
EOVERFLOW_HIDDEN = 
EOVERFLOW_VALUE = 
ERRNO_H = 
EXAMPLE_TAPEDEV = tape:/dev/YOUR-TAPE-DEVICE-HERE
EXEEXT = 
FGREP = /bin/grep -F
FLOAT_H = 
GETADDRINFO_LIB = 
GETCONF = /usr/bin/getconf
GETOPT_H = 
GETTEXT = /usr/bin/gettext
GIT = 
GLIBC21 = yes
GLIB_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
GLIB_GENMARSHAL = glib-genmarshal
GLIB_LIBS = -Wl,--export-dynamic -pthread -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  
GLIB_MKENUMS = glib-mkenums
GMSGFMT = /usr/bin/msgfmt
GMSGFMT_015 = /usr/bin/msgfmt
GNULIB_ACCEPT = 0
GNULIB_ACCEPT4 = 0
GNULIB_ATOLL = 0
GNULIB_BIND = 0
GNULIB_BTOWC = 1
GNULIB_CALLOC_POSIX = 0
GNULIB_CANONICALIZE_FILE_NAME = 0
GNULIB_CHOWN = 0
GNULIB_CLOSE = 0
GNULIB_CONNECT = 0
GNULIB_DPRINTF = 0
GNULIB_DUP2 = 0
GNULIB_DUP3 = 0
GNULIB_ENVIRON = 1
GNULIB_EUIDACCESS = 0
GNULIB_FACCESSAT = 0
GNULIB_FCHDIR = 0
GNULIB_FCHMODAT = 0
GNULIB_FCHOWNAT = 0
GNULIB_FCLOSE = 0
GNULIB_FFLUSH = 0
GNULIB_FOPEN = 0
GNULIB_FPRINTF = 1
GNULIB_FPRINTF_POSIX = 0
GNULIB_FPURGE = 0
GNULIB_FPUTC = 1
GNULIB_FPUTS = 1
GNULIB_FREOPEN = 0
GNULIB_FSEEK = 0
GNULIB_FSEEKO = 1
GNULIB_FSTATAT = 0
GNULIB_FSYNC = 0
GNULIB_FTELL = 0
GNULIB_FTELLO = 1
GNULIB_FTRUNCATE = 1
GNULIB_FUTIMENS = 0
GNULIB_FWRITE = 1
GNULIB_GETADDRINFO = 1
GNULIB_GETCWD = 0
GNULIB_GETDELIM = 0
GNULIB_GETDOMAINNAME = 0
GNULIB_GETDTABLESIZE = 0
GNULIB_GETGROUPS = 0
GNULIB_GETHOSTNAME = 0
GNULIB_GETLINE = 0
GNULIB_GETLOADAVG = 0
GNULIB_GETLOGIN = 0
GNULIB_GETLOGIN_R = 0
GNULIB_GETPAGESIZE = 0
GNULIB_GETPEERNAME = 0
GNULIB_GETSOCKNAME = 0
GNULIB_GETSOCKOPT = 0
GNULIB_GETSUBOPT = 0
GNULIB_GETTIMEOFDAY = 1
GNULIB_GETUSERSHELL = 0
GNULIB_GRANTPT = 0
GNULIB_INET_NTOP = 1
GNULIB_INET_PTON = 1
GNULIB_LCHMOD = 0
GNULIB_LCHOWN = 0
GNULIB_LINK = 0
GNULIB_LINKAT = 0
GNULIB_LISTEN = 0
GNULIB_LSEEK = 1
GNULIB_LSTAT = 1
GNULIB_MALLOC_POSIX = 1
GNULIB_MBRLEN = 0
GNULIB_MBRTOWC = 1
GNULIB_MBSCASECMP = 0
GNULIB_MBSCASESTR = 0
GNULIB_MBSCHR = 0
GNULIB_MBSCSPN = 0
GNULIB_MBSINIT = 1
GNULIB_MBSLEN = 0
GNULIB_MBSNCASECMP = 0
GNULIB_MBSNLEN = 0
GNULIB_MBSNRTOWCS = 0
GNULIB_MBSPBRK = 0
GNULIB_MBSPCASECMP = 0
GNULIB_MBSRCHR = 0
GNULIB_MBSRTOWCS = 0
GNULIB_MBSSEP = 0
GNULIB_MBSSPN = 0
GNULIB_MBSSTR = 0
GNULIB_MBSTOK_R = 0
GNULIB_MEMCHR = 1
GNULIB_MEMMEM = 0
GNULIB_MEMPCPY = 0
GNULIB_MEMRCHR = 0
GNULIB_MKDIRAT = 0
GNULIB_MKDTEMP = 1
GNULIB_MKFIFO = 0
GNULIB_MKFIFOAT = 0
GNULIB_MKNOD = 0
GNULIB_MKNODAT = 0
GNULIB_MKOSTEMP = 0
GNULIB_MKOSTEMPS = 0
GNULIB_MKSTEMP = 0
GNULIB_MKSTEMPS = 0
GNULIB_MKTIME = 0
GNULIB_NANOSLEEP = 0
GNULIB_NL_LANGINFO = 1
GNULIB_OBSTACK_PRINTF = 0
GNULIB_OBSTACK_PRINTF_POSIX = 0
GNULIB_PERROR = 0
GNULIB_PIPE2 = 0
GNULIB_POPEN = 0
GNULIB_PREAD = 0
GNULIB_PRINTF = 1
GNULIB_PRINTF_POSIX = 0
GNULIB_PTSNAME = 0
GNULIB_PUTC = 1
GNULIB_PUTCHAR = 1
GNULIB_PUTENV = 0
GNULIB_PUTS = 1
GNULIB_PWRITE = 0
GNULIB_RANDOM_R = 0
GNULIB_RAWMEMCHR = 0
GNULIB_READLINK = 0
GNULIB_READLINKAT = 0
GNULIB_REALLOC_POSIX = 0
GNULIB_REALPATH = 0
GNULIB_RECV = 0
GNULIB_RECVFROM = 0
GNULIB_REMOVE = 0
GNULIB_RENAME = 0
GNULIB_RENAMEAT = 0
GNULIB_RMDIR = 0
GNULIB_RPMATCH = 0
GNULIB_SEND = 0
GNULIB_SENDTO = 0
GNULIB_SETENV = 0
GNULIB_SETSOCKOPT = 0
GNULIB_SHUTDOWN = 0
GNULIB_SLEEP = 0
GNULIB_SNPRINTF = 1
GNULIB_SOCKET = 0
GNULIB_SPRINTF_POSIX = 0
GNULIB_STAT = 1
GNULIB_STDIO_H_SIGPIPE = 0
GNULIB_STPCPY = 0
GNULIB_STPNCPY = 0
GNULIB_STRCASESTR = 0
GNULIB_STRCHRNUL = 0
GNULIB_STRDUP = 0
GNULIB_STRERROR = 0
GNULIB_STRNCAT = 0
GNULIB_STRNDUP = 0
GNULIB_STRNLEN = 0
GNULIB_STRPBRK = 0
GNULIB_STRPTIME = 0
GNULIB_STRSEP = 0
GNULIB_STRSIGNAL = 0
GNULIB_STRSTR = 0
GNULIB_STRTOD = 0
GNULIB_STRTOK_R = 0
GNULIB_STRTOLL = 0
GNULIB_STRTOULL = 0
GNULIB_STRVERSCMP = 0
GNULIB_SYMLINK = 0
GNULIB_SYMLINKAT = 0
GNULIB_TIMEGM = 0
GNULIB_TIME_R = 0
GNULIB_TMPFILE = 0
GNULIB_TTYNAME_R = 0
GNULIB_UNISTD_H_GETOPT = 0
GNULIB_UNISTD_H_SIGPIPE = 0
GNULIB_UNLINK = 0
GNULIB_UNLINKAT = 0
GNULIB_UNLOCKPT = 0
GNULIB_UNSETENV = 0
GNULIB_USLEEP = 0
GNULIB_UTIMENSAT = 0
GNULIB_VASPRINTF = 0
GNULIB_VDPRINTF = 0
GNULIB_VFPRINTF = 1
GNULIB_VFPRINTF_POSIX = 0
GNULIB_VPRINTF = 1
GNULIB_VPRINTF_POSIX = 0
GNULIB_VSNPRINTF = 0
GNULIB_VSPRINTF_POSIX = 0
GNULIB_WCRTOMB = 1
GNULIB_WCSNRTOMBS = 0
GNULIB_WCSRTOMBS = 0
GNULIB_WCTOB = 0
GNULIB_WCWIDTH = 0
GNULIB_WRITE = 1
GNULIB__EXIT = 0
GNUPLOT = /usr/bin/gnuplot
GNUTAR = /bin/tar
GNUTAR_LISTED_INCREMENTAL_DIR = var/amanda/gnutar-lists
GOBJECT_QUERY = gobject-query
GREP = /bin/grep
GZIP = 
HAVE_ACCEPT4 = 1
HAVE_ARPA_INET_H = 1
HAVE_ATOLL = 1
HAVE_BTOWC = 1
HAVE_CANONICALIZE_FILE_NAME = 1
HAVE_CHOWN = 1
HAVE_DECL_ENVIRON = 1
HAVE_DECL_FPURGE = 1
HAVE_DECL_FREEADDRINFO = 1
HAVE_DECL_GAI_STRERROR = 1
HAVE_DECL_GETADDRINFO = 1
HAVE_DECL_GETDELIM = 1
HAVE_DECL_GETLINE = 1
HAVE_DECL_GETLOADAVG = 1
HAVE_DECL_GETLOGIN_R = 1
HAVE_DECL_GETNAMEINFO = 1
HAVE_DECL_GETPAGESIZE = 1
HAVE_DECL_GETUSERSHELL = 1
HAVE_DECL_INET_NTOP = 1
HAVE_DECL_INET_PTON = 1
HAVE_DECL_MEMMEM = 1
HAVE_DECL_MEMRCHR = 1
HAVE_DECL_OBSTACK_PRINTF = 1
HAVE_DECL_SNPRINTF = 1
HAVE_DECL_STRDUP = 1
HAVE_DECL_STRNDUP = 1
HAVE_DECL_STRNLEN = 1
HAVE_DECL_STRSIGNAL = 1
HAVE_DECL_STRTOK_R = 1
HAVE_DECL_VSNPRINTF = 1
HAVE_DECL_WCTOB = 1
HAVE_DECL_WCWIDTH = 1
HAVE_DPRINTF = 1
HAVE_DUP2 = 1
HAVE_DUP3 = 1
HAVE_EUIDACCESS = 1
HAVE_FACCESSAT = 1
HAVE_FCHDIR = 1
HAVE_FCHMODAT = 1
HAVE_FCHOWNAT = 1
HAVE_FSEEKO = 1
HAVE_FSTATAT = 1
HAVE_FSYNC = 1
HAVE_FTELLO = 1
HAVE_FTRUNCATE = 1
HAVE_FUTIMENS = 1
HAVE_GETDOMAINNAME = 1
HAVE_GETDTABLESIZE = 1
HAVE_GETGROUPS = 1
HAVE_GETHOSTNAME = 1
HAVE_GETLOGIN = 1
HAVE_GETOPT_H = 1
HAVE_GETPAGESIZE = 1
HAVE_GETSUBOPT = 1
HAVE_GETTIMEOFDAY = 1
HAVE_GRANTPT = 1
HAVE_GZIP = 1
HAVE_INTTYPES_H = 1
HAVE_ISWBLANK = 1
HAVE_ISWCNTRL = 1
HAVE_LANGINFO_CODESET = 1
HAVE_LANGINFO_ERA = 1
HAVE_LANGINFO_H = 1
HAVE_LCHMOD = 1
HAVE_LCHOWN = 1
HAVE_LINK = 1
HAVE_LINKAT = 1
HAVE_LOCALTIME_R = 1
HAVE_LONG_LONG_INT = 1
HAVE_LSTAT = 1
HAVE_MBRLEN = 1
HAVE_MBRTOWC = 1
HAVE_MBSINIT = 1
HAVE_MBSLEN = 0
HAVE_MBSNRTOWCS = 1
HAVE_MBSRTOWCS = 1
HAVE_MEMCHR = 1
HAVE_MEMPCPY = 1
HAVE_MKDIRAT = 1
HAVE_MKDTEMP = 1
HAVE_MKFIFO = 1
HAVE_MKFIFOAT = 1
HAVE_MKNOD = 1
HAVE_MKNODAT = 1
HAVE_MKOSTEMP = 1
HAVE_MKOSTEMPS = 1
HAVE_MKSTEMP = 1
HAVE_MKSTEMPS = 1
HAVE_NANOSLEEP = 1
HAVE_NETDB_H = 1
HAVE_NETINET_IN_H = 
HAVE_NL_LANGINFO = 1
HAVE_OS_H = 0
HAVE_PIPE2 = 1
HAVE_PREAD = 1
HAVE_PTSNAME = 1
HAVE_PWRITE = 1
HAVE_RANDOM_H = 0
HAVE_RANDOM_R = 1
HAVE_RAWMEMCHR = 1
HAVE_READLINK = 1
HAVE_READLINKAT = 1
HAVE_REALPATH = 1
HAVE_RENAMEAT = 1
HAVE_RPMATCH = 1
HAVE_SA_FAMILY_T = 1
HAVE_SETENV = 1
HAVE_SIGNED_SIG_ATOMIC_T = 
HAVE_SIGNED_WCHAR_T = 
HAVE_SIGNED_WINT_T = 
HAVE_SLEEP = 1
HAVE_STDINT_H = 1
HAVE_STPCPY = 1
HAVE_STPNCPY = 1
HAVE_STRCASESTR = 1
HAVE_STRCHRNUL = 1
HAVE_STRPBRK = 1
HAVE_STRPTIME = 1
HAVE_STRSEP = 1
HAVE_STRTOD = 1
HAVE_STRTOLL = 1
HAVE_STRTOULL = 1
HAVE_STRUCT_ADDRINFO = 1
HAVE_STRUCT_RANDOM_DATA = 1
HAVE_STRUCT_SOCKADDR_STORAGE = 1
HAVE_STRUCT_TIMEVAL = 1
HAVE_STRVERSCMP = 1
HAVE_SYMLINK = 1
HAVE_SYMLINKAT = 1
HAVE_SYS_BITYPES_H = 
HAVE_SYS_INTTYPES_H = 
HAVE_SYS_LOADAVG_H = 0
HAVE_SYS_PARAM_H = 0
HAVE_SYS_SOCKET_H = 1
HAVE_SYS_TIME_H = 1
HAVE_SYS_TYPES_H = 1
HAVE_TIMEGM = 1
HAVE_TTYNAME_R = 1
HAVE_UNISTD_H = 1
HAVE_UNLINKAT = 1
HAVE_UNLOCKPT = 1
HAVE_UNSETENV = 1
HAVE_UNSIGNED_LONG_LONG_INT = 1
HAVE_USLEEP = 1
HAVE_UTIMENSAT = 1
HAVE_VASPRINTF = 1
HAVE_VDPRINTF = 1
HAVE_WCHAR_H = 1
HAVE_WCHAR_T = 1
HAVE_WCRTOMB = 1
HAVE_WCSNRTOMBS = 1
HAVE_WCSRTOMBS = 1
HAVE_WCTYPE_H = 1
HAVE_WINSOCK2_H = 0
HAVE_WINT_T = 1
HAVE_WS2TCPIP_H = 0
HAVE__BOOL = 1
HAVE__EXIT = 1
HOSTENT_LIB = 
INCLUDE_NEXT = include_next
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
INET_NTOP_LIB = 
INET_PTON_LIB = 
INSTALL = /bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
INTLLIBS = 
INTL_MACOSX_LIBS = 
KRB5_SECURITY = no
LD = /usr/bin/ld
LDFLAGS = -Wl,--hash-style=gnu -Wl,--as-needed 
LEX = flex
LEXLIB = -lfl
LEX_OUTPUT_ROOT = lex.yy
LIBCURL = 
LIBCURL_CPPFLAGS = 
LIBICONV = -liconv
LIBINTL = 
LIBMULTITHREAD = -lpthread
LIBOBJS = 
LIBPTH = 
LIBS = -lm -Wl,--export-dynamic -pthread -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0   -lnsl -lresolv -lcrypto  
LIBTHREAD = 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = config/ltmain.sh
LIPO = 
LN_S = ln -s
LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(top_builddir)/gnulib"
LOCALE_FR = none
LOCALE_FR_UTF8 = none
LOCALE_JA = none
LOCALE_ZH_CN = none
LOCKING = LNLOCK
LOW_TCPPORTRANGE = unlimited
LPR = 
LPRFLAG = 
LTLIBICONV = -liconv
LTLIBINTL = 
LTLIBMULTITHREAD = -lpthread
LTLIBOBJS = 
LTLIBPTH = 
LTLIBTHREAD = 
MAILER = /usr/bin/mail
MAKEINFO = ${SHELL} /build/src/amanda-3.2.2/config/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
MSGFMT = /usr/bin/msgfmt
MSGFMT_015 = /usr/bin/msgfmt
MSGMERGE = /usr/bin/msgmerge
MT = mt
MTX = mtx
MT_FILE_FLAG = -f
NETINET_IN_H = 
NEXT_ARPA_INET_H = <arpa/inet.h>
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = <arpa/inet.h>
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = 
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = 
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = <getopt.h>
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = <langinfo.h>
NEXT_AS_FIRST_DIRECTIVE_NETDB_H = <netdb.h>
NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = 
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = 
NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h>
NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h>
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h>
NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h>
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = <sys/socket.h>
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = <sys/stat.h>
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = <sys/time.h>
NEXT_AS_FIRST_DIRECTIVE_TIME_H = <time.h>
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h>
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h>
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = <wctype.h>
NEXT_ERRNO_H = 
NEXT_FLOAT_H = 
NEXT_GETOPT_H = <getopt.h>
NEXT_LANGINFO_H = <langinfo.h>
NEXT_NETDB_H = <netdb.h>
NEXT_NETINET_IN_H = 
NEXT_STDDEF_H = 
NEXT_STDINT_H = <stdint.h>
NEXT_STDIO_H = <stdio.h>
NEXT_STDLIB_H = <stdlib.h>
NEXT_STRING_H = <string.h>
NEXT_SYS_SOCKET_H = <sys/socket.h>
NEXT_SYS_STAT_H = <sys/stat.h>
NEXT_SYS_TIME_H = <sys/time.h>
NEXT_TIME_H = <time.h>
NEXT_UNISTD_H = <unistd.h>
NEXT_WCHAR_H = <wchar.h>
NEXT_WCTYPE_H = <wctype.h>
NM = /usr/bin/nm -B
NMEDIT = 
OBJEXT = o
OTOOL = 
OTOOL64 = 
PACKAGE = amanda
PACKAGE_BUGREPORT = 
PACKAGE_NAME = 
PACKAGE_STRING = 
PACKAGE_TARNAME = 
PACKAGE_VERSION = 
PATH_SEPARATOR = :
PCAT = 
PERL = /usr/bin/perl
PERLEXTLIBS = 
PERL_INC =  -I/usr/lib/perl5/core_perl/CORE 
PKG_CONFIG = /usr/bin/pkg-config
POSUB = po
PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
PS = /bin/ps
PS_ARGUMENT = -eo pid,ppid,command
PS_ARGUMENT_ARGS = -eo pid,ppid,command
PTHREAD_H_DEFINES_STRUCT_TIMESPEC = 0
PTRDIFF_T_SUFFIX = 
RANLIB = ranlib
READLINE_LIBS = -lreadline
REPLACE_BTOWC = 0
REPLACE_CALLOC = 0
REPLACE_CANONICALIZE_FILE_NAME = 0
REPLACE_CHOWN = 0
REPLACE_CLOSE = 0
REPLACE_DPRINTF = 0
REPLACE_DUP = 0
REPLACE_DUP2 = 0
REPLACE_FCHOWNAT = 0
REPLACE_FCLOSE = 0
REPLACE_FFLUSH = 0
REPLACE_FOPEN = 0
REPLACE_FPRINTF = 0
REPLACE_FPURGE = 0
REPLACE_FREOPEN = 0
REPLACE_FSEEK = 0
REPLACE_FSEEKO = 0
REPLACE_FSTAT = 0
REPLACE_FSTATAT = 0
REPLACE_FTELL = 0
REPLACE_FTELLO = 0
REPLACE_FUTIMENS = 0
REPLACE_GETCWD = 0
REPLACE_GETDELIM = 0
REPLACE_GETGROUPS = 0
REPLACE_GETLINE = 0
REPLACE_GETPAGESIZE = 0
REPLACE_GETTIMEOFDAY = 0
REPLACE_ISWBLANK = 0
REPLACE_ISWCNTRL = 0
REPLACE_LCHOWN = 0
REPLACE_LINK = 0
REPLACE_LINKAT = 0
REPLACE_LOCALTIME_R = GNULIB_PORTCHECK
REPLACE_LSEEK = 0
REPLACE_LSTAT = 0
REPLACE_MALLOC = 0
REPLACE_MBRLEN = 0
REPLACE_MBRTOWC = 0
REPLACE_MBSINIT = 0
REPLACE_MBSNRTOWCS = 0
REPLACE_MBSRTOWCS = 0
REPLACE_MBSTATE_T = 0
REPLACE_MEMCHR = 0
REPLACE_MEMMEM = 0
REPLACE_MKDIR = 0
REPLACE_MKFIFO = 0
REPLACE_MKNOD = 0
REPLACE_MKSTEMP = 0
REPLACE_MKTIME = GNULIB_PORTCHECK
REPLACE_NANOSLEEP = GNULIB_PORTCHECK
REPLACE_NL_LANGINFO = 0
REPLACE_NULL = 0
REPLACE_OBSTACK_PRINTF = 0
REPLACE_PERROR = 0
REPLACE_POPEN = 0
REPLACE_PREAD = 0
REPLACE_PRINTF = 0
REPLACE_PUTENV = 0
REPLACE_PWRITE = 0
REPLACE_READLINK = 0
REPLACE_REALLOC = 0
REPLACE_REALPATH = 0
REPLACE_REMOVE = 0
REPLACE_RENAME = 0
REPLACE_RENAMEAT = 0
REPLACE_RMDIR = 0
REPLACE_SETENV = 0
REPLACE_SLEEP = 0
REPLACE_SNPRINTF = 0
REPLACE_SPRINTF = 0
REPLACE_STAT = 0
REPLACE_STDIO_WRITE_FUNCS = 0
REPLACE_STPNCPY = 0
REPLACE_STRCASESTR = 0
REPLACE_STRDUP = 0
REPLACE_STRERROR = 0
REPLACE_STRNCAT = 0
REPLACE_STRNDUP = 0
REPLACE_STRNLEN = 0
REPLACE_STRSIGNAL = 0
REPLACE_STRSTR = 0
REPLACE_STRTOD = 0
REPLACE_STRTOK_R = 0
REPLACE_SYMLINK = 0
REPLACE_TIMEGM = GNULIB_PORTCHECK
REPLACE_TMPFILE = 0
REPLACE_TTYNAME_R = 0
REPLACE_UNLINK = 0
REPLACE_UNLINKAT = 0
REPLACE_UNSETENV = 0
REPLACE_USLEEP = 0
REPLACE_UTIMENSAT = 0
REPLACE_VASPRINTF = 0
REPLACE_VDPRINTF = 0
REPLACE_VFPRINTF = 0
REPLACE_VPRINTF = 0
REPLACE_VSNPRINTF = 0
REPLACE_VSPRINTF = 0
REPLACE_WCRTOMB = 0
REPLACE_WCSNRTOMBS = 0
REPLACE_WCSRTOMBS = 0
REPLACE_WCTOB = 0
REPLACE_WCWIDTH = 0
REPLACE_WRITE = 0
RESTORE = 
RPCGEN = /usr/bin/rpcgen
RSH_SECURITY = no
SAMBA_CLIENT = 
SED = /bin/sed
SERVENT_LIB = 
SERVICE_SUFFIX = 
SETUID_GROUP = 112
SET_MAKE = 
SHELL = /bin/sh
SIG_ATOMIC_T_SUFFIX = 
SIZE_T_SUFFIX = 
SNAPSHOT_STAMP = 
SORT = /usr/bin/sort
SSH = 
SSH_SECURITY = yes
STAR = 
STDBOOL_H = 
STDDEF_H = 
STDINT_H = 
STRIP = strip
SVN = 
SWIG = echo "Error: SWIG is not installed. You should look at http://www.swig.org" ; false
SWIG_LIB = 
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = 0
TCPPORTRANGE = unlimited
TIME_H_DEFINES_STRUCT_TIMESPEC = 1
UDPPORTRANGE = unlimited
UNCOMPRESS_OPT = -dc
UNCOMPRESS_PATH = /bin/gzip
UNDEFINE_STRTOK_R = 0
UNISTD_H_HAVE_WINSOCK2_H = 0
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0
USE_AMANDAHOSTS = yes
USE_NLS = yes
USE_RUNDUMP = 
VDUMP = 
VERSION = 3.2.2
VERSION_COMMENT = ""
VERSION_MAJOR = 3
VERSION_MINOR = 2
VERSION_PATCH = 2
VRESTORE = 
VXDUMP = 
VXRESTORE = 
WCHAR_T_SUFFIX = 
WINT_T_SUFFIX = 
XFSDUMP = 
XFSRESTORE = 
XGETTEXT = /usr/bin/xgettext
XGETTEXT_015 = /usr/bin/xgettext
XSLREL = 
XSLTPROC = 
XSLTPROC_FLAGS = 
YACC = bison -y
YFLAGS = 
_libcurl_config = 
abs_builddir = /build/src/amanda-3.2.2/example
abs_srcdir = /build/src/amanda-3.2.2/example
abs_top_builddir = /build/src/amanda-3.2.2
abs_top_srcdir = /build/src/amanda-3.2.2
ac_ct_CC = gcc
ac_ct_DUMPBIN = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
amdatadir = /usr/share/amanda
amincludedir = /usr/include/amanda
amlibdir = /usr/lib/amanda
amlibexecdir = /usr/libexec/amanda
amperldir = /usr/share/perl5/site_perl
bindir = /usr/bin
build = i686-pc-linux-gnu
build_alias = 
build_cpu = i686
build_os = linux-gnu
build_vendor = pc
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE}
dvidir = ${docdir}
exec_prefix = ${prefix}
gl_LIBOBJS =  asnprintf.o fsusage.o physmem.o printf-args.o printf-parse.o safe-read.o safe-write.o tempname.o vasnprintf.o
gl_LTLIBOBJS =  asnprintf.lo fsusage.lo physmem.lo printf-args.lo printf-parse.lo safe-read.lo safe-write.lo tempname.lo vasnprintf.lo
gltests_LIBOBJS = 
gltests_LTLIBOBJS = 
gltests_WITNESS = IN_AMANDA_GNULIB_TESTS
host = i686-pc-linux-gnu
host_alias = 
host_cpu = i686
host_os = linux-gnu
host_vendor = pc
htmldir = /srv/http/docs/amanda
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /build/src/amanda-3.2.2/config/install-sh
libdir = ${exec_prefix}/lib
libexecdir = /usr/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
lt_ECHO = echo
mandir = /usr/share/man
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = /usr/sbin
sharedstatedir = ${prefix}/com
srcdir = .
sysconfdir = ${prefix}/etc
target_alias = 
top_build_prefix = ../
top_builddir = ..
top_srcdir = ..
SUFFIXES = 
EXTRA_DIST = $(template_FILE) $(template_in_FILE) \
	$(server_example_FILE) $(server_example_in_FILE) \
	$(client_example_FILE) $(client_example_in_FILE) \
	$(lbltempl_DATA)
BUILT_SOURCES = 
MOSTLYCLEANFILES = 

# config.status leaves config.log files around
CLEANFILES = config.log
DISTCLEANFILES = $(am__append_1) $(template_generated_FILE) \
	$(server_example_generated_FILE) \
	$(client_example_generated_FILE)
MAINTAINERCLEANFILES = 

# sed expression to strip leading directories from a filename; this converts e.g.,
# src/foo/bar.so to bar.so.
strip_leading_dirs = s|^.*/||
#do_file = pa="$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
#    echo "installperm \"$$chown\" \"$$chmod\" \"$$pa\"" >> "$(installperms_sh)"


# define a snippet of the scripts below to either perform a chown/chmod operation,
# or record that operation in the logfile.  On entry to the snippet, $$dest is the
# destination directory, $$cmd is the srcdir-relative pathname of the target file,
# $$chown is the ownership, and $$chmod is the permission pattern.
do_file = pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
    if test -n "$$chown"; then \
	echo chown "$$chown" "$$pa"; \
	chown "$$chown" "$$pa" || exit 1; \
    fi; \
    if test -n "$$chmod"; then \
	echo chmod "$$chmod" "$$pa"; \
	chmod "$$chmod" "$$pa" || exit 1; \
    fi 

#installperms_sh = "$(top_builddir)/installperms.sh"
do_installperms = dest=; chown=; chmod=; \
	for cmd in $$installperms; do \
	    case "$$cmd" in \
		chown=amanda:setuid) \
		    echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
		chown=root:setuid) \
		    echo "  ($$cmd)"; chown="root:$(SETUID_GROUP)";; \
		dest=*|chown=*|chmod=*) \
			echo "  ($$cmd)"; eval $$cmd;; \
	    	*) $(do_file) ;; \
	    esac; \
	done

amanda_dir = $(amdatadir)
templatedir = $(amanda_dir)/template.d
server_exampledir = $(amanda_dir)/example
client_exampledir = $(amanda_dir)/example
lbltempldir = $(amanda_dir)/example/label-templates
template_in_FILE = \
		template.d/advanced.conf.in \
		template.d/amanda-harddisk.conf.in \
		template.d/amanda-single-tape.conf.in \
		template.d/amanda-tape-changer.conf.in \
		template.d/amanda-S3.conf.in

template_FILE = \
		template.d/dumptypes \
		template.d/tapetypes \
		template.d/README   \
		template.d/chg-manual.conf   

template_generated_FILE = $(template_in_FILE:%.in=%)
template_DATA = $(template_FILE) $(template_generated_FILE)
server_example_in_FILE = \
		amanda.conf.in \
		inetd.conf.amandaserver.in \
		xinetd.amandaserver.in

server_example_FILE = \
		chg-multi.conf \
		chg-scsi.conf \
		disklist

server_example_generated_FILE = $(server_example_in_FILE:%.in=%)
server_example_DATA = $(server_example_FILE) $(server_example_generated_FILE)
client_example_in_FILE = \
		amanda-client.conf.in \
		amanda-client-postgresql.conf.in \
		inetd.conf.amandaclient.in \
		xinetd.amandaclient.in

client_example_FILE = 
client_example_generated_FILE = $(client_example_in_FILE:%.in=%)
client_example_DATA = $(client_example_FILE) $(client_example_generated_FILE)
lbltempl_DATA = DLT.ps \
                EXB-8500.ps \
                HP-DAT.ps \
                8.5x11.ps \
                3hole.ps \
		DLT-A4.ps \
                DIN-A4.ps 

all: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) all-am

.SUFFIXES:
.SUFFIXES: 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/installperms.am $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu example/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --gnu example/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
$(am__aclocal_m4_deps):

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs
install-client_exampleDATA: $(client_example_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(client_exampledir)" || $(MKDIR_P) "$(DESTDIR)$(client_exampledir)"
	@list='$(client_example_DATA)'; test -n "$(client_exampledir)" || list=; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(client_exampledir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(client_exampledir)" || exit $$?; \
	done

uninstall-client_exampleDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(client_example_DATA)'; test -n "$(client_exampledir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	test -n "$$files" || exit 0; \
	echo " ( cd '$(DESTDIR)$(client_exampledir)' && rm -f" $$files ")"; \
	cd "$(DESTDIR)$(client_exampledir)" && rm -f $$files
install-lbltemplDATA: $(lbltempl_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(lbltempldir)" || $(MKDIR_P) "$(DESTDIR)$(lbltempldir)"
	@list='$(lbltempl_DATA)'; test -n "$(lbltempldir)" || list=; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lbltempldir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(lbltempldir)" || exit $$?; \
	done

uninstall-lbltemplDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(lbltempl_DATA)'; test -n "$(lbltempldir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	test -n "$$files" || exit 0; \
	echo " ( cd '$(DESTDIR)$(lbltempldir)' && rm -f" $$files ")"; \
	cd "$(DESTDIR)$(lbltempldir)" && rm -f $$files
install-server_exampleDATA: $(server_example_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(server_exampledir)" || $(MKDIR_P) "$(DESTDIR)$(server_exampledir)"
	@list='$(server_example_DATA)'; test -n "$(server_exampledir)" || list=; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(server_exampledir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(server_exampledir)" || exit $$?; \
	done

uninstall-server_exampleDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(server_example_DATA)'; test -n "$(server_exampledir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	test -n "$$files" || exit 0; \
	echo " ( cd '$(DESTDIR)$(server_exampledir)' && rm -f" $$files ")"; \
	cd "$(DESTDIR)$(server_exampledir)" && rm -f $$files
install-templateDATA: $(template_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(templatedir)" || $(MKDIR_P) "$(DESTDIR)$(templatedir)"
	@list='$(template_DATA)'; test -n "$(templatedir)" || list=; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatedir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(templatedir)" || exit $$?; \
	done

uninstall-templateDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(template_DATA)'; test -n "$(templatedir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	test -n "$$files" || exit 0; \
	echo " ( cd '$(DESTDIR)$(templatedir)' && rm -f" $$files ")"; \
	cd "$(DESTDIR)$(templatedir)" && rm -f $$files
tags: TAGS
TAGS:

ctags: CTAGS
CTAGS:


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 "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) check-am
all-am: Makefile $(DATA)
installdirs:
	for dir in "$(DESTDIR)$(client_exampledir)" "$(DESTDIR)$(lbltempldir)" "$(DESTDIR)$(server_exampledir)" "$(DESTDIR)$(templatedir)"; 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 . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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)
clean: clean-am

clean-am: clean-generic clean-libtool mostlyclean-am

distclean: distclean-am
	-rm -f Makefile
distclean-am: clean-am distclean-generic

dvi: dvi-am

dvi-am:

html: html-am

html-am:

info: info-am

info-am:

install-data-am: install-client_exampleDATA install-lbltemplDATA \
	install-server_exampleDATA install-templateDATA
	@$(NORMAL_INSTALL)
	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
install-dvi: install-dvi-am

install-dvi-am:

install-exec-am:
	@$(NORMAL_INSTALL)
	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-html: install-html-am

install-html-am:

install-info: install-info-am

install-info-am:

install-man:

install-pdf: install-pdf-am

install-pdf-am:

install-ps: install-ps-am

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-generic mostlyclean-libtool

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-client_exampleDATA uninstall-lbltemplDATA \
	uninstall-server_exampleDATA uninstall-templateDATA

.MAKE: all check install install-am install-data-am install-exec-am \
	install-strip

.PHONY: all all-am check check-am clean clean-generic clean-libtool \
	distclean distclean-generic distclean-libtool distdir dvi \
	dvi-am html html-am info info-am install install-am \
	install-client_exampleDATA install-data install-data-am \
	install-data-hook install-dvi install-dvi-am install-exec \
	install-exec-am install-exec-hook install-html install-html-am \
	install-info install-info-am install-lbltemplDATA install-man \
	install-pdf install-pdf-am install-ps install-ps-am \
	install-server_exampleDATA install-strip install-templateDATA \
	installcheck installcheck-am installdirs maintainer-clean \
	maintainer-clean-generic mostlyclean mostlyclean-generic \
	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
	uninstall-client_exampleDATA uninstall-lbltemplDATA \
	uninstall-server_exampleDATA uninstall-templateDATA


installperms-exec:
	@installperms="$(INSTALLPERMS_exec)"; \
	test -n "$$installperms" && echo "Setting installation permissions on executables"; \
	$(do_installperms)

installperms-data:
	@installperms="$(INSTALLPERMS_data)"; \
	test -n "$$installperms" && echo "Setting installation permissions on data"; \
	$(do_installperms)

install-exec-hook: installperms-exec
install-data-hook: installperms-data

# define a rule to initialize the installperms manifest file
installperms-init:
#installperms-init:
#	rm -f "$(installperms_sh)"

# build foo from foo.in where necessary
%: %.in $(top_builddir)/config.status
	$(top_builddir)/config.status --file=$@:$<

# 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:
