Imported Upstream version 2.6.1
[debian/amanda] / amandad-src / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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 Amanda client programs.
18
19 # vim:ft=automake
20 # Copyright (c) 2005-2008 Zmanda Inc.  All Rights Reserved.
21
22 # This library is free software; you can redistribute it and/or modify it
23 # under the terms of the GNU Lesser General Public License version 2.1 as 
24 # published by the Free Software Foundation.
25
26 # This library is distributed in the hope that it will be useful, but
27 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
28 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
29 # License for more details.
30
31 # You should have received a copy of the GNU Lesser General Public License
32 # along with this library; if not, write to the Free Software Foundation,
33 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
34
35 # Contact information: Zmanda Inc., 465 S Mathlida Ave, Suite 300
36 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com
37
38 # simple include file to pre-define variables which are then +='d by other
39 # scripts in this directory.
40
41 # vim:ft=automake
42 #
43 # Adjust post-install permissions settings.  This rule works off two
44 # specially-formatted variables, INSTALLPERMS_exec and INSTALLPERMS_data. 
45 # Each is a whitespace-separated list of commands, all of which are either
46 # a variable assignment or a filename.  Three variables are available:
47 #
48 #  - dest= sets the destination directory to e.g., $(sbindir)
49 #  - chown= controls changes in ownership; value is first argument to chown
50 #  - chmod= controls changes in permissions; value is first argument to chmod
51 #
52 # As a special case, chown=amanda is taken as equivalent to 
53 # chown=$(BINARY_OWNER):$(SETUID_GROUP), which may otherwise have problems with
54 # whitespace in the user/group names.
55
56 # when a filename is seen, the currently active variables are applied.
57 #
58 # Note that scripts are data, not executables!
59 #
60 # EXAMPLE
61 #
62 # sbin_PROGRAMS = foo bar bing
63 # libexec_PROGRAMS = pro gram
64 # sbin_SCRIPTS = sk ript
65 # INSTALLPERMS_exec = \
66 #       dest=$(sbindir) chown=amanda chmod= \
67 #               foo bar \
68 #       chmod=07450 \
69 #               bing
70 #       dest=$(libexecdir) chmod= \
71 #               $(libexec_PROGRAMS)
72 # INSTALLPERMS_data = \
73 #       dest=$(sbindir) chown=amanda chmod= \
74 #               $(sbin_SCRIPTS)
75 #
76 # This whole operation is not required when making builds for packaging,
77 # and can be disabled with --disable-installperms, via the WANT_INSTALLPERMS
78 # AM_CONDITIONAL.  When disabled, the file 'installperms.sh' in the top-level
79 # build directory is populated with a format suitable for shell interpretation,
80 # with lines like this:
81 #   installperm "amanda:disk" "04750" "/usr/local/sbin/bing"
82 # the arguments being, respectively, owner:group, mode, and filename.  There will
83 # be exactly one line for each file which has specific permissions.  The intention
84 # is that this file be used by packaging scripts to set correct permissions at install
85 # time.  Note that files which have no special permissions requirements do not appear 
86 # in this file at all, due to limitations of Automake.
87
88 # vim:ft=automake
89
90
91
92 VPATH = @srcdir@
93 pkgdatadir = $(datadir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkgincludedir = $(includedir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 target_triplet = @target@
111 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
112         $(srcdir)/Makefile.in \
113         $(top_srcdir)/config/automake/installperms.am \
114         $(top_srcdir)/config/automake/precompile.am \
115         $(top_srcdir)/config/automake/vars.am
116 @WANT_INSTALLPERMS_FALSE@am__append_1 = $(installperms_sh)
117 amlibexec_PROGRAMS = amandad$(EXEEXT)
118 subdir = amandad-src
119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120 am__aclocal_m4_deps =  \
121         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
122         $(top_srcdir)/config/macro-archive/ac_perl_module_version.m4 \
123         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
124         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
125         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
126         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
127         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
128         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
129         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
130         $(top_srcdir)/config/amanda/amplot.m4 \
131         $(top_srcdir)/config/amanda/bsd-security.m4 \
132         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
133         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
134         $(top_srcdir)/config/amanda/changer.m4 \
135         $(top_srcdir)/config/amanda/components.m4 \
136         $(top_srcdir)/config/amanda/compress.m4 \
137         $(top_srcdir)/config/amanda/config.m4 \
138         $(top_srcdir)/config/amanda/debugging.m4 \
139         $(top_srcdir)/config/amanda/defaults.m4 \
140         $(top_srcdir)/config/amanda/devprefix.m4 \
141         $(top_srcdir)/config/amanda/dirs.m4 \
142         $(top_srcdir)/config/amanda/documentation.m4 \
143         $(top_srcdir)/config/amanda/dumpers.m4 \
144         $(top_srcdir)/config/amanda/flags.m4 \
145         $(top_srcdir)/config/amanda/flock.m4 \
146         $(top_srcdir)/config/amanda/funcs.m4 \
147         $(top_srcdir)/config/amanda/getfsent.m4 \
148         $(top_srcdir)/config/amanda/i18n.m4 \
149         $(top_srcdir)/config/amanda/ipv6.m4 \
150         $(top_srcdir)/config/amanda/krb4-security.m4 \
151         $(top_srcdir)/config/amanda/krb5-security.m4 \
152         $(top_srcdir)/config/amanda/lfs.m4 \
153         $(top_srcdir)/config/amanda/libs.m4 \
154         $(top_srcdir)/config/amanda/net.m4 \
155         $(top_srcdir)/config/amanda/progs.m4 \
156         $(top_srcdir)/config/amanda/ps.m4 \
157         $(top_srcdir)/config/amanda/readdir.m4 \
158         $(top_srcdir)/config/amanda/readline.m4 \
159         $(top_srcdir)/config/amanda/rsh-security.m4 \
160         $(top_srcdir)/config/amanda/s3-device.m4 \
161         $(top_srcdir)/config/amanda/shmem.m4 \
162         $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \
163         $(top_srcdir)/config/amanda/ssh-security.m4 \
164         $(top_srcdir)/config/amanda/summary.m4 \
165         $(top_srcdir)/config/amanda/swig.m4 \
166         $(top_srcdir)/config/amanda/syshacks.m4 \
167         $(top_srcdir)/config/amanda/tape.m4 \
168         $(top_srcdir)/config/amanda/types.m4 \
169         $(top_srcdir)/config/amanda/userid.m4 \
170         $(top_srcdir)/config/amanda/version.m4 \
171         $(top_srcdir)/config/gnulib/alloca.m4 \
172         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
173         $(top_srcdir)/config/gnulib/base64.m4 \
174         $(top_srcdir)/config/gnulib/eoverflow.m4 \
175         $(top_srcdir)/config/gnulib/extensions.m4 \
176         $(top_srcdir)/config/gnulib/float_h.m4 \
177         $(top_srcdir)/config/gnulib/fsusage.m4 \
178         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
179         $(top_srcdir)/config/gnulib/getopt.m4 \
180         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
181         $(top_srcdir)/config/gnulib/gnulib-common.m4 \
182         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
183         $(top_srcdir)/config/gnulib/include_next.m4 \
184         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
185         $(top_srcdir)/config/gnulib/intmax_t.m4 \
186         $(top_srcdir)/config/gnulib/lock.m4 \
187         $(top_srcdir)/config/gnulib/longlong.m4 \
188         $(top_srcdir)/config/gnulib/malloc.m4 \
189         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
190         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
191         $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
192         $(top_srcdir)/config/gnulib/physmem.m4 \
193         $(top_srcdir)/config/gnulib/safe-read.m4 \
194         $(top_srcdir)/config/gnulib/safe-write.m4 \
195         $(top_srcdir)/config/gnulib/snprintf.m4 \
196         $(top_srcdir)/config/gnulib/socklen.m4 \
197         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
198         $(top_srcdir)/config/gnulib/ssize_t.m4 \
199         $(top_srcdir)/config/gnulib/stdbool.m4 \
200         $(top_srcdir)/config/gnulib/stdint.m4 \
201         $(top_srcdir)/config/gnulib/stdio_h.m4 \
202         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
203         $(top_srcdir)/config/gnulib/strdup.m4 \
204         $(top_srcdir)/config/gnulib/string_h.m4 \
205         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
206         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
207         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
208         $(top_srcdir)/config/gnulib/tempname.m4 \
209         $(top_srcdir)/config/gnulib/unistd_h.m4 \
210         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
211         $(top_srcdir)/config/gnulib/visibility.m4 \
212         $(top_srcdir)/config/gnulib/wchar.m4 \
213         $(top_srcdir)/config/gettext-macros/gettext.m4 \
214         $(top_srcdir)/config/gettext-macros/iconv.m4 \
215         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
216         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
217         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
218         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
219         $(top_srcdir)/config/gettext-macros/nls.m4 \
220         $(top_srcdir)/config/gettext-macros/po.m4 \
221         $(top_srcdir)/config/gettext-macros/progtest.m4 \
222         $(top_srcdir)/config/gettext-macros/size_max.m4 \
223         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
224         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
225         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
226         $(top_srcdir)/config/gettext-macros/xsize.m4 \
227         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
228 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
229         $(ACLOCAL_M4)
230 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
231 CONFIG_HEADER = $(top_builddir)/config/config.h
232 CONFIG_CLEAN_FILES =
233 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
234 am__vpath_adj = case $$p in \
235     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
236     *) f=$$p;; \
237   esac;
238 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
239 am__installdirs = "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(amlibexecdir)"
240 amlibLTLIBRARIES_INSTALL = $(INSTALL)
241 LTLIBRARIES = $(amlib_LTLIBRARIES)
242 libamandad_la_DEPENDENCIES = ../common-src/libamanda.la
243 am_libamandad_la_OBJECTS = amandad_util.lo
244 libamandad_la_OBJECTS = $(am_libamandad_la_OBJECTS)
245 libamandad_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
246         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
247         $(libamandad_la_LDFLAGS) $(LDFLAGS) -o $@
248 amlibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
249 PROGRAMS = $(amlibexec_PROGRAMS)
250 amandad_SOURCES = amandad.c
251 amandad_OBJECTS = amandad.$(OBJEXT)
252 amandad_LDADD = $(LDADD)
253 amandad_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION) \
254         libamandad.$(LIB_EXTENSION) \
255         ../common-src/libamanda.$(LIB_EXTENSION) \
256         ../gnulib/libgnu.$(LIB_EXTENSION)
257 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
258 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
259 am__depfiles_maybe = depfiles
260 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
261         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
262 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
263         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
264         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
265 CCLD = $(CC)
266 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
267         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
268         $(LDFLAGS) -o $@
269 SOURCES = $(libamandad_la_SOURCES) amandad.c
270 DIST_SOURCES = $(libamandad_la_SOURCES) amandad.c
271 HEADERS = $(noinst_HEADERS)
272 ETAGS = etags
273 CTAGS = ctags
274 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
275 ACLOCAL = @ACLOCAL@
276 AIX_BACKUP = @AIX_BACKUP@
277 ALLOCA = @ALLOCA@
278 ALLOCA_H = @ALLOCA_H@
279 AMANDA_DBGDIR = @AMANDA_DBGDIR@
280 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
281 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
282 AMANDA_TMPDIR = @AMANDA_TMPDIR@
283 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
284 AMLINT = @AMLINT@
285 AMLINTFLAGS = @AMLINTFLAGS@
286 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
287 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
288 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
289 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
290 AMTAR = @AMTAR@
291 APPLICATION_DIR = @APPLICATION_DIR@
292 AR = @AR@
293 ARPA_INET_H = @ARPA_INET_H@
294 ASSERTIONS = @ASSERTIONS@
295 AUTOCONF = @AUTOCONF@
296 AUTOHEADER = @AUTOHEADER@
297 AUTOMAKE = @AUTOMAKE@
298 AWK = @AWK@
299 BASH = @BASH@
300 BINARY_OWNER = @BINARY_OWNER@
301 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
302 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
303 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
304 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
305 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
306 BSDTCP_SECURITY = @BSDTCP_SECURITY@
307 BSDUDP_SECURITY = @BSDUDP_SECURITY@
308 BSD_SECURITY = @BSD_SECURITY@
309 CAT = @CAT@
310 CC = @CC@
311 CCDEPMODE = @CCDEPMODE@
312 CFLAGS = @CFLAGS@
313 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
314 CHECK_USERID = @CHECK_USERID@
315 CHIO = @CHIO@
316 CHS = @CHS@
317 CLIENT_HOST_INSTANCE = @CLIENT_HOST_INSTANCE@
318 CLIENT_HOST_KEY_FILE = @CLIENT_HOST_KEY_FILE@
319 CLIENT_HOST_PRINCIPAL = @CLIENT_HOST_PRINCIPAL@
320 CLIENT_LOGIN = @CLIENT_LOGIN@
321 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
322 COMPRESS = @COMPRESS@
323 COMPRESS_BEST_OPT = @COMPRESS_BEST_OPT@
324 COMPRESS_FAST_OPT = @COMPRESS_FAST_OPT@
325 COMPRESS_PATH = @COMPRESS_PATH@
326 COMPRESS_SUFFIX = @COMPRESS_SUFFIX@
327 CONFIG_CLOBBER_MY_CONFIG = @CONFIG_CLOBBER_MY_CONFIG@
328 CONFIG_DIR = @CONFIG_DIR@
329 CPP = @CPP@
330 CPPFLAGS = @CPPFLAGS@
331 CURL_CONFIG = @CURL_CONFIG@
332 CXX = @CXX@
333 CXXCPP = @CXXCPP@
334 CXXDEPMODE = @CXXDEPMODE@
335 CXXFLAGS = @CXXFLAGS@
336 CYGPATH_W = @CYGPATH_W@
337 DD = @DD@
338 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
339 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
340 DEFAULT_CONFIG = @DEFAULT_CONFIG@
341 DEFAULT_MAILER = @DEFAULT_MAILER@
342 DEFAULT_SERVER = @DEFAULT_SERVER@
343 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
344 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
345 DEFS = @DEFS@
346 DEPDIR = @DEPDIR@
347 DOC_BUILD_DATE = @DOC_BUILD_DATE@
348 DUMP = @DUMP@
349 DUMP_RETURNS_1 = @DUMP_RETURNS_1@
350 ECHO = @ECHO@
351 ECHO_C = @ECHO_C@
352 ECHO_N = @ECHO_N@
353 ECHO_T = @ECHO_T@
354 EGREP = @EGREP@
355 EOVERFLOW = @EOVERFLOW@
356 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
357 EXEEXT = @EXEEXT@
358 F77 = @F77@
359 FFLAGS = @FFLAGS@
360 FLOAT_H = @FLOAT_H@
361 GETCONF = @GETCONF@
362 GETOPT_H = @GETOPT_H@
363 GETTEXT = @GETTEXT@
364 GLIB_CFLAGS = @GLIB_CFLAGS@
365 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
366 GLIB_LIBS = @GLIB_LIBS@
367 GLIB_MKENUMS = @GLIB_MKENUMS@
368 GMSGFMT = @GMSGFMT@
369 GMSGFMT_015 = @GMSGFMT_015@
370 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
371 GNULIB_CHOWN = @GNULIB_CHOWN@
372 GNULIB_DUP2 = @GNULIB_DUP2@
373 GNULIB_ENVIRON = @GNULIB_ENVIRON@
374 GNULIB_FCHDIR = @GNULIB_FCHDIR@
375 GNULIB_FFLUSH = @GNULIB_FFLUSH@
376 GNULIB_FOPEN = @GNULIB_FOPEN@
377 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
378 GNULIB_FREOPEN = @GNULIB_FREOPEN@
379 GNULIB_FSEEK = @GNULIB_FSEEK@
380 GNULIB_FSEEKO = @GNULIB_FSEEKO@
381 GNULIB_FTELL = @GNULIB_FTELL@
382 GNULIB_FTELLO = @GNULIB_FTELLO@
383 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
384 GNULIB_GETCWD = @GNULIB_GETCWD@
385 GNULIB_GETDELIM = @GNULIB_GETDELIM@
386 GNULIB_GETLINE = @GNULIB_GETLINE@
387 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
388 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
389 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
390 GNULIB_LCHOWN = @GNULIB_LCHOWN@
391 GNULIB_LSEEK = @GNULIB_LSEEK@
392 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
393 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
394 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
395 GNULIB_MBSCHR = @GNULIB_MBSCHR@
396 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
397 GNULIB_MBSLEN = @GNULIB_MBSLEN@
398 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
399 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
400 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
401 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
402 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
403 GNULIB_MBSSEP = @GNULIB_MBSSEP@
404 GNULIB_MBSSPN = @GNULIB_MBSSPN@
405 GNULIB_MBSSTR = @GNULIB_MBSSTR@
406 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
407 GNULIB_MEMMEM = @GNULIB_MEMMEM@
408 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
409 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
410 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
411 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
412 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
413 GNULIB_PUTENV = @GNULIB_PUTENV@
414 GNULIB_READLINK = @GNULIB_READLINK@
415 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
416 GNULIB_SETENV = @GNULIB_SETENV@
417 GNULIB_SLEEP = @GNULIB_SLEEP@
418 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
419 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
420 GNULIB_STPCPY = @GNULIB_STPCPY@
421 GNULIB_STPNCPY = @GNULIB_STPNCPY@
422 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
423 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
424 GNULIB_STRDUP = @GNULIB_STRDUP@
425 GNULIB_STRERROR = @GNULIB_STRERROR@
426 GNULIB_STRNDUP = @GNULIB_STRNDUP@
427 GNULIB_STRNLEN = @GNULIB_STRNLEN@
428 GNULIB_STRPBRK = @GNULIB_STRPBRK@
429 GNULIB_STRSEP = @GNULIB_STRSEP@
430 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
431 GNULIB_STRSTR = @GNULIB_STRSTR@
432 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
433 GNULIB_UNSETENV = @GNULIB_UNSETENV@
434 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
435 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
436 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
437 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
438 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
439 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
440 GNUPLOT = @GNUPLOT@
441 GNUTAR = @GNUTAR@
442 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
443 GOBJECT_QUERY = @GOBJECT_QUERY@
444 GREP = @GREP@
445 GZIP = @GZIP@
446 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
447 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
448 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
449 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
450 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
451 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
452 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
453 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
454 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
455 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
456 HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
457 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
458 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
459 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
460 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
461 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
462 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
463 HAVE_DUP2 = @HAVE_DUP2@
464 HAVE_FSEEKO = @HAVE_FSEEKO@
465 HAVE_FTELLO = @HAVE_FTELLO@
466 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
467 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
468 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
469 HAVE_GZIP = @HAVE_GZIP@
470 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
471 HAVE_IO_H = @HAVE_IO_H@
472 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
473 HAVE_LSTAT = @HAVE_LSTAT@
474 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
475 HAVE_MEMPCPY = @HAVE_MEMPCPY@
476 HAVE_MKDTEMP = @HAVE_MKDTEMP@
477 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
478 HAVE_OS_H = @HAVE_OS_H@
479 HAVE_READLINK = @HAVE_READLINK@
480 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
481 HAVE_SETENV = @HAVE_SETENV@
482 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
483 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
484 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
485 HAVE_SLEEP = @HAVE_SLEEP@
486 HAVE_STDINT_H = @HAVE_STDINT_H@
487 HAVE_STPCPY = @HAVE_STPCPY@
488 HAVE_STPNCPY = @HAVE_STPNCPY@
489 HAVE_STRCASESTR = @HAVE_STRCASESTR@
490 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
491 HAVE_STRNDUP = @HAVE_STRNDUP@
492 HAVE_STRPBRK = @HAVE_STRPBRK@
493 HAVE_STRSEP = @HAVE_STRSEP@
494 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
495 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
496 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
497 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
498 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
499 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
500 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
501 HAVE_UNISTD_H = @HAVE_UNISTD_H@
502 HAVE_UNSETENV = @HAVE_UNSETENV@
503 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
504 HAVE_VASPRINTF = @HAVE_VASPRINTF@
505 HAVE_VISIBILITY = @HAVE_VISIBILITY@
506 HAVE_WCHAR_H = @HAVE_WCHAR_H@
507 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
508 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
509 HAVE__BOOL = @HAVE__BOOL@
510 INCLUDE_NEXT = @INCLUDE_NEXT@
511 INSTALL = @INSTALL@
512 INSTALL_DATA = @INSTALL_DATA@
513 INSTALL_PROGRAM = @INSTALL_PROGRAM@
514 INSTALL_SCRIPT = @INSTALL_SCRIPT@
515 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
516 INTLLIBS = @INTLLIBS@
517 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
518 KRB4_SECURITY = @KRB4_SECURITY@
519 KRB5_SECURITY = @KRB5_SECURITY@
520 LDFLAGS = @LDFLAGS@
521 LEX = @LEX@
522 LEXLIB = @LEXLIB@
523 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
524 LIBCURL = @LIBCURL@
525 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
526 LIBICONV = @LIBICONV@
527 LIBINTL = @LIBINTL@
528 LIBMULTITHREAD = @LIBMULTITHREAD@
529 LIBOBJS = @LIBOBJS@
530 LIBPTH = @LIBPTH@
531 LIBS = @LIBS@
532 LIBTHREAD = @LIBTHREAD@
533 LIBTOOL = @LIBTOOL@
534 LIBTOOL_DEPS = @LIBTOOL_DEPS@
535 LN_S = @LN_S@
536 LOCKING = @LOCKING@
537 LOW_TCPPORTRANGE = @LOW_TCPPORTRANGE@
538 LTLIBICONV = @LTLIBICONV@
539 LTLIBINTL = @LTLIBINTL@
540 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
541 LTLIBOBJS = @LTLIBOBJS@
542 LTLIBPTH = @LTLIBPTH@
543 LTLIBTHREAD = @LTLIBTHREAD@
544 MAILER = @MAILER@
545 MAKEINFO = @MAKEINFO@
546 MCUTIL = @MCUTIL@
547 MKDIR_P = @MKDIR_P@
548 MSGFMT = @MSGFMT@
549 MSGFMT_015 = @MSGFMT_015@
550 MSGMERGE = @MSGMERGE@
551 MT = @MT@
552 MTX = @MTX@
553 MT_FILE_FLAG = @MT_FILE_FLAG@
554 NETINET_IN_H = @NETINET_IN_H@
555 NEXT_FLOAT_H = @NEXT_FLOAT_H@
556 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
557 NEXT_STDINT_H = @NEXT_STDINT_H@
558 NEXT_STDIO_H = @NEXT_STDIO_H@
559 NEXT_STDLIB_H = @NEXT_STDLIB_H@
560 NEXT_STRING_H = @NEXT_STRING_H@
561 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
562 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
563 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
564 NEXT_UNISTD_H = @NEXT_UNISTD_H@
565 NEXT_WCHAR_H = @NEXT_WCHAR_H@
566 OBJEXT = @OBJEXT@
567 PACKAGE = @PACKAGE@
568 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
569 PACKAGE_NAME = @PACKAGE_NAME@
570 PACKAGE_STRING = @PACKAGE_STRING@
571 PACKAGE_TARNAME = @PACKAGE_TARNAME@
572 PACKAGE_VERSION = @PACKAGE_VERSION@
573 PATH_SEPARATOR = @PATH_SEPARATOR@
574 PCAT = @PCAT@
575 PERL = @PERL@
576 PERLEXTLIBS = @PERLEXTLIBS@
577 PERL_INC = @PERL_INC@
578 PKG_CONFIG = @PKG_CONFIG@
579 POSUB = @POSUB@
580 PRINT = @PRINT@
581 PS = @PS@
582 PS_ARGUMENT = @PS_ARGUMENT@
583 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
584 RANLIB = @RANLIB@
585 READLINE_LIBS = @READLINE_LIBS@
586 REPLACE_CHOWN = @REPLACE_CHOWN@
587 REPLACE_FCHDIR = @REPLACE_FCHDIR@
588 REPLACE_FFLUSH = @REPLACE_FFLUSH@
589 REPLACE_FOPEN = @REPLACE_FOPEN@
590 REPLACE_FPRINTF = @REPLACE_FPRINTF@
591 REPLACE_FREOPEN = @REPLACE_FREOPEN@
592 REPLACE_FSEEK = @REPLACE_FSEEK@
593 REPLACE_FSEEKO = @REPLACE_FSEEKO@
594 REPLACE_FTELL = @REPLACE_FTELL@
595 REPLACE_FTELLO = @REPLACE_FTELLO@
596 REPLACE_GETCWD = @REPLACE_GETCWD@
597 REPLACE_GETLINE = @REPLACE_GETLINE@
598 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
599 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
600 REPLACE_LCHOWN = @REPLACE_LCHOWN@
601 REPLACE_LSEEK = @REPLACE_LSEEK@
602 REPLACE_MEMMEM = @REPLACE_MEMMEM@
603 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
604 REPLACE_PRINTF = @REPLACE_PRINTF@
605 REPLACE_PUTENV = @REPLACE_PUTENV@
606 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
607 REPLACE_SPRINTF = @REPLACE_SPRINTF@
608 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
609 REPLACE_STRERROR = @REPLACE_STRERROR@
610 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
611 REPLACE_STRSTR = @REPLACE_STRSTR@
612 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
613 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
614 REPLACE_VPRINTF = @REPLACE_VPRINTF@
615 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
616 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
617 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
618 RESTORE = @RESTORE@
619 RSH_SECURITY = @RSH_SECURITY@
620 SAMBA_CLIENT = @SAMBA_CLIENT@
621 SERVER_HOST_INSTANCE = @SERVER_HOST_INSTANCE@
622 SERVER_HOST_KEY_FILE = @SERVER_HOST_KEY_FILE@
623 SERVER_HOST_PRINCIPAL = @SERVER_HOST_PRINCIPAL@
624 SERVICE_SUFFIX = @SERVICE_SUFFIX@
625 SETUID_GROUP = @SETUID_GROUP@
626 SET_MAKE = @SET_MAKE@
627 SHELL = @SHELL@
628 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
629 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
630 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
631 SORT = @SORT@
632 SSH = @SSH@
633 SSH_SECURITY = @SSH_SECURITY@
634 STDBOOL_H = @STDBOOL_H@
635 STDINT_H = @STDINT_H@
636 STRIP = @STRIP@
637 SVN = @SVN@
638 SWIG = @SWIG@
639 SWIG_LIB = @SWIG_LIB@
640 SYS_SOCKET_H = @SYS_SOCKET_H@
641 SYS_STAT_H = @SYS_STAT_H@
642 SYS_TIME_H = @SYS_TIME_H@
643 TCPPORTRANGE = @TCPPORTRANGE@
644 TICKET_LIFETIME = @TICKET_LIFETIME@
645 UDPPORTRANGE = @UDPPORTRANGE@
646 UNCOMPRESS_OPT = @UNCOMPRESS_OPT@
647 UNCOMPRESS_PATH = @UNCOMPRESS_PATH@
648 USE_AMANDAHOSTS = @USE_AMANDAHOSTS@
649 USE_NLS = @USE_NLS@
650 USE_RUNDUMP = @USE_RUNDUMP@
651 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
652 VDUMP = @VDUMP@
653 VERSION = @VERSION@
654 VERSION_COMMENT = @VERSION_COMMENT@
655 VERSION_MAJOR = @VERSION_MAJOR@
656 VERSION_MINOR = @VERSION_MINOR@
657 VERSION_PATCH = @VERSION_PATCH@
658 VERSION_SUFFIX = @VERSION_SUFFIX@
659 VOID_UNSETENV = @VOID_UNSETENV@
660 VRESTORE = @VRESTORE@
661 VXDUMP = @VXDUMP@
662 VXRESTORE = @VXRESTORE@
663 WCHAR_H = @WCHAR_H@
664 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
665 WINT_T_SUFFIX = @WINT_T_SUFFIX@
666 XFSDUMP = @XFSDUMP@
667 XFSRESTORE = @XFSRESTORE@
668 XGETTEXT = @XGETTEXT@
669 XGETTEXT_015 = @XGETTEXT_015@
670 XSLREL = @XSLREL@
671 XSLTPROC = @XSLTPROC@
672 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
673 YACC = @YACC@
674 YFLAGS = @YFLAGS@
675 _libcurl_config = @_libcurl_config@
676 abs_builddir = @abs_builddir@
677 abs_srcdir = @abs_srcdir@
678 abs_top_builddir = @abs_top_builddir@
679 abs_top_srcdir = @abs_top_srcdir@
680 ac_ct_CC = @ac_ct_CC@
681 ac_ct_CXX = @ac_ct_CXX@
682 ac_ct_F77 = @ac_ct_F77@
683 am__include = @am__include@
684 am__leading_dot = @am__leading_dot@
685 am__quote = @am__quote@
686 am__tar = @am__tar@
687 am__untar = @am__untar@
688 amdatadir = @amdatadir@
689 amincludedir = @amincludedir@
690 amlibdir = @amlibdir@
691 amlibexecdir = @amlibexecdir@
692 amperldir = @amperldir@
693 bindir = @bindir@
694 build = @build@
695 build_alias = @build_alias@
696 build_cpu = @build_cpu@
697 build_os = @build_os@
698 build_vendor = @build_vendor@
699 builddir = @builddir@
700 datadir = @datadir@
701 datarootdir = @datarootdir@
702 docdir = @docdir@
703 dvidir = @dvidir@
704 exec_prefix = @exec_prefix@
705 gl_LIBOBJS = @gl_LIBOBJS@
706 gl_LTLIBOBJS = @gl_LTLIBOBJS@
707 gltests_LIBOBJS = @gltests_LIBOBJS@
708 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
709 host = @host@
710 host_alias = @host_alias@
711 host_cpu = @host_cpu@
712 host_os = @host_os@
713 host_vendor = @host_vendor@
714 htmldir = @htmldir@
715 includedir = @includedir@
716 infodir = @infodir@
717 install_sh = @install_sh@
718 libdir = @libdir@
719 libexecdir = @libexecdir@
720 localedir = @localedir@
721 localstatedir = @localstatedir@
722 mandir = @mandir@
723 mkdir_p = @mkdir_p@
724 oldincludedir = @oldincludedir@
725 pdfdir = @pdfdir@
726 prefix = @prefix@
727 program_transform_name = @program_transform_name@
728 psdir = @psdir@
729 sbindir = @sbindir@
730 sharedstatedir = @sharedstatedir@
731 srcdir = @srcdir@
732 sysconfdir = @sysconfdir@
733 target = @target@
734 target_alias = @target_alias@
735 target_cpu = @target_cpu@
736 target_os = @target_os@
737 target_vendor = @target_vendor@
738 top_build_prefix = @top_build_prefix@
739 top_builddir = @top_builddir@
740 top_srcdir = @top_srcdir@
741 SUFFIXES = 
742 EXTRA_DIST = 
743 BUILT_SOURCES = 
744 MOSTLYCLEANFILES = 
745 CLEANFILES = 
746 DISTCLEANFILES = $(am__append_1)
747 MAINTAINERCLEANFILES = 
748
749 # sed expression to strip leading directories from a filename; this converts e.g.,
750 # src/foo/bar.so to bar.so.
751 strip_leading_dirs = s|^.*/||
752 @WANT_INSTALLPERMS_FALSE@do_file = pa="$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
753 @WANT_INSTALLPERMS_FALSE@    echo "installperm \"$$chown\" \"$$chmod\" \"$$pa\"" >> "$(installperms_sh)"
754
755
756 # define a snippet of the scripts below to either perform a chown/chmod operation,
757 # or record that operation in the logfile.  On entry to the snippet, $$dest is the
758 # destination directory, $$cmd is the srcdir-relative pathname of the target file,
759 # $$chown is the ownership, and $$chmod is the permission pattern.
760 @WANT_INSTALLPERMS_TRUE@do_file = pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
761 @WANT_INSTALLPERMS_TRUE@    if test -n "$$chown"; then \
762 @WANT_INSTALLPERMS_TRUE@        echo chown "$$chown" "$$pa"; \
763 @WANT_INSTALLPERMS_TRUE@        chown "$$chown" "$$pa" || exit 1; \
764 @WANT_INSTALLPERMS_TRUE@    fi; \
765 @WANT_INSTALLPERMS_TRUE@    if test -n "$$chmod"; then \
766 @WANT_INSTALLPERMS_TRUE@        echo chmod "$$chmod" "$$pa"; \
767 @WANT_INSTALLPERMS_TRUE@        chmod "$$chmod" "$$pa" || exit 1; \
768 @WANT_INSTALLPERMS_TRUE@    fi 
769
770 @WANT_INSTALLPERMS_FALSE@installperms_sh = "$(top_builddir)/installperms.sh"
771 INCLUDES = -I$(top_builddir)/common-src \
772                 -I$(top_srcdir)/common-src \
773                 -I$(top_srcdir)/gnulib
774
775 AM_CFLAGS = $(AMANDA_WARNING_CFLAGS)
776 AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS)
777 LINT = $(AMLINT)
778 LINTFLAGS = $(AMLINTFLAGS)
779 amlib_LTLIBRARIES = libamandad.la
780 LIB_EXTENSION = la
781 libamandad_la_SOURCES = amandad_util.c
782 libamandad_la_LDFLAGS = -release $(VERSION)
783 libamandad_la_LIBADD = ../common-src/libamanda.la
784 noinst_HEADERS = amandad.h
785
786 ###
787 # Because libamanda includes routines (e.g. regex) provided by some system
788 # libraries, and because of the way libtool sets up the command line, we
789 # need to list libamanda twice here, first to override the system library
790 # routines, and second to pick up any references in the other libraries.
791 ###
792 LDADD = ../common-src/libamanda.$(LIB_EXTENSION) \
793         libamandad.$(LIB_EXTENSION) \
794         ../common-src/libamanda.$(LIB_EXTENSION) \
795         ../gnulib/libgnu.$(LIB_EXTENSION)
796
797 INSTALLPERMS_exec = \
798         dest=$(amlibexecdir) chown=amanda \
799                 $(amlibexec_PROGRAMS)
800
801 INSTALLPERMS_data = \
802         dest=$(amlibexecdir) chown=amanda \
803                 $(amlibexec_SCRIPTS)
804
805 all: $(BUILT_SOURCES)
806         $(MAKE) $(AM_MAKEFLAGS) all-am
807
808 .SUFFIXES:
809 .SUFFIXES: .c .lo .o .obj
810 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/installperms.am $(top_srcdir)/config/automake/precompile.am $(am__configure_deps)
811         @for dep in $?; do \
812           case '$(am__configure_deps)' in \
813             *$$dep*) \
814               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
815                 && exit 0; \
816               exit 1;; \
817           esac; \
818         done; \
819         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amandad-src/Makefile'; \
820         cd $(top_srcdir) && \
821           $(AUTOMAKE) --gnu  amandad-src/Makefile
822 .PRECIOUS: Makefile
823 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
824         @case '$?' in \
825           *config.status*) \
826             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
827           *) \
828             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
829             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
830         esac;
831
832 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
833         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
834
835 $(top_srcdir)/configure:  $(am__configure_deps)
836         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
837 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
838         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
839 install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES)
840         @$(NORMAL_INSTALL)
841         test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)"
842         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
843           if test -f $$p; then \
844             f=$(am__strip_dir) \
845             echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \
846             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \
847           else :; fi; \
848         done
849
850 uninstall-amlibLTLIBRARIES:
851         @$(NORMAL_UNINSTALL)
852         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
853           p=$(am__strip_dir) \
854           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(amlibdir)/$$p'"; \
855           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(amlibdir)/$$p"; \
856         done
857
858 clean-amlibLTLIBRARIES:
859         -test -z "$(amlib_LTLIBRARIES)" || rm -f $(amlib_LTLIBRARIES)
860         @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \
861           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
862           test "$$dir" != "$$p" || dir=.; \
863           echo "rm -f \"$${dir}/so_locations\""; \
864           rm -f "$${dir}/so_locations"; \
865         done
866 libamandad.la: $(libamandad_la_OBJECTS) $(libamandad_la_DEPENDENCIES) 
867         $(libamandad_la_LINK) -rpath $(amlibdir) $(libamandad_la_OBJECTS) $(libamandad_la_LIBADD) $(LIBS)
868 install-amlibexecPROGRAMS: $(amlibexec_PROGRAMS)
869         @$(NORMAL_INSTALL)
870         test -z "$(amlibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibexecdir)"
871         @list='$(amlibexec_PROGRAMS)'; for p in $$list; do \
872           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
873           if test -f $$p \
874              || test -f $$p1 \
875           ; then \
876             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
877            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(amlibexecdir)/$$f'"; \
878            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(amlibexecdir)/$$f" || exit 1; \
879           else :; fi; \
880         done
881
882 uninstall-amlibexecPROGRAMS:
883         @$(NORMAL_UNINSTALL)
884         @list='$(amlibexec_PROGRAMS)'; for p in $$list; do \
885           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
886           echo " rm -f '$(DESTDIR)$(amlibexecdir)/$$f'"; \
887           rm -f "$(DESTDIR)$(amlibexecdir)/$$f"; \
888         done
889
890 clean-amlibexecPROGRAMS:
891         @list='$(amlibexec_PROGRAMS)'; for p in $$list; do \
892           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
893           echo " rm -f $$p $$f"; \
894           rm -f $$p $$f ; \
895         done
896 amandad$(EXEEXT): $(amandad_OBJECTS) $(amandad_DEPENDENCIES) 
897         @rm -f amandad$(EXEEXT)
898         $(LINK) $(amandad_OBJECTS) $(amandad_LDADD) $(LIBS)
899
900 mostlyclean-compile:
901         -rm -f *.$(OBJEXT)
902
903 distclean-compile:
904         -rm -f *.tab.c
905
906 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amandad.Po@am__quote@
907 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amandad_util.Plo@am__quote@
908
909 .c.o:
910 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
911 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
912 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
913 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
915
916 .c.obj:
917 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
918 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
919 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
920 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
922
923 .c.lo:
924 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
925 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
926 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
927 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
929
930 mostlyclean-libtool:
931         -rm -f *.lo
932
933 clean-libtool:
934         -rm -rf .libs _libs
935
936 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
937         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
938         unique=`for i in $$list; do \
939             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
940           done | \
941           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
942               END { if (nonempty) { for (i in files) print i; }; }'`; \
943         mkid -fID $$unique
944 tags: TAGS
945
946 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
947                 $(TAGS_FILES) $(LISP)
948         tags=; \
949         here=`pwd`; \
950         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
951         unique=`for i in $$list; do \
952             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
953           done | \
954           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
955               END { if (nonempty) { for (i in files) print i; }; }'`; \
956         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
957           test -n "$$unique" || unique=$$empty_fix; \
958           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
959             $$tags $$unique; \
960         fi
961 ctags: CTAGS
962 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
963                 $(TAGS_FILES) $(LISP)
964         tags=; \
965         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
966         unique=`for i in $$list; do \
967             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
968           done | \
969           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
970               END { if (nonempty) { for (i in files) print i; }; }'`; \
971         test -z "$(CTAGS_ARGS)$$tags$$unique" \
972           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
973              $$tags $$unique
974
975 GTAGS:
976         here=`$(am__cd) $(top_builddir) && pwd` \
977           && cd $(top_srcdir) \
978           && gtags -i $(GTAGS_ARGS) $$here
979
980 distclean-tags:
981         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
982
983 distdir: $(DISTFILES)
984         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
985         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
986         list='$(DISTFILES)'; \
987           dist_files=`for file in $$list; do echo $$file; done | \
988           sed -e "s|^$$srcdirstrip/||;t" \
989               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
990         case $$dist_files in \
991           */*) $(MKDIR_P) `echo "$$dist_files" | \
992                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
993                            sort -u` ;; \
994         esac; \
995         for file in $$dist_files; do \
996           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
997           if test -d $$d/$$file; then \
998             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
999             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1000               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1001             fi; \
1002             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1003           else \
1004             test -f $(distdir)/$$file \
1005             || cp -p $$d/$$file $(distdir)/$$file \
1006             || exit 1; \
1007           fi; \
1008         done
1009 check-am: all-am
1010 check: $(BUILT_SOURCES)
1011         $(MAKE) $(AM_MAKEFLAGS) check-am
1012 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1013 installdirs:
1014         for dir in "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(amlibexecdir)"; do \
1015           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1016         done
1017 install: $(BUILT_SOURCES)
1018         $(MAKE) $(AM_MAKEFLAGS) install-am
1019 install-exec: install-exec-am
1020 install-data: install-data-am
1021 uninstall: uninstall-am
1022
1023 install-am: all-am
1024         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1025
1026 installcheck: installcheck-am
1027 install-strip:
1028         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1029           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1030           `test -z '$(STRIP)' || \
1031             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1032 mostlyclean-generic:
1033         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1034
1035 clean-generic:
1036         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1037
1038 distclean-generic:
1039         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1040         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1041
1042 maintainer-clean-generic:
1043         @echo "This command is intended for maintainers to use"
1044         @echo "it deletes files that may require special tools to rebuild."
1045         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1046         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1047 clean: clean-am
1048
1049 clean-am: clean-amlibLTLIBRARIES clean-amlibexecPROGRAMS clean-generic \
1050         clean-libtool mostlyclean-am
1051
1052 distclean: distclean-am
1053         -rm -rf ./$(DEPDIR)
1054         -rm -f Makefile
1055 distclean-am: clean-am distclean-compile distclean-generic \
1056         distclean-tags
1057
1058 dvi: dvi-am
1059
1060 dvi-am:
1061
1062 html: html-am
1063
1064 info: info-am
1065
1066 info-am:
1067
1068 install-data-am: install-amlibLTLIBRARIES
1069         @$(NORMAL_INSTALL)
1070         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1071
1072 install-dvi: install-dvi-am
1073
1074 install-exec-am: install-amlibexecPROGRAMS
1075         @$(NORMAL_INSTALL)
1076         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1077
1078 install-html: install-html-am
1079
1080 install-info: install-info-am
1081
1082 install-man:
1083
1084 install-pdf: install-pdf-am
1085
1086 install-ps: install-ps-am
1087
1088 installcheck-am:
1089
1090 maintainer-clean: maintainer-clean-am
1091         -rm -rf ./$(DEPDIR)
1092         -rm -f Makefile
1093 maintainer-clean-am: distclean-am maintainer-clean-generic
1094
1095 mostlyclean: mostlyclean-am
1096
1097 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1098         mostlyclean-libtool
1099
1100 pdf: pdf-am
1101
1102 pdf-am:
1103
1104 ps: ps-am
1105
1106 ps-am:
1107
1108 uninstall-am: uninstall-amlibLTLIBRARIES uninstall-amlibexecPROGRAMS
1109
1110 .MAKE: install-am install-data-am install-exec-am install-strip
1111
1112 .PHONY: CTAGS GTAGS all all-am check check-am clean \
1113         clean-amlibLTLIBRARIES clean-amlibexecPROGRAMS clean-generic \
1114         clean-libtool ctags distclean distclean-compile \
1115         distclean-generic distclean-libtool distclean-tags distdir dvi \
1116         dvi-am html html-am info info-am install install-am \
1117         install-amlibLTLIBRARIES install-amlibexecPROGRAMS \
1118         install-data install-data-am install-data-hook install-dvi \
1119         install-dvi-am install-exec install-exec-am install-exec-hook \
1120         install-html install-html-am install-info install-info-am \
1121         install-man install-pdf install-pdf-am install-ps \
1122         install-ps-am install-strip installcheck installcheck-am \
1123         installdirs maintainer-clean maintainer-clean-generic \
1124         mostlyclean mostlyclean-compile mostlyclean-generic \
1125         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
1126         uninstall-am uninstall-amlibLTLIBRARIES \
1127         uninstall-amlibexecPROGRAMS
1128
1129
1130 installperms-exec:
1131         @installperms="$(INSTALLPERMS_exec)"; \
1132         test -n "$$installperms" && echo "Setting installation permissions on executables"; \
1133         dest=; chown=; chmod=; \
1134         for cmd in $$installperms; do \
1135             case "$$cmd" in \
1136                 chown=amanda) \
1137                         echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1138                 dest=*|chown=*|chmod=*) \
1139                         echo "  ($$cmd)"; eval $$cmd;; \
1140                 *) $(do_file) ;; \
1141             esac; \
1142         done
1143
1144 installperms-data:
1145         @installperms="$(INSTALLPERMS_data)"; \
1146         dest=; chown=; chmod=; \
1147         for cmd in $$installperms; do \
1148             case "$$cmd" in \
1149                 chown=amanda) \
1150                         echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1151                 dest=*|chown=*|chmod=*) \
1152                         echo "  ($$cmd)"; eval $$cmd;; \
1153                 *)  $(do_file) ;; \
1154             esac; \
1155         done
1156
1157 install-exec-hook: installperms-exec
1158 install-data-hook: installperms-data
1159
1160 # define a rule to initialize the installperms manifest file
1161 @WANT_INSTALLPERMS_TRUE@installperms-init:
1162 @WANT_INSTALLPERMS_FALSE@installperms-init:
1163 @WANT_INSTALLPERMS_FALSE@       rm -f "$(installperms_sh)"
1164
1165 # A rule to make precompiler output from C files.  This is not used during
1166 # ordinary builds, but but can very useful in debugging problems on strange
1167 # architectures.  With this rule, we can ask users to 'make foo.i' and send
1168 # the result to us.
1169 #
1170 # It touches some automake internals ($COMPILE), but since it's not
1171 # build-critical, that's OK.
1172 %.i : %.c
1173         $(COMPILE) -E -o $@ $<
1174
1175 lint:
1176         @ for p in $(amlibexec_PROGRAMS); do                                    \
1177                 p=`basename $$p $(EXEEXT)`;                                     \
1178                 f="$$p.c $(libamandad_la_SOURCES)";                             \
1179                 (cd ../common-src; make listlibsrc);                            \
1180                 f="$$f "`cat ../common-src/listlibsrc.output`;                  \
1181                 (cd ../server-src; make listlibsrc);                            \
1182                 f="$$f "`cat ../server-src/listlibsrc.output`;                  \
1183                 echo $(LINT) $$f;                                               \
1184                 $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config   \
1185                     $(INCLUDES) $$f;                                            \
1186                 if [ $$? -ne 0 ]; then                                          \
1187                     exit 1;                                                     \
1188                 fi;                                                             \
1189         done;                                                                   \
1190         exit 0
1191 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1192 # Otherwise a system limit (for SysV at least) may be exceeded.
1193 .NOEXPORT: