# Makefile.in generated by automake 1.10.1 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  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) 2005-2008 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., 465 S Mathlida Ave, Suite 300
# Sunnyvale, CA 94086, 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
#
# 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=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
pkglibdir = $(libdir)/amanda
pkgincludedir = $(includedir)/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
target_triplet = i686-pc-linux-gnu
DIST_COMMON = $(dist_example_DATA) $(dist_lbltempl_DATA) \
	$(dist_template_DATA) $(srcdir)/Makefile.am \
	$(srcdir)/Makefile.in $(srcdir)/amanda-client.conf.in \
	$(srcdir)/amanda.conf.in $(srcdir)/chg-mcutil.conf.in \
	$(srcdir)/inetd.conf.amandaclient.in \
	$(srcdir)/inetd.conf.amandaserver.in \
	$(srcdir)/xinetd.amandaclient.in \
	$(srcdir)/xinetd.amandaserver.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/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/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/shmem.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/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/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/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/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/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.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 = amanda-client.conf amanda.conf \
	xinetd.amandaclient xinetd.amandaserver \
	inetd.conf.amandaclient inetd.conf.amandaserver \
	chg-mcutil.conf
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 = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(lbltempldir)" \
	"$(DESTDIR)$(templatedir)"
dist_exampleDATA_INSTALL = $(INSTALL_DATA)
dist_lbltemplDATA_INSTALL = $(INSTALL_DATA)
dist_templateDATA_INSTALL = $(INSTALL_DATA)
DATA = $(dist_example_DATA) $(dist_lbltempl_DATA) \
	$(dist_template_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/config/missing --run aclocal-1.10
AIX_BACKUP = 
ALLOCA = 
ALLOCA_H = alloca.h
AMANDA_DBGDIR = /tmp/amanda
AMANDA_DEBUG_DAYS = 4
AMANDA_STATIC_LDFLAGS = 
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} /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/config/missing --run tar
APPLICATION_DIR = /usr/libexec/amanda/application
AR = /usr/bin/ar
ARPA_INET_H = 
ASSERTIONS = 
AUTOCONF = ${SHELL} /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/config/missing --run autoconf
AUTOHEADER = ${SHELL} /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/config/missing --run autoheader
AUTOMAKE = ${SHELL} /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/config/missing --run automake-1.10
AWK = gawk
BASH = /bin/sh
BINARY_OWNER = amanda
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
CFLAG_VISIBILITY = -fvisibility=hidden
CHECK_USERID = 1
CHIO = chio
CHS = chs
CLIENT_HOST_INSTANCE = HOSTNAME_INSTANCE
CLIENT_HOST_KEY_FILE = KEYFILE
CLIENT_HOST_PRINCIPAL = rcmd
CLIENT_LOGIN = amanda
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  
CURL_CONFIG = 
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -march=i686 -mtune=generic -O2 -pipe
CYGPATH_W = echo
DD = /bin/dd
DEFAULT_AMANDATES_FILE = /usr/var/amanda/amandates
DEFAULT_CHANGER_DEVICE = /dev/null
DEFAULT_CONFIG = DailySet1
DEFAULT_MAILER = /usr/bin/mail
DEFAULT_SERVER = phil-desktop
DEFAULT_TAPE_DEVICE = 
DEFAULT_TAPE_SERVER = phil-desktop
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DOC_BUILD_DATE = 
DUMP = 
DUMP_RETURNS_1 = 
ECHO = echo
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /bin/grep -E
EOVERFLOW = 
EXAMPLE_TAPEDEV = tape:/dev/YOUR-TAPE-DEVICE-HERE
EXEEXT = 
F77 = gfortran
FFLAGS = -g -O2
FLOAT_H = 
GETCONF = /usr/bin/getconf
GETOPT_H = 
GETTEXT = /usr/bin/gettext
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_CALLOC_POSIX = 0
GNULIB_CHOWN = 0
GNULIB_DUP2 = 0
GNULIB_ENVIRON = 0
GNULIB_FCHDIR = 0
GNULIB_FFLUSH = 0
GNULIB_FOPEN = 0
GNULIB_FPRINTF_POSIX = 0
GNULIB_FREOPEN = 0
GNULIB_FSEEK = 0
GNULIB_FSEEKO = 0
GNULIB_FTELL = 0
GNULIB_FTELLO = 0
GNULIB_FTRUNCATE = 0
GNULIB_GETCWD = 0
GNULIB_GETDELIM = 0
GNULIB_GETLINE = 0
GNULIB_GETLOGIN_R = 0
GNULIB_GETPAGESIZE = 0
GNULIB_GETSUBOPT = 0
GNULIB_LCHOWN = 0
GNULIB_LSEEK = 0
GNULIB_MALLOC_POSIX = 1
GNULIB_MBSCASECMP = 0
GNULIB_MBSCASESTR = 0
GNULIB_MBSCHR = 0
GNULIB_MBSCSPN = 0
GNULIB_MBSLEN = 0
GNULIB_MBSNCASECMP = 0
GNULIB_MBSNLEN = 0
GNULIB_MBSPBRK = 0
GNULIB_MBSPCASECMP = 0
GNULIB_MBSRCHR = 0
GNULIB_MBSSEP = 0
GNULIB_MBSSPN = 0
GNULIB_MBSSTR = 0
GNULIB_MBSTOK_R = 0
GNULIB_MEMMEM = 0
GNULIB_MEMPCPY = 0
GNULIB_MEMRCHR = 0
GNULIB_MKDTEMP = 1
GNULIB_MKSTEMP = 0
GNULIB_PRINTF_POSIX = 0
GNULIB_PUTENV = 0
GNULIB_READLINK = 0
GNULIB_REALLOC_POSIX = 0
GNULIB_SETENV = 0
GNULIB_SLEEP = 0
GNULIB_SNPRINTF = 1
GNULIB_SPRINTF_POSIX = 0
GNULIB_STPCPY = 0
GNULIB_STPNCPY = 0
GNULIB_STRCASESTR = 0
GNULIB_STRCHRNUL = 0
GNULIB_STRDUP = 1
GNULIB_STRERROR = 0
GNULIB_STRNDUP = 0
GNULIB_STRNLEN = 0
GNULIB_STRPBRK = 0
GNULIB_STRSEP = 0
GNULIB_STRSIGNAL = 0
GNULIB_STRSTR = 0
GNULIB_STRTOK_R = 0
GNULIB_UNSETENV = 0
GNULIB_VASPRINTF = 0
GNULIB_VFPRINTF_POSIX = 0
GNULIB_VPRINTF_POSIX = 0
GNULIB_VSNPRINTF = 0
GNULIB_VSPRINTF_POSIX = 0
GNULIB_WCWIDTH = 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_CALLOC_POSIX = 1
HAVE_DECL_ENVIRON = 1
HAVE_DECL_GETDELIM = 1
HAVE_DECL_GETLINE = 1
HAVE_DECL_GETLOGIN_R = 1
HAVE_DECL_MEMMEM = 1
HAVE_DECL_MEMRCHR = 1
HAVE_DECL_MKDIR = 1
HAVE_DECL_SNPRINTF = 1
HAVE_DECL_STRDUP = 1
HAVE_DECL_STRERROR = 1
HAVE_DECL_STRNDUP = 1
HAVE_DECL_STRNLEN = 1
HAVE_DECL_STRSIGNAL = 1
HAVE_DECL_STRTOK_R = 1
HAVE_DECL_VSNPRINTF = 1
HAVE_DECL_WCWIDTH = 1
HAVE_DUP2 = 1
HAVE_FSEEKO = 1
HAVE_FTELLO = 1
HAVE_FTRUNCATE = 1
HAVE_GETPAGESIZE = 1
HAVE_GETSUBOPT = 1
HAVE_GZIP = 1
HAVE_INTTYPES_H = 1
HAVE_IO_H = 0
HAVE_LONG_LONG_INT = 1
HAVE_LSTAT = 1
HAVE_MALLOC_POSIX = 1
HAVE_MEMPCPY = 1
HAVE_MKDTEMP = 1
HAVE_NETINET_IN_H = 
HAVE_OS_H = 0
HAVE_READLINK = 1
HAVE_REALLOC_POSIX = 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_STRNDUP = 1
HAVE_STRPBRK = 1
HAVE_STRSEP = 1
HAVE_STRUCT_TIMEVAL = 1
HAVE_SYS_BITYPES_H = 
HAVE_SYS_INTTYPES_H = 
HAVE_SYS_PARAM_H = 0
HAVE_SYS_SOCKET_H = 
HAVE_SYS_TIME_H = 1
HAVE_SYS_TYPES_H = 1
HAVE_UNISTD_H = 1
HAVE_UNSETENV = 1
HAVE_UNSIGNED_LONG_LONG_INT = 1
HAVE_VASPRINTF = 1
HAVE_VISIBILITY = 1
HAVE_WCHAR_H = 1
HAVE_WINSOCK2_H = 
HAVE_WS2TCPIP_H = 
HAVE__BOOL = 1
INCLUDE_NEXT = include_next
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 = 
KRB4_SECURITY = no
KRB5_SECURITY = no
LDFLAGS = -Wl,--hash-style=gnu -Wl,--as-needed 
LEX = flex
LEXLIB = -lfl
LEX_OUTPUT_ROOT = lex.yy
LIBCURL = -lcurl -Wl,--hash-style=gnu -Wl,--as-needed -lssl -lcrypto -lrt -lssl -lcrypto -ldl -lz -lz
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 -lcurl -Wl,--hash-style=gnu -Wl,--as-needed -lssl -lcrypto -lrt -lssl -lcrypto -ldl -lz -lz  
LIBTHREAD = 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = config/ltmain.sh
LN_S = ln -s
LOCKING = LNLOCK
LOW_TCPPORTRANGE = unlimited
LTLIBICONV = -liconv
LTLIBINTL = 
LTLIBMULTITHREAD = -lpthread
LTLIBOBJS = 
LTLIBPTH = 
LTLIBTHREAD = 
MAILER = /usr/bin/mail
MAKEINFO = ${SHELL} /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/config/missing --run makeinfo
MCUTIL = mcutil
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_FLOAT_H = 
NEXT_NETINET_IN_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 = 
NEXT_SYS_STAT_H = <sys/stat.h>
NEXT_SYS_TIME_H = <sys/time.h>
NEXT_UNISTD_H = <unistd.h>
NEXT_WCHAR_H = <wchar.h>
OBJEXT = o
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
PRINT = /usr/bin/lpr
PS = /bin/ps
PS_ARGUMENT = -eo pid,ppid,command
PTRDIFF_T_SUFFIX = 
RANLIB = ranlib
READLINE_LIBS = -lreadline -lcurses
REPLACE_CHOWN = 0
REPLACE_FCHDIR = 0
REPLACE_FFLUSH = 0
REPLACE_FOPEN = 0
REPLACE_FPRINTF = 0
REPLACE_FREOPEN = 0
REPLACE_FSEEK = 0
REPLACE_FSEEKO = 0
REPLACE_FTELL = 0
REPLACE_FTELLO = 0
REPLACE_GETCWD = 0
REPLACE_GETLINE = 0
REPLACE_GETPAGESIZE = 0
REPLACE_GETTIMEOFDAY = 0
REPLACE_LCHOWN = 0
REPLACE_LSEEK = 0
REPLACE_MEMMEM = 0
REPLACE_MKSTEMP = 0
REPLACE_PRINTF = 0
REPLACE_PUTENV = 0
REPLACE_SNPRINTF = 0
REPLACE_SPRINTF = 0
REPLACE_STRCASESTR = 0
REPLACE_STRERROR = 0
REPLACE_STRSIGNAL = 0
REPLACE_STRSTR = 0
REPLACE_VASPRINTF = 0
REPLACE_VFPRINTF = 0
REPLACE_VPRINTF = 0
REPLACE_VSNPRINTF = 0
REPLACE_VSPRINTF = 0
REPLACE_WCWIDTH = 0
RESTORE = 
RSH_SECURITY = no
SAMBA_CLIENT = /usr/bin/smbclient
SERVER_HOST_INSTANCE = amanda
SERVER_HOST_KEY_FILE = /.amanda
SERVER_HOST_PRINCIPAL = amanda
SERVICE_SUFFIX = 
SETUID_GROUP = amanda
SET_MAKE = 
SHELL = /bin/sh
SIG_ATOMIC_T_SUFFIX = 
SIZE_T_SUFFIX = 
SNAPSHOT_STAMP = 
SORT = /usr/bin/sort
SSH = /usr/bin/ssh
SSH_SECURITY = yes
STDBOOL_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_SOCKET_H = 
SYS_STAT_H = sys/stat.h
SYS_TIME_H = 
TCPPORTRANGE = unlimited
TICKET_LIFETIME = 128
UDPPORTRANGE = unlimited
UNCOMPRESS_OPT = -dc
UNCOMPRESS_PATH = /bin/gzip
USE_AMANDAHOSTS = yes
USE_NLS = yes
USE_RUNDUMP = 
USE_VERSION_SUFFIXES = no
VDUMP = 
VERSION = 2.6.1p1
VERSION_COMMENT = "p1"
VERSION_MAJOR = 2
VERSION_MINOR = 6
VERSION_PATCH = 1
VERSION_SUFFIX = 2.6.1p1
VOID_UNSETENV = 0
VRESTORE = 
VXDUMP = 
VXRESTORE = 
WCHAR_H = 
WCHAR_T_SUFFIX = 
WINT_T_SUFFIX = 
XFSDUMP = /usr/sbin/xfsdump
XFSRESTORE = /usr/sbin/xfsrestore
XGETTEXT = /usr/bin/xgettext
XGETTEXT_015 = /usr/bin/xgettext
XSLREL = 
XSLTPROC = 
XSLTPROC_FLAGS = 
YACC = bison -y
YFLAGS = 
_libcurl_config = 
abs_builddir = /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/example
abs_srcdir = /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/example
abs_top_builddir = /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1
abs_top_srcdir = /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_F77 = gfortran
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/5.10.1
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 = 
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) /home/phillips/ArchServer/base.git/amanda/src/amanda-2.6.1p1/config/install-sh
libdir = ${exec_prefix}/lib
libexecdir = /usr/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
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 = i686-pc-linux-gnu
target_alias = 
target_cpu = i686
target_os = linux-gnu
target_vendor = pc
top_build_prefix = ../
top_builddir = ..
top_srcdir = ..
SUFFIXES = 
EXTRA_DIST = chg-multi.conf chg-scsi.conf config.site disklist \
	chg-mcutil.conf
BUILT_SOURCES = 
MOSTLYCLEANFILES = 
CLEANFILES = 
DISTCLEANFILES = $(am__append_1)
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"
amanda_dir = $(amdatadir)
templatedir = $(amanda_dir)/template.d
exampledir = $(amanda_dir)/example
lbltempldir = $(amanda_dir)/example/label-templates
dist_template_DATA = template.d/advanced.conf \
		template.d/amanda-harddisk.conf \
		template.d/amanda-single-tape.conf \
		template.d/amanda-tape-changer.conf \
		template.d/amanda-S3.conf \
		template.d/dumptypes \
		template.d/tapetypes \
		template.d/README   \
		template.d/chg-manual.conf   

dist_example_DATA = amanda.conf \
	       amanda-client.conf \
	       inetd.conf.amandaclient \
	       inetd.conf.amandaserver \
	       xinetd.amandaclient \
	       xinetd.amandaserver 

dist_lbltempl_DATA = DLT.ps \
                EXB-8500.ps \
                HP-DAT.ps \
                8.5x11.ps \
                3hole.ps \
		DLT-A4.ps \
                DIN-A4.ps 

INSTALLPERMS_data = chown=amanda \
	dest=$(templatedir) $(dist_template_DATA) \
	dest=$(exampledir) $(dist_example_DATA) \
	dest=$(libtempldir) $(dist_libtempl_DATA) 

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 \
		&& exit 0; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  example/Makefile'; \
	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
