Merge branch 'upstream'
[debian/amanda] / example / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile for sample configuration files
18
19 # vim:ft=automake
20 #
21 # Adjust post-install permissions settings.  This rule works off two
22 # specially-formatted variables, INSTALLPERMS_exec and INSTALLPERMS_data. 
23 # Each is a whitespace-separated list of commands, all of which are either
24 # a variable assignment or a filename.  Three variables are available:
25 #
26 #  - dest= sets the destination directory to e.g., $(sbindir)
27 #  - chown= controls changes in ownership; value is first argument to chown
28 #  - chmod= controls changes in permissions; value is first argument to chmod
29 #
30 # As a special case, chown=amanda is taken as equivalent to 
31 # chown=$(BINARY_OWNER):$(SETUID_GROUP), which may otherwise have problems with
32 # whitespace in the user/group names.
33
34 # when a filename is seen, the currently active variables are applied.
35 #
36 # Note that scripts are data, not executables!
37 #
38 # EXAMPLE
39 #
40 # sbin_PROGRAMS = foo bar bing
41 # libexec_PROGRAMS = pro gram
42 # sbin_SCRIPTS = sk ript
43 # INSTALLPERMS_exec = \
44 #       dest=$(sbindir) chown=amanda chmod= \
45 #               foo bar \
46 #       chmod=u+s,o-rwx \
47 #               bing
48 #       dest=$(libexecdir) chmod= \
49 #               $(libexec_PROGRAMS)
50 # INSTALLPERMS_data = \
51 #       dest=$(sbindir) chown=amanda chmod= \
52 #               $(sbin_SCRIPTS)
53 #
54 # This whole operation is not required when making builds for packaging,
55 # and can be disabled with --disable-installperms, via the WANT_INSTALLPERMS
56 # AM_CONDITIONAL.
57
58 VPATH = @srcdir@
59 pkgdatadir = $(datadir)/@PACKAGE@
60 pkglibdir = $(libdir)/@PACKAGE@
61 pkgincludedir = $(includedir)/@PACKAGE@
62 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
63 install_sh_DATA = $(install_sh) -c -m 644
64 install_sh_PROGRAM = $(install_sh) -c
65 install_sh_SCRIPT = $(install_sh) -c
66 INSTALL_HEADER = $(INSTALL_DATA)
67 transform = $(program_transform_name)
68 NORMAL_INSTALL = :
69 PRE_INSTALL = :
70 POST_INSTALL = :
71 NORMAL_UNINSTALL = :
72 PRE_UNINSTALL = :
73 POST_UNINSTALL = :
74 build_triplet = @build@
75 host_triplet = @host@
76 target_triplet = @target@
77 DIST_COMMON = $(dist_example_DATA) $(dist_lbltempl_DATA) \
78         $(dist_template_DATA) $(srcdir)/Makefile.am \
79         $(srcdir)/Makefile.in $(srcdir)/amanda-client.conf.in \
80         $(srcdir)/amanda.conf.in $(srcdir)/chg-mcutil.conf.in \
81         $(top_srcdir)/config/automake/installperms.am
82 subdir = example
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps =  \
85         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
86         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
87         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
88         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
89         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
90         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
91         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
92         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
93         $(top_srcdir)/config/amanda/amplot.m4 \
94         $(top_srcdir)/config/amanda/bsd-security.m4 \
95         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
96         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
97         $(top_srcdir)/config/amanda/changer.m4 \
98         $(top_srcdir)/config/amanda/components.m4 \
99         $(top_srcdir)/config/amanda/compress.m4 \
100         $(top_srcdir)/config/amanda/config.m4 \
101         $(top_srcdir)/config/amanda/debugging.m4 \
102         $(top_srcdir)/config/amanda/defaults.m4 \
103         $(top_srcdir)/config/amanda/devprefix.m4 \
104         $(top_srcdir)/config/amanda/dirs.m4 \
105         $(top_srcdir)/config/amanda/documentation.m4 \
106         $(top_srcdir)/config/amanda/dumpers.m4 \
107         $(top_srcdir)/config/amanda/flags.m4 \
108         $(top_srcdir)/config/amanda/flock.m4 \
109         $(top_srcdir)/config/amanda/funcs.m4 \
110         $(top_srcdir)/config/amanda/getfsent.m4 \
111         $(top_srcdir)/config/amanda/i18n.m4 \
112         $(top_srcdir)/config/amanda/ipv6.m4 \
113         $(top_srcdir)/config/amanda/krb4-security.m4 \
114         $(top_srcdir)/config/amanda/krb5-security.m4 \
115         $(top_srcdir)/config/amanda/lfs.m4 \
116         $(top_srcdir)/config/amanda/libs.m4 \
117         $(top_srcdir)/config/amanda/net.m4 \
118         $(top_srcdir)/config/amanda/progs.m4 \
119         $(top_srcdir)/config/amanda/readdir.m4 \
120         $(top_srcdir)/config/amanda/readline.m4 \
121         $(top_srcdir)/config/amanda/rsh-security.m4 \
122         $(top_srcdir)/config/amanda/s3-device.m4 \
123         $(top_srcdir)/config/amanda/shmem.m4 \
124         $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \
125         $(top_srcdir)/config/amanda/ssh-security.m4 \
126         $(top_srcdir)/config/amanda/summary.m4 \
127         $(top_srcdir)/config/amanda/swig.m4 \
128         $(top_srcdir)/config/amanda/syshacks.m4 \
129         $(top_srcdir)/config/amanda/tape.m4 \
130         $(top_srcdir)/config/amanda/types.m4 \
131         $(top_srcdir)/config/amanda/userid.m4 \
132         $(top_srcdir)/config/amanda/version.m4 \
133         $(top_srcdir)/config/gnulib/alloca.m4 \
134         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
135         $(top_srcdir)/config/gnulib/base64.m4 \
136         $(top_srcdir)/config/gnulib/eoverflow.m4 \
137         $(top_srcdir)/config/gnulib/extensions.m4 \
138         $(top_srcdir)/config/gnulib/float_h.m4 \
139         $(top_srcdir)/config/gnulib/fsusage.m4 \
140         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
141         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
142         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
143         $(top_srcdir)/config/gnulib/include_next.m4 \
144         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
145         $(top_srcdir)/config/gnulib/intmax_t.m4 \
146         $(top_srcdir)/config/gnulib/lock.m4 \
147         $(top_srcdir)/config/gnulib/longlong.m4 \
148         $(top_srcdir)/config/gnulib/malloc.m4 \
149         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
150         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
151         $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
152         $(top_srcdir)/config/gnulib/physmem.m4 \
153         $(top_srcdir)/config/gnulib/safe-read.m4 \
154         $(top_srcdir)/config/gnulib/safe-write.m4 \
155         $(top_srcdir)/config/gnulib/snprintf.m4 \
156         $(top_srcdir)/config/gnulib/socklen.m4 \
157         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
158         $(top_srcdir)/config/gnulib/ssize_t.m4 \
159         $(top_srcdir)/config/gnulib/stdbool.m4 \
160         $(top_srcdir)/config/gnulib/stdint.m4 \
161         $(top_srcdir)/config/gnulib/stdio_h.m4 \
162         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
163         $(top_srcdir)/config/gnulib/strdup.m4 \
164         $(top_srcdir)/config/gnulib/string_h.m4 \
165         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
166         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
167         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
168         $(top_srcdir)/config/gnulib/tempname.m4 \
169         $(top_srcdir)/config/gnulib/ulonglong.m4 \
170         $(top_srcdir)/config/gnulib/unistd_h.m4 \
171         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
172         $(top_srcdir)/config/gnulib/visibility.m4 \
173         $(top_srcdir)/config/gnulib/wchar.m4 \
174         $(top_srcdir)/config/gettext-macros/gettext.m4 \
175         $(top_srcdir)/config/gettext-macros/iconv.m4 \
176         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
177         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
178         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
179         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
180         $(top_srcdir)/config/gettext-macros/longlong.m4 \
181         $(top_srcdir)/config/gettext-macros/nls.m4 \
182         $(top_srcdir)/config/gettext-macros/po.m4 \
183         $(top_srcdir)/config/gettext-macros/progtest.m4 \
184         $(top_srcdir)/config/gettext-macros/size_max.m4 \
185         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
186         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
187         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
188         $(top_srcdir)/config/gettext-macros/xsize.m4 \
189         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
190 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
191         $(ACLOCAL_M4)
192 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
193 CONFIG_HEADER = $(top_builddir)/config/config.h
194 CONFIG_CLEAN_FILES = amanda-client.conf amanda.conf chg-mcutil.conf
195 SOURCES =
196 DIST_SOURCES =
197 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
198 am__vpath_adj = case $$p in \
199     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
200     *) f=$$p;; \
201   esac;
202 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
203 am__installdirs = "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(lbltempldir)" \
204         "$(DESTDIR)$(templatedir)"
205 dist_exampleDATA_INSTALL = $(INSTALL_DATA)
206 dist_lbltemplDATA_INSTALL = $(INSTALL_DATA)
207 dist_templateDATA_INSTALL = $(INSTALL_DATA)
208 DATA = $(dist_example_DATA) $(dist_lbltempl_DATA) \
209         $(dist_template_DATA)
210 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211 ABSOLUTE_STRING_H = @ABSOLUTE_STRING_H@
212 ACLOCAL = @ACLOCAL@
213 ALLOCA = @ALLOCA@
214 ALLOCA_H = @ALLOCA_H@
215 AMANDA_DBGDIR = @AMANDA_DBGDIR@
216 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
217 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
218 AMANDA_TMPDIR = @AMANDA_TMPDIR@
219 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
220 AMLINT = @AMLINT@
221 AMLINTFLAGS = @AMLINTFLAGS@
222 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
223 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
224 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
225 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
226 AMTAR = @AMTAR@
227 AM_CFLAGS = @AM_CFLAGS@
228 AR = @AR@
229 ARPA_INET_H = @ARPA_INET_H@
230 AUTOCONF = @AUTOCONF@
231 AUTOHEADER = @AUTOHEADER@
232 AUTOMAKE = @AUTOMAKE@
233 AWK = @AWK@
234 BASH = @BASH@
235 BINARY_OWNER = @BINARY_OWNER@
236 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
237 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
238 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
239 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
240 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
241 CAT = @CAT@
242 CC = @CC@
243 CCDEPMODE = @CCDEPMODE@
244 CFLAGS = @CFLAGS@
245 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
246 CHIO = @CHIO@
247 CHS = @CHS@
248 CLIENT_LOGIN = @CLIENT_LOGIN@
249 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
250 COMPRESS = @COMPRESS@
251 CONFIG_DIR = @CONFIG_DIR@
252 CPP = @CPP@
253 CPPFLAGS = @CPPFLAGS@
254 CURL_CONFIG = @CURL_CONFIG@
255 CXX = @CXX@
256 CXXCPP = @CXXCPP@
257 CXXDEPMODE = @CXXDEPMODE@
258 CXXFLAGS = @CXXFLAGS@
259 CYGPATH_W = @CYGPATH_W@
260 DD = @DD@
261 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
262 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
263 DEFAULT_CONFIG = @DEFAULT_CONFIG@
264 DEFAULT_SERVER = @DEFAULT_SERVER@
265 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
266 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
267 DEFS = @DEFS@
268 DEPDIR = @DEPDIR@
269 DOC_BUILD_DATE = @DOC_BUILD_DATE@
270 DUMP = @DUMP@
271 DUMPER_DIR = @DUMPER_DIR@
272 ECHO = @ECHO@
273 ECHO_C = @ECHO_C@
274 ECHO_N = @ECHO_N@
275 ECHO_T = @ECHO_T@
276 EGREP = @EGREP@
277 EOVERFLOW = @EOVERFLOW@
278 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
279 EXEEXT = @EXEEXT@
280 F77 = @F77@
281 FFLAGS = @FFLAGS@
282 FLOAT_H = @FLOAT_H@
283 GETCONF = @GETCONF@
284 GETTEXT = @GETTEXT@
285 GLIB_CFLAGS = @GLIB_CFLAGS@
286 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
287 GLIB_LIBS = @GLIB_LIBS@
288 GLIB_MKENUMS = @GLIB_MKENUMS@
289 GMSGFMT = @GMSGFMT@
290 GMSGFMT_015 = @GMSGFMT_015@
291 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
292 GNULIB_CHOWN = @GNULIB_CHOWN@
293 GNULIB_DUP2 = @GNULIB_DUP2@
294 GNULIB_FCHDIR = @GNULIB_FCHDIR@
295 GNULIB_FFLUSH = @GNULIB_FFLUSH@
296 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
297 GNULIB_FSEEK = @GNULIB_FSEEK@
298 GNULIB_FSEEKO = @GNULIB_FSEEKO@
299 GNULIB_FTELL = @GNULIB_FTELL@
300 GNULIB_FTELLO = @GNULIB_FTELLO@
301 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
302 GNULIB_GETCWD = @GNULIB_GETCWD@
303 GNULIB_GETDELIM = @GNULIB_GETDELIM@
304 GNULIB_GETLINE = @GNULIB_GETLINE@
305 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
306 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
307 GNULIB_LCHOWN = @GNULIB_LCHOWN@
308 GNULIB_LSEEK = @GNULIB_LSEEK@
309 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
310 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
311 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
312 GNULIB_MBSCHR = @GNULIB_MBSCHR@
313 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
314 GNULIB_MBSLEN = @GNULIB_MBSLEN@
315 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
316 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
317 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
318 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
319 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
320 GNULIB_MBSSEP = @GNULIB_MBSSEP@
321 GNULIB_MBSSPN = @GNULIB_MBSSPN@
322 GNULIB_MBSSTR = @GNULIB_MBSSTR@
323 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
324 GNULIB_MEMMEM = @GNULIB_MEMMEM@
325 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
326 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
327 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
328 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
329 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
330 GNULIB_READLINK = @GNULIB_READLINK@
331 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
332 GNULIB_SLEEP = @GNULIB_SLEEP@
333 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
334 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
335 GNULIB_STPCPY = @GNULIB_STPCPY@
336 GNULIB_STPNCPY = @GNULIB_STPNCPY@
337 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
338 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
339 GNULIB_STRDUP = @GNULIB_STRDUP@
340 GNULIB_STRNDUP = @GNULIB_STRNDUP@
341 GNULIB_STRNLEN = @GNULIB_STRNLEN@
342 GNULIB_STRPBRK = @GNULIB_STRPBRK@
343 GNULIB_STRSEP = @GNULIB_STRSEP@
344 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
345 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
346 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
347 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
348 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
349 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
350 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
351 GNUPLOT = @GNUPLOT@
352 GNUTAR = @GNUTAR@
353 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
354 GOBJECT_QUERY = @GOBJECT_QUERY@
355 GREP = @GREP@
356 GZIP = @GZIP@
357 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
358 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
359 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
360 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
361 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
362 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
363 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
364 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
365 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
366 HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
367 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
368 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
369 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
370 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
371 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
372 HAVE_DUP2 = @HAVE_DUP2@
373 HAVE_FSEEKO = @HAVE_FSEEKO@
374 HAVE_FTELLO = @HAVE_FTELLO@
375 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
376 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
377 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
378 HAVE_IO_H = @HAVE_IO_H@
379 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
380 HAVE_LSTAT = @HAVE_LSTAT@
381 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
382 HAVE_MEMPCPY = @HAVE_MEMPCPY@
383 HAVE_MKDTEMP = @HAVE_MKDTEMP@
384 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
385 HAVE_READLINK = @HAVE_READLINK@
386 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
387 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
388 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
389 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
390 HAVE_SLEEP = @HAVE_SLEEP@
391 HAVE_STDINT_H = @HAVE_STDINT_H@
392 HAVE_STPCPY = @HAVE_STPCPY@
393 HAVE_STPNCPY = @HAVE_STPNCPY@
394 HAVE_STRCASECMP = @HAVE_STRCASECMP@
395 HAVE_STRCASESTR = @HAVE_STRCASESTR@
396 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
397 HAVE_STRNDUP = @HAVE_STRNDUP@
398 HAVE_STRPBRK = @HAVE_STRPBRK@
399 HAVE_STRSEP = @HAVE_STRSEP@
400 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
401 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
402 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
403 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
404 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
405 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
406 HAVE_UNISTD_H = @HAVE_UNISTD_H@
407 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
408 HAVE_VASPRINTF = @HAVE_VASPRINTF@
409 HAVE_VISIBILITY = @HAVE_VISIBILITY@
410 HAVE_WCHAR_H = @HAVE_WCHAR_H@
411 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
412 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
413 HAVE__BOOL = @HAVE__BOOL@
414 INCLUDE_NEXT = @INCLUDE_NEXT@
415 INSTALL = @INSTALL@
416 INSTALL_DATA = @INSTALL_DATA@
417 INSTALL_PROGRAM = @INSTALL_PROGRAM@
418 INSTALL_SCRIPT = @INSTALL_SCRIPT@
419 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
420 INTLLIBS = @INTLLIBS@
421 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
422 LDFLAGS = @LDFLAGS@
423 LEX = @LEX@
424 LEXLIB = @LEXLIB@
425 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
426 LIBCURL = @LIBCURL@
427 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
428 LIBICONV = @LIBICONV@
429 LIBINTL = @LIBINTL@
430 LIBMULTITHREAD = @LIBMULTITHREAD@
431 LIBOBJS = @LIBOBJS@
432 LIBPTH = @LIBPTH@
433 LIBS = @LIBS@
434 LIBTHREAD = @LIBTHREAD@
435 LIBTOOL = @LIBTOOL@
436 LIBTOOL_DEPS = @LIBTOOL_DEPS@
437 LL_FMT = @LL_FMT@
438 LL_RFMT = @LL_RFMT@
439 LN_S = @LN_S@
440 LTLIBICONV = @LTLIBICONV@
441 LTLIBINTL = @LTLIBINTL@
442 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
443 LTLIBOBJS = @LTLIBOBJS@
444 LTLIBPTH = @LTLIBPTH@
445 LTLIBTHREAD = @LTLIBTHREAD@
446 MAILER = @MAILER@
447 MAKEINFO = @MAKEINFO@
448 MAXTAPEBLOCKSIZE = @MAXTAPEBLOCKSIZE@
449 MCUTIL = @MCUTIL@
450 MKDIR_P = @MKDIR_P@
451 MSGFMT = @MSGFMT@
452 MSGFMT_015 = @MSGFMT_015@
453 MSGMERGE = @MSGMERGE@
454 MT = @MT@
455 MTX = @MTX@
456 MT_FILE_FLAG = @MT_FILE_FLAG@
457 NETINET_IN_H = @NETINET_IN_H@
458 NEXT_FLOAT_H = @NEXT_FLOAT_H@
459 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
460 NEXT_STDINT_H = @NEXT_STDINT_H@
461 NEXT_STDIO_H = @NEXT_STDIO_H@
462 NEXT_STDLIB_H = @NEXT_STDLIB_H@
463 NEXT_STRING_H = @NEXT_STRING_H@
464 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
465 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
466 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
467 NEXT_UNISTD_H = @NEXT_UNISTD_H@
468 NEXT_WCHAR_H = @NEXT_WCHAR_H@
469 OBJEXT = @OBJEXT@
470 PACKAGE = @PACKAGE@
471 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
472 PACKAGE_NAME = @PACKAGE_NAME@
473 PACKAGE_STRING = @PACKAGE_STRING@
474 PACKAGE_TARNAME = @PACKAGE_TARNAME@
475 PACKAGE_VERSION = @PACKAGE_VERSION@
476 PATH_SEPARATOR = @PATH_SEPARATOR@
477 PCAT = @PCAT@
478 PERL = @PERL@
479 PERLEXTLIBS = @PERLEXTLIBS@
480 PERL_INC = @PERL_INC@
481 PKG_CONFIG = @PKG_CONFIG@
482 POSUB = @POSUB@
483 PRINT = @PRINT@
484 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
485 RANLIB = @RANLIB@
486 READLINE_LIBS = @READLINE_LIBS@
487 REPLACE_CHOWN = @REPLACE_CHOWN@
488 REPLACE_FCHDIR = @REPLACE_FCHDIR@
489 REPLACE_FFLUSH = @REPLACE_FFLUSH@
490 REPLACE_FPRINTF = @REPLACE_FPRINTF@
491 REPLACE_FSEEK = @REPLACE_FSEEK@
492 REPLACE_FSEEKO = @REPLACE_FSEEKO@
493 REPLACE_FTELL = @REPLACE_FTELL@
494 REPLACE_FTELLO = @REPLACE_FTELLO@
495 REPLACE_GETCWD = @REPLACE_GETCWD@
496 REPLACE_GETLINE = @REPLACE_GETLINE@
497 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
498 REPLACE_LCHOWN = @REPLACE_LCHOWN@
499 REPLACE_LSEEK = @REPLACE_LSEEK@
500 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
501 REPLACE_PRINTF = @REPLACE_PRINTF@
502 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
503 REPLACE_SPRINTF = @REPLACE_SPRINTF@
504 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
505 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
506 REPLACE_VPRINTF = @REPLACE_VPRINTF@
507 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
508 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
509 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
510 RESTORE = @RESTORE@
511 SAMBA_CLIENT = @SAMBA_CLIENT@
512 SERVICE_SUFFIX = @SERVICE_SUFFIX@
513 SETUID_GROUP = @SETUID_GROUP@
514 SET_MAKE = @SET_MAKE@
515 SHELL = @SHELL@
516 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
517 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
518 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
519 SORT = @SORT@
520 SSH = @SSH@
521 STDBOOL_H = @STDBOOL_H@
522 STDINT_H = @STDINT_H@
523 STRIP = @STRIP@
524 SVN = @SVN@
525 SWIG = @SWIG@
526 SWIG_LIB = @SWIG_LIB@
527 SYS_SOCKET_H = @SYS_SOCKET_H@
528 SYS_STAT_H = @SYS_STAT_H@
529 SYS_TIME_H = @SYS_TIME_H@
530 USE_NLS = @USE_NLS@
531 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
532 VDUMP = @VDUMP@
533 VERSION = @VERSION@
534 VERSION_COMMENT = @VERSION_COMMENT@
535 VERSION_MAJOR = @VERSION_MAJOR@
536 VERSION_MINOR = @VERSION_MINOR@
537 VERSION_PATCH = @VERSION_PATCH@
538 VERSION_SUFFIX = @VERSION_SUFFIX@
539 VRESTORE = @VRESTORE@
540 VXDUMP = @VXDUMP@
541 VXRESTORE = @VXRESTORE@
542 WCHAR_H = @WCHAR_H@
543 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
544 WINT_T_SUFFIX = @WINT_T_SUFFIX@
545 XFSDUMP = @XFSDUMP@
546 XFSRESTORE = @XFSRESTORE@
547 XGETTEXT = @XGETTEXT@
548 XGETTEXT_015 = @XGETTEXT_015@
549 XSLREL = @XSLREL@
550 XSLTPROC = @XSLTPROC@
551 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
552 YACC = @YACC@
553 YFLAGS = @YFLAGS@
554 _libcurl_config = @_libcurl_config@
555 abs_builddir = @abs_builddir@
556 abs_srcdir = @abs_srcdir@
557 abs_top_builddir = @abs_top_builddir@
558 abs_top_srcdir = @abs_top_srcdir@
559 ac_ct_CC = @ac_ct_CC@
560 ac_ct_CXX = @ac_ct_CXX@
561 ac_ct_F77 = @ac_ct_F77@
562 am__include = @am__include@
563 am__leading_dot = @am__leading_dot@
564 am__quote = @am__quote@
565 am__tar = @am__tar@
566 am__untar = @am__untar@
567 amincludedir = @amincludedir@
568 amlibdir = @amlibdir@
569 amlibexecdir = @amlibexecdir@
570 amperldir = @amperldir@
571 bindir = @bindir@
572 build = @build@
573 build_alias = @build_alias@
574 build_cpu = @build_cpu@
575 build_os = @build_os@
576 build_vendor = @build_vendor@
577 builddir = @builddir@
578 datadir = @datadir@
579 datarootdir = @datarootdir@
580 docdir = @docdir@
581 dvidir = @dvidir@
582 exec_prefix = @exec_prefix@
583 gl_LIBOBJS = @gl_LIBOBJS@
584 gl_LTLIBOBJS = @gl_LTLIBOBJS@
585 host = @host@
586 host_alias = @host_alias@
587 host_cpu = @host_cpu@
588 host_os = @host_os@
589 host_vendor = @host_vendor@
590 htmldir = @htmldir@
591 includedir = @includedir@
592 infodir = @infodir@
593 install_sh = @install_sh@
594 libdir = @libdir@
595 libexecdir = @libexecdir@
596 localedir = @localedir@
597 localstatedir = @localstatedir@
598 mandir = @mandir@
599 mkdir_p = @mkdir_p@
600 oldincludedir = @oldincludedir@
601 pdfdir = @pdfdir@
602 prefix = @prefix@
603 program_transform_name = @program_transform_name@
604 psdir = @psdir@
605 sbindir = @sbindir@
606 sharedstatedir = @sharedstatedir@
607 srcdir = @srcdir@
608 sysconfdir = @sysconfdir@
609 target = @target@
610 target_alias = @target_alias@
611 target_cpu = @target_cpu@
612 target_os = @target_os@
613 target_vendor = @target_vendor@
614 top_builddir = @top_builddir@
615 top_srcdir = @top_srcdir@
616
617 # sed expression to strip leading directories from a filename; this converts e.g.,
618 # src/foo/bar.so to bar.so.
619 strip_leading_dirs = s|^.*/||
620 amanda_dir = $(localstatedir)/lib/amanda
621 templatedir = $(amanda_dir)/template.d
622 exampledir = $(amanda_dir)/example
623 lbltempldir = $(amanda_dir)/example/label-templates
624 EXTRA_DIST = chg-multi.conf \
625                 chg-scsi.conf \
626                 config.site \
627                 disklist \
628                 chg-mcutil.conf
629
630 dist_template_DATA = template.d/advanced.conf \
631                 template.d/amanda-harddisk.conf \
632                 template.d/amanda-single-tape.conf \
633                 template.d/amanda-tape-changer.conf \
634                 template.d/amanda-S3.conf \
635                 template.d/dumptypes \
636                 template.d/tapetypes \
637                 template.d/README   \
638                 template.d/chg-manual.conf   
639
640 dist_example_DATA = amanda.conf \
641                amanda-client.conf \
642                inetd.conf.amandaclient \
643                xinetd.amandaclient \
644                xinetd.amandaserver 
645
646 dist_lbltempl_DATA = DLT.ps \
647                 EXB-8500.ps \
648                 HP-DAT.ps \
649                 8.5x11.ps \
650                 3hole.ps \
651                 DLT-A4.ps \
652                 DIN-A4.ps 
653
654 INSTALLPERMS_data = chown=amanda \
655         dest=$(templatedir) $(dist_template_DATA) \
656         dest=$(exampledir) $(dist_example_DATA) \
657         dest=$(libtempldir) $(dist_libtempl_DATA) 
658
659 all: all-am
660
661 .SUFFIXES:
662 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/installperms.am $(am__configure_deps)
663         @for dep in $?; do \
664           case '$(am__configure_deps)' in \
665             *$$dep*) \
666               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
667                 && exit 0; \
668               exit 1;; \
669           esac; \
670         done; \
671         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  example/Makefile'; \
672         cd $(top_srcdir) && \
673           $(AUTOMAKE) --gnu  example/Makefile
674 .PRECIOUS: Makefile
675 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
676         @case '$?' in \
677           *config.status*) \
678             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
679           *) \
680             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
681             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
682         esac;
683
684 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
685         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
686
687 $(top_srcdir)/configure:  $(am__configure_deps)
688         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
689 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
690         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
691 amanda-client.conf: $(top_builddir)/config.status $(srcdir)/amanda-client.conf.in
692         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
693 amanda.conf: $(top_builddir)/config.status $(srcdir)/amanda.conf.in
694         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
695 chg-mcutil.conf: $(top_builddir)/config.status $(srcdir)/chg-mcutil.conf.in
696         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
697 amanda-client.conf: $(top_builddir)/config.status $(srcdir)/amanda-client.conf.in
698         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
699
700 mostlyclean-libtool:
701         -rm -f *.lo
702
703 clean-libtool:
704         -rm -rf .libs _libs
705 install-dist_exampleDATA: $(dist_example_DATA)
706         @$(NORMAL_INSTALL)
707         test -z "$(exampledir)" || $(MKDIR_P) "$(DESTDIR)$(exampledir)"
708         @list='$(dist_example_DATA)'; for p in $$list; do \
709           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
710           f=$(am__strip_dir) \
711           echo " $(dist_exampleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(exampledir)/$$f'"; \
712           $(dist_exampleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(exampledir)/$$f"; \
713         done
714
715 uninstall-dist_exampleDATA:
716         @$(NORMAL_UNINSTALL)
717         @list='$(dist_example_DATA)'; for p in $$list; do \
718           f=$(am__strip_dir) \
719           echo " rm -f '$(DESTDIR)$(exampledir)/$$f'"; \
720           rm -f "$(DESTDIR)$(exampledir)/$$f"; \
721         done
722 install-dist_lbltemplDATA: $(dist_lbltempl_DATA)
723         @$(NORMAL_INSTALL)
724         test -z "$(lbltempldir)" || $(MKDIR_P) "$(DESTDIR)$(lbltempldir)"
725         @list='$(dist_lbltempl_DATA)'; for p in $$list; do \
726           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
727           f=$(am__strip_dir) \
728           echo " $(dist_lbltemplDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(lbltempldir)/$$f'"; \
729           $(dist_lbltemplDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(lbltempldir)/$$f"; \
730         done
731
732 uninstall-dist_lbltemplDATA:
733         @$(NORMAL_UNINSTALL)
734         @list='$(dist_lbltempl_DATA)'; for p in $$list; do \
735           f=$(am__strip_dir) \
736           echo " rm -f '$(DESTDIR)$(lbltempldir)/$$f'"; \
737           rm -f "$(DESTDIR)$(lbltempldir)/$$f"; \
738         done
739 install-dist_templateDATA: $(dist_template_DATA)
740         @$(NORMAL_INSTALL)
741         test -z "$(templatedir)" || $(MKDIR_P) "$(DESTDIR)$(templatedir)"
742         @list='$(dist_template_DATA)'; for p in $$list; do \
743           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
744           f=$(am__strip_dir) \
745           echo " $(dist_templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
746           $(dist_templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
747         done
748
749 uninstall-dist_templateDATA:
750         @$(NORMAL_UNINSTALL)
751         @list='$(dist_template_DATA)'; for p in $$list; do \
752           f=$(am__strip_dir) \
753           echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \
754           rm -f "$(DESTDIR)$(templatedir)/$$f"; \
755         done
756 tags: TAGS
757 TAGS:
758
759 ctags: CTAGS
760 CTAGS:
761
762
763 distdir: $(DISTFILES)
764         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
765         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
766         list='$(DISTFILES)'; \
767           dist_files=`for file in $$list; do echo $$file; done | \
768           sed -e "s|^$$srcdirstrip/||;t" \
769               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
770         case $$dist_files in \
771           */*) $(MKDIR_P) `echo "$$dist_files" | \
772                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
773                            sort -u` ;; \
774         esac; \
775         for file in $$dist_files; do \
776           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
777           if test -d $$d/$$file; then \
778             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
779             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
780               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
781             fi; \
782             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
783           else \
784             test -f $(distdir)/$$file \
785             || cp -p $$d/$$file $(distdir)/$$file \
786             || exit 1; \
787           fi; \
788         done
789 check-am: all-am
790 check: check-am
791 all-am: Makefile $(DATA)
792 installdirs:
793         for dir in "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(lbltempldir)" "$(DESTDIR)$(templatedir)"; do \
794           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
795         done
796 install: install-am
797 install-exec: install-exec-am
798 install-data: install-data-am
799 uninstall: uninstall-am
800
801 install-am: all-am
802         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
803
804 installcheck: installcheck-am
805 install-strip:
806         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
807           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
808           `test -z '$(STRIP)' || \
809             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
810 mostlyclean-generic:
811
812 clean-generic:
813
814 distclean-generic:
815         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
816
817 maintainer-clean-generic:
818         @echo "This command is intended for maintainers to use"
819         @echo "it deletes files that may require special tools to rebuild."
820 @WANT_INSTALLPERMS_FALSE@install-exec-hook:
821 @WANT_INSTALLPERMS_FALSE@install-data-hook:
822 clean: clean-am
823
824 clean-am: clean-generic clean-libtool mostlyclean-am
825
826 distclean: distclean-am
827         -rm -f Makefile
828 distclean-am: clean-am distclean-generic
829
830 dvi: dvi-am
831
832 dvi-am:
833
834 html: html-am
835
836 info: info-am
837
838 info-am:
839
840 install-data-am: install-dist_exampleDATA install-dist_lbltemplDATA \
841         install-dist_templateDATA
842         @$(NORMAL_INSTALL)
843         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
844
845 install-dvi: install-dvi-am
846
847 install-exec-am:
848         @$(NORMAL_INSTALL)
849         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
850
851 install-html: install-html-am
852
853 install-info: install-info-am
854
855 install-man:
856
857 install-pdf: install-pdf-am
858
859 install-ps: install-ps-am
860
861 installcheck-am:
862
863 maintainer-clean: maintainer-clean-am
864         -rm -f Makefile
865 maintainer-clean-am: distclean-am maintainer-clean-generic
866
867 mostlyclean: mostlyclean-am
868
869 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
870
871 pdf: pdf-am
872
873 pdf-am:
874
875 ps: ps-am
876
877 ps-am:
878
879 uninstall-am: uninstall-dist_exampleDATA uninstall-dist_lbltemplDATA \
880         uninstall-dist_templateDATA
881
882 .MAKE: install-am install-data-am install-exec-am install-strip
883
884 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
885         distclean distclean-generic distclean-libtool distdir dvi \
886         dvi-am html html-am info info-am install install-am \
887         install-data install-data-am install-data-hook \
888         install-dist_exampleDATA install-dist_lbltemplDATA \
889         install-dist_templateDATA install-dvi install-dvi-am \
890         install-exec install-exec-am install-exec-hook install-html \
891         install-html-am install-info install-info-am install-man \
892         install-pdf install-pdf-am install-ps install-ps-am \
893         install-strip installcheck installcheck-am installdirs \
894         maintainer-clean maintainer-clean-generic mostlyclean \
895         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
896         uninstall uninstall-am uninstall-dist_exampleDATA \
897         uninstall-dist_lbltemplDATA uninstall-dist_templateDATA
898
899
900 @WANT_INSTALLPERMS_TRUE@installperms-exec:
901 @WANT_INSTALLPERMS_TRUE@        @installperms="$(INSTALLPERMS_exec)"; \
902 @WANT_INSTALLPERMS_TRUE@        test -n "$$installperms" && echo "Setting installation permissions on executables"; \
903 @WANT_INSTALLPERMS_TRUE@        dest=; chown=; chmod=; \
904 @WANT_INSTALLPERMS_TRUE@        for cmd in $$installperms; do \
905 @WANT_INSTALLPERMS_TRUE@            case "$$cmd" in \
906 @WANT_INSTALLPERMS_TRUE@                chown=amanda) \
907 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
908 @WANT_INSTALLPERMS_TRUE@                dest=*|chown=*|chmod=*) \
909 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; eval $$cmd;; \
910 @WANT_INSTALLPERMS_TRUE@                *)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
911 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chown"; then \
912 @WANT_INSTALLPERMS_TRUE@                        echo chown "$$chown" "$$pa"; \
913 @WANT_INSTALLPERMS_TRUE@                        chown "$$chown" "$$pa" || exit 1; \
914 @WANT_INSTALLPERMS_TRUE@                    fi; \
915 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chmod"; then \
916 @WANT_INSTALLPERMS_TRUE@                        echo chmod "$$chmod" "$$pa"; \
917 @WANT_INSTALLPERMS_TRUE@                        chmod "$$chmod" "$$pa" || exit 1; \
918 @WANT_INSTALLPERMS_TRUE@                    fi; \
919 @WANT_INSTALLPERMS_TRUE@            esac; \
920 @WANT_INSTALLPERMS_TRUE@        done
921
922 @WANT_INSTALLPERMS_TRUE@installperms-data:
923 @WANT_INSTALLPERMS_TRUE@        @installperms="$(INSTALLPERMS_data)"; \
924 @WANT_INSTALLPERMS_TRUE@        test -n "$$installperms" && echo "Setting installation permissions on data"; \
925 @WANT_INSTALLPERMS_TRUE@        dest=; chown=; chmod=; \
926 @WANT_INSTALLPERMS_TRUE@        for cmd in $$installperms; do \
927 @WANT_INSTALLPERMS_TRUE@            case "$$cmd" in \
928 @WANT_INSTALLPERMS_TRUE@                chown=amanda) \
929 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
930 @WANT_INSTALLPERMS_TRUE@                dest=*|chown=*|chmod=*) \
931 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; eval $$cmd;; \
932 @WANT_INSTALLPERMS_TRUE@                *)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
933 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chown"; then \
934 @WANT_INSTALLPERMS_TRUE@                        echo chown "$$chown" "$$pa"; \
935 @WANT_INSTALLPERMS_TRUE@                        chown "$$chown" "$$pa" || exit 1; \
936 @WANT_INSTALLPERMS_TRUE@                    fi; \
937 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chmod"; then \
938 @WANT_INSTALLPERMS_TRUE@                        echo chmod "$$chmod" "$$pa"; \
939 @WANT_INSTALLPERMS_TRUE@                        chmod "$$chmod" "$$pa" || exit 1; \
940 @WANT_INSTALLPERMS_TRUE@                    fi; \
941 @WANT_INSTALLPERMS_TRUE@            esac; \
942 @WANT_INSTALLPERMS_TRUE@        done
943
944 @WANT_INSTALLPERMS_TRUE@install-exec-hook: installperms-exec
945 @WANT_INSTALLPERMS_TRUE@install-data-hook: installperms-data
946 # Tell versions [3.59,3.63) of GNU make to not export all variables.
947 # Otherwise a system limit (for SysV at least) may be exceeded.
948 .NOEXPORT: