Code

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