amanda-client.conf: $(top_builddir)/config.status $(srcdir)/amanda-client.conf.in
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
amanda.conf: $(top_builddir)/config.status $(srcdir)/amanda.conf.in
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
xinetd.amandaclient: $(top_builddir)/config.status $(srcdir)/xinetd.amandaclient.in
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
xinetd.amandaserver: $(top_builddir)/config.status $(srcdir)/xinetd.amandaserver.in
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
inetd.conf.amandaclient: $(top_builddir)/config.status $(srcdir)/inetd.conf.amandaclient.in
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
inetd.conf.amandaserver: $(top_builddir)/config.status $(srcdir)/inetd.conf.amandaserver.in
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
chg-mcutil.conf: $(top_builddir)/config.status $(srcdir)/chg-mcutil.conf.in
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs
install-dist_exampleDATA: $(dist_example_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(exampledir)" || $(MKDIR_P) "$(DESTDIR)$(exampledir)"
	@list='$(dist_example_DATA)'; for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  f=$(am__strip_dir) \
	  echo " $(dist_exampleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(exampledir)/$$f'"; \
	  $(dist_exampleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(exampledir)/$$f"; \
	done

uninstall-dist_exampleDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(dist_example_DATA)'; for p in $$list; do \
	  f=$(am__strip_dir) \
	  echo " rm -f '$(DESTDIR)$(exampledir)/$$f'"; \
	  rm -f "$(DESTDIR)$(exampledir)/$$f"; \
	done
install-dist_lbltemplDATA: $(dist_lbltempl_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(lbltempldir)" || $(MKDIR_P) "$(DESTDIR)$(lbltempldir)"
	@list='$(dist_lbltempl_DATA)'; for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  f=$(am__strip_dir) \
	  echo " $(dist_lbltemplDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(lbltempldir)/$$f'"; \
	  $(dist_lbltemplDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(lbltempldir)/$$f"; \
	done

uninstall-dist_lbltemplDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(dist_lbltempl_DATA)'; for p in $$list; do \
	  f=$(am__strip_dir) \
	  echo " rm -f '$(DESTDIR)$(lbltempldir)/$$f'"; \
	  rm -f "$(DESTDIR)$(lbltempldir)/$$f"; \
	done
install-dist_templateDATA: $(dist_template_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(templatedir)" || $(MKDIR_P) "$(DESTDIR)$(templatedir)"
	@list='$(dist_template_DATA)'; for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  f=$(am__strip_dir) \
	  echo " $(dist_templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
	  $(dist_templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
	done

uninstall-dist_templateDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(dist_template_DATA)'; for p in $$list; do \
	  f=$(am__strip_dir) \
	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \
	done
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 $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
	    fi; \
	    cp -pR $$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)$(exampledir)" "$(DESTDIR)$(lbltempldir)" "$(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 -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

info: info-am

info-am:

install-data-am: install-dist_exampleDATA install-dist_lbltemplDATA \
	install-dist_templateDATA
	@$(NORMAL_INSTALL)
	$(MAKE) $(AM_MAKEFLAGS) install-data-hook

install-dvi: install-dvi-am

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

install-html: install-html-am

install-info: install-info-am

install-man:

install-pdf: install-pdf-am

install-ps: 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-dist_exampleDATA uninstall-dist_lbltemplDATA \
	uninstall-dist_templateDATA

.MAKE: 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-data install-data-am install-data-hook \
	install-dist_exampleDATA install-dist_lbltemplDATA \
	install-dist_templateDATA install-dvi install-dvi-am \
	install-exec install-exec-am install-exec-hook install-html \
	install-html-am install-info install-info-am install-man \
	install-pdf install-pdf-am install-ps install-ps-am \
	install-strip installcheck installcheck-am installdirs \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
	uninstall uninstall-am uninstall-dist_exampleDATA \
	uninstall-dist_lbltemplDATA uninstall-dist_templateDATA


installperms-exec:
	@installperms="$(INSTALLPERMS_exec)"; \
	test -n "$$installperms" && echo "Setting installation permissions on executables"; \
	dest=; chown=; chmod=; \
	for cmd in $$installperms; do \
	    case "$$cmd" in \
		chown=amanda) \
			echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
		dest=*|chown=*|chmod=*) \
			echo "  ($$cmd)"; eval $$cmd;; \
	    	*) $(do_file) ;; \
	    esac; \
	done

installperms-data:
	@installperms="$(INSTALLPERMS_data)"; \
	dest=; chown=; chmod=; \
	for cmd in $$installperms; do \
	    case "$$cmd" in \
		chown=amanda) \
			echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
		dest=*|chown=*|chmod=*) \
			echo "  ($$cmd)"; eval $$cmd;; \
		*)  $(do_file) ;; \
	    esac; \
	done

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