12179cb653c72f53cd8830c83857d3cc4cdf449d
[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 ABSOLUTE_STRING_H = @ABSOLUTE_STRING_H@
295 ACLOCAL = @ACLOCAL@
296 ALLOCA = @ALLOCA@
297 ALLOCA_H = @ALLOCA_H@
298 AMANDA_DBGDIR = @AMANDA_DBGDIR@
299 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
300 AMANDA_STATIC_LDFLAGS = @AMANDA_STATIC_LDFLAGS@
301 AMANDA_TMPDIR = @AMANDA_TMPDIR@
302 AMANDA_WARNING_CFLAGS = @AMANDA_WARNING_CFLAGS@
303 AMLINT = @AMLINT@
304 AMLINTFLAGS = @AMLINTFLAGS@
305 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
306 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
307 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
308 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
309 AMTAR = @AMTAR@
310 AM_CFLAGS = @AM_CFLAGS@
311 AR = @AR@
312 ARPA_INET_H = @ARPA_INET_H@
313 AUTOCONF = @AUTOCONF@
314 AUTOHEADER = @AUTOHEADER@
315 AUTOMAKE = @AUTOMAKE@
316 AWK = @AWK@
317 BASH = @BASH@
318 BINARY_OWNER = @BINARY_OWNER@
319 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
320 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
321 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
322 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
323 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
324 CAT = @CAT@
325 CC = @CC@
326 CCDEPMODE = @CCDEPMODE@
327 CFLAGS = @CFLAGS@
328 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
329 CHIO = @CHIO@
330 CHS = @CHS@
331 CLIENT_LOGIN = @CLIENT_LOGIN@
332 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
333 COMPRESS = @COMPRESS@
334 CONFIG_DIR = @CONFIG_DIR@
335 CPP = @CPP@
336 CPPFLAGS = @CPPFLAGS@
337 CURL_CONFIG = @CURL_CONFIG@
338 CXX = @CXX@
339 CXXCPP = @CXXCPP@
340 CXXDEPMODE = @CXXDEPMODE@
341 CXXFLAGS = @CXXFLAGS@
342 CYGPATH_W = @CYGPATH_W@
343 DD = @DD@
344 DEFAULT_AMANDATES_FILE = @DEFAULT_AMANDATES_FILE@
345 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
346 DEFAULT_CONFIG = @DEFAULT_CONFIG@
347 DEFAULT_SERVER = @DEFAULT_SERVER@
348 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
349 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
350 DEFS = @DEFS@
351 DEPDIR = @DEPDIR@
352 DOC_BUILD_DATE = @DOC_BUILD_DATE@
353 DUMP = @DUMP@
354 DUMPER_DIR = @DUMPER_DIR@
355 ECHO = @ECHO@
356 ECHO_C = @ECHO_C@
357 ECHO_N = @ECHO_N@
358 ECHO_T = @ECHO_T@
359 EGREP = @EGREP@
360 EOVERFLOW = @EOVERFLOW@
361 EXAMPLE_TAPEDEV = @EXAMPLE_TAPEDEV@
362 EXEEXT = @EXEEXT@
363 F77 = @F77@
364 FFLAGS = @FFLAGS@
365 FLOAT_H = @FLOAT_H@
366 GETCONF = @GETCONF@
367 GETTEXT = @GETTEXT@
368 GLIB_CFLAGS = @GLIB_CFLAGS@
369 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
370 GLIB_LIBS = @GLIB_LIBS@
371 GLIB_MKENUMS = @GLIB_MKENUMS@
372 GMSGFMT = @GMSGFMT@
373 GMSGFMT_015 = @GMSGFMT_015@
374 GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
375 GNULIB_CHOWN = @GNULIB_CHOWN@
376 GNULIB_DUP2 = @GNULIB_DUP2@
377 GNULIB_FCHDIR = @GNULIB_FCHDIR@
378 GNULIB_FFLUSH = @GNULIB_FFLUSH@
379 GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
380 GNULIB_FSEEK = @GNULIB_FSEEK@
381 GNULIB_FSEEKO = @GNULIB_FSEEKO@
382 GNULIB_FTELL = @GNULIB_FTELL@
383 GNULIB_FTELLO = @GNULIB_FTELLO@
384 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
385 GNULIB_GETCWD = @GNULIB_GETCWD@
386 GNULIB_GETDELIM = @GNULIB_GETDELIM@
387 GNULIB_GETLINE = @GNULIB_GETLINE@
388 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
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_READLINK = @GNULIB_READLINK@
414 GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
415 GNULIB_SLEEP = @GNULIB_SLEEP@
416 GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
417 GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
418 GNULIB_STPCPY = @GNULIB_STPCPY@
419 GNULIB_STPNCPY = @GNULIB_STPNCPY@
420 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
421 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
422 GNULIB_STRDUP = @GNULIB_STRDUP@
423 GNULIB_STRNDUP = @GNULIB_STRNDUP@
424 GNULIB_STRNLEN = @GNULIB_STRNLEN@
425 GNULIB_STRPBRK = @GNULIB_STRPBRK@
426 GNULIB_STRSEP = @GNULIB_STRSEP@
427 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
428 GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
429 GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
430 GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
431 GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
432 GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
433 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
434 GNUPLOT = @GNUPLOT@
435 GNUTAR = @GNUTAR@
436 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
437 GOBJECT_QUERY = @GOBJECT_QUERY@
438 GREP = @GREP@
439 GZIP = @GZIP@
440 HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
441 HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
442 HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
443 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
444 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
445 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
446 HAVE_DECL_MKDIR = @HAVE_DECL_MKDIR@
447 HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
448 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
449 HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
450 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
451 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
452 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
453 HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
454 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
455 HAVE_DUP2 = @HAVE_DUP2@
456 HAVE_FSEEKO = @HAVE_FSEEKO@
457 HAVE_FTELLO = @HAVE_FTELLO@
458 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
459 HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
460 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
461 HAVE_IO_H = @HAVE_IO_H@
462 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
463 HAVE_LSTAT = @HAVE_LSTAT@
464 HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
465 HAVE_MEMPCPY = @HAVE_MEMPCPY@
466 HAVE_MKDTEMP = @HAVE_MKDTEMP@
467 HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
468 HAVE_READLINK = @HAVE_READLINK@
469 HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
470 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
471 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
472 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
473 HAVE_SLEEP = @HAVE_SLEEP@
474 HAVE_STDINT_H = @HAVE_STDINT_H@
475 HAVE_STPCPY = @HAVE_STPCPY@
476 HAVE_STPNCPY = @HAVE_STPNCPY@
477 HAVE_STRCASECMP = @HAVE_STRCASECMP@
478 HAVE_STRCASESTR = @HAVE_STRCASESTR@
479 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
480 HAVE_STRNDUP = @HAVE_STRNDUP@
481 HAVE_STRPBRK = @HAVE_STRPBRK@
482 HAVE_STRSEP = @HAVE_STRSEP@
483 HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
484 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
485 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
486 HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
487 HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
488 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
489 HAVE_UNISTD_H = @HAVE_UNISTD_H@
490 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
491 HAVE_VASPRINTF = @HAVE_VASPRINTF@
492 HAVE_VISIBILITY = @HAVE_VISIBILITY@
493 HAVE_WCHAR_H = @HAVE_WCHAR_H@
494 HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
495 HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
496 HAVE__BOOL = @HAVE__BOOL@
497 INCLUDE_NEXT = @INCLUDE_NEXT@
498 INSTALL = @INSTALL@
499 INSTALL_DATA = @INSTALL_DATA@
500 INSTALL_PROGRAM = @INSTALL_PROGRAM@
501 INSTALL_SCRIPT = @INSTALL_SCRIPT@
502 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
503 INTLLIBS = @INTLLIBS@
504 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
505 LDFLAGS = @LDFLAGS@
506 LEX = @LEX@
507 LEXLIB = @LEXLIB@
508 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
509 LIBCURL = @LIBCURL@
510 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
511 LIBICONV = @LIBICONV@
512 LIBINTL = @LIBINTL@
513 LIBMULTITHREAD = @LIBMULTITHREAD@
514 LIBOBJS = @LIBOBJS@
515 LIBPTH = @LIBPTH@
516 LIBS = @LIBS@
517 LIBTHREAD = @LIBTHREAD@
518 LIBTOOL = @LIBTOOL@
519 LIBTOOL_DEPS = @LIBTOOL_DEPS@
520 LL_FMT = @LL_FMT@
521 LL_RFMT = @LL_RFMT@
522 LN_S = @LN_S@
523 LTLIBICONV = @LTLIBICONV@
524 LTLIBINTL = @LTLIBINTL@
525 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
526 LTLIBOBJS = @LTLIBOBJS@
527 LTLIBPTH = @LTLIBPTH@
528 LTLIBTHREAD = @LTLIBTHREAD@
529 MAILER = @MAILER@
530 MAKEINFO = @MAKEINFO@
531 MAXTAPEBLOCKSIZE = @MAXTAPEBLOCKSIZE@
532 MCUTIL = @MCUTIL@
533 MKDIR_P = @MKDIR_P@
534 MSGFMT = @MSGFMT@
535 MSGFMT_015 = @MSGFMT_015@
536 MSGMERGE = @MSGMERGE@
537 MT = @MT@
538 MTX = @MTX@
539 MT_FILE_FLAG = @MT_FILE_FLAG@
540 NETINET_IN_H = @NETINET_IN_H@
541 NEXT_FLOAT_H = @NEXT_FLOAT_H@
542 NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
543 NEXT_STDINT_H = @NEXT_STDINT_H@
544 NEXT_STDIO_H = @NEXT_STDIO_H@
545 NEXT_STDLIB_H = @NEXT_STDLIB_H@
546 NEXT_STRING_H = @NEXT_STRING_H@
547 NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
548 NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
549 NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
550 NEXT_UNISTD_H = @NEXT_UNISTD_H@
551 NEXT_WCHAR_H = @NEXT_WCHAR_H@
552 OBJEXT = @OBJEXT@
553 PACKAGE = @PACKAGE@
554 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
555 PACKAGE_NAME = @PACKAGE_NAME@
556 PACKAGE_STRING = @PACKAGE_STRING@
557 PACKAGE_TARNAME = @PACKAGE_TARNAME@
558 PACKAGE_VERSION = @PACKAGE_VERSION@
559 PATH_SEPARATOR = @PATH_SEPARATOR@
560 PCAT = @PCAT@
561 PERL = @PERL@
562 PERLEXTLIBS = @PERLEXTLIBS@
563 PERL_INC = @PERL_INC@
564 PKG_CONFIG = @PKG_CONFIG@
565 POSUB = @POSUB@
566 PRINT = @PRINT@
567 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
568 RANLIB = @RANLIB@
569 READLINE_LIBS = @READLINE_LIBS@
570 REPLACE_CHOWN = @REPLACE_CHOWN@
571 REPLACE_FCHDIR = @REPLACE_FCHDIR@
572 REPLACE_FFLUSH = @REPLACE_FFLUSH@
573 REPLACE_FPRINTF = @REPLACE_FPRINTF@
574 REPLACE_FSEEK = @REPLACE_FSEEK@
575 REPLACE_FSEEKO = @REPLACE_FSEEKO@
576 REPLACE_FTELL = @REPLACE_FTELL@
577 REPLACE_FTELLO = @REPLACE_FTELLO@
578 REPLACE_GETCWD = @REPLACE_GETCWD@
579 REPLACE_GETLINE = @REPLACE_GETLINE@
580 REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
581 REPLACE_LCHOWN = @REPLACE_LCHOWN@
582 REPLACE_LSEEK = @REPLACE_LSEEK@
583 REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
584 REPLACE_PRINTF = @REPLACE_PRINTF@
585 REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
586 REPLACE_SPRINTF = @REPLACE_SPRINTF@
587 REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
588 REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
589 REPLACE_VPRINTF = @REPLACE_VPRINTF@
590 REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
591 REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
592 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
593 RESTORE = @RESTORE@
594 SAMBA_CLIENT = @SAMBA_CLIENT@
595 SERVICE_SUFFIX = @SERVICE_SUFFIX@
596 SETUID_GROUP = @SETUID_GROUP@
597 SET_MAKE = @SET_MAKE@
598 SHELL = @SHELL@
599 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
600 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
601 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
602 SORT = @SORT@
603 SSH = @SSH@
604 STDBOOL_H = @STDBOOL_H@
605 STDINT_H = @STDINT_H@
606 STRIP = @STRIP@
607 SVN = @SVN@
608 SWIG = @SWIG@
609 SWIG_LIB = @SWIG_LIB@
610 SYS_SOCKET_H = @SYS_SOCKET_H@
611 SYS_STAT_H = @SYS_STAT_H@
612 SYS_TIME_H = @SYS_TIME_H@
613 USE_NLS = @USE_NLS@
614 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
615 VDUMP = @VDUMP@
616 VERSION = @VERSION@
617 VERSION_COMMENT = @VERSION_COMMENT@
618 VERSION_MAJOR = @VERSION_MAJOR@
619 VERSION_MINOR = @VERSION_MINOR@
620 VERSION_PATCH = @VERSION_PATCH@
621 VERSION_SUFFIX = @VERSION_SUFFIX@
622 VRESTORE = @VRESTORE@
623 VXDUMP = @VXDUMP@
624 VXRESTORE = @VXRESTORE@
625 WCHAR_H = @WCHAR_H@
626 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
627 WINT_T_SUFFIX = @WINT_T_SUFFIX@
628 XFSDUMP = @XFSDUMP@
629 XFSRESTORE = @XFSRESTORE@
630 XGETTEXT = @XGETTEXT@
631 XGETTEXT_015 = @XGETTEXT_015@
632 XSLREL = @XSLREL@
633 XSLTPROC = @XSLTPROC@
634 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
635 YACC = @YACC@
636 YFLAGS = @YFLAGS@
637 _libcurl_config = @_libcurl_config@
638 abs_builddir = @abs_builddir@
639 abs_srcdir = @abs_srcdir@
640 abs_top_builddir = @abs_top_builddir@
641 abs_top_srcdir = @abs_top_srcdir@
642 ac_ct_CC = @ac_ct_CC@
643 ac_ct_CXX = @ac_ct_CXX@
644 ac_ct_F77 = @ac_ct_F77@
645 am__include = @am__include@
646 am__leading_dot = @am__leading_dot@
647 am__quote = @am__quote@
648 am__tar = @am__tar@
649 am__untar = @am__untar@
650 amincludedir = @amincludedir@
651 amlibdir = @amlibdir@
652 amlibexecdir = @amlibexecdir@
653 amperldir = @amperldir@
654 bindir = @bindir@
655 build = @build@
656 build_alias = @build_alias@
657 build_cpu = @build_cpu@
658 build_os = @build_os@
659 build_vendor = @build_vendor@
660 builddir = @builddir@
661 datadir = @datadir@
662 datarootdir = @datarootdir@
663 docdir = @docdir@
664 dvidir = @dvidir@
665 exec_prefix = @exec_prefix@
666 gl_LIBOBJS = @gl_LIBOBJS@
667 gl_LTLIBOBJS = @gl_LTLIBOBJS@
668 host = @host@
669 host_alias = @host_alias@
670 host_cpu = @host_cpu@
671 host_os = @host_os@
672 host_vendor = @host_vendor@
673 htmldir = @htmldir@
674 includedir = @includedir@
675 infodir = @infodir@
676 install_sh = @install_sh@
677 libdir = @libdir@
678 libexecdir = @libexecdir@
679 localedir = @localedir@
680 localstatedir = @localstatedir@
681 mandir = @mandir@
682 mkdir_p = @mkdir_p@
683 oldincludedir = @oldincludedir@
684 pdfdir = @pdfdir@
685 prefix = @prefix@
686 program_transform_name = @program_transform_name@
687 psdir = @psdir@
688 sbindir = @sbindir@
689 sharedstatedir = @sharedstatedir@
690 srcdir = @srcdir@
691 sysconfdir = @sysconfdir@
692 target = @target@
693 target_alias = @target_alias@
694 target_cpu = @target_cpu@
695 target_os = @target_os@
696 target_vendor = @target_vendor@
697 top_builddir = @top_builddir@
698 top_srcdir = @top_srcdir@
699 SUFFIXES = 
700 EXTRA_DIST = amplot.awk amplot.g
701 BUILT_SOURCES = 
702 MOSTLYCLEANFILES = 
703
704 # config.status leaves config.log files around
705 CLEANFILES = config.log amplot.gp.new
706
707 # and we'll need to clean up our generated files for distclean
708 DISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK) \
709         amplot.gp
710 MAINTAINERCLEANFILES = 
711
712 # syntax-check shell scripts on 'make check'
713 CHECK_SHELL = $(SCRIPTS_SHELL)
714
715 # sed expression to strip leading directories from a filename; this converts e.g.,
716 # src/foo/bar.so to bar.so.
717 strip_leading_dirs = s|^.*/||
718 SCRIPTS_SHELL = amplot
719 SCRIPTS_AWK = amcat.awk
720 sbin_SCRIPTS = $(SCRIPTS_SHELL)
721 amplotdir = $(amlibexecdir)
722 amplot_DATA = $(SCRIPTS_AWK) amplot.awk amplot.g amplot.gp
723 INSTALLPERMS_data = \
724         dest=$(amplotdir) chown=amanda $(amplot_DATA) \
725         dest=$(sbindir) chown=amanda $(sbin_SCRIPTS)
726
727 all: $(BUILT_SOURCES)
728         $(MAKE) $(AM_MAKEFLAGS) all-am
729
730 .SUFFIXES:
731 .SUFFIXES: 
732 $(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)
733         @for dep in $?; do \
734           case '$(am__configure_deps)' in \
735             *$$dep*) \
736               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
737                 && exit 0; \
738               exit 1;; \
739           esac; \
740         done; \
741         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  amplot/Makefile'; \
742         cd $(top_srcdir) && \
743           $(AUTOMAKE) --gnu  amplot/Makefile
744 .PRECIOUS: Makefile
745 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
746         @case '$?' in \
747           *config.status*) \
748             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
749           *) \
750             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
751             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
752         esac;
753
754 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
755         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
756
757 $(top_srcdir)/configure:  $(am__configure_deps)
758         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
759 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
760         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
761 install-sbinSCRIPTS: $(sbin_SCRIPTS)
762         @$(NORMAL_INSTALL)
763         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
764         @list='$(sbin_SCRIPTS)'; for p in $$list; do \
765           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
766           if test -f $$d$$p; then \
767             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
768             echo " $(sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
769             $(sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \
770           else :; fi; \
771         done
772
773 uninstall-sbinSCRIPTS:
774         @$(NORMAL_UNINSTALL)
775         @list='$(sbin_SCRIPTS)'; for p in $$list; do \
776           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
777           echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
778           rm -f "$(DESTDIR)$(sbindir)/$$f"; \
779         done
780
781 mostlyclean-libtool:
782         -rm -f *.lo
783
784 clean-libtool:
785         -rm -rf .libs _libs
786 install-amplotDATA: $(amplot_DATA)
787         @$(NORMAL_INSTALL)
788         test -z "$(amplotdir)" || $(MKDIR_P) "$(DESTDIR)$(amplotdir)"
789         @list='$(amplot_DATA)'; for p in $$list; do \
790           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
791           f=$(am__strip_dir) \
792           echo " $(amplotDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(amplotdir)/$$f'"; \
793           $(amplotDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(amplotdir)/$$f"; \
794         done
795
796 uninstall-amplotDATA:
797         @$(NORMAL_UNINSTALL)
798         @list='$(amplot_DATA)'; for p in $$list; do \
799           f=$(am__strip_dir) \
800           echo " rm -f '$(DESTDIR)$(amplotdir)/$$f'"; \
801           rm -f "$(DESTDIR)$(amplotdir)/$$f"; \
802         done
803 tags: TAGS
804 TAGS:
805
806 ctags: CTAGS
807 CTAGS:
808
809
810 distdir: $(DISTFILES)
811         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
812         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
813         list='$(DISTFILES)'; \
814           dist_files=`for file in $$list; do echo $$file; done | \
815           sed -e "s|^$$srcdirstrip/||;t" \
816               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
817         case $$dist_files in \
818           */*) $(MKDIR_P) `echo "$$dist_files" | \
819                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
820                            sort -u` ;; \
821         esac; \
822         for file in $$dist_files; do \
823           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
824           if test -d $$d/$$file; then \
825             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
826             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
827               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
828             fi; \
829             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
830           else \
831             test -f $(distdir)/$$file \
832             || cp -p $$d/$$file $(distdir)/$$file \
833             || exit 1; \
834           fi; \
835         done
836         $(MAKE) $(AM_MAKEFLAGS) \
837           top_distdir="$(top_distdir)" distdir="$(distdir)" \
838           dist-hook
839 check-am: all-am
840         $(MAKE) $(AM_MAKEFLAGS) check-local
841 check: $(BUILT_SOURCES)
842         $(MAKE) $(AM_MAKEFLAGS) check-am
843 all-am: Makefile $(SCRIPTS) $(DATA)
844 installdirs:
845         for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amplotdir)"; do \
846           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
847         done
848 install: $(BUILT_SOURCES)
849         $(MAKE) $(AM_MAKEFLAGS) install-am
850 install-exec: install-exec-am
851 install-data: install-data-am
852 uninstall: uninstall-am
853
854 install-am: all-am
855         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
856
857 installcheck: installcheck-am
858 install-strip:
859         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
860           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
861           `test -z '$(STRIP)' || \
862             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
863 mostlyclean-generic:
864         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
865
866 clean-generic:
867         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
868
869 distclean-generic:
870         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
871         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
872
873 maintainer-clean-generic:
874         @echo "This command is intended for maintainers to use"
875         @echo "it deletes files that may require special tools to rebuild."
876         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
877         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
878 @WANT_INSTALLPERMS_FALSE@install-exec-hook:
879 @WANT_INSTALLPERMS_FALSE@install-data-hook:
880 clean: clean-am
881
882 clean-am: clean-generic clean-libtool mostlyclean-am
883
884 distclean: distclean-am
885         -rm -f Makefile
886 distclean-am: clean-am distclean-generic
887
888 dvi: dvi-am
889
890 dvi-am:
891
892 html: html-am
893
894 info: info-am
895
896 info-am:
897
898 install-data-am: install-amplotDATA
899         @$(NORMAL_INSTALL)
900         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
901
902 install-dvi: install-dvi-am
903
904 install-exec-am: install-sbinSCRIPTS
905         @$(NORMAL_INSTALL)
906         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
907
908 install-html: install-html-am
909
910 install-info: install-info-am
911
912 install-man:
913
914 install-pdf: install-pdf-am
915
916 install-ps: install-ps-am
917
918 installcheck-am:
919
920 maintainer-clean: maintainer-clean-am
921         -rm -f Makefile
922 maintainer-clean-am: distclean-am maintainer-clean-generic
923
924 mostlyclean: mostlyclean-am
925
926 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
927
928 pdf: pdf-am
929
930 pdf-am:
931
932 ps: ps-am
933
934 ps-am:
935
936 uninstall-am: uninstall-amplotDATA uninstall-sbinSCRIPTS
937
938 .MAKE: install-am install-data-am install-exec-am install-strip
939
940 .PHONY: all all-am check check-am check-local clean clean-generic \
941         clean-libtool dist-hook distclean distclean-generic \
942         distclean-libtool distdir dvi dvi-am html html-am info info-am \
943         install install-am install-amplotDATA install-data \
944         install-data-am install-data-hook install-dvi install-dvi-am \
945         install-exec install-exec-am install-exec-hook install-html \
946         install-html-am install-info install-info-am install-man \
947         install-pdf install-pdf-am install-ps install-ps-am \
948         install-sbinSCRIPTS install-strip installcheck installcheck-am \
949         installdirs maintainer-clean maintainer-clean-generic \
950         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
951         ps ps-am uninstall uninstall-am uninstall-amplotDATA \
952         uninstall-sbinSCRIPTS
953
954
955 # Perl
956 %: %.pl $(top_builddir)/config.status
957         $(top_builddir)/config.status --file=$@:$<
958         chmod a+x $@
959
960 %.pl: %.pl.in $(top_builddir)/config.status
961         $(top_builddir)/config.status --file=$@:$<
962
963 %.pm: %.pm.in $(top_builddir)/config.status
964         $(top_builddir)/config.status --file=$@:$<
965
966 # Shell
967 %: %.sh $(top_builddir)/config.status
968         $(top_builddir)/config.status --file=$@:$<
969         chmod a+x $@
970
971 %.sh: %.sh.in $(top_builddir)/config.status
972         $(top_builddir)/config.status --file=$@:$<
973
974 # Awk
975 %: %.awk $(top_builddir)/config.status
976         $(top_builddir)/config.status --file=$@:$<
977         chmod a+x $@
978
979 %.awk: %.awk.in $(top_builddir)/config.status
980         $(top_builddir)/config.status --file=$@:$<
981
982 # syntax-check perl scripts on 'make check'
983 check-perl: $(CHECK_PERL)
984         @CHECK_PERL="$(CHECK_PERL)"; \
985         if test -n "$(PERL)"; then \
986                 for perlobj in $$CHECK_PERL; do \
987                         $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \
988                 done; \
989         fi
990 check-local: check-perl
991 check-shell: $(CHECK_SHELL)
992         @CHECK_SHELL="$(CHECK_SHELL)"; \
993         if test -n "$$CHECK_SHELL"; then \
994                 if test -n "$(BASH)"; then \
995                         for shobj in $$CHECK_SHELL; do \
996                                 if $(BASH) -n $$shobj; then \
997                                         echo "$$shobj syntax OK"; \
998                                 else \
999                                         echo "$$shobj syntax error"; \
1000                                         exit 1; \
1001                                 fi; \
1002                         done; \
1003                 else \
1004                         echo "No 'bash' available -- cannot syntax-check shell scripts"; \
1005                 fi; \
1006         fi
1007 check-local: check-shell
1008
1009 # make sure that the sources for all shell and perl scripts get included
1010 # in the distribution
1011 dist-scripts:
1012         SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \
1013         for script in $$SCRIPTS_PERL; do \
1014                 test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \
1015         done; \
1016         for script in $$SCRIPTS_SHELL; do \
1017                 test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \
1018         done; \
1019         for script in $$SCRIPTS_AWK; do \
1020                 test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \
1021         done; \
1022         for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \
1023                 test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \
1024         done; \
1025         true
1026 dist-hook: dist-scripts
1027
1028 @WANT_INSTALLPERMS_TRUE@installperms-exec:
1029 @WANT_INSTALLPERMS_TRUE@        @installperms="$(INSTALLPERMS_exec)"; \
1030 @WANT_INSTALLPERMS_TRUE@        test -n "$$installperms" && echo "Setting installation permissions on executables"; \
1031 @WANT_INSTALLPERMS_TRUE@        dest=; chown=; chmod=; \
1032 @WANT_INSTALLPERMS_TRUE@        for cmd in $$installperms; do \
1033 @WANT_INSTALLPERMS_TRUE@            case "$$cmd" in \
1034 @WANT_INSTALLPERMS_TRUE@                chown=amanda) \
1035 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1036 @WANT_INSTALLPERMS_TRUE@                dest=*|chown=*|chmod=*) \
1037 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; eval $$cmd;; \
1038 @WANT_INSTALLPERMS_TRUE@                *)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
1039 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chown"; then \
1040 @WANT_INSTALLPERMS_TRUE@                        echo chown "$$chown" "$$pa"; \
1041 @WANT_INSTALLPERMS_TRUE@                        chown "$$chown" "$$pa" || exit 1; \
1042 @WANT_INSTALLPERMS_TRUE@                    fi; \
1043 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chmod"; then \
1044 @WANT_INSTALLPERMS_TRUE@                        echo chmod "$$chmod" "$$pa"; \
1045 @WANT_INSTALLPERMS_TRUE@                        chmod "$$chmod" "$$pa" || exit 1; \
1046 @WANT_INSTALLPERMS_TRUE@                    fi; \
1047 @WANT_INSTALLPERMS_TRUE@            esac; \
1048 @WANT_INSTALLPERMS_TRUE@        done
1049
1050 @WANT_INSTALLPERMS_TRUE@installperms-data:
1051 @WANT_INSTALLPERMS_TRUE@        @installperms="$(INSTALLPERMS_data)"; \
1052 @WANT_INSTALLPERMS_TRUE@        test -n "$$installperms" && echo "Setting installation permissions on data"; \
1053 @WANT_INSTALLPERMS_TRUE@        dest=; chown=; chmod=; \
1054 @WANT_INSTALLPERMS_TRUE@        for cmd in $$installperms; do \
1055 @WANT_INSTALLPERMS_TRUE@            case "$$cmd" in \
1056 @WANT_INSTALLPERMS_TRUE@                chown=amanda) \
1057 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \
1058 @WANT_INSTALLPERMS_TRUE@                dest=*|chown=*|chmod=*) \
1059 @WANT_INSTALLPERMS_TRUE@                        echo "  ($$cmd)"; eval $$cmd;; \
1060 @WANT_INSTALLPERMS_TRUE@                *)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \
1061 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chown"; then \
1062 @WANT_INSTALLPERMS_TRUE@                        echo chown "$$chown" "$$pa"; \
1063 @WANT_INSTALLPERMS_TRUE@                        chown "$$chown" "$$pa" || exit 1; \
1064 @WANT_INSTALLPERMS_TRUE@                    fi; \
1065 @WANT_INSTALLPERMS_TRUE@                    if test -n "$$chmod"; then \
1066 @WANT_INSTALLPERMS_TRUE@                        echo chmod "$$chmod" "$$pa"; \
1067 @WANT_INSTALLPERMS_TRUE@                        chmod "$$chmod" "$$pa" || exit 1; \
1068 @WANT_INSTALLPERMS_TRUE@                    fi; \
1069 @WANT_INSTALLPERMS_TRUE@            esac; \
1070 @WANT_INSTALLPERMS_TRUE@        done
1071
1072 @WANT_INSTALLPERMS_TRUE@install-exec-hook: installperms-exec
1073 @WANT_INSTALLPERMS_TRUE@install-data-hook: installperms-data
1074
1075 # A rule to make precompiler output from C files.  This is not used during
1076 # ordinary builds, but but can very useful in debugging problems on strange
1077 # architectures.  With this rule, we can ask users to 'make foo.i' and send
1078 # the result to us.
1079 #
1080 # It touches some automake internals ($COMPILE), but since it's not
1081 # build-critical, that's OK.
1082 %.i : %.c
1083         $(COMPILE) -E -o $@ $<
1084
1085 amplot.gp: amplot.g
1086         cat $(srcdir)/amplot.g > amplot.gp.new
1087         echo "pause -1;" >> amplot.gp.new
1088         rm -f amplot.gp
1089         mv amplot.gp.new amplot.gp
1090 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1091 # Otherwise a system limit (for SysV at least) may be exceeded.
1092 .NOEXPORT: