Code

Merge branch 'upstream/1.3' into experimental
[pkg-rrdtool.git] / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
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.
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = .
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
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 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in $(srcdir)/rrd_config.h.in \
41         $(top_srcdir)/configure COPYING NEWS TODO compile config.guess \
42         config.sub depcomp install-sh ltmain.sh missing
43 subdir = .
44 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45         $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49  configure.lineno configure.status.lineno
50 mkinstalldirs = $(install_sh) -d
51 CONFIG_HEADER = rrd_config.h
52 CONFIG_CLEAN_FILES =
53 SOURCES =
54 DIST_SOURCES =
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56         html-recursive info-recursive install-data-recursive \
57         install-exec-recursive install-info-recursive \
58         install-recursive installcheck-recursive installdirs-recursive \
59         pdf-recursive ps-recursive uninstall-info-recursive \
60         uninstall-recursive
61 ETAGS = etags
62 CTAGS = ctags
63 DIST_SUBDIRS = po src examples doc bindings
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 distdir = $(PACKAGE)-$(VERSION)
66 top_distdir = $(distdir)
67 am__remove_distdir = \
68   { test ! -d $(distdir) \
69     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
70          && rm -fr $(distdir); }; }
71 DIST_ARCHIVES = $(distdir).tar.gz
72 GZIP_ENV = --best
73 distuninstallcheck_listfiles = find . -type f -print
74 distcleancheck_listfiles = find . -type f -print
75 ACLOCAL = @ACLOCAL@
76 ALL_LIBS = @ALL_LIBS@
77 ALL_LINGUAS = @ALL_LINGUAS@
78 AMDEP_FALSE = @AMDEP_FALSE@
79 AMDEP_TRUE = @AMDEP_TRUE@
80 AMTAR = @AMTAR@
81 AR = @AR@
82 AUTOCONF = @AUTOCONF@
83 AUTOHEADER = @AUTOHEADER@
84 AUTOMAKE = @AUTOMAKE@
85 AWK = @AWK@
86 BUILD_LIBINTL_FALSE = @BUILD_LIBINTL_FALSE@
87 BUILD_LIBINTL_TRUE = @BUILD_LIBINTL_TRUE@
88 BUILD_MULTITHREAD_FALSE = @BUILD_MULTITHREAD_FALSE@
89 BUILD_MULTITHREAD_TRUE = @BUILD_MULTITHREAD_TRUE@
90 BUILD_RRDCGI_FALSE = @BUILD_RRDCGI_FALSE@
91 BUILD_RRDCGI_TRUE = @BUILD_RRDCGI_TRUE@
92 BUILD_TCL_FALSE = @BUILD_TCL_FALSE@
93 BUILD_TCL_SITE_FALSE = @BUILD_TCL_SITE_FALSE@
94 BUILD_TCL_SITE_TRUE = @BUILD_TCL_SITE_TRUE@
95 BUILD_TCL_TRUE = @BUILD_TCL_TRUE@
96 CATALOGS = @CATALOGS@
97 CATOBJEXT = @CATOBJEXT@
98 CC = @CC@
99 CCDEPMODE = @CCDEPMODE@
100 CFLAGS = @CFLAGS@
101 COMP_PERL = @COMP_PERL@
102 COMP_PYTHON = @COMP_PYTHON@
103 COMP_RUBY = @COMP_RUBY@
104 CORE_LIBS = @CORE_LIBS@
105 CPP = @CPP@
106 CPPFLAGS = @CPPFLAGS@
107 CXX = @CXX@
108 CXXCPP = @CXXCPP@
109 CXXDEPMODE = @CXXDEPMODE@
110 CXXFLAGS = @CXXFLAGS@
111 CYGPATH_W = @CYGPATH_W@
112 DATADIRNAME = @DATADIRNAME@
113 DEFS = @DEFS@
114 DEPDIR = @DEPDIR@
115 ECHO = @ECHO@
116 ECHO_C = @ECHO_C@
117 ECHO_N = @ECHO_N@
118 ECHO_T = @ECHO_T@
119 EGREP = @EGREP@
120 EXEEXT = @EXEEXT@
121 F77 = @F77@
122 FFLAGS = @FFLAGS@
123 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
124 GMOFILES = @GMOFILES@
125 GMSGFMT = @GMSGFMT@
126 GREP = @GREP@
127 INSTALL_DATA = @INSTALL_DATA@
128 INSTALL_PROGRAM = @INSTALL_PROGRAM@
129 INSTALL_SCRIPT = @INSTALL_SCRIPT@
130 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131 INSTOBJEXT = @INSTOBJEXT@
132 INTLLIBS = @INTLLIBS@
133 INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
134 INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
135 INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
136 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
137 INTLTOOL_ICONV = @INTLTOOL_ICONV@
138 INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
139 INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
140 INTLTOOL_MERGE = @INTLTOOL_MERGE@
141 INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
142 INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
143 INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
144 INTLTOOL_PERL = @INTLTOOL_PERL@
145 INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
146 INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
147 INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
148 INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
149 INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
150 INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
151 INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
152 INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
153 INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
154 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
155 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
156 INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
157 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
158 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
159 LDFLAGS = @LDFLAGS@
160 LIBOBJS = @LIBOBJS@
161 LIBS = @LIBS@
162 LIBTOOL = @LIBTOOL@
163 LIBVERS = @LIBVERS@
164 LIB_LIBINTL = @LIB_LIBINTL@
165 LN_S = @LN_S@
166 LTLIBOBJS = @LTLIBOBJS@
167 MAINT = @MAINT@
168 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
169 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
170 MAKEINFO = @MAKEINFO@
171 MKINSTALLDIRS = @MKINSTALLDIRS@
172 MSGFMT = @MSGFMT@
173 MSGFMT_OPTS = @MSGFMT_OPTS@
174 MULTITHREAD_CFLAGS = @MULTITHREAD_CFLAGS@
175 MULTITHREAD_LDFLAGS = @MULTITHREAD_LDFLAGS@
176 NROFF = @NROFF@
177 NUMVERS = @NUMVERS@
178 OBJEXT = @OBJEXT@
179 PACKAGE = @PACKAGE@
180 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181 PACKAGE_NAME = @PACKAGE_NAME@
182 PACKAGE_STRING = @PACKAGE_STRING@
183 PACKAGE_TARNAME = @PACKAGE_TARNAME@
184 PACKAGE_VERSION = @PACKAGE_VERSION@
185 PATH_SEPARATOR = @PATH_SEPARATOR@
186 PERL = @PERL@
187 PERLCC = @PERLCC@
188 PERLCCFLAGS = @PERLCCFLAGS@
189 PERLFLAGS = @PERLFLAGS@
190 PERLLD = @PERLLD@
191 PERLLDFLAGS = @PERLLDFLAGS@
192 PERL_CC = @PERL_CC@
193 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
194 PERL_VERSION = @PERL_VERSION@
195 PKGCONFIG = @PKGCONFIG@
196 POD2HTML = @POD2HTML@
197 POD2MAN = @POD2MAN@
198 POFILES = @POFILES@
199 POSUB = @POSUB@
200 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
201 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
202 PTHREAD_CC = @PTHREAD_CC@
203 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
204 PTHREAD_LIBS = @PTHREAD_LIBS@
205 PYTHON = @PYTHON@
206 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
207 PYTHON_INCLUDES = @PYTHON_INCLUDES@
208 PYTHON_PLATFORM = @PYTHON_PLATFORM@
209 PYTHON_PREFIX = @PYTHON_PREFIX@
210 PYTHON_VERSION = @PYTHON_VERSION@
211 RANLIB = @RANLIB@
212 RRDDOCDIR = @RRDDOCDIR@
213 RRDGRAPH_YLEGEND_ANGLE = @RRDGRAPH_YLEGEND_ANGLE@
214 RRD_DEFAULT_FONT = @RRD_DEFAULT_FONT@
215 RUBY = @RUBY@
216 RUBY_MAKE_OPTIONS = @RUBY_MAKE_OPTIONS@
217 SET_MAKE = @SET_MAKE@
218 SHELL = @SHELL@
219 STATIC_PROGRAMS_FALSE = @STATIC_PROGRAMS_FALSE@
220 STATIC_PROGRAMS_TRUE = @STATIC_PROGRAMS_TRUE@
221 STRIP = @STRIP@
222 TCL_INC_DIR = @TCL_INC_DIR@
223 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
224 TCL_PACKAGE_DIR = @TCL_PACKAGE_DIR@
225 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
226 TCL_PREFIX = @TCL_PREFIX@
227 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
228 TCL_SHLIB_LD = @TCL_SHLIB_LD@
229 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
230 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
231 TCL_VERSION = @TCL_VERSION@
232 TROFF = @TROFF@
233 USE_NLS = @USE_NLS@
234 VERSION = @VERSION@
235 XGETTEXT = @XGETTEXT@
236 ac_ct_CC = @ac_ct_CC@
237 ac_ct_CXX = @ac_ct_CXX@
238 ac_ct_F77 = @ac_ct_F77@
239 acx_pthread_config = @acx_pthread_config@
240 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
241 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
242 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
243 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
244 am__include = @am__include@
245 am__leading_dot = @am__leading_dot@
246 am__quote = @am__quote@
247 am__tar = @am__tar@
248 am__untar = @am__untar@
249 bindir = @bindir@
250 build = @build@
251 build_alias = @build_alias@
252 build_cpu = @build_cpu@
253 build_os = @build_os@
254 build_vendor = @build_vendor@
255 datadir = @datadir@
256 datarootdir = @datarootdir@
257 docdir = @docdir@
258 dvidir = @dvidir@
259 exec_prefix = @exec_prefix@
260 host = @host@
261 host_alias = @host_alias@
262 host_cpu = @host_cpu@
263 host_os = @host_os@
264 host_vendor = @host_vendor@
265 htmldir = @htmldir@
266 includedir = @includedir@
267 infodir = @infodir@
268 install_sh = @install_sh@
269 libdir = @libdir@
270 libexecdir = @libexecdir@
271 localedir = @localedir@
272 localstatedir = @localstatedir@
273 mandir = @mandir@
274 mkdir_p = @mkdir_p@
275 oldincludedir = @oldincludedir@
276 pdfdir = @pdfdir@
277 pkgpyexecdir = @pkgpyexecdir@
278 pkgpythondir = @pkgpythondir@
279 prefix = @prefix@
280 program_transform_name = @program_transform_name@
281 psdir = @psdir@
282 pyexecdir = @pyexecdir@
283 pythondir = @pythondir@
284 sbindir = @sbindir@
285 sharedstatedir = @sharedstatedir@
286 sysconfdir = @sysconfdir@
287 target = @target@
288 target_alias = @target_alias@
289 target_cpu = @target_cpu@
290 target_os = @target_os@
291 target_vendor = @target_vendor@
292 RSYNC = rsync --rsh=ssh
293 @BUILD_LIBINTL_FALSE@PO = 
295 # build the following subdirectories
296 @BUILD_LIBINTL_TRUE@PO = po
297 SUBDIRS = $(PO) src examples doc bindings
298 EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
299              intltool-extract.in  intltool-merge.in    intltool-update.in \
300              rrdtool.spec favicon.ico win32/config.h win32/rrd.dsp \
301              win32/rrd.vcproj win32/rrdtool.dsp win32/rrdtool.dsw \
302              win32/rrdtool.vcproj win32/Makefile \
303              win32/rrd_config.h.msvc netware/Makefile
305 CLEANFILES = config.cache
307 # use relaxed rules when building dists
308 AUTOMAKE_OPTIONS = foreign 
310 # where we keep local rules for automake
311 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
312 all: rrd_config.h
313         $(MAKE) $(AM_MAKEFLAGS) all-recursive
315 .SUFFIXES:
316 am--refresh:
317         @:
318 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
319         @for dep in $?; do \
320           case '$(am__configure_deps)' in \
321             *$$dep*) \
322               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
323               cd $(srcdir) && $(AUTOMAKE) --foreign  \
324                 && exit 0; \
325               exit 1;; \
326           esac; \
327         done; \
328         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
329         cd $(top_srcdir) && \
330           $(AUTOMAKE) --foreign  Makefile
331 .PRECIOUS: Makefile
332 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
333         @case '$?' in \
334           *config.status*) \
335             echo ' $(SHELL) ./config.status'; \
336             $(SHELL) ./config.status;; \
337           *) \
338             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
339             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
340         esac;
342 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
343         $(SHELL) ./config.status --recheck
345 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
346         cd $(srcdir) && $(AUTOCONF)
347 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
348         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
350 rrd_config.h: stamp-h1
351         @if test ! -f $@; then \
352           rm -f stamp-h1; \
353           $(MAKE) stamp-h1; \
354         else :; fi
356 stamp-h1: $(srcdir)/rrd_config.h.in $(top_builddir)/config.status
357         @rm -f stamp-h1
358         cd $(top_builddir) && $(SHELL) ./config.status rrd_config.h
359 $(srcdir)/rrd_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
360         cd $(top_srcdir) && $(AUTOHEADER)
361         rm -f stamp-h1
362         touch $@
364 distclean-hdr:
365         -rm -f rrd_config.h stamp-h1
367 mostlyclean-libtool:
368         -rm -f *.lo
370 clean-libtool:
371         -rm -rf .libs _libs
373 distclean-libtool:
374         -rm -f libtool
375 uninstall-info-am:
377 # This directory's subdirectories are mostly independent; you can cd
378 # into them and run `make' without going through this Makefile.
379 # To change the values of `make' variables: instead of editing Makefiles,
380 # (1) if the variable is set in `config.status', edit `config.status'
381 #     (which will cause the Makefiles to be regenerated when you run `make');
382 # (2) otherwise, pass the desired values on the `make' command line.
383 $(RECURSIVE_TARGETS):
384         @failcom='exit 1'; \
385         for f in x $$MAKEFLAGS; do \
386           case $$f in \
387             *=* | --[!k]*);; \
388             *k*) failcom='fail=yes';; \
389           esac; \
390         done; \
391         dot_seen=no; \
392         target=`echo $@ | sed s/-recursive//`; \
393         list='$(SUBDIRS)'; for subdir in $$list; do \
394           echo "Making $$target in $$subdir"; \
395           if test "$$subdir" = "."; then \
396             dot_seen=yes; \
397             local_target="$$target-am"; \
398           else \
399             local_target="$$target"; \
400           fi; \
401           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
402           || eval $$failcom; \
403         done; \
404         if test "$$dot_seen" = "no"; then \
405           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
406         fi; test -z "$$fail"
408 mostlyclean-recursive clean-recursive distclean-recursive \
409 maintainer-clean-recursive:
410         @failcom='exit 1'; \
411         for f in x $$MAKEFLAGS; do \
412           case $$f in \
413             *=* | --[!k]*);; \
414             *k*) failcom='fail=yes';; \
415           esac; \
416         done; \
417         dot_seen=no; \
418         case "$@" in \
419           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
420           *) list='$(SUBDIRS)' ;; \
421         esac; \
422         rev=''; for subdir in $$list; do \
423           if test "$$subdir" = "."; then :; else \
424             rev="$$subdir $$rev"; \
425           fi; \
426         done; \
427         rev="$$rev ."; \
428         target=`echo $@ | sed s/-recursive//`; \
429         for subdir in $$rev; do \
430           echo "Making $$target in $$subdir"; \
431           if test "$$subdir" = "."; then \
432             local_target="$$target-am"; \
433           else \
434             local_target="$$target"; \
435           fi; \
436           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
437           || eval $$failcom; \
438         done && test -z "$$fail"
439 tags-recursive:
440         list='$(SUBDIRS)'; for subdir in $$list; do \
441           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
442         done
443 ctags-recursive:
444         list='$(SUBDIRS)'; for subdir in $$list; do \
445           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
446         done
448 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
449         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450         unique=`for i in $$list; do \
451             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452           done | \
453           $(AWK) '    { files[$$0] = 1; } \
454                END { for (i in files) print i; }'`; \
455         mkid -fID $$unique
456 tags: TAGS
458 TAGS: tags-recursive $(HEADERS) $(SOURCES) rrd_config.h.in $(TAGS_DEPENDENCIES) \
459                 $(TAGS_FILES) $(LISP)
460         tags=; \
461         here=`pwd`; \
462         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
463           include_option=--etags-include; \
464           empty_fix=.; \
465         else \
466           include_option=--include; \
467           empty_fix=; \
468         fi; \
469         list='$(SUBDIRS)'; for subdir in $$list; do \
470           if test "$$subdir" = .; then :; else \
471             test ! -f $$subdir/TAGS || \
472               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
473           fi; \
474         done; \
475         list='$(SOURCES) $(HEADERS) rrd_config.h.in $(LISP) $(TAGS_FILES)'; \
476         unique=`for i in $$list; do \
477             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478           done | \
479           $(AWK) '    { files[$$0] = 1; } \
480                END { for (i in files) print i; }'`; \
481         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
482           test -n "$$unique" || unique=$$empty_fix; \
483           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484             $$tags $$unique; \
485         fi
486 ctags: CTAGS
487 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rrd_config.h.in $(TAGS_DEPENDENCIES) \
488                 $(TAGS_FILES) $(LISP)
489         tags=; \
490         here=`pwd`; \
491         list='$(SOURCES) $(HEADERS) rrd_config.h.in $(LISP) $(TAGS_FILES)'; \
492         unique=`for i in $$list; do \
493             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494           done | \
495           $(AWK) '    { files[$$0] = 1; } \
496                END { for (i in files) print i; }'`; \
497         test -z "$(CTAGS_ARGS)$$tags$$unique" \
498           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499              $$tags $$unique
501 GTAGS:
502         here=`$(am__cd) $(top_builddir) && pwd` \
503           && cd $(top_srcdir) \
504           && gtags -i $(GTAGS_ARGS) $$here
506 distclean-tags:
507         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509 distdir: $(DISTFILES)
510         $(am__remove_distdir)
511         mkdir $(distdir)
512         $(mkdir_p) $(distdir)/bindings/tcl $(distdir)/examples $(distdir)/netware $(distdir)/po $(distdir)/win32
513         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
514         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
515         list='$(DISTFILES)'; for file in $$list; do \
516           case $$file in \
517             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
518             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
519           esac; \
520           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
522           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
523             dir="/$$dir"; \
524             $(mkdir_p) "$(distdir)$$dir"; \
525           else \
526             dir=''; \
527           fi; \
528           if test -d $$d/$$file; then \
529             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
531             fi; \
532             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
533           else \
534             test -f $(distdir)/$$file \
535             || cp -p $$d/$$file $(distdir)/$$file \
536             || exit 1; \
537           fi; \
538         done
539         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
540           if test "$$subdir" = .; then :; else \
541             test -d "$(distdir)/$$subdir" \
542             || $(mkdir_p) "$(distdir)/$$subdir" \
543             || exit 1; \
544             distdir=`$(am__cd) $(distdir) && pwd`; \
545             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
546             (cd $$subdir && \
547               $(MAKE) $(AM_MAKEFLAGS) \
548                 top_distdir="$$top_distdir" \
549                 distdir="$$distdir/$$subdir" \
550                 distdir) \
551               || exit 1; \
552           fi; \
553         done
554         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
555           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
556           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
557           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
558         || chmod -R a+r $(distdir)
559 dist-gzip: distdir
560         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
561         $(am__remove_distdir)
563 dist-bzip2: distdir
564         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
565         $(am__remove_distdir)
567 dist-tarZ: distdir
568         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
569         $(am__remove_distdir)
571 dist-shar: distdir
572         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
573         $(am__remove_distdir)
575 dist-zip: distdir
576         -rm -f $(distdir).zip
577         zip -rq $(distdir).zip $(distdir)
578         $(am__remove_distdir)
580 dist dist-all: distdir
581         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
582         $(am__remove_distdir)
584 # This target untars the dist file and tries a VPATH configuration.  Then
585 # it guarantees that the distribution is self-contained by making another
586 # tarfile.
587 distcheck: dist
588         case '$(DIST_ARCHIVES)' in \
589         *.tar.gz*) \
590           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
591         *.tar.bz2*) \
592           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
593         *.tar.Z*) \
594           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
595         *.shar.gz*) \
596           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
597         *.zip*) \
598           unzip $(distdir).zip ;;\
599         esac
600         chmod -R a-w $(distdir); chmod a+w $(distdir)
601         mkdir $(distdir)/_build
602         mkdir $(distdir)/_inst
603         chmod a-w $(distdir)
604         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
605           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
606           && cd $(distdir)/_build \
607           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
608             $(DISTCHECK_CONFIGURE_FLAGS) \
609           && $(MAKE) $(AM_MAKEFLAGS) \
610           && $(MAKE) $(AM_MAKEFLAGS) dvi \
611           && $(MAKE) $(AM_MAKEFLAGS) check \
612           && $(MAKE) $(AM_MAKEFLAGS) install \
613           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
614           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
615           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
616                 distuninstallcheck \
617           && chmod -R a-w "$$dc_install_base" \
618           && ({ \
619                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
620                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
621                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
622                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
623                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
624               } || { rm -rf "$$dc_destdir"; exit 1; }) \
625           && rm -rf "$$dc_destdir" \
626           && $(MAKE) $(AM_MAKEFLAGS) dist \
627           && rm -rf $(DIST_ARCHIVES) \
628           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
629         $(am__remove_distdir)
630         @(echo "$(distdir) archives ready for distribution: "; \
631           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
632           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
633 distuninstallcheck:
634         @cd $(distuninstallcheck_dir) \
635         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
636            || { echo "ERROR: files left after uninstall:" ; \
637                 if test -n "$(DESTDIR)"; then \
638                   echo "  (check DESTDIR support)"; \
639                 fi ; \
640                 $(distuninstallcheck_listfiles) ; \
641                 exit 1; } >&2
642 distcleancheck: distclean
643         @if test '$(srcdir)' = . ; then \
644           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
645           exit 1 ; \
646         fi
647         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
648           || { echo "ERROR: files left in build directory after distclean:" ; \
649                $(distcleancheck_listfiles) ; \
650                exit 1; } >&2
651 check-am: all-am
652 check: check-recursive
653 all-am: Makefile rrd_config.h
654 installdirs: installdirs-recursive
655 installdirs-am:
656 install: install-recursive
657 install-exec: install-exec-recursive
658 install-data: install-data-recursive
659 uninstall: uninstall-recursive
661 install-am: all-am
662         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
664 installcheck: installcheck-recursive
665 install-strip:
666         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
667           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
668           `test -z '$(STRIP)' || \
669             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
670 mostlyclean-generic:
672 clean-generic:
673         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
675 distclean-generic:
676         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678 maintainer-clean-generic:
679         @echo "This command is intended for maintainers to use"
680         @echo "it deletes files that may require special tools to rebuild."
681 clean: clean-recursive
683 clean-am: clean-generic clean-libtool mostlyclean-am
685 distclean: distclean-recursive
686         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
687         -rm -f Makefile
688 distclean-am: clean-am distclean-generic distclean-hdr \
689         distclean-libtool distclean-tags
691 dvi: dvi-recursive
693 dvi-am:
695 html: html-recursive
697 info: info-recursive
699 info-am:
701 install-data-am:
703 install-exec-am:
705 install-info: install-info-recursive
707 install-man:
709 installcheck-am:
711 maintainer-clean: maintainer-clean-recursive
712         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
713         -rm -rf $(top_srcdir)/autom4te.cache
714         -rm -f Makefile
715 maintainer-clean-am: distclean-am maintainer-clean-generic
717 mostlyclean: mostlyclean-recursive
719 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
721 pdf: pdf-recursive
723 pdf-am:
725 ps: ps-recursive
727 ps-am:
729 uninstall-am: uninstall-info-am
731 uninstall-info: uninstall-info-recursive
733 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
734         check-am clean clean-generic clean-libtool clean-recursive \
735         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
736         dist-shar dist-tarZ dist-zip distcheck distclean \
737         distclean-generic distclean-hdr distclean-libtool \
738         distclean-recursive distclean-tags distcleancheck distdir \
739         distuninstallcheck dvi dvi-am html html-am info info-am \
740         install install-am install-data install-data-am install-exec \
741         install-exec-am install-info install-info-am install-man \
742         install-strip installcheck installcheck-am installdirs \
743         installdirs-am maintainer-clean maintainer-clean-generic \
744         maintainer-clean-recursive mostlyclean mostlyclean-generic \
745         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
746         tags tags-recursive uninstall uninstall-am uninstall-info-am
749  # the following files are not mentioned in any other Makefile
750 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config
751 #AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config
753 to-docs: to-versync
754         (cd doc && $(MAKE) clean && $(MAKE) && $(MAKE) pdf)
756 to-dist: to-docs dist
757         mv $(PACKAGE)-$(VERSION).tar.gz archive
759 to-scp: to-dist
760         cp CHANGES  archive/$(PACKAGE)-$(VERSION).tar.gz /home/oetiker/public_html/webtools/rrdtool/pub/
761         (cd /home/oetiker/public_html/webtools/rrdtool/pub; rm $(PACKAGE).tar.gz; ln -s $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).tar.gz)
763 #       $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz tobi@ipn.caida.org:/ipn/web/Tools/RRDtool/pub/
765 site-perl-inst: site-perl-install
767 site-perl-install: all bindings/perl-piped/Makefile bindings/perl-shared/Makefile
768         cd bindings/perl-piped && $(MAKE) install
769         cd bindings/perl-shared && $(MAKE) install
771 site-tcl-install: all
772         cd bindings/tcl && $(MAKE) tcl-install
774 site-python-install: all
775         cd bindings/python && $(PYTHON) setup.py install
777 # 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"}'
778 indent:
779         find ./ -name "*.[ch]" | xargs indent
780 # Tell versions [3.59,3.63) of GNU make to not export all variables.
781 # Otherwise a system limit (for SysV at least) may be exceeded.
782 .NOEXPORT: