Code

Imported Upstream version 1.4.7
[pkg-rrdtool.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 @BUILD_LIBDBI_TRUE@am__append_1 = rrdgraph_libdbi.pod
39 @BUILD_LUA_TRUE@am__append_2 = rrdlua.pod
40 subdir = doc
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
44         $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
45         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
46         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
47         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
48         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
49         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
50         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
51         $(top_srcdir)/configure.ac
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53         $(ACLOCAL_M4)
54 mkinstalldirs = $(install_sh) -d
55 CONFIG_HEADER = $(top_builddir)/rrd_config.h
56 CONFIG_CLEAN_FILES =
57 CONFIG_CLEAN_VPATH_FILES =
58 AM_V_GEN = $(am__v_GEN_$(V))
59 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
60 am__v_GEN_0 = @echo "  GEN   " $@;
61 AM_V_at = $(am__v_at_$(V))
62 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
63 am__v_at_0 = @
64 SOURCES =
65 DIST_SOURCES =
66 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67 am__vpath_adj = case $$p in \
68     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69     *) f=$$p;; \
70   esac;
71 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72 am__install_max = 40
73 am__nobase_strip_setup = \
74   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
75 am__nobase_strip = \
76   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
77 am__nobase_list = $(am__nobase_strip_setup); \
78   for p in $$list; do echo "$$p $$p"; done | \
79   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
80   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
81     if (++n[$$2] == $(am__install_max)) \
82       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
83     END { for (dir in files) print dir, files[dir] }'
84 am__base_list = \
85   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
87 am__installdirs = "$(DESTDIR)$(idocdir)" "$(DESTDIR)$(ihtmldir)" \
88         "$(DESTDIR)$(imandir)" "$(DESTDIR)$(iman3dir)"
89 DATA = $(idoc_DATA) $(ihtml_DATA) $(iman_DATA) $(iman3_DATA)
90 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91 ACLOCAL = @ACLOCAL@
92 ALL_LIBS = @ALL_LIBS@
93 AMTAR = @AMTAR@
94 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
95 AR = @AR@
96 AUTOCONF = @AUTOCONF@
97 AUTOHEADER = @AUTOHEADER@
98 AUTOMAKE = @AUTOMAKE@
99 AWK = @AWK@
100 CC = @CC@
101 CCDEPMODE = @CCDEPMODE@
102 CFLAGS = @CFLAGS@
103 COMP_LUA = @COMP_LUA@
104 COMP_PERL = @COMP_PERL@
105 COMP_PYTHON = @COMP_PYTHON@
106 COMP_RUBY = @COMP_RUBY@
107 CORE_LIBS = @CORE_LIBS@
108 CPP = @CPP@
109 CPPFLAGS = @CPPFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 DEFS = @DEFS@
112 DEPDIR = @DEPDIR@
113 DSYMUTIL = @DSYMUTIL@
114 DUMPBIN = @DUMPBIN@
115 ECHO_C = @ECHO_C@
116 ECHO_N = @ECHO_N@
117 ECHO_T = @ECHO_T@
118 EGREP = @EGREP@
119 EXEEXT = @EXEEXT@
120 FGREP = @FGREP@
121 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
122 GMSGFMT = @GMSGFMT@
123 GMSGFMT_015 = @GMSGFMT_015@
124 GREP = @GREP@
125 INSTALL = @INSTALL@
126 INSTALL_DATA = @INSTALL_DATA@
127 INSTALL_PROGRAM = @INSTALL_PROGRAM@
128 INSTALL_SCRIPT = @INSTALL_SCRIPT@
129 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130 INTLLIBS = @INTLLIBS@
131 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
132 LD = @LD@
133 LDFLAGS = @LDFLAGS@
134 LIBICONV = @LIBICONV@
135 LIBINTL = @LIBINTL@
136 LIBOBJS = @LIBOBJS@
137 LIBS = @LIBS@
138 LIBTOOL = @LIBTOOL@
139 LIBVERS = @LIBVERS@
140 LIPO = @LIPO@
141 LN_S = @LN_S@
142 LTLIBICONV = @LTLIBICONV@
143 LTLIBINTL = @LTLIBINTL@
144 LTLIBOBJS = @LTLIBOBJS@
145 LUA = @LUA@
146 LUA_CFLAGS = @LUA_CFLAGS@
147 LUA_DEFINES = @LUA_DEFINES@
148 LUA_INSTALL_CMOD = @LUA_INSTALL_CMOD@
149 LUA_INSTALL_LMOD = @LUA_INSTALL_LMOD@
150 LUA_LFLAGS = @LUA_LFLAGS@
151 MAINT = @MAINT@
152 MAKEINFO = @MAKEINFO@
153 MKDIR_P = @MKDIR_P@
154 MSGFMT = @MSGFMT@
155 MSGFMT_015 = @MSGFMT_015@
156 MSGMERGE = @MSGMERGE@
157 MULTITHREAD_CFLAGS = @MULTITHREAD_CFLAGS@
158 MULTITHREAD_LDFLAGS = @MULTITHREAD_LDFLAGS@
159 NM = @NM@
160 NMEDIT = @NMEDIT@
161 NROFF = @NROFF@
162 NUMVERS = @NUMVERS@
163 OBJDUMP = @OBJDUMP@
164 OBJEXT = @OBJEXT@
165 OTOOL = @OTOOL@
166 OTOOL64 = @OTOOL64@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_VERSION = @PACKAGE_VERSION@
173 PATH_SEPARATOR = @PATH_SEPARATOR@
174 PERL = @PERL@
175 PERLCC = @PERLCC@
176 PERLCCFLAGS = @PERLCCFLAGS@
177 PERLFLAGS = @PERLFLAGS@
178 PERLLD = @PERLLD@
179 PERLLDFLAGS = @PERLLDFLAGS@
180 PERL_CC = @PERL_CC@
181 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
182 PERL_VERSION = @PERL_VERSION@
183 PKGCONFIG = @PKGCONFIG@
184 POD2HTML = @POD2HTML@
185 POD2MAN = @POD2MAN@
186 POSUB = @POSUB@
187 PTHREAD_CC = @PTHREAD_CC@
188 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
189 PTHREAD_LIBS = @PTHREAD_LIBS@
190 PYTHON = @PYTHON@
191 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
192 PYTHON_INCLUDES = @PYTHON_INCLUDES@
193 PYTHON_PLATFORM = @PYTHON_PLATFORM@
194 PYTHON_PREFIX = @PYTHON_PREFIX@
195 PYTHON_VERSION = @PYTHON_VERSION@
196 RANLIB = @RANLIB@
197 RRDDOCDIR = @RRDDOCDIR@
198 RRDGRAPH_YLEGEND_ANGLE = @RRDGRAPH_YLEGEND_ANGLE@
199 RRD_DEFAULT_FONT = @RRD_DEFAULT_FONT@
200 RRD_GETOPT_LONG = @RRD_GETOPT_LONG@
201 RUBY = @RUBY@
202 RUBY_MAKE_OPTIONS = @RUBY_MAKE_OPTIONS@
203 SED = @SED@
204 SET_MAKE = @SET_MAKE@
205 SHELL = @SHELL@
206 STRIP = @STRIP@
207 TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
208 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
209 TCL_PACKAGE_DIR = @TCL_PACKAGE_DIR@
210 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
211 TCL_PREFIX = @TCL_PREFIX@
212 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
213 TCL_SHLIB_LD = @TCL_SHLIB_LD@
214 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
215 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
216 TCL_VERSION = @TCL_VERSION@
217 TROFF = @TROFF@
218 USE_NLS = @USE_NLS@
219 VERSION = @VERSION@
220 WERROR = @WERROR@
221 XGETTEXT = @XGETTEXT@
222 XGETTEXT_015 = @XGETTEXT_015@
223 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
224 abs_builddir = @abs_builddir@
225 abs_srcdir = @abs_srcdir@
226 abs_top_builddir = @abs_top_builddir@
227 abs_top_srcdir = @abs_top_srcdir@
228 ac_ct_CC = @ac_ct_CC@
229 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230 acx_pthread_config = @acx_pthread_config@
231 am__include = @am__include@
232 am__leading_dot = @am__leading_dot@
233 am__quote = @am__quote@
234 am__tar = @am__tar@
235 am__untar = @am__untar@
236 bindir = @bindir@
237 build = @build@
238 build_alias = @build_alias@
239 build_cpu = @build_cpu@
240 build_os = @build_os@
241 build_vendor = @build_vendor@
242 builddir = @builddir@
243 datadir = @datadir@
244 datarootdir = @datarootdir@
245 docdir = @docdir@
246 dvidir = @dvidir@
247 exec_prefix = @exec_prefix@
248 host = @host@
249 host_alias = @host_alias@
250 host_cpu = @host_cpu@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 localedir = @localedir@
260 localstatedir = @localstatedir@
261 lt_ECHO = @lt_ECHO@
262 mandir = @mandir@
263 mkdir_p = @mkdir_p@
264 oldincludedir = @oldincludedir@
265 pdfdir = @pdfdir@
266 pkgpyexecdir = @pkgpyexecdir@
267 pkgpythondir = @pkgpythondir@
268 prefix = @prefix@
269 program_transform_name = @program_transform_name@
270 psdir = @psdir@
271 pyexecdir = @pyexecdir@
272 pythondir = @pythondir@
273 sbindir = @sbindir@
274 sharedstatedir = @sharedstatedir@
275 srcdir = @srcdir@
276 sysconfdir = @sysconfdir@
277 target = @target@
278 target_alias = @target_alias@
279 target_cpu = @target_cpu@
280 target_os = @target_os@
281 target_vendor = @target_vendor@
282 top_build_prefix = @top_build_prefix@
283 top_builddir = @top_builddir@
284 top_srcdir = @top_srcdir@
285 SUFFIXES = .pod .pl .1 .3 .man .html .txt .pm .pdf .inc
286 AUTOMAKE_OPTIONS = foreign
288 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
289 CLEANFILES = *.1 *.3 *.html *.txt *-dircache RRD?.pod *.pdf *~ core *itemcache *.rej *.orig *.tmp
290 POD = bin_dec_hex.pod rrddump.pod rrdgraph_examples.pod rrdrestore.pod \
291         rrdupdate.pod cdeftutorial.pod rrdfetch.pod rrdgraph_graph.pod \
292         rrdthreads.pod rrdxport.pod rpntutorial.pod rrdfirst.pod \
293         rrdgraph_rpn.pod rrdtool.pod rrdcached.pod rrd-beginners.pod \
294         rrdinfo.pod rrdtune.pod rrdbuild.pod rrdflushcached.pod \
295         rrdcgi.pod rrdgraph.pod rrdlast.pod rrdlastupdate.pod \
296         rrdcreate.pod rrdgraph_data.pod rrdresize.pod rrdtutorial.pod \
297         $(am__append_1) $(am__append_2)
298 POD3 = librrd.pod
299 PMP = RRDs.pod RRDp.pod
300 MAN = $(POD:.pod=.1)
301 MAN3 = $(POD3:.pod=.3)
302 TXT = $(MAN:.1=.txt) $(MAN3:.3=.txt)
303 HTML = $(POD:.pod=.html) $(POD3:.pod=.html) $(PMP:.pod=.html)
304 PDF = $(MAN:.1=.pdf) $(MAN3:.3=.pdf)
306 # what should go into the distribution
307 EXTRA_DIST = $(POD) $(POD3) $(HTML) $(MAN) $(MAN3) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd rrdgraph_libdbi.pod rrdlua.pod
308 idocdir = $(RRDDOCDIR)/txt
309 idoc_DATA = $(POD) $(TXT)
310 ihtmldir = $(RRDDOCDIR)/html
311 ihtml_DATA = $(HTML)
312 imandir = $(mandir)/man1
313 iman_DATA = $(MAN)
314 iman3dir = $(mandir)/man3
315 iman3_DATA = $(MAN3)
316 all: all-am
318 .SUFFIXES:
319 .SUFFIXES: .pod .pl .1 .3 .man .html .txt .pm .pdf .inc .src
320 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
321         @for dep in $?; do \
322           case '$(am__configure_deps)' in \
323             *$$dep*) \
324               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325                 && { if test -f $@; then exit 0; else break; fi; }; \
326               exit 1;; \
327           esac; \
328         done; \
329         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
330         $(am__cd) $(top_srcdir) && \
331           $(AUTOMAKE) --foreign doc/Makefile
332 .PRECIOUS: Makefile
333 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334         @case '$?' in \
335           *config.status*) \
336             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337           *) \
338             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
340         esac;
342 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
343         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
346         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
348         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(am__aclocal_m4_deps):
351 mostlyclean-libtool:
352         -rm -f *.lo
354 clean-libtool:
355         -rm -rf .libs _libs
356 install-idocDATA: $(idoc_DATA)
357         @$(NORMAL_INSTALL)
358         test -z "$(idocdir)" || $(MKDIR_P) "$(DESTDIR)$(idocdir)"
359         @list='$(idoc_DATA)'; test -n "$(idocdir)" || list=; \
360         for p in $$list; do \
361           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
362           echo "$$d$$p"; \
363         done | $(am__base_list) | \
364         while read files; do \
365           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(idocdir)'"; \
366           $(INSTALL_DATA) $$files "$(DESTDIR)$(idocdir)" || exit $$?; \
367         done
369 uninstall-idocDATA:
370         @$(NORMAL_UNINSTALL)
371         @list='$(idoc_DATA)'; test -n "$(idocdir)" || list=; \
372         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
373         test -n "$$files" || exit 0; \
374         echo " ( cd '$(DESTDIR)$(idocdir)' && rm -f" $$files ")"; \
375         cd "$(DESTDIR)$(idocdir)" && rm -f $$files
376 install-ihtmlDATA: $(ihtml_DATA)
377         @$(NORMAL_INSTALL)
378         test -z "$(ihtmldir)" || $(MKDIR_P) "$(DESTDIR)$(ihtmldir)"
379         @list='$(ihtml_DATA)'; test -n "$(ihtmldir)" || list=; \
380         for p in $$list; do \
381           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
382           echo "$$d$$p"; \
383         done | $(am__base_list) | \
384         while read files; do \
385           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ihtmldir)'"; \
386           $(INSTALL_DATA) $$files "$(DESTDIR)$(ihtmldir)" || exit $$?; \
387         done
389 uninstall-ihtmlDATA:
390         @$(NORMAL_UNINSTALL)
391         @list='$(ihtml_DATA)'; test -n "$(ihtmldir)" || list=; \
392         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
393         test -n "$$files" || exit 0; \
394         echo " ( cd '$(DESTDIR)$(ihtmldir)' && rm -f" $$files ")"; \
395         cd "$(DESTDIR)$(ihtmldir)" && rm -f $$files
396 install-imanDATA: $(iman_DATA)
397         @$(NORMAL_INSTALL)
398         test -z "$(imandir)" || $(MKDIR_P) "$(DESTDIR)$(imandir)"
399         @list='$(iman_DATA)'; test -n "$(imandir)" || list=; \
400         for p in $$list; do \
401           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
402           echo "$$d$$p"; \
403         done | $(am__base_list) | \
404         while read files; do \
405           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imandir)'"; \
406           $(INSTALL_DATA) $$files "$(DESTDIR)$(imandir)" || exit $$?; \
407         done
409 uninstall-imanDATA:
410         @$(NORMAL_UNINSTALL)
411         @list='$(iman_DATA)'; test -n "$(imandir)" || list=; \
412         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
413         test -n "$$files" || exit 0; \
414         echo " ( cd '$(DESTDIR)$(imandir)' && rm -f" $$files ")"; \
415         cd "$(DESTDIR)$(imandir)" && rm -f $$files
416 install-iman3DATA: $(iman3_DATA)
417         @$(NORMAL_INSTALL)
418         test -z "$(iman3dir)" || $(MKDIR_P) "$(DESTDIR)$(iman3dir)"
419         @list='$(iman3_DATA)'; test -n "$(iman3dir)" || list=; \
420         for p in $$list; do \
421           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
422           echo "$$d$$p"; \
423         done | $(am__base_list) | \
424         while read files; do \
425           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iman3dir)'"; \
426           $(INSTALL_DATA) $$files "$(DESTDIR)$(iman3dir)" || exit $$?; \
427         done
429 uninstall-iman3DATA:
430         @$(NORMAL_UNINSTALL)
431         @list='$(iman3_DATA)'; test -n "$(iman3dir)" || list=; \
432         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
433         test -n "$$files" || exit 0; \
434         echo " ( cd '$(DESTDIR)$(iman3dir)' && rm -f" $$files ")"; \
435         cd "$(DESTDIR)$(iman3dir)" && rm -f $$files
436 tags: TAGS
437 TAGS:
439 ctags: CTAGS
440 CTAGS:
443 distdir: $(DISTFILES)
444         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446         list='$(DISTFILES)'; \
447           dist_files=`for file in $$list; do echo $$file; done | \
448           sed -e "s|^$$srcdirstrip/||;t" \
449               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
450         case $$dist_files in \
451           */*) $(MKDIR_P) `echo "$$dist_files" | \
452                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
453                            sort -u` ;; \
454         esac; \
455         for file in $$dist_files; do \
456           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457           if test -d $$d/$$file; then \
458             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
459             if test -d "$(distdir)/$$file"; then \
460               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461             fi; \
462             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
463               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
464               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465             fi; \
466             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
467           else \
468             test -f "$(distdir)/$$file" \
469             || cp -p $$d/$$file "$(distdir)/$$file" \
470             || exit 1; \
471           fi; \
472         done
473 check-am: all-am
474 check: check-am
475 all-am: Makefile $(DATA) all-local
476 installdirs:
477         for dir in "$(DESTDIR)$(idocdir)" "$(DESTDIR)$(ihtmldir)" "$(DESTDIR)$(imandir)" "$(DESTDIR)$(iman3dir)"; do \
478           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
479         done
480 install: install-am
481 install-exec: install-exec-am
482 install-data: install-data-am
483 uninstall: uninstall-am
485 install-am: all-am
486         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488 installcheck: installcheck-am
489 install-strip:
490         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492           `test -z '$(STRIP)' || \
493             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
494 mostlyclean-generic:
496 clean-generic:
497         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
499 distclean-generic:
500         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
501         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
503 maintainer-clean-generic:
504         @echo "This command is intended for maintainers to use"
505         @echo "it deletes files that may require special tools to rebuild."
506 clean: clean-am
508 clean-am: clean-generic clean-libtool mostlyclean-am
510 distclean: distclean-am
511         -rm -f Makefile
512 distclean-am: clean-am distclean-generic
514 dvi: dvi-am
516 dvi-am:
518 html: html-am
520 html-am: html-local
522 info: info-am
524 info-am:
526 install-data-am: install-idocDATA install-ihtmlDATA install-iman3DATA \
527         install-imanDATA
528         @$(NORMAL_INSTALL)
529         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
530 install-dvi: install-dvi-am
532 install-dvi-am:
534 install-exec-am:
536 install-html: install-html-am
538 install-html-am:
540 install-info: install-info-am
542 install-info-am:
544 install-man:
546 install-pdf: install-pdf-am
548 install-pdf-am:
550 install-ps: install-ps-am
552 install-ps-am:
554 installcheck-am:
556 maintainer-clean: maintainer-clean-am
557         -rm -f Makefile
558 maintainer-clean-am: distclean-am maintainer-clean-generic
560 mostlyclean: mostlyclean-am
562 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
564 pdf: pdf-am
566 pdf-am: pdf-local
568 ps: ps-am
570 ps-am:
572 uninstall-am: uninstall-idocDATA uninstall-ihtmlDATA \
573         uninstall-iman3DATA uninstall-imanDATA
575 .MAKE: install-am install-data-am install-strip
577 .PHONY: all all-am all-local check check-am clean clean-generic \
578         clean-libtool distclean distclean-generic distclean-libtool \
579         distdir dvi dvi-am html html-am html-local info info-am \
580         install install-am install-data install-data-am \
581         install-data-hook install-dvi install-dvi-am install-exec \
582         install-exec-am install-html install-html-am install-idocDATA \
583         install-ihtmlDATA install-iman3DATA install-imanDATA \
584         install-info install-info-am install-man install-pdf \
585         install-pdf-am install-ps install-ps-am install-strip \
586         installcheck installcheck-am installdirs maintainer-clean \
587         maintainer-clean-generic mostlyclean mostlyclean-generic \
588         mostlyclean-libtool pdf pdf-am pdf-local ps ps-am uninstall \
589         uninstall-am uninstall-idocDATA uninstall-ihtmlDATA \
590         uninstall-iman3DATA uninstall-imanDATA
593 all-local: link man txt html-local
595 .src.pod:
596         perl -n -e 'if (/^=include\s+(\S+)/){open F,"$$1.inc" || die $$?;print <F>; close F} else {print}'  $<  > $@
598 .pod.1 .pm.1 .pl.1:
599         $(AM_V_GEN)@POD2MAN@ --release=$(VERSION) --center=rrdtool $<  > $@
601 .pod.3:
602         $(AM_V_GEN)@POD2MAN@ --release=$(VERSION) --center=rrdtool --section=3 $< > $@
604 .1.txt .3.txt:
605         $(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp $< > $@
607 .1.pdf .3.pdf:
608         $(AM_V_GEN)@TROFF@ -man $< | ps2pdf - $@
610 .pm.html .pod.html .pl.html:
611         $(AM_V_GEN)@POD2HTML@ --infile=$< --outfile=$@ --noindex --htmlroot=. --podpath=. --title=$*
613 RRDs.pod:
614         $(AM_V_GEN)$(LN_S) $(top_srcdir)/bindings/perl-shared/RRDs.pm RRDs.pod
616 RRDp.pod:
617         $(AM_V_GEN)$(LN_S) $(top_srcdir)/bindings/perl-piped/RRDp.pm RRDp.pod
619 link: RRDp.pod RRDs.pod
621 man: $(MAN) $(MAN3)
623 html-local: $(HTML)
625 txt: $(TXT)
627 pdf-local: $(PDF)
629 pod: $(POD) $(POD3)
631 install-data-hook:
632         $(AM_V_GEN)cd $(DESTDIR)$(ihtmldir) && rm -f index.html && $(LN_S) rrdtool.html index.html
634 # Tell versions [3.59,3.63) of GNU make to not export all variables.
635 # Otherwise a system limit (for SysV at least) may be exceeded.
636 .NOEXPORT: