Code

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