f2e6b09beb74962be2b2a1f73160bb717f86626e
[debian/amanda] / amplot / 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 amplot.
18
19 # vim:ft=automake
20 # Copyright (c) 2005 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., 505 N Mathlida Ave, Suite 120
36 # Sunnyvale, CA 94085, 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 # Copyright (c) 2005 Zmanda, Inc.  All Rights Reserved.
43
44 # This library is free software; you can redistribute it and/or modify it
45 # under the terms of the GNU Lesser General Public License version 2.1 as 
46 # published by the Free Software Foundation.
47
48 # This library is distributed in the hope that it will be useful, but
49 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
50 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
51 # License for more details.
52
53 # You should have received a copy of the GNU Lesser General Public License
54 # along with this library; if not, write to the Free Software Foundation,
55 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
56
57 # Contact information: Zmanda Inc., 505 N Mathlida Ave, Suite 120
58 # Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
59
60 # SYNOPSIS:
61 #
62 # Automake magic to handle the various tasks of building scripts.  Scripts can
63 # be built down to extensionless executables (e.g., foo.pl -> foo), or to 
64 # files with the usual extension (foo-lib.sh.in -> foo.sh).
65 #
66 # Files which support it are syntax-checked when the user invokes 'make check'.
67 #
68 # All *target* filenames must be listed in SCRIPTS_SHELL, SCRIPTS_PERL, and 
69 # SCRIPTS_AWK to support 'make check', 'make dist', and 'make distclean'.
70 #
71 # USAGE:
72 #
73 #   include $(top_srcdir)/config/automake/vars.am
74 #   include $(top_srcdir)/config/automake/scripts.am
75 #   ...
76 #   SCRIPTS_PERL = fooscript barscript perl-lib.pl perlmod.pm
77 #   SCRIPTS_SHELL = shell1 shell2 sh-lib.sh
78 #   SCRIPTS_AWK = talk balk chalk awk-lib.awk
79 #
80 # with the corresponding files in the repository:
81 #
82 #   fooscript.pl barscript.pl perl-lib.pl.in perlmod.pm.in
83 #   shell1.sh shell2.sh sh-lib.sh.in
84 #   talk.awk balk.awk chalk.awk awk-lib.awk.in
85 #
86 # by default, all shell and perl scripts are syntax checked.  If this is
87 # a problem (for example, perl scripts depending on Amanda extension 
88 # modules), then assign to CHECK_{PERL,SHELL} the list of files you wish
89 # to be checked (which can be empty).
90 #
91 # To add extra flags to the perl checks (e.g., to add new -I flags), set
92 # CHECK_PERL_FLAGS.
93
94 # Implementation note:
95 #
96 # This file uses config.status to substitute @foo@ in those scripts while
97 # converting them. It also adds the executable bits (a+x) to extensionless
98 # files.  The substitution works even though the files are not listed in 
99 # configure.in
100
101 # vim:ft=automake
102 #
103 # Adjust post-install permissions settings.  This rule works off two
104 # specially-formatted variables, INSTALLPERMS_exec and INSTALLPERMS_data. 
105 # Each is a whitespace-separated list of commands, all of which are either
106 # a variable assignment or a filename.  Three variables are available:
107 #
108 #  - dest= sets the destination directory to e.g., $(sbindir)
109 #  - chown= controls changes in ownership; value is first argument to chown
110 #  - chmod= controls changes in permissions; value is first argument to chmod
111 #
112 # As a special case, chown=amanda is taken as equivalent to 
113 # chown=$(BINARY_OWNER):$(SETUID_GROUP), which may otherwise have problems with
114 # whitespace in the user/group names.
115
116 # when a filename is seen, the currently active variables are applied.
117 #
118 # Note that scripts are data, not executables!
119 #
120 # EXAMPLE
121 #
122 # sbin_PROGRAMS = foo bar bing
123 # libexec_PROGRAMS = pro gram
124 # sbin_SCRIPTS = sk ript
125 # INSTALLPERMS_exec = \
126 #       dest=$(sbindir) chown=amanda chmod= \
127 #               foo bar \
128 #       chmod=u+s,o-rwx \
129 #               bing
130 #       dest=$(libexecdir) chmod= \
131 #               $(libexec_PROGRAMS)
132 # INSTALLPERMS_data = \
133 #       dest=$(sbindir) chown=amanda chmod= \
134 #               $(sbin_SCRIPTS)
135 #
136 # This whole operation is not required when making builds for packaging,
137 # and can be disabled with --disable-installperms, via the WANT_INSTALLPERMS
138 # AM_CONDITIONAL.
139
140 # vim:ft=automake
141
142
143 VPATH = @srcdir@
144 pkgdatadir = $(datadir)/@PACKAGE@
145 pkglibdir = $(libdir)/@PACKAGE@
146 pkgincludedir = $(includedir)/@PACKAGE@
147 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
148 install_sh_DATA = $(install_sh) -c -m 644
149 install_sh_PROGRAM = $(install_sh) -c
150 install_sh_SCRIPT = $(install_sh) -c
151 INSTALL_HEADER = $(INSTALL_DATA)
152 transform = $(program_transform_name)
153 NORMAL_INSTALL = :
154 PRE_INSTALL = :
155 POST_INSTALL = :
156 NORMAL_UNINSTALL = :
157 PRE_UNINSTALL = :
158 POST_UNINSTALL = :
159 build_triplet = @build@
160 host_triplet = @host@
161 target_triplet = @target@
162 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
163         $(top_srcdir)/config/automake/installperms.am \
164         $(top_srcdir)/config/automake/precompile.am \
165         $(top_srcdir)/config/automake/scripts.am \
166         $(top_srcdir)/config/automake/vars.am
167 subdir = amplot
168 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
169 am__aclocal_m4_deps =  \
170         $(top_srcdir)/config/macro-archive/ac_define_dir.m4 \
171         $(top_srcdir)/config/macro-archive/ac_prog_perl_version.m4 \
172         $(top_srcdir)/config/macro-archive/ac_prog_swig.m4 \
173         $(top_srcdir)/config/macro-archive/ax_compare_version.m4 \
174         $(top_srcdir)/config/macro-archive/docbook-dtd.m4 \
175         $(top_srcdir)/config/macro-archive/docbook-xslt-min.m4 \
176         $(top_srcdir)/config/macro-archive/docbook-xslt.m4 \
177         $(top_srcdir)/config/macro-archive/xsltproc.m4 \
178         $(top_srcdir)/config/amanda/amplot.m4 \
179         $(top_srcdir)/config/amanda/bsd-security.m4 \
180         $(top_srcdir)/config/amanda/bsdtcp-security.m4 \
181         $(top_srcdir)/config/amanda/bsdudp-security.m4 \
182         $(top_srcdir)/config/amanda/changer.m4 \
183         $(top_srcdir)/config/amanda/components.m4 \
184         $(top_srcdir)/config/amanda/compress.m4 \
185         $(top_srcdir)/config/amanda/config.m4 \
186         $(top_srcdir)/config/amanda/debugging.m4 \
187         $(top_srcdir)/config/amanda/defaults.m4 \
188         $(top_srcdir)/config/amanda/devprefix.m4 \
189         $(top_srcdir)/config/amanda/dirs.m4 \
190         $(top_srcdir)/config/amanda/documentation.m4 \
191         $(top_srcdir)/config/amanda/dumpers.m4 \
192         $(top_srcdir)/config/amanda/flags.m4 \
193         $(top_srcdir)/config/amanda/flock.m4 \
194         $(top_srcdir)/config/amanda/funcs.m4 \
195         $(top_srcdir)/config/amanda/getfsent.m4 \
196         $(top_srcdir)/config/amanda/i18n.m4 \
197         $(top_srcdir)/config/amanda/ipv6.m4 \
198         $(top_srcdir)/config/amanda/krb4-security.m4 \
199         $(top_srcdir)/config/amanda/krb5-security.m4 \
200         $(top_srcdir)/config/amanda/lfs.m4 \
201         $(top_srcdir)/config/amanda/libs.m4 \
202         $(top_srcdir)/config/amanda/net.m4 \
203         $(top_srcdir)/config/amanda/progs.m4 \
204         $(top_srcdir)/config/amanda/readdir.m4 \
205         $(top_srcdir)/config/amanda/readline.m4 \
206         $(top_srcdir)/config/amanda/rsh-security.m4 \
207         $(top_srcdir)/config/amanda/s3-device.m4 \
208         $(top_srcdir)/config/amanda/shmem.m4 \
209         $(top_srcdir)/config/amanda/socklen_t_equiv.m4 \
210         $(top_srcdir)/config/amanda/ssh-security.m4 \
211         $(top_srcdir)/config/amanda/summary.m4 \
212         $(top_srcdir)/config/amanda/swig.m4 \
213         $(top_srcdir)/config/amanda/syshacks.m4 \
214         $(top_srcdir)/config/amanda/tape.m4 \
215         $(top_srcdir)/config/amanda/types.m4 \
216         $(top_srcdir)/config/amanda/userid.m4 \
217         $(top_srcdir)/config/amanda/version.m4 \
218         $(top_srcdir)/config/gnulib/alloca.m4 \
219         $(top_srcdir)/config/gnulib/arpa_inet_h.m4 \
220         $(top_srcdir)/config/gnulib/base64.m4 \
221         $(top_srcdir)/config/gnulib/eoverflow.m4 \
222         $(top_srcdir)/config/gnulib/extensions.m4 \
223         $(top_srcdir)/config/gnulib/float_h.m4 \
224         $(top_srcdir)/config/gnulib/fsusage.m4 \
225         $(top_srcdir)/config/gnulib/getaddrinfo.m4 \
226         $(top_srcdir)/config/gnulib/gettimeofday.m4 \
227         $(top_srcdir)/config/gnulib/gnulib-comp.m4 \
228         $(top_srcdir)/config/gnulib/include_next.m4 \
229         $(top_srcdir)/config/gnulib/inet_ntop.m4 \
230         $(top_srcdir)/config/gnulib/intmax_t.m4 \
231         $(top_srcdir)/config/gnulib/lock.m4 \
232         $(top_srcdir)/config/gnulib/longlong.m4 \
233         $(top_srcdir)/config/gnulib/malloc.m4 \
234         $(top_srcdir)/config/gnulib/mkdtemp.m4 \
235         $(top_srcdir)/config/gnulib/netinet_in_h.m4 \
236         $(top_srcdir)/config/gnulib/onceonly_2_57.m4 \
237         $(top_srcdir)/config/gnulib/physmem.m4 \
238         $(top_srcdir)/config/gnulib/safe-read.m4 \
239         $(top_srcdir)/config/gnulib/safe-write.m4 \
240         $(top_srcdir)/config/gnulib/snprintf.m4 \
241         $(top_srcdir)/config/gnulib/socklen.m4 \
242         $(top_srcdir)/config/gnulib/sockpfaf.m4 \
243         $(top_srcdir)/config/gnulib/ssize_t.m4 \
244         $(top_srcdir)/config/gnulib/stdbool.m4 \
245         $(top_srcdir)/config/gnulib/stdint.m4 \
246         $(top_srcdir)/config/gnulib/stdio_h.m4 \
247         $(top_srcdir)/config/gnulib/stdlib_h.m4 \
248         $(top_srcdir)/config/gnulib/strdup.m4 \
249         $(top_srcdir)/config/gnulib/string_h.m4 \
250         $(top_srcdir)/config/gnulib/sys_socket_h.m4 \
251         $(top_srcdir)/config/gnulib/sys_stat_h.m4 \
252         $(top_srcdir)/config/gnulib/sys_time_h.m4 \
253         $(top_srcdir)/config/gnulib/tempname.m4 \
254         $(top_srcdir)/config/gnulib/ulonglong.m4 \
255         $(top_srcdir)/config/gnulib/unistd_h.m4 \
256         $(top_srcdir)/config/gnulib/vasnprintf.m4 \
257         $(top_srcdir)/config/gnulib/visibility.m4 \
258         $(top_srcdir)/config/gnulib/wchar.m4 \
259         $(top_srcdir)/config/gettext-macros/gettext.m4 \
260         $(top_srcdir)/config/gettext-macros/iconv.m4 \
261         $(top_srcdir)/config/gettext-macros/inttypes_h.m4 \
262         $(top_srcdir)/config/gettext-macros/lib-ld.m4 \
263         $(top_srcdir)/config/gettext-macros/lib-link.m4 \
264         $(top_srcdir)/config/gettext-macros/lib-prefix.m4 \
265         $(top_srcdir)/config/gettext-macros/longlong.m4 \
266         $(top_srcdir)/config/gettext-macros/nls.m4 \
267         $(top_srcdir)/config/gettext-macros/po.m4 \
268         $(top_srcdir)/config/gettext-macros/progtest.m4 \
269         $(top_srcdir)/config/gettext-macros/size_max.m4 \
270         $(top_srcdir)/config/gettext-macros/stdint_h.m4 \
271         $(top_srcdir)/config/gettext-macros/wchar_t.m4 \
272         $(top_srcdir)/config/gettext-macros/wint_t.m4 \
273         $(top_srcdir)/config/gettext-macros/xsize.m4 \
274         $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.in
275 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
276         $(ACLOCAL_M4)
277 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
278 CONFIG_HEADER = $(top_builddir)/config/config.h
279 CONFIG_CLEAN_FILES =
280 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amplotdir)"
281 sbinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
282 SCRIPTS = $(sbin_SCRIPTS)
283 SOURCES =
284 DIST_SOURCES =
285 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
286 am__vpath_adj = case $$p in \
287     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
288     *) f=$$p;; \
289   esac;
290 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
291 amplotDATA_INSTALL = $(INSTALL_DATA)
292 DATA = $(amplot_DATA)
293 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
294 ACLOCAL = @ACLOCAL@
295 ALLOCA = @ALLOCA@
296 ALLOCA_H = @ALLOCA_H@
297 AMANDA_DBGDIR = @AMANDA_DBGDIR@
298 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
299 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
300 AMANDA_TMPDIR = @AMANDA_TMPDIR@
301 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
302 AMLINT = @AMLINT@
303 AMLINTFLAGS = @AMLINTFLAGS@
304 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
305 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
306 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
307 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
308 AMTAR = @AMTAR@
309 AR = @AR@
310 ARPA_INET_H = @ARPA_INET_H@
311 AUTOCONF = @AUTOCONF@
312 AUTOHEADER = @AUTOHEADER@
313 AUTOMAKE = @AUTOMAKE@
314 AWK = @AWK@
315 BASH = @BASH@
316 BINARY_OWNER = @BINARY_OWNER@
317 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
318 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
319 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
320 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
321 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
322 CAT = @CAT@
323 CC = @CC@
324 CCDEPMODE = @CCDEPMODE@
325 CFLAGS = @CFLAGS@
326 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
327 CHIO = @CHIO@
328 CHS = @CHS@
329 CLIENT_LOGIN = @CLIENT_LOGIN@
330 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
331 COMPRESS = @COMPRESS@
332 CONFIG_DIR = @CONFIG_DIR@
333 CPP = @CPP@
334 CPPFLAGS = @CPPFLAGS@
335 CURL_CONFIG = @CURL_CONFIG@
336 CXX = @CXX@
337 CXXCPP = @CXXCPP@
338 CXXDEPMODE = @CXXDEPMODE@
339 CXXFLAGS = @CXXFLAGS@
340 CYGPATH_W = @CYGPATH_W@
341 DD = @DD@
342 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
343 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
344 DEFAULT_CONFIG = @DEFAULT_CONFIG@
345 DEFAULT_SERVER = @DEFAULT_SERVER@
346 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
347 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
348 DEFS = @DEFS@
349 DEPDIR = @DEPDIR@
350 DOC_BUILD_DATE = @DOC_BUILD_DATE@
351 DUMP = @DUMP@
352 DUMPER_DIR = @DUMPER_DIR@
353 ECHO = @ECHO@
354 ECHO_C = @ECHO_C@
355 ECHO_N = @ECHO_N@
356 ECHO_T = @ECHO_T@
357 EGREP = @EGREP@
358 EOVERFLOW = @EOVERFLOW@
359 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
360 EXEEXT = @EXEEXT@
361 F77 = @F77@
362 FFLAGS = @FFLAGS@
363 FLOAT_H = @FLOAT_H@
364 GETCONF = @GETCONF@
365 GETTEXT = @GETTEXT@
366 GLIB_CFLAGS = @GLIB_CFLAGS@
367 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
368 GLIB_LIBS = @GLIB_LIBS@
369 GLIB_MKENUMS = @GLIB_MKENUMS@
370 GMSGFMT = @GMSGFMT@
371 GMSGFMT_015 = @GMSGFMT_015@
372 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
373 GNULIB_CHOWN = @GNULIB_CHOWN@
374 GNULIB_DUP2 = @GNULIB_DUP2@
375 GNULIB_FCHDIR = @GNULIB_FCHDIR@
376 GNULIB_FFLUSH = @GNULIB_FFLUSH@
377 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
378 GNULIB_FSEEK = @GNULIB_FSEEK@
379 GNULIB_FSEEKO = @GNULIB_FSEEKO@
380 GNULIB_FTELL = @GNULIB_FTELL@
381 GNULIB_FTELLO = @GNULIB_FTELLO@
382 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
383 GNULIB_GETCWD = @GNULIB_GETCWD@
384 GNULIB_GETDELIM = @GNULIB_GETDELIM@
385 GNULIB_GETLINE = @GNULIB_GETLINE@
386 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
387 GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
388 GNULIB_LCHOWN = @GNULIB_LCHOWN@
389 GNULIB_LSEEK = @GNULIB_LSEEK@
390 GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
391 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
392 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
393 GNULIB_MBSCHR = @GNULIB_MBSCHR@
394 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
395 GNULIB_MBSLEN = @GNULIB_MBSLEN@
396 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
397 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
398 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
399 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
400 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
401 GNULIB_MBSSEP = @GNULIB_MBSSEP@
402 GNULIB_MBSSPN = @GNULIB_MBSSPN@
403 GNULIB_MBSSTR = @GNULIB_MBSSTR@
404 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
405 GNULIB_MEMMEM = @GNULIB_MEMMEM@
406 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
407 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
408 GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
409 GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
410 GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
411 GNULIB_READLINK = @GNULIB_READLINK@
412 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
413 GNULIB_SLEEP = @GNULIB_SLEEP@
414 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
415 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
416 GNULIB_STPCPY = @GNULIB_STPCPY@
417 GNULIB_STPNCPY = @GNULIB_STPNCPY@
418 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
419 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
420 GNULIB_STRDUP = @GNULIB_STRDUP@
421 GNULIB_STRNDUP = @GNULIB_STRNDUP@
422 GNULIB_STRNLEN = @GNULIB_STRNLEN@
423 GNULIB_STRPBRK = @GNULIB_STRPBRK@
424 GNULIB_STRSEP = @GNULIB_STRSEP@
425 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
426 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
427 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
428 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
429 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
430 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
431 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
432 GNUPLOT = @GNUPLOT@
433 GNUTAR = @GNUTAR@
434 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
435 GOBJECT_QUERY = @GOBJECT_QUERY@
436 GREP = @GREP@
437 GZIP = @GZIP@
438 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
439 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
440 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
441 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
442 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
443 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
444 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
445 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
446 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
447 HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
448 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
449 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
450 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
451 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
452 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
453 HAVE_DUP2 = @HAVE_DUP2@
454 HAVE_FSEEKO = @HAVE_FSEEKO@
455 HAVE_FTELLO = @HAVE_FTELLO@
456 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
457 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
458 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
459 HAVE_IO_H = @HAVE_IO_H@
460 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
461 HAVE_LSTAT = @HAVE_LSTAT@
462 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
463 HAVE_MEMPCPY = @HAVE_MEMPCPY@
464 HAVE_MKDTEMP = @HAVE_MKDTEMP@
465 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
466 HAVE_READLINK = @HAVE_READLINK@
467 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
468 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
469 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
470 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
471 HAVE_SLEEP = @HAVE_SLEEP@
472 HAVE_STDINT_H = @HAVE_STDINT_H@
473 HAVE_STPCPY = @HAVE_STPCPY@
474 HAVE_STPNCPY = @HAVE_STPNCPY@
475 HAVE_STRCASECMP = @HAVE_STRCASECMP@
476 HAVE_STRCASESTR = @HAVE_STRCASESTR@
477 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
478 HAVE_STRNDUP = @HAVE_STRNDUP@
479 HAVE_STRPBRK = @HAVE_STRPBRK@
480 HAVE_STRSEP = @HAVE_STRSEP@
481 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
482 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
483 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
484 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
485 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
486 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
487 HAVE_UNISTD_H = @HAVE_UNISTD_H@
488 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
489 HAVE_VASPRINTF = @HAVE_VASPRINTF@
490 HAVE_VISIBILITY = @HAVE_VISIBILITY@
491 HAVE_WCHAR_H = @HAVE_WCHAR_H@
492 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
493 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
494 HAVE__BOOL = @HAVE__BOOL@
495 INCLUDE_NEXT = @INCLUDE_NEXT@
496 INSTALL = @INSTALL@
497 INSTALL_DATA = @INSTALL_DATA@
498 INSTALL_PROGRAM = @INSTALL_PROGRAM@
499 INSTALL_SCRIPT = @INSTALL_SCRIPT@
500 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
501 INTLLIBS = @INTLLIBS@
502 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
503 LDFLAGS = @LDFLAGS@
504 LEX = @LEX@
505 LEXLIB = @LEXLIB@
506 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
507 LIBCURL = @LIBCURL@
508 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
509 LIBICONV = @LIBICONV@
510 LIBINTL = @LIBINTL@
511 LIBMULTITHREAD = @LIBMULTITHREAD@
512 LIBOBJS = @LIBOBJS@
513 LIBPTH = @LIBPTH@
514 LIBS = @LIBS@
515 LIBTHREAD = @LIBTHREAD@
516 LIBTOOL = @LIBTOOL@
517 LIBTOOL_DEPS = @LIBTOOL_DEPS@
518 LN_S = @LN_S@
519 LTLIBICONV = @LTLIBICONV@
520 LTLIBINTL = @LTLIBINTL@
521 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
522 LTLIBOBJS = @LTLIBOBJS@
523 LTLIBPTH = @LTLIBPTH@
524 LTLIBTHREAD = @LTLIBTHREAD@
525 MAILER = @MAILER@
526 MAKEINFO = @MAKEINFO@
527 MAXTAPEBLOCKSIZE = @MAXTAPEBLOCKSIZE@
528 MCUTIL = @MCUTIL@
529 MKDIR_P = @MKDIR_P@
530 MSGFMT = @MSGFMT@
531 MSGFMT_015 = @MSGFMT_015@
532 MSGMERGE = @MSGMERGE@
533 MT = @MT@
534 MTX = @MTX@
535 MT_FILE_FLAG = @MT_FILE_FLAG@
536 NETINET_IN_H = @NETINET_IN_H@
537 NEXT_FLOAT_H = @NEXT_FLOAT_H@
538 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
539 NEXT_STDINT_H = @NEXT_STDINT_H@
540 NEXT_STDIO_H = @NEXT_STDIO_H@
541 NEXT_STDLIB_H = @NEXT_STDLIB_H@
542 NEXT_STRING_H = @NEXT_STRING_H@
543 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
544 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
545 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
546 NEXT_UNISTD_H = @NEXT_UNISTD_H@
547 NEXT_WCHAR_H = @NEXT_WCHAR_H@
548 OBJEXT = @OBJEXT@
549 PACKAGE = @PACKAGE@
550 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
551 PACKAGE_NAME = @PACKAGE_NAME@
552 PACKAGE_STRING = @PACKAGE_STRING@
553 PACKAGE_TARNAME = @PACKAGE_TARNAME@
554 PACKAGE_VERSION = @PACKAGE_VERSION@
555 PATH_SEPARATOR = @PATH_SEPARATOR@
556 PCAT = @PCAT@
557 PERL = @PERL@
558 PERLEXTLIBS = @PERLEXTLIBS@
559 PERL_INC = @PERL_INC@
560 PKG_CONFIG = @PKG_CONFIG@
561 POSUB = @POSUB@
562 PRINT = @PRINT@
563 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
564 RANLIB = @RANLIB@
565 READLINE_LIBS = @READLINE_LIBS@
566 REPLACE_CHOWN = @REPLACE_CHOWN@
567 REPLACE_FCHDIR = @REPLACE_FCHDIR@
568 REPLACE_FFLUSH = @REPLACE_FFLUSH@
569 REPLACE_FPRINTF = @REPLACE_FPRINTF@
570 REPLACE_FSEEK = @REPLACE_FSEEK@
571 REPLACE_FSEEKO = @REPLACE_FSEEKO@
572 REPLACE_FTELL = @REPLACE_FTELL@
573 REPLACE_FTELLO = @REPLACE_FTELLO@
574 REPLACE_GETCWD = @REPLACE_GETCWD@
575 REPLACE_GETLINE = @REPLACE_GETLINE@
576 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
577 REPLACE_LCHOWN = @REPLACE_LCHOWN@
578 REPLACE_LSEEK = @REPLACE_LSEEK@
579 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
580 REPLACE_PRINTF = @REPLACE_PRINTF@
581 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
582 REPLACE_SPRINTF = @REPLACE_SPRINTF@
583 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
584 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
585 REPLACE_VPRINTF = @REPLACE_VPRINTF@
586 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
587 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
588 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
589 RESTORE = @RESTORE@
590 SAMBA_CLIENT = @SAMBA_CLIENT@
591 SERVICE_SUFFIX = @SERVICE_SUFFIX@
592 SETUID_GROUP = @SETUID_GROUP@
593 SET_MAKE = @SET_MAKE@
594 SHELL = @SHELL@
595 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
596 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
597 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
598 SORT = @SORT@
599 SSH = @SSH@
600 STDBOOL_H = @STDBOOL_H@
601 STDINT_H = @STDINT_H@
602 STRIP = @STRIP@
603 SVN = @SVN@
604 SWIG = @SWIG@
605 SWIG_LIB = @SWIG_LIB@
606 SYS_SOCKET_H = @SYS_SOCKET_H@
607 SYS_STAT_H = @SYS_STAT_H@
608 SYS_TIME_H = @SYS_TIME_H@
609 USE_NLS = @USE_NLS@
610 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
611 VDUMP = @VDUMP@
612 VERSION = @VERSION@
613 VERSION_COMMENT = @VERSION_COMMENT@
614 VERSION_MAJOR = @VERSION_MAJOR@
615 VERSION_MINOR = @VERSION_MINOR@
616 VERSION_PATCH = @VERSION_PATCH@
617 VERSION_SUFFIX = @VERSION_SUFFIX@
618 VRESTORE = @VRESTORE@
619 VXDUMP = @VXDUMP@
620 VXRESTORE = @VXRESTORE@
621 WCHAR_H = @WCHAR_H@
622 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
623 WINT_T_SUFFIX = @WINT_T_SUFFIX@
624 XFSDUMP = @XFSDUMP@
625 XFSRESTORE = @XFSRESTORE@
626 XGETTEXT = @XGETTEXT@
627 XGETTEXT_015 = @XGETTEXT_015@
628 XSLREL = @XSLREL@
629 XSLTPROC = @XSLTPROC@
630 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
631 YACC = @YACC@
632 YFLAGS = @YFLAGS@
633 _libcurl_config = @_libcurl_config@
634 abs_builddir = @abs_builddir@
635 abs_srcdir = @abs_srcdir@
636 abs_top_builddir = @abs_top_builddir@
637 abs_top_srcdir = @abs_top_srcdir@
638 ac_ct_CC = @ac_ct_CC@
639 ac_ct_CXX = @ac_ct_CXX@
640 ac_ct_F77 = @ac_ct_F77@
641 am__include = @am__include@
642 am__leading_dot = @am__leading_dot@
643 am__quote = @am__quote@
644 am__tar = @am__tar@
645 am__untar = @am__untar@
646 amincludedir = @amincludedir@
647 amlibdir = @amlibdir@
648 amlibexecdir = @amlibexecdir@
649 amperldir = @amperldir@
650 bindir = @bindir@
651 build = @build@
652 build_alias = @build_alias@
653 build_cpu = @build_cpu@
654 build_os = @build_os@
655 build_vendor = @build_vendor@
656 builddir = @builddir@
657 datadir = @datadir@
658 datarootdir = @datarootdir@
659 docdir = @docdir@
660 dvidir = @dvidir@
661 exec_prefix = @exec_prefix@
662 gl_LIBOBJS = @gl_LIBOBJS@
663 gl_LTLIBOBJS = @gl_LTLIBOBJS@
664 host = @host@
665 host_alias = @host_alias@
666 host_cpu = @host_cpu@
667 host_os = @host_os@
668 host_vendor = @host_vendor@
669 htmldir = @htmldir@
670 includedir = @includedir@
671 infodir = @infodir@
672 install_sh = @install_sh@
673 libdir = @libdir@
674 libexecdir = @libexecdir@
675 localedir = @localedir@
676 localstatedir = @localstatedir@
677 mandir = @mandir@
678 mkdir_p = @mkdir_p@
679 oldincludedir = @oldincludedir@
680 pdfdir = @pdfdir@
681 prefix = @prefix@
682 program_transform_name = @program_transform_name@
683 psdir = @psdir@
684 sbindir = @sbindir@
685 sharedstatedir = @sharedstatedir@
686 srcdir = @srcdir@
687 sysconfdir = @sysconfdir@
688 target = @target@
689 target_alias = @target_alias@
690 target_cpu = @target_cpu@
691 target_os = @target_os@
692 target_vendor = @target_vendor@
693 top_builddir = @top_builddir@
694 top_srcdir = @top_srcdir@
695 SUFFIXES = 
696 EXTRA_DIST = amplot.awk amplot.g
697 BUILT_SOURCES = 
698 MOSTLYCLEANFILES = 
699
700 # config.status leaves config.log files around
701 CLEANFILES = config.log amplot.gp.new
702
703 # and we'll need to clean up our generated files for distclean
704 DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK) \
705         amplot.gp
706 MAINTAINERCLEANFILES = 
707
708 # syntax-check shell scripts on 'make check'
709 CHECK_SHELL = $(SCRIPTS_SHELL)
710
711 # sed expression to strip leading directories from a filename; this converts e.g.,
712 # src/foo/bar.so to bar.so.
713 strip_leading_dirs = s|^.*/||
714 SCRIPTS_SHELL = amplot
715 SCRIPTS_AWK = amcat.awk
716 sbin_SCRIPTS = $(SCRIPTS_SHELL)
717 amplotdir = $(amlibexecdir)
718 amplot_DATA = $(SCRIPTS_AWK) amplot.awk amplot.g amplot.gp
719 INSTALLPERMS_data = \
720         dest=$(amplotdir) chown=amanda $(amplot_DATA) \
721         dest=$(sbindir) chown=amanda $(sbin_SCRIPTS)
722
723 all: $(BUILT_SOURCES)
724         $(MAKE) $(AM_MAKEFLAGS) all-am
725
726 .SUFFIXES:
727 .SUFFIXES: 
728 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(top_srcdir)/config/automake/installperms.am $(top_srcdir)/config/automake/precompile.am $(am__configure_deps)
729         @for dep in $?; do \
730           case '$(am__configure_deps)' in \
731             *$$dep*) \
732               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
733                 && exit 0; \
734               exit 1;; \
735           esac; \
736         done; \
737         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amplot/Makefile'; \
738         cd $(top_srcdir) && \
739           $(AUTOMAKE) --gnu  amplot/Makefile
740 .PRECIOUS: Makefile
741 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
742         @case '$?' in \
743           *config.status*) \
744             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
745           *) \
746             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
747             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
748         esac;
749
750 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
751         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
752
753 $(top_srcdir)/configure:  $(am__configure_deps)
754         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
755 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
756         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
757 install-sbinSCRIPTS: $(sbin_SCRIPTS)
758         @$(NORMAL_INSTALL)
759         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
760         @list='$(sbin_SCRIPTS)'; for p in $$list; do \
761           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
762           if test -f $$d$$p; then \
763             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
764             echo " $(sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
765             $(sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \
766           else :; fi; \
767         done
768
769 uninstall-sbinSCRIPTS:
770         @$(NORMAL_UNINSTALL)
771         @list='$(sbin_SCRIPTS)'; for p in $$list; do \
772           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
773           echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
774           rm -f "$(DESTDIR)$(sbindir)/$$f"; \
775         done
776
777 mostlyclean-libtool:
778         -rm -f *.lo
779
780 clean-libtool:
781         -rm -rf .libs _libs
782 install-amplotDATA: $(amplot_DATA)
783         @$(NORMAL_INSTALL)
784         test -z "$(amplotdir)" || $(MKDIR_P) "$(DESTDIR)$(amplotdir)"
785         @list='$(amplot_DATA)'; for p in $$list; do \
786           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
787           f=$(am__strip_dir) \
788           echo " $(amplotDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(amplotdir)/$$f'"; \
789           $(amplotDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(amplotdir)/$$f"; \
790         done
791
792 uninstall-amplotDATA:
793         @$(NORMAL_UNINSTALL)
794         @list='$(amplot_DATA)'; for p in $$list; do \
795           f=$(am__strip_dir) \
796           echo " rm -f '$(DESTDIR)$(amplotdir)/$$f'"; \
797           rm -f "$(DESTDIR)$(amplotdir)/$$f"; \
798         done
799 tags: TAGS
800 TAGS:
801
802 ctags: CTAGS
803 CTAGS:
804
805
806 distdir: $(DISTFILES)
807         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
808         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
809         list='$(DISTFILES)'; \
810           dist_files=`for file in $$list; do echo $$file; done | \
811           sed -e "s|^$$srcdirstrip/||;t" \
812               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
813         case $$dist_files in \
814           */*) $(MKDIR_P) `echo "$$dist_files" | \
815                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
816                            sort -u` ;; \
817         esac; \
818         for file in $$dist_files; do \
819           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
820           if test -d $$d/$$file; then \
821             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
822             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
823               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
824             fi; \
825             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
826           else \
827             test -f $(distdir)/$$file \
828             || cp -p $$d/$$file $(distdir)/$$file \
829             || exit 1; \
830           fi; \
831         done
832         $(MAKE) $(AM_MAKEFLAGS) \
833           top_distdir="$(top_distdir)" distdir="$(distdir)" \
834           dist-hook
835 check-am: all-am
836         $(MAKE) $(AM_MAKEFLAGS) check-local
837 check: $(BUILT_SOURCES)
838         $(MAKE) $(AM_MAKEFLAGS) check-am
839 all-am: Makefile $(SCRIPTS) $(DATA)
840 installdirs:
841         for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amplotdir)"; do \
842           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
843         done
844 install: $(BUILT_SOURCES)
845         $(MAKE) $(AM_MAKEFLAGS) install-am
846 install-exec: install-exec-am
847 install-data: install-data-am
848 uninstall: uninstall-am
849
850 install-am: all-am
851         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
852
853 installcheck: installcheck-am
854 install-strip:
855         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
856           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
857           `test -z '$(STRIP)' || \
858             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
859 mostlyclean-generic:
860         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
861
862 clean-generic:
863         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
864
865 distclean-generic:
866         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
867         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
868
869 maintainer-clean-generic:
870         @echo "This command is intended for maintainers to use"
871         @echo "it deletes files that may require special tools to rebuild."
872         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
873         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
874 @WANT_INSTALLPERMS_FALSE@install-exec-hook:
875 @WANT_INSTALLPERMS_FALSE@install-data-hook:
876 clean: clean-am
877
878 clean-am: clean-generic clean-libtool mostlyclean-am
879
880 distclean: distclean-am
881         -rm -f Makefile
882 distclean-am: clean-am distclean-generic
883
884 dvi: dvi-am
885
886 dvi-am:
887
888 html: html-am
889
890 info: info-am
891
892 info-am:
893
894 install-data-am: install-amplotDATA
895         @$(NORMAL_INSTALL)
896         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
897
898 install-dvi: install-dvi-am
899
900 install-exec-am: install-sbinSCRIPTS
901         @$(NORMAL_INSTALL)
902         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
903
904 install-html: install-html-am
905
906 install-info: install-info-am
907
908 install-man:
909
910 install-pdf: install-pdf-am
911
912 install-ps: install-ps-am
913
914 installcheck-am:
915
916 maintainer-clean: maintainer-clean-am
917         -rm -f Makefile
918 maintainer-clean-am: distclean-am maintainer-clean-generic
919
920 mostlyclean: mostlyclean-am
921
922 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
923
924 pdf: pdf-am
925
926 pdf-am:
927
928 ps: ps-am
929
930 ps-am:
931
932 uninstall-am: uninstall-amplotDATA uninstall-sbinSCRIPTS
933
934 .MAKE: install-am install-data-am install-exec-am install-strip
935
936 .PHONY: all all-am check check-am check-local clean clean-generic \
937         clean-libtool dist-hook distclean distclean-generic \
938         distclean-libtool distdir dvi dvi-am html html-am info info-am \
939         install install-am install-amplotDATA install-data \
940         install-data-am install-data-hook install-dvi install-dvi-am \
941         install-exec install-exec-am install-exec-hook install-html \
942         install-html-am install-info install-info-am install-man \
943         install-pdf install-pdf-am install-ps install-ps-am \
944         install-sbinSCRIPTS install-strip installcheck installcheck-am \
945         installdirs maintainer-clean maintainer-clean-generic \
946         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
947         ps ps-am uninstall uninstall-am uninstall-amplotDATA \
948         uninstall-sbinSCRIPTS
949
950
951 # Perl
952 %: %.pl $(top_builddir)/config.status
953         $(top_builddir)/config.status --file=$@:$<
954         chmod a+x $@
955
956 %.pl: %.pl.in $(top_builddir)/config.status
957         $(top_builddir)/config.status --file=$@:$<
958
959 %.pm: %.pm.in $(top_builddir)/config.status
960         $(top_builddir)/config.status --file=$@:$<
961
962 # Shell
963 %: %.sh $(top_builddir)/config.status
964         $(top_builddir)/config.status --file=$@:$<
965         chmod a+x $@
966
967 %.sh: %.sh.in $(top_builddir)/config.status
968         $(top_builddir)/config.status --file=$@:$<
969
970 # Awk
971 %: %.awk $(top_builddir)/config.status
972         $(top_builddir)/config.status --file=$@:$<
973         chmod a+x $@
974
975 %.awk: %.awk.in $(top_builddir)/config.status
976         $(top_builddir)/config.status --file=$@:$<
977
978 # syntax-check perl scripts on 'make check'
979 check-perl: $(CHECK_PERL)
980         @CHECK_PERL="$(CHECK_PERL)"; \
981         if test -n "$(PERL)"; then \
982                 for perlobj in $$CHECK_PERL; do \
983                         $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \
984                 done; \
985         fi
986 check-local: check-perl
987 check-shell: $(CHECK_SHELL)
988         @CHECK_SHELL="$(CHECK_SHELL)"; \
989         if test -n "$$CHECK_SHELL"; then \
990                 if test -n "$(BASH)"; then \
991                         for shobj in $$CHECK_SHELL; do \
992                                 if $(BASH) -n $$shobj; then \
993                                         echo "$$shobj syntax OK"; \
994                                 else \
995                                         echo "$$shobj syntax error"; \
996                                         exit 1; \
997                                 fi; \
998                         done; \
999                 else \
1000                         echo "No 'bash' available -- cannot syntax-check shell scripts"; \
1001                 fi; \
1002         fi
1003 check-local: check-shell
1004
1005 # make sure that the sources for all shell and perl scripts get included
1006 # in the distribution
1007 dist-scripts:
1008         SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \
1009         for script in $$SCRIPTS_PERL; do \
1010                 test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \
1011         done; \
1012         for script in $$SCRIPTS_SHELL; do \
1013                 test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \
1014         done; \
1015         for script in $$SCRIPTS_AWK; do \
1016                 test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \
1017         done; \
1018         for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
1019                 test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \
1020         done; \
1021         true
1022 dist-hook: dist-scripts
1023
1024 @WANT_INSTALLPERMS_TRUE@installperms-exec:
1025 @WANT_INSTALLPERMS_TRUE@        @installperms="$(INSTALLPERMS_exec)"; \
1026 @WANT_INSTALLPERMS_TRUE@        test -n "$$installperms" && echo "Setting installation permissions on executables"; \
1027 @WANT_INSTALLPERMS_TRUE@        dest=; chown=; chmod=; \
1028 @WANT_INSTALLPERMS_TRUE@        for cmd in $$installperms; do \
1029 @WANT_INSTALLPERMS_TRUE@            case "$$cmd" in \
1030 @WANT_INSTALLPERMS_TRUE@                chown=amanda) \
1031 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1032 @WANT_INSTALLPERMS_TRUE@                dest=*|chown=*|chmod=*) \
1033 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; eval $$cmd;; \
1034 @WANT_INSTALLPERMS_TRUE@                *)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
1035 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chown"; then \
1036 @WANT_INSTALLPERMS_TRUE@                        echo chown "$$chown" "$$pa"; \
1037 @WANT_INSTALLPERMS_TRUE@                        chown "$$chown" "$$pa" || exit 1; \
1038 @WANT_INSTALLPERMS_TRUE@                    fi; \
1039 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chmod"; then \
1040 @WANT_INSTALLPERMS_TRUE@                        echo chmod "$$chmod" "$$pa"; \
1041 @WANT_INSTALLPERMS_TRUE@                        chmod "$$chmod" "$$pa" || exit 1; \
1042 @WANT_INSTALLPERMS_TRUE@                    fi; \
1043 @WANT_INSTALLPERMS_TRUE@            esac; \
1044 @WANT_INSTALLPERMS_TRUE@        done
1045
1046 @WANT_INSTALLPERMS_TRUE@installperms-data:
1047 @WANT_INSTALLPERMS_TRUE@        @installperms="$(INSTALLPERMS_data)"; \
1048 @WANT_INSTALLPERMS_TRUE@        test -n "$$installperms" && echo "Setting installation permissions on data"; \
1049 @WANT_INSTALLPERMS_TRUE@        dest=; chown=; chmod=; \
1050 @WANT_INSTALLPERMS_TRUE@        for cmd in $$installperms; do \
1051 @WANT_INSTALLPERMS_TRUE@            case "$$cmd" in \
1052 @WANT_INSTALLPERMS_TRUE@                chown=amanda) \
1053 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1054 @WANT_INSTALLPERMS_TRUE@                dest=*|chown=*|chmod=*) \
1055 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; eval $$cmd;; \
1056 @WANT_INSTALLPERMS_TRUE@                *)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
1057 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chown"; then \
1058 @WANT_INSTALLPERMS_TRUE@                        echo chown "$$chown" "$$pa"; \
1059 @WANT_INSTALLPERMS_TRUE@                        chown "$$chown" "$$pa" || exit 1; \
1060 @WANT_INSTALLPERMS_TRUE@                    fi; \
1061 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chmod"; then \
1062 @WANT_INSTALLPERMS_TRUE@                        echo chmod "$$chmod" "$$pa"; \
1063 @WANT_INSTALLPERMS_TRUE@                        chmod "$$chmod" "$$pa" || exit 1; \
1064 @WANT_INSTALLPERMS_TRUE@                    fi; \
1065 @WANT_INSTALLPERMS_TRUE@            esac; \
1066 @WANT_INSTALLPERMS_TRUE@        done
1067
1068 @WANT_INSTALLPERMS_TRUE@install-exec-hook: installperms-exec
1069 @WANT_INSTALLPERMS_TRUE@install-data-hook: installperms-data
1070
1071 # A rule to make precompiler output from C files.  This is not used during
1072 # ordinary builds, but but can very useful in debugging problems on strange
1073 # architectures.  With this rule, we can ask users to 'make foo.i' and send
1074 # the result to us.
1075 #
1076 # It touches some automake internals ($COMPILE), but since it's not
1077 # build-critical, that's OK.
1078 %.i : %.c
1079         $(COMPILE) -E -o $@ $<
1080
1081 amplot.gp: amplot.g
1082         cat $(srcdir)/amplot.g > amplot.gp.new
1083         echo "pause -1;" >> amplot.gp.new
1084         rm -f amplot.gp
1085         mv amplot.gp.new amplot.gp
1086 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1087 # Otherwise a system limit (for SysV at least) may be exceeded.
1088 .NOEXPORT: