Code

control: Updated standards-version to 3.9.5 -- no changes.
[pkg-rrdtool.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6 # Foundation, 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 # $Id$
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 subdir = .
40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41         $(srcdir)/Makefile.in $(srcdir)/rrd_config.h.in \
42         $(top_srcdir)/configure ABOUT-NLS COPYING NEWS TODO compile \
43         config.guess config.rpath config.sub depcomp install-sh \
44         ltmain.sh missing
45 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
46         $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
47         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
48         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
49         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
50         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
51         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
52         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
53         $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55         $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57  configure.lineno config.status.lineno
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = rrd_config.h
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 AM_V_GEN = $(am__v_GEN_@AM_V@)
63 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
64 am__v_GEN_0 = @echo "  GEN   " $@;
65 AM_V_at = $(am__v_at_@AM_V@)
66 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
67 am__v_at_0 = @
68 SOURCES =
69 DIST_SOURCES =
70 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71         html-recursive info-recursive install-data-recursive \
72         install-dvi-recursive install-exec-recursive \
73         install-html-recursive install-info-recursive \
74         install-pdf-recursive install-ps-recursive install-recursive \
75         installcheck-recursive installdirs-recursive pdf-recursive \
76         ps-recursive uninstall-recursive
77 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78   distclean-recursive maintainer-clean-recursive
79 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
80         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
81         distdir dist dist-all distcheck
82 ETAGS = etags
83 CTAGS = ctags
84 DIST_SUBDIRS = $(SUBDIRS)
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 distdir = $(PACKAGE)-$(VERSION)
87 top_distdir = $(distdir)
88 am__remove_distdir = \
89   if test -d "$(distdir)"; then \
90     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
91       && rm -rf "$(distdir)" \
92       || { sleep 5 && rm -rf "$(distdir)"; }; \
93   else :; fi
94 am__relativize = \
95   dir0=`pwd`; \
96   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
97   sed_rest='s,^[^/]*/*,,'; \
98   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
99   sed_butlast='s,/*[^/]*$$,,'; \
100   while test -n "$$dir1"; do \
101     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
102     if test "$$first" != "."; then \
103       if test "$$first" = ".."; then \
104         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
105         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
106       else \
107         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
108         if test "$$first2" = "$$first"; then \
109           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
110         else \
111           dir2="../$$dir2"; \
112         fi; \
113         dir0="$$dir0"/"$$first"; \
114       fi; \
115     fi; \
116     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
117   done; \
118   reldir="$$dir2"
119 DIST_ARCHIVES = $(distdir).tar.gz
120 GZIP_ENV = --best
121 distuninstallcheck_listfiles = find . -type f -print
122 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
123   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
124 distcleancheck_listfiles = find . -type f -print
125 ACLOCAL = @ACLOCAL@
126 ALL_LIBS = @ALL_LIBS@
127 AMTAR = @AMTAR@
128 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129 AR = @AR@
130 AUTOCONF = @AUTOCONF@
131 AUTOHEADER = @AUTOHEADER@
132 AUTOMAKE = @AUTOMAKE@
133 AWK = @AWK@
134 CC = @CC@
135 CCDEPMODE = @CCDEPMODE@
136 CFLAGS = @CFLAGS@
137 COMP_LUA = @COMP_LUA@
138 COMP_PERL = @COMP_PERL@
139 COMP_PYTHON = @COMP_PYTHON@
140 COMP_RUBY = @COMP_RUBY@
141 CORE_LIBS = @CORE_LIBS@
142 CPP = @CPP@
143 CPPFLAGS = @CPPFLAGS@
144 CYGPATH_W = @CYGPATH_W@
145 DEFS = @DEFS@
146 DEPDIR = @DEPDIR@
147 DLLTOOL = @DLLTOOL@
148 DSYMUTIL = @DSYMUTIL@
149 DUMPBIN = @DUMPBIN@
150 ECHO_C = @ECHO_C@
151 ECHO_N = @ECHO_N@
152 ECHO_T = @ECHO_T@
153 EGREP = @EGREP@
154 EXEEXT = @EXEEXT@
155 FGREP = @FGREP@
156 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
157 GMSGFMT = @GMSGFMT@
158 GMSGFMT_015 = @GMSGFMT_015@
159 GREP = @GREP@
160 INSTALL = @INSTALL@
161 INSTALL_DATA = @INSTALL_DATA@
162 INSTALL_PROGRAM = @INSTALL_PROGRAM@
163 INSTALL_SCRIPT = @INSTALL_SCRIPT@
164 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165 INTLLIBS = @INTLLIBS@
166 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
167 LD = @LD@
168 LDFLAGS = @LDFLAGS@
169 LIBICONV = @LIBICONV@
170 LIBINTL = @LIBINTL@
171 LIBOBJS = @LIBOBJS@
172 LIBS = @LIBS@
173 LIBTOOL = @LIBTOOL@
174 LIBVERS = @LIBVERS@
175 LIPO = @LIPO@
176 LN_S = @LN_S@
177 LTLIBICONV = @LTLIBICONV@
178 LTLIBINTL = @LTLIBINTL@
179 LTLIBOBJS = @LTLIBOBJS@
180 LUA = @LUA@
181 LUA_CFLAGS = @LUA_CFLAGS@
182 LUA_DEFINES = @LUA_DEFINES@
183 LUA_INSTALL_CMOD = @LUA_INSTALL_CMOD@
184 LUA_INSTALL_LMOD = @LUA_INSTALL_LMOD@
185 LUA_LFLAGS = @LUA_LFLAGS@
186 MAINT = @MAINT@
187 MAKEINFO = @MAKEINFO@
188 MANIFEST_TOOL = @MANIFEST_TOOL@
189 MKDIR_P = @MKDIR_P@
190 MSGFMT = @MSGFMT@
191 MSGFMT_015 = @MSGFMT_015@
192 MSGMERGE = @MSGMERGE@
193 MULTITHREAD_CFLAGS = @MULTITHREAD_CFLAGS@
194 MULTITHREAD_LDFLAGS = @MULTITHREAD_LDFLAGS@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 NROFF = @NROFF@
198 NUMVERS = @NUMVERS@
199 OBJDUMP = @OBJDUMP@
200 OBJEXT = @OBJEXT@
201 OTOOL = @OTOOL@
202 OTOOL64 = @OTOOL64@
203 PACKAGE = @PACKAGE@
204 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
205 PACKAGE_NAME = @PACKAGE_NAME@
206 PACKAGE_STRING = @PACKAGE_STRING@
207 PACKAGE_TARNAME = @PACKAGE_TARNAME@
208 PACKAGE_URL = @PACKAGE_URL@
209 PACKAGE_VERSION = @PACKAGE_VERSION@
210 PATH_SEPARATOR = @PATH_SEPARATOR@
211 PERL = @PERL@
212 PERLCC = @PERLCC@
213 PERLCCFLAGS = @PERLCCFLAGS@
214 PERLFLAGS = @PERLFLAGS@
215 PERLLD = @PERLLD@
216 PERLLDFLAGS = @PERLLDFLAGS@
217 PERL_CC = @PERL_CC@
218 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
219 PERL_VERSION = @PERL_VERSION@
220 PKGCONFIG = @PKGCONFIG@
221 POD2HTML = @POD2HTML@
222 POD2MAN = @POD2MAN@
223 POSUB = @POSUB@
224 PTHREAD_CC = @PTHREAD_CC@
225 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
226 PTHREAD_LIBS = @PTHREAD_LIBS@
227 PYTHON = @PYTHON@
228 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
229 PYTHON_INCLUDES = @PYTHON_INCLUDES@
230 PYTHON_PLATFORM = @PYTHON_PLATFORM@
231 PYTHON_PREFIX = @PYTHON_PREFIX@
232 PYTHON_VERSION = @PYTHON_VERSION@
233 RANLIB = @RANLIB@
234 RRDDOCDIR = @RRDDOCDIR@
235 RRDGRAPH_YLEGEND_ANGLE = @RRDGRAPH_YLEGEND_ANGLE@
236 RRD_DEFAULT_FONT = @RRD_DEFAULT_FONT@
237 RRD_GETOPT_LONG = @RRD_GETOPT_LONG@
238 RUBY = @RUBY@
239 RUBY_MAKE_OPTIONS = @RUBY_MAKE_OPTIONS@
240 SED = @SED@
241 SET_MAKE = @SET_MAKE@
242 SHELL = @SHELL@
243 STRIP = @STRIP@
244 TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
245 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
246 TCL_PACKAGE_DIR = @TCL_PACKAGE_DIR@
247 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
248 TCL_PREFIX = @TCL_PREFIX@
249 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
250 TCL_SHLIB_LD = @TCL_SHLIB_LD@
251 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
252 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
253 TCL_VERSION = @TCL_VERSION@
254 TROFF = @TROFF@
255 USE_NLS = @USE_NLS@
256 VERSION = @VERSION@
257 WERROR = @WERROR@
258 XGETTEXT = @XGETTEXT@
259 XGETTEXT_015 = @XGETTEXT_015@
260 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
261 abs_builddir = @abs_builddir@
262 abs_srcdir = @abs_srcdir@
263 abs_top_builddir = @abs_top_builddir@
264 abs_top_srcdir = @abs_top_srcdir@
265 ac_ct_AR = @ac_ct_AR@
266 ac_ct_CC = @ac_ct_CC@
267 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
268 acx_pthread_config = @acx_pthread_config@
269 am__include = @am__include@
270 am__leading_dot = @am__leading_dot@
271 am__quote = @am__quote@
272 am__tar = @am__tar@
273 am__untar = @am__untar@
274 bindir = @bindir@
275 build = @build@
276 build_alias = @build_alias@
277 build_cpu = @build_cpu@
278 build_os = @build_os@
279 build_vendor = @build_vendor@
280 builddir = @builddir@
281 datadir = @datadir@
282 datarootdir = @datarootdir@
283 docdir = @docdir@
284 dvidir = @dvidir@
285 exec_prefix = @exec_prefix@
286 host = @host@
287 host_alias = @host_alias@
288 host_cpu = @host_cpu@
289 host_os = @host_os@
290 host_vendor = @host_vendor@
291 htmldir = @htmldir@
292 includedir = @includedir@
293 infodir = @infodir@
294 install_sh = @install_sh@
295 libdir = @libdir@
296 libexecdir = @libexecdir@
297 localedir = @localedir@
298 localstatedir = @localstatedir@
299 mandir = @mandir@
300 mkdir_p = @mkdir_p@
301 oldincludedir = @oldincludedir@
302 pdfdir = @pdfdir@
303 pkgpyexecdir = @pkgpyexecdir@
304 pkgpythondir = @pkgpythondir@
305 prefix = @prefix@
306 program_transform_name = @program_transform_name@
307 psdir = @psdir@
308 pyexecdir = @pyexecdir@
309 pythondir = @pythondir@
310 sbindir = @sbindir@
311 sharedstatedir = @sharedstatedir@
312 srcdir = @srcdir@
313 sysconfdir = @sysconfdir@
314 target = @target@
315 target_alias = @target_alias@
316 target_cpu = @target_cpu@
317 target_os = @target_os@
318 target_vendor = @target_vendor@
319 top_build_prefix = @top_build_prefix@
320 top_builddir = @top_builddir@
321 top_srcdir = @top_srcdir@
322 RSYNC = rsync --rsh=ssh
324 # build the following subdirectories
325 SUBDIRS = po src examples doc bindings
326 EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
327              rrdtool.spec favicon.ico  autogen.sh \
328              libtool \
329              netware/Makefile  \
330              etc/rrdcached-default etc/rrdcached-init \
331              win32/Makefile  win32/config.h  win32/rrdlib.vcproj  win32/rrdtool.vcproj  win32/rrdupdate.vcproj \
332              win32/README    win32/rrd.sln   win32/rrdtool.sln    win32/rrdupdate.sln
334 CLEANFILES = config.cache
336 # use relaxed rules when building dists
337 AUTOMAKE_OPTIONS = foreign 
339 # where we keep local rules for automake
340 ACLOCAL_AMFLAGS = -I m4
341 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
342 all: rrd_config.h
343         $(MAKE) $(AM_MAKEFLAGS) all-recursive
345 .SUFFIXES:
346 am--refresh: Makefile
347         @:
348 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
349         @for dep in $?; do \
350           case '$(am__configure_deps)' in \
351             *$$dep*) \
352               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
353               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
354                 && exit 0; \
355               exit 1;; \
356           esac; \
357         done; \
358         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
359         $(am__cd) $(top_srcdir) && \
360           $(AUTOMAKE) --foreign Makefile
361 .PRECIOUS: Makefile
362 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
363         @case '$?' in \
364           *config.status*) \
365             echo ' $(SHELL) ./config.status'; \
366             $(SHELL) ./config.status;; \
367           *) \
368             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
369             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
370         esac;
372 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373         $(SHELL) ./config.status --recheck
375 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
376         $(am__cd) $(srcdir) && $(AUTOCONF)
377 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
378         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
379 $(am__aclocal_m4_deps):
381 rrd_config.h: stamp-h1
382         @if test ! -f $@; then rm -f stamp-h1; else :; fi
383         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
385 stamp-h1: $(srcdir)/rrd_config.h.in $(top_builddir)/config.status
386         @rm -f stamp-h1
387         cd $(top_builddir) && $(SHELL) ./config.status rrd_config.h
388 $(srcdir)/rrd_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
389         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
390         rm -f stamp-h1
391         touch $@
393 distclean-hdr:
394         -rm -f rrd_config.h stamp-h1
396 mostlyclean-libtool:
397         -rm -f *.lo
399 clean-libtool:
400         -rm -rf .libs _libs
402 distclean-libtool:
403         -rm -f libtool config.lt
405 # This directory's subdirectories are mostly independent; you can cd
406 # into them and run `make' without going through this Makefile.
407 # To change the values of `make' variables: instead of editing Makefiles,
408 # (1) if the variable is set in `config.status', edit `config.status'
409 #     (which will cause the Makefiles to be regenerated when you run `make');
410 # (2) otherwise, pass the desired values on the `make' command line.
411 $(RECURSIVE_TARGETS):
412         @fail= failcom='exit 1'; \
413         for f in x $$MAKEFLAGS; do \
414           case $$f in \
415             *=* | --[!k]*);; \
416             *k*) failcom='fail=yes';; \
417           esac; \
418         done; \
419         dot_seen=no; \
420         target=`echo $@ | sed s/-recursive//`; \
421         list='$(SUBDIRS)'; for subdir in $$list; do \
422           echo "Making $$target in $$subdir"; \
423           if test "$$subdir" = "."; then \
424             dot_seen=yes; \
425             local_target="$$target-am"; \
426           else \
427             local_target="$$target"; \
428           fi; \
429           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
430           || eval $$failcom; \
431         done; \
432         if test "$$dot_seen" = "no"; then \
433           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
434         fi; test -z "$$fail"
436 $(RECURSIVE_CLEAN_TARGETS):
437         @fail= failcom='exit 1'; \
438         for f in x $$MAKEFLAGS; do \
439           case $$f in \
440             *=* | --[!k]*);; \
441             *k*) failcom='fail=yes';; \
442           esac; \
443         done; \
444         dot_seen=no; \
445         case "$@" in \
446           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
447           *) list='$(SUBDIRS)' ;; \
448         esac; \
449         rev=''; for subdir in $$list; do \
450           if test "$$subdir" = "."; then :; else \
451             rev="$$subdir $$rev"; \
452           fi; \
453         done; \
454         rev="$$rev ."; \
455         target=`echo $@ | sed s/-recursive//`; \
456         for subdir in $$rev; do \
457           echo "Making $$target in $$subdir"; \
458           if test "$$subdir" = "."; then \
459             local_target="$$target-am"; \
460           else \
461             local_target="$$target"; \
462           fi; \
463           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464           || eval $$failcom; \
465         done && test -z "$$fail"
466 tags-recursive:
467         list='$(SUBDIRS)'; for subdir in $$list; do \
468           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
469         done
470 ctags-recursive:
471         list='$(SUBDIRS)'; for subdir in $$list; do \
472           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
473         done
475 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
476         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477         unique=`for i in $$list; do \
478             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479           done | \
480           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481               END { if (nonempty) { for (i in files) print i; }; }'`; \
482         mkid -fID $$unique
483 tags: TAGS
485 TAGS: tags-recursive $(HEADERS) $(SOURCES) rrd_config.h.in $(TAGS_DEPENDENCIES) \
486                 $(TAGS_FILES) $(LISP)
487         set x; \
488         here=`pwd`; \
489         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
490           include_option=--etags-include; \
491           empty_fix=.; \
492         else \
493           include_option=--include; \
494           empty_fix=; \
495         fi; \
496         list='$(SUBDIRS)'; for subdir in $$list; do \
497           if test "$$subdir" = .; then :; else \
498             test ! -f $$subdir/TAGS || \
499               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
500           fi; \
501         done; \
502         list='$(SOURCES) $(HEADERS) rrd_config.h.in $(LISP) $(TAGS_FILES)'; \
503         unique=`for i in $$list; do \
504             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505           done | \
506           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507               END { if (nonempty) { for (i in files) print i; }; }'`; \
508         shift; \
509         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
510           test -n "$$unique" || unique=$$empty_fix; \
511           if test $$# -gt 0; then \
512             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513               "$$@" $$unique; \
514           else \
515             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516               $$unique; \
517           fi; \
518         fi
519 ctags: CTAGS
520 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rrd_config.h.in $(TAGS_DEPENDENCIES) \
521                 $(TAGS_FILES) $(LISP)
522         list='$(SOURCES) $(HEADERS) rrd_config.h.in $(LISP) $(TAGS_FILES)'; \
523         unique=`for i in $$list; do \
524             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525           done | \
526           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527               END { if (nonempty) { for (i in files) print i; }; }'`; \
528         test -z "$(CTAGS_ARGS)$$unique" \
529           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530              $$unique
532 GTAGS:
533         here=`$(am__cd) $(top_builddir) && pwd` \
534           && $(am__cd) $(top_srcdir) \
535           && gtags -i $(GTAGS_ARGS) "$$here"
537 distclean-tags:
538         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540 distdir: $(DISTFILES)
541         $(am__remove_distdir)
542         test -d "$(distdir)" || mkdir "$(distdir)"
543         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545         list='$(DISTFILES)'; \
546           dist_files=`for file in $$list; do echo $$file; done | \
547           sed -e "s|^$$srcdirstrip/||;t" \
548               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
549         case $$dist_files in \
550           */*) $(MKDIR_P) `echo "$$dist_files" | \
551                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
552                            sort -u` ;; \
553         esac; \
554         for file in $$dist_files; do \
555           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
556           if test -d $$d/$$file; then \
557             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
558             if test -d "$(distdir)/$$file"; then \
559               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
560             fi; \
561             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
562               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
563               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
564             fi; \
565             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
566           else \
567             test -f "$(distdir)/$$file" \
568             || cp -p $$d/$$file "$(distdir)/$$file" \
569             || exit 1; \
570           fi; \
571         done
572         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
573           if test "$$subdir" = .; then :; else \
574             test -d "$(distdir)/$$subdir" \
575             || $(MKDIR_P) "$(distdir)/$$subdir" \
576             || exit 1; \
577           fi; \
578         done
579         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
580           if test "$$subdir" = .; then :; else \
581             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
582             $(am__relativize); \
583             new_distdir=$$reldir; \
584             dir1=$$subdir; dir2="$(top_distdir)"; \
585             $(am__relativize); \
586             new_top_distdir=$$reldir; \
587             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
588             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
589             ($(am__cd) $$subdir && \
590               $(MAKE) $(AM_MAKEFLAGS) \
591                 top_distdir="$$new_top_distdir" \
592                 distdir="$$new_distdir" \
593                 am__remove_distdir=: \
594                 am__skip_length_check=: \
595                 am__skip_mode_fix=: \
596                 distdir) \
597               || exit 1; \
598           fi; \
599         done
600         -test -n "$(am__skip_mode_fix)" \
601         || find "$(distdir)" -type d ! -perm -755 \
602                 -exec chmod u+rwx,go+rx {} \; -o \
603           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
604           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
605           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
606         || chmod -R a+r "$(distdir)"
607 dist-gzip: distdir
608         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
609         $(am__remove_distdir)
611 dist-bzip2: distdir
612         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
613         $(am__remove_distdir)
615 dist-lzip: distdir
616         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
617         $(am__remove_distdir)
619 dist-lzma: distdir
620         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
621         $(am__remove_distdir)
623 dist-xz: distdir
624         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
625         $(am__remove_distdir)
627 dist-tarZ: distdir
628         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
629         $(am__remove_distdir)
631 dist-shar: distdir
632         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
633         $(am__remove_distdir)
635 dist-zip: distdir
636         -rm -f $(distdir).zip
637         zip -rq $(distdir).zip $(distdir)
638         $(am__remove_distdir)
640 dist dist-all: distdir
641         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
642         $(am__remove_distdir)
644 # This target untars the dist file and tries a VPATH configuration.  Then
645 # it guarantees that the distribution is self-contained by making another
646 # tarfile.
647 distcheck: dist
648         case '$(DIST_ARCHIVES)' in \
649         *.tar.gz*) \
650           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
651         *.tar.bz2*) \
652           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
653         *.tar.lzma*) \
654           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
655         *.tar.lz*) \
656           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
657         *.tar.xz*) \
658           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
659         *.tar.Z*) \
660           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
661         *.shar.gz*) \
662           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
663         *.zip*) \
664           unzip $(distdir).zip ;;\
665         esac
666         chmod -R a-w $(distdir); chmod a+w $(distdir)
667         mkdir $(distdir)/_build
668         mkdir $(distdir)/_inst
669         chmod a-w $(distdir)
670         test -d $(distdir)/_build || exit 0; \
671         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
672           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
673           && am__cwd=`pwd` \
674           && $(am__cd) $(distdir)/_build \
675           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
676             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
677             $(DISTCHECK_CONFIGURE_FLAGS) \
678           && $(MAKE) $(AM_MAKEFLAGS) \
679           && $(MAKE) $(AM_MAKEFLAGS) dvi \
680           && $(MAKE) $(AM_MAKEFLAGS) check \
681           && $(MAKE) $(AM_MAKEFLAGS) install \
682           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
683           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
684           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
685                 distuninstallcheck \
686           && chmod -R a-w "$$dc_install_base" \
687           && ({ \
688                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
689                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
690                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
691                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
692                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
693               } || { rm -rf "$$dc_destdir"; exit 1; }) \
694           && rm -rf "$$dc_destdir" \
695           && $(MAKE) $(AM_MAKEFLAGS) dist \
696           && rm -rf $(DIST_ARCHIVES) \
697           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
698           && cd "$$am__cwd" \
699           || exit 1
700         $(am__remove_distdir)
701         @(echo "$(distdir) archives ready for distribution: "; \
702           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
703           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
704 distuninstallcheck:
705         @test -n '$(distuninstallcheck_dir)' || { \
706           echo 'ERROR: trying to run $@ with an empty' \
707                '$$(distuninstallcheck_dir)' >&2; \
708           exit 1; \
709         }; \
710         $(am__cd) '$(distuninstallcheck_dir)' || { \
711           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
712           exit 1; \
713         }; \
714         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
715            || { echo "ERROR: files left after uninstall:" ; \
716                 if test -n "$(DESTDIR)"; then \
717                   echo "  (check DESTDIR support)"; \
718                 fi ; \
719                 $(distuninstallcheck_listfiles) ; \
720                 exit 1; } >&2
721 distcleancheck: distclean
722         @if test '$(srcdir)' = . ; then \
723           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
724           exit 1 ; \
725         fi
726         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
727           || { echo "ERROR: files left in build directory after distclean:" ; \
728                $(distcleancheck_listfiles) ; \
729                exit 1; } >&2
730 check-am: all-am
731 check: check-recursive
732 all-am: Makefile rrd_config.h
733 installdirs: installdirs-recursive
734 installdirs-am:
735 install: install-recursive
736 install-exec: install-exec-recursive
737 install-data: install-data-recursive
738 uninstall: uninstall-recursive
740 install-am: all-am
741         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
743 installcheck: installcheck-recursive
744 install-strip:
745         if test -z '$(STRIP)'; then \
746           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
747             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
748               install; \
749         else \
750           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
751             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
752             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
753         fi
754 mostlyclean-generic:
756 clean-generic:
757         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
759 distclean-generic:
760         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
761         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
763 maintainer-clean-generic:
764         @echo "This command is intended for maintainers to use"
765         @echo "it deletes files that may require special tools to rebuild."
766 clean: clean-recursive
768 clean-am: clean-generic clean-libtool mostlyclean-am
770 distclean: distclean-recursive
771         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
772         -rm -f Makefile
773 distclean-am: clean-am distclean-generic distclean-hdr \
774         distclean-libtool distclean-tags
776 dvi: dvi-recursive
778 dvi-am:
780 html: html-recursive
782 html-am:
784 info: info-recursive
786 info-am:
788 install-data-am:
790 install-dvi: install-dvi-recursive
792 install-dvi-am:
794 install-exec-am:
796 install-html: install-html-recursive
798 install-html-am:
800 install-info: install-info-recursive
802 install-info-am:
804 install-man:
806 install-pdf: install-pdf-recursive
808 install-pdf-am:
810 install-ps: install-ps-recursive
812 install-ps-am:
814 installcheck-am:
816 maintainer-clean: maintainer-clean-recursive
817         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
818         -rm -rf $(top_srcdir)/autom4te.cache
819         -rm -f Makefile
820 maintainer-clean-am: distclean-am maintainer-clean-generic
822 mostlyclean: mostlyclean-recursive
824 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
826 pdf: pdf-recursive
828 pdf-am:
830 ps: ps-recursive
832 ps-am:
834 uninstall-am:
836 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
837         ctags-recursive install-am install-strip tags-recursive
839 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
840         all all-am am--refresh check check-am clean clean-generic \
841         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
842         dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
843         dist-zip distcheck distclean distclean-generic distclean-hdr \
844         distclean-libtool distclean-tags distcleancheck distdir \
845         distuninstallcheck dvi dvi-am html html-am info info-am \
846         install install-am install-data install-data-am install-dvi \
847         install-dvi-am install-exec install-exec-am install-html \
848         install-html-am install-info install-info-am install-man \
849         install-pdf install-pdf-am install-ps install-ps-am \
850         install-strip installcheck installcheck-am installdirs \
851         installdirs-am maintainer-clean maintainer-clean-generic \
852         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
853         ps ps-am tags tags-recursive uninstall uninstall-am
856  # the following files are not mentioned in any other Makefile
857 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config
858 #AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config
860 #       $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz tobi@ipn.caida.org:/ipn/web/Tools/RRDtool/pub/
862 site-perl-inst: site-perl-install
864 site-perl-install: all bindings/perl-piped/Makefile bindings/perl-shared/Makefile
865         cd bindings/perl-piped && $(MAKE) install
866         cd bindings/perl-shared && $(MAKE) install
868 site-tcl-install: all
869         cd bindings/tcl && $(MAKE) tcl-install
871 site-python-install: all
872         cd bindings/python && $(PYTHON) setup.py install $(if $(DESTDIR),--root=$(DESTDIR))
874 # find . -name "*.c" -or -name "*.h" | xargs perl -0777 -n -e 'while (s/typedef\s+(?:unsigned\s+|signed\s+|unival\s+)?\S+\s+\*?([^{}\s;(]+)//){print "-T$1\n"}'
875 indent:
876         find ./ -name "*.[ch]" | xargs indent
878 # Tell versions [3.59,3.63) of GNU make to not export all variables.
879 # Otherwise a system limit (for SysV at least) may be exceeded.
880 .NOEXPORT: