]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/blob - doc/Makefile.in
add pango
[thirdparty/rrdtool-1.x.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 @BUILD_LIBDBI_TRUE@am__append_1 = rrdgraph_libdbi.pod
93 @BUILD_LIBRADOS_TRUE@am__append_2 = rrdrados.pod
94 @BUILD_LUA_TRUE@am__append_3 = rrdlua.pod
95 subdir = doc
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
98 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
99 $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
100 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
101 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \
102 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
103 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
104 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
105 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/snprintf.m4 \
106 $(top_srcdir)/configure.ac
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108 $(ACLOCAL_M4)
109 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
110 mkinstalldirs = $(install_sh) -d
111 CONFIG_HEADER = $(top_builddir)/src/rrd_config.h
112 CONFIG_CLEAN_FILES =
113 CONFIG_CLEAN_VPATH_FILES =
114 AM_V_P = $(am__v_P_@AM_V@)
115 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116 am__v_P_0 = false
117 am__v_P_1 = :
118 AM_V_GEN = $(am__v_GEN_@AM_V@)
119 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120 am__v_GEN_0 = @echo " GEN " $@;
121 am__v_GEN_1 =
122 AM_V_at = $(am__v_at_@AM_V@)
123 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124 am__v_at_0 = @
125 am__v_at_1 =
126 SOURCES =
127 DIST_SOURCES =
128 am__can_run_installinfo = \
129 case $$AM_UPDATE_INFO_DIR in \
130 n|no|NO) false;; \
131 *) (install-info --version) >/dev/null 2>&1;; \
132 esac
133 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134 am__vpath_adj = case $$p in \
135 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136 *) f=$$p;; \
137 esac;
138 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139 am__install_max = 40
140 am__nobase_strip_setup = \
141 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142 am__nobase_strip = \
143 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144 am__nobase_list = $(am__nobase_strip_setup); \
145 for p in $$list; do echo "$$p $$p"; done | \
146 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148 if (++n[$$2] == $(am__install_max)) \
149 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150 END { for (dir in files) print dir, files[dir] }'
151 am__base_list = \
152 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154 am__uninstall_files_from_dir = { \
155 test -z "$$files" \
156 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158 $(am__cd) "$$dir" && rm -f $$files; }; \
159 }
160 am__installdirs = "$(DESTDIR)$(idocdir)" "$(DESTDIR)$(ihtmldir)" \
161 "$(DESTDIR)$(imandir)" "$(DESTDIR)$(iman3dir)"
162 DATA = $(idoc_DATA) $(ihtml_DATA) $(iman_DATA) $(iman3_DATA)
163 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
164 am__DIST_COMMON = $(srcdir)/Makefile.in
165 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166 ACLOCAL = @ACLOCAL@
167 ALL_LIBS = @ALL_LIBS@
168 AMTAR = @AMTAR@
169 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
170 AR = @AR@
171 AUTOCONF = @AUTOCONF@
172 AUTOHEADER = @AUTOHEADER@
173 AUTOMAKE = @AUTOMAKE@
174 AWK = @AWK@
175 CC = @CC@
176 CCDEPMODE = @CCDEPMODE@
177 CFLAGS = @CFLAGS@
178 COMP_LUA = @COMP_LUA@
179 COMP_PERL = @COMP_PERL@
180 COMP_PYTHON = @COMP_PYTHON@
181 COMP_RUBY = @COMP_RUBY@
182 CORE_LIBS = @CORE_LIBS@
183 CPP = @CPP@
184 CPPFLAGS = @CPPFLAGS@
185 CYGPATH_W = @CYGPATH_W@
186 DEFS = @DEFS@
187 DEPDIR = @DEPDIR@
188 DLLTOOL = @DLLTOOL@
189 DSYMUTIL = @DSYMUTIL@
190 DUMPBIN = @DUMPBIN@
191 ECHO_C = @ECHO_C@
192 ECHO_N = @ECHO_N@
193 ECHO_T = @ECHO_T@
194 EGREP = @EGREP@
195 EXEEXT = @EXEEXT@
196 FGREP = @FGREP@
197 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
198 GMSGFMT = @GMSGFMT@
199 GMSGFMT_015 = @GMSGFMT_015@
200 GREP = @GREP@
201 INSTALL = @INSTALL@
202 INSTALL_DATA = @INSTALL_DATA@
203 INSTALL_PROGRAM = @INSTALL_PROGRAM@
204 INSTALL_SCRIPT = @INSTALL_SCRIPT@
205 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206 INTLLIBS = @INTLLIBS@
207 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
208 LD = @LD@
209 LDFLAGS = @LDFLAGS@
210 LIBICONV = @LIBICONV@
211 LIBINTL = @LIBINTL@
212 LIBOBJS = @LIBOBJS@
213 LIBS = @LIBS@
214 LIBTOOL = @LIBTOOL@
215 LIBVERS = @LIBVERS@
216 LIPO = @LIPO@
217 LN_S = @LN_S@
218 LTLIBICONV = @LTLIBICONV@
219 LTLIBINTL = @LTLIBINTL@
220 LTLIBOBJS = @LTLIBOBJS@
221 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
222 LUA = @LUA@
223 LUA_CFLAGS = @LUA_CFLAGS@
224 LUA_DEFINES = @LUA_DEFINES@
225 LUA_INSTALL_CMOD = @LUA_INSTALL_CMOD@
226 LUA_INSTALL_LMOD = @LUA_INSTALL_LMOD@
227 LUA_LFLAGS = @LUA_LFLAGS@
228 MAINT = @MAINT@
229 MAKEINFO = @MAKEINFO@
230 MANIFEST_TOOL = @MANIFEST_TOOL@
231 MKDIR_P = @MKDIR_P@
232 MSGFMT = @MSGFMT@
233 MSGFMT_015 = @MSGFMT_015@
234 MSGMERGE = @MSGMERGE@
235 MULTITHREAD_CFLAGS = @MULTITHREAD_CFLAGS@
236 MULTITHREAD_LDFLAGS = @MULTITHREAD_LDFLAGS@
237 NM = @NM@
238 NMEDIT = @NMEDIT@
239 NROFF = @NROFF@
240 NUMVERS = @NUMVERS@
241 OBJDUMP = @OBJDUMP@
242 OBJEXT = @OBJEXT@
243 OTOOL = @OTOOL@
244 OTOOL64 = @OTOOL64@
245 PACKAGE = @PACKAGE@
246 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247 PACKAGE_NAME = @PACKAGE_NAME@
248 PACKAGE_STRING = @PACKAGE_STRING@
249 PACKAGE_TARNAME = @PACKAGE_TARNAME@
250 PACKAGE_URL = @PACKAGE_URL@
251 PACKAGE_VERSION = @PACKAGE_VERSION@
252 PATH_SEPARATOR = @PATH_SEPARATOR@
253 PERL = @PERL@
254 PERLCC = @PERLCC@
255 PERLCCFLAGS = @PERLCCFLAGS@
256 PERLFLAGS = @PERLFLAGS@
257 PERLLD = @PERLLD@
258 PERLLDFLAGS = @PERLLDFLAGS@
259 PERL_CC = @PERL_CC@
260 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
261 PERL_VERSION = @PERL_VERSION@
262 PKGCONFIG = @PKGCONFIG@
263 PKG_CONFIG = @PKG_CONFIG@
264 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
265 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
266 POD2HTML = @POD2HTML@
267 POD2MAN = @POD2MAN@
268 POSUB = @POSUB@
269 PTHREAD_CC = @PTHREAD_CC@
270 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
271 PTHREAD_LIBS = @PTHREAD_LIBS@
272 PYTHON = @PYTHON@
273 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
274 PYTHON_INCLUDES = @PYTHON_INCLUDES@
275 PYTHON_PLATFORM = @PYTHON_PLATFORM@
276 PYTHON_PREFIX = @PYTHON_PREFIX@
277 PYTHON_VERSION = @PYTHON_VERSION@
278 RANLIB = @RANLIB@
279 RRDDOCDIR = @RRDDOCDIR@
280 RRDGRAPH_YLEGEND_ANGLE = @RRDGRAPH_YLEGEND_ANGLE@
281 RRD_DEFAULT_FONT = @RRD_DEFAULT_FONT@
282 RUBY = @RUBY@
283 RUBY_MAKE_OPTIONS = @RUBY_MAKE_OPTIONS@
284 SED = @SED@
285 SET_MAKE = @SET_MAKE@
286 SHELL = @SHELL@
287 STRIP = @STRIP@
288 TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
289 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
290 TCL_PACKAGE_DIR = @TCL_PACKAGE_DIR@
291 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
292 TCL_PREFIX = @TCL_PREFIX@
293 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
294 TCL_SHLIB_LD = @TCL_SHLIB_LD@
295 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
296 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
297 TCL_VERSION = @TCL_VERSION@
298 TROFF = @TROFF@
299 USE_NLS = @USE_NLS@
300 VERSION = @VERSION@
301 WERROR = @WERROR@
302 XGETTEXT = @XGETTEXT@
303 XGETTEXT_015 = @XGETTEXT_015@
304 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
305 abs_builddir = @abs_builddir@
306 abs_srcdir = @abs_srcdir@
307 abs_top_builddir = @abs_top_builddir@
308 abs_top_srcdir = @abs_top_srcdir@
309 ac_ct_AR = @ac_ct_AR@
310 ac_ct_CC = @ac_ct_CC@
311 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
312 acx_pthread_config = @acx_pthread_config@
313 am__include = @am__include@
314 am__leading_dot = @am__leading_dot@
315 am__quote = @am__quote@
316 am__tar = @am__tar@
317 am__untar = @am__untar@
318 bindir = @bindir@
319 build = @build@
320 build_alias = @build_alias@
321 build_cpu = @build_cpu@
322 build_os = @build_os@
323 build_vendor = @build_vendor@
324 builddir = @builddir@
325 datadir = @datadir@
326 datarootdir = @datarootdir@
327 docdir = @docdir@
328 dvidir = @dvidir@
329 exec_prefix = @exec_prefix@
330 host = @host@
331 host_alias = @host_alias@
332 host_cpu = @host_cpu@
333 host_os = @host_os@
334 host_vendor = @host_vendor@
335 htmldir = @htmldir@
336 includedir = @includedir@
337 infodir = @infodir@
338 install_sh = @install_sh@
339 libdir = @libdir@
340 libexecdir = @libexecdir@
341 localedir = @localedir@
342 localstatedir = @localstatedir@
343 mandir = @mandir@
344 mkdir_p = @mkdir_p@
345 oldincludedir = @oldincludedir@
346 pdfdir = @pdfdir@
347 pkgpyexecdir = @pkgpyexecdir@
348 pkgpythondir = @pkgpythondir@
349 prefix = @prefix@
350 program_transform_name = @program_transform_name@
351 psdir = @psdir@
352 pyexecdir = @pyexecdir@
353 pythondir = @pythondir@
354 runstatedir = @runstatedir@
355 sbindir = @sbindir@
356 sharedstatedir = @sharedstatedir@
357 srcdir = @srcdir@
358 sysconfdir = @sysconfdir@
359 systemdsystemunitdir = @systemdsystemunitdir@
360 target = @target@
361 target_alias = @target_alias@
362 target_cpu = @target_cpu@
363 target_os = @target_os@
364 target_vendor = @target_vendor@
365 top_build_prefix = @top_build_prefix@
366 top_builddir = @top_builddir@
367 top_srcdir = @top_srcdir@
368 SUFFIXES = .pod .pl .1 .3 .man .html .txt .pm .pdf .inc
369 AUTOMAKE_OPTIONS = foreign
370
371 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
372 POD = bin_dec_hex.pod rrddump.pod rrdgraph_examples.pod rrdrestore.pod \
373 rrdupdate.pod cdeftutorial.pod rrdfetch.pod rrdgraph_graph.pod \
374 rrdthreads.pod rrdxport.pod rpntutorial.pod rrdfirst.pod \
375 rrdgraph_rpn.pod rrdtool.pod rrdcached.pod rrd-beginners.pod \
376 rrdinfo.pod rrdtune.pod rrdbuild.pod rrdflushcached.pod \
377 rrdcgi.pod rrdgraph.pod rrdlast.pod rrdlastupdate.pod \
378 rrdcreate.pod rrdgraph_data.pod rrdresize.pod rrdtutorial.pod \
379 rrd_pdpcalc.pod rrdlist.pod $(am__append_1) $(am__append_2) \
380 $(am__append_3)
381 POD3 = librrd.pod
382 PMP = RRDs.pod RRDp.pod
383 MAN = $(POD:.pod=.1)
384 MAN3 = $(POD3:.pod=.3)
385 TXT = $(MAN:.1=.txt) $(MAN3:.3=.txt)
386 HTML = $(POD:.pod=.html) $(POD3:.pod=.html) $(PMP:.pod=.html)
387 PDF = $(MAN:.1=.pdf) $(MAN3:.3=.pdf)
388 GENERATED_EXTRADIST = $(HTML) $(MAN) $(MAN3) $(TXT) $(PMP) $(PDF)
389 CLEANFILES = $(GENERATED_EXTRADIST) pod2htm*.tmp
390
391 # what should go into the distribution
392 EXTRA_DIST = $(GENERATED_EXTRADIST) $(POD) $(POD3) rrdtool-dump.dtd rrdtool-xport.dtd rrdgraph_libdbi.pod rrdlua.pod
393 idocdir = $(RRDDOCDIR)/txt
394 idoc_DATA = $(POD) $(TXT)
395 ihtmldir = $(RRDDOCDIR)/html
396 ihtml_DATA = $(HTML)
397 imandir = $(mandir)/man1
398 iman_DATA = $(MAN)
399 iman3dir = $(mandir)/man3
400 iman3_DATA = $(MAN3)
401 all: all-am
402
403 .SUFFIXES:
404 .SUFFIXES: .pod .pl .1 .3 .man .html .txt .pm .pdf .inc .src
405 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
406 @for dep in $?; do \
407 case '$(am__configure_deps)' in \
408 *$$dep*) \
409 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
410 && { if test -f $@; then exit 0; else break; fi; }; \
411 exit 1;; \
412 esac; \
413 done; \
414 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
415 $(am__cd) $(top_srcdir) && \
416 $(AUTOMAKE) --foreign doc/Makefile
417 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418 @case '$?' in \
419 *config.status*) \
420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
421 *) \
422 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
423 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
424 esac;
425
426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
429 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
430 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433 $(am__aclocal_m4_deps):
434
435 mostlyclean-libtool:
436 -rm -f *.lo
437
438 clean-libtool:
439 -rm -rf .libs _libs
440 install-idocDATA: $(idoc_DATA)
441 @$(NORMAL_INSTALL)
442 @list='$(idoc_DATA)'; test -n "$(idocdir)" || list=; \
443 if test -n "$$list"; then \
444 echo " $(MKDIR_P) '$(DESTDIR)$(idocdir)'"; \
445 $(MKDIR_P) "$(DESTDIR)$(idocdir)" || exit 1; \
446 fi; \
447 for p in $$list; do \
448 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
449 echo "$$d$$p"; \
450 done | $(am__base_list) | \
451 while read files; do \
452 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(idocdir)'"; \
453 $(INSTALL_DATA) $$files "$(DESTDIR)$(idocdir)" || exit $$?; \
454 done
455
456 uninstall-idocDATA:
457 @$(NORMAL_UNINSTALL)
458 @list='$(idoc_DATA)'; test -n "$(idocdir)" || list=; \
459 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
460 dir='$(DESTDIR)$(idocdir)'; $(am__uninstall_files_from_dir)
461 install-ihtmlDATA: $(ihtml_DATA)
462 @$(NORMAL_INSTALL)
463 @list='$(ihtml_DATA)'; test -n "$(ihtmldir)" || list=; \
464 if test -n "$$list"; then \
465 echo " $(MKDIR_P) '$(DESTDIR)$(ihtmldir)'"; \
466 $(MKDIR_P) "$(DESTDIR)$(ihtmldir)" || exit 1; \
467 fi; \
468 for p in $$list; do \
469 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
470 echo "$$d$$p"; \
471 done | $(am__base_list) | \
472 while read files; do \
473 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ihtmldir)'"; \
474 $(INSTALL_DATA) $$files "$(DESTDIR)$(ihtmldir)" || exit $$?; \
475 done
476
477 uninstall-ihtmlDATA:
478 @$(NORMAL_UNINSTALL)
479 @list='$(ihtml_DATA)'; test -n "$(ihtmldir)" || list=; \
480 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
481 dir='$(DESTDIR)$(ihtmldir)'; $(am__uninstall_files_from_dir)
482 install-imanDATA: $(iman_DATA)
483 @$(NORMAL_INSTALL)
484 @list='$(iman_DATA)'; test -n "$(imandir)" || list=; \
485 if test -n "$$list"; then \
486 echo " $(MKDIR_P) '$(DESTDIR)$(imandir)'"; \
487 $(MKDIR_P) "$(DESTDIR)$(imandir)" || exit 1; \
488 fi; \
489 for p in $$list; do \
490 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
491 echo "$$d$$p"; \
492 done | $(am__base_list) | \
493 while read files; do \
494 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imandir)'"; \
495 $(INSTALL_DATA) $$files "$(DESTDIR)$(imandir)" || exit $$?; \
496 done
497
498 uninstall-imanDATA:
499 @$(NORMAL_UNINSTALL)
500 @list='$(iman_DATA)'; test -n "$(imandir)" || list=; \
501 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
502 dir='$(DESTDIR)$(imandir)'; $(am__uninstall_files_from_dir)
503 install-iman3DATA: $(iman3_DATA)
504 @$(NORMAL_INSTALL)
505 @list='$(iman3_DATA)'; test -n "$(iman3dir)" || list=; \
506 if test -n "$$list"; then \
507 echo " $(MKDIR_P) '$(DESTDIR)$(iman3dir)'"; \
508 $(MKDIR_P) "$(DESTDIR)$(iman3dir)" || exit 1; \
509 fi; \
510 for p in $$list; do \
511 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
512 echo "$$d$$p"; \
513 done | $(am__base_list) | \
514 while read files; do \
515 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iman3dir)'"; \
516 $(INSTALL_DATA) $$files "$(DESTDIR)$(iman3dir)" || exit $$?; \
517 done
518
519 uninstall-iman3DATA:
520 @$(NORMAL_UNINSTALL)
521 @list='$(iman3_DATA)'; test -n "$(iman3dir)" || list=; \
522 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
523 dir='$(DESTDIR)$(iman3dir)'; $(am__uninstall_files_from_dir)
524 tags TAGS:
525
526 ctags CTAGS:
527
528 cscope cscopelist:
529
530
531 distdir: $(DISTFILES)
532 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534 list='$(DISTFILES)'; \
535 dist_files=`for file in $$list; do echo $$file; done | \
536 sed -e "s|^$$srcdirstrip/||;t" \
537 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538 case $$dist_files in \
539 */*) $(MKDIR_P) `echo "$$dist_files" | \
540 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
541 sort -u` ;; \
542 esac; \
543 for file in $$dist_files; do \
544 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545 if test -d $$d/$$file; then \
546 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547 if test -d "$(distdir)/$$file"; then \
548 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549 fi; \
550 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553 fi; \
554 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555 else \
556 test -f "$(distdir)/$$file" \
557 || cp -p $$d/$$file "$(distdir)/$$file" \
558 || exit 1; \
559 fi; \
560 done
561 check-am: all-am
562 check: check-am
563 all-am: Makefile $(DATA) all-local
564 installdirs:
565 for dir in "$(DESTDIR)$(idocdir)" "$(DESTDIR)$(ihtmldir)" "$(DESTDIR)$(imandir)" "$(DESTDIR)$(iman3dir)"; do \
566 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
567 done
568 install: install-am
569 install-exec: install-exec-am
570 install-data: install-data-am
571 uninstall: uninstall-am
572
573 install-am: all-am
574 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
575
576 installcheck: installcheck-am
577 install-strip:
578 if test -z '$(STRIP)'; then \
579 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
580 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
581 install; \
582 else \
583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
586 fi
587 mostlyclean-generic:
588
589 clean-generic:
590 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
591
592 distclean-generic:
593 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
594 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
595
596 maintainer-clean-generic:
597 @echo "This command is intended for maintainers to use"
598 @echo "it deletes files that may require special tools to rebuild."
599 clean: clean-am
600
601 clean-am: clean-generic clean-libtool mostlyclean-am
602
603 distclean: distclean-am
604 -rm -f Makefile
605 distclean-am: clean-am distclean-generic
606
607 dvi: dvi-am
608
609 dvi-am:
610
611 html: html-am
612
613 html-am: html-local
614
615 info: info-am
616
617 info-am:
618
619 install-data-am: install-idocDATA install-ihtmlDATA install-iman3DATA \
620 install-imanDATA
621 @$(NORMAL_INSTALL)
622 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
623 install-dvi: install-dvi-am
624
625 install-dvi-am:
626
627 install-exec-am:
628
629 install-html: install-html-am
630
631 install-html-am:
632
633 install-info: install-info-am
634
635 install-info-am:
636
637 install-man:
638
639 install-pdf: install-pdf-am
640
641 install-pdf-am:
642
643 install-ps: install-ps-am
644
645 install-ps-am:
646
647 installcheck-am:
648
649 maintainer-clean: maintainer-clean-am
650 -rm -f Makefile
651 maintainer-clean-am: distclean-am maintainer-clean-generic
652
653 mostlyclean: mostlyclean-am
654
655 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
656
657 pdf: pdf-am
658
659 pdf-am: pdf-local
660
661 ps: ps-am
662
663 ps-am:
664
665 uninstall-am: uninstall-idocDATA uninstall-ihtmlDATA \
666 uninstall-iman3DATA uninstall-imanDATA
667
668 .MAKE: install-am install-data-am install-strip
669
670 .PHONY: all all-am all-local check check-am clean clean-generic \
671 clean-libtool cscopelist-am ctags-am distclean \
672 distclean-generic distclean-libtool distdir dvi dvi-am html \
673 html-am html-local info info-am install install-am \
674 install-data install-data-am install-data-hook install-dvi \
675 install-dvi-am install-exec install-exec-am install-html \
676 install-html-am install-idocDATA install-ihtmlDATA \
677 install-iman3DATA install-imanDATA install-info \
678 install-info-am install-man install-pdf install-pdf-am \
679 install-ps install-ps-am install-strip installcheck \
680 installcheck-am installdirs maintainer-clean \
681 maintainer-clean-generic mostlyclean mostlyclean-generic \
682 mostlyclean-libtool pdf pdf-am pdf-local ps ps-am tags-am \
683 uninstall uninstall-am uninstall-idocDATA uninstall-ihtmlDATA \
684 uninstall-iman3DATA uninstall-imanDATA
685
686 .PRECIOUS: Makefile
687
688
689 all-local: link man txt html-local
690
691 .src.pod:
692 perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print <F>; close F} else {print}' $< > $@
693
694 .pod.1 .pm.1 .pl.1:
695 $(AM_V_GEN)@POD2MAN@ --release=$(VERSION) --center=rrdtool $< > $@
696
697 .pod.3:
698 $(AM_V_GEN)@POD2MAN@ --release=$(VERSION) --center=rrdtool --section=3 $< > $@
699
700 .1.txt .3.txt:
701 $(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp -Wbreak $< > $@
702
703 .1.pdf .3.pdf:
704 $(AM_V_GEN)@TROFF@ -man $< | ps2pdf - $@
705
706 .pm.html .pod.html .pl.html:
707 $(AM_V_GEN)@POD2HTML@ --infile=$< --outfile=$@ --noindex --htmlroot=. --podpath=. --title=$*
708
709 RRDs.pod:
710 $(AM_V_GEN)$(LN_S) $(top_srcdir)/bindings/perl-shared/RRDs.pm RRDs.pod
711
712 RRDp.pod:
713 $(AM_V_GEN)$(LN_S) $(top_srcdir)/bindings/perl-piped/RRDp.pm RRDp.pod
714
715 link: RRDp.pod RRDs.pod
716
717 man: $(MAN) $(MAN3)
718
719 html-local: $(HTML)
720
721 txt: $(TXT)
722
723 pdf-local: $(PDF)
724
725 pod: $(POD) $(POD3)
726
727 install-data-hook:
728 $(AM_V_GEN)cd $(DESTDIR)$(ihtmldir) && rm -f index.html && $(LN_S) rrdtool.html index.html
729
730 # Tell versions [3.59,3.63) of GNU make to not export all variables.
731 # Otherwise a system limit (for SysV at least) may be exceeded.
732 .NOEXPORT: