Code

More Lua binding stuff.
[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 1846 2009-06-07 13:42:39Z 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 $(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_VERSION = @PACKAGE_VERSION@
226 PATH_SEPARATOR = @PATH_SEPARATOR@
227 PERL = @PERL@
228 PERLCC = @PERLCC@
229 PERLCCFLAGS = @PERLCCFLAGS@
230 PERLFLAGS = @PERLFLAGS@
231 PERLLD = @PERLLD@
232 PERLLDFLAGS = @PERLLDFLAGS@
233 PERL_CC = @PERL_CC@
234 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
235 PERL_VERSION = @PERL_VERSION@
236 PKGCONFIG = @PKGCONFIG@
237 POD2HTML = @POD2HTML@
238 POD2MAN = @POD2MAN@
239 POSUB = @POSUB@
240 PTHREAD_CC = @PTHREAD_CC@
241 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
242 PTHREAD_LIBS = @PTHREAD_LIBS@
243 PYTHON = @PYTHON@
244 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
245 PYTHON_INCLUDES = @PYTHON_INCLUDES@
246 PYTHON_PLATFORM = @PYTHON_PLATFORM@
247 PYTHON_PREFIX = @PYTHON_PREFIX@
248 PYTHON_VERSION = @PYTHON_VERSION@
249 RANLIB = @RANLIB@
250 RRDDOCDIR = @RRDDOCDIR@
251 RRDGRAPH_YLEGEND_ANGLE = @RRDGRAPH_YLEGEND_ANGLE@
252 RRD_DEFAULT_FONT = @RRD_DEFAULT_FONT@
253 RRD_GETOPT_LONG = @RRD_GETOPT_LONG@
254 RUBY = @RUBY@
255 RUBY_MAKE_OPTIONS = @RUBY_MAKE_OPTIONS@
256 SED = @SED@
257 SET_MAKE = @SET_MAKE@
258 SHELL = @SHELL@
259 STRIP = @STRIP@
260 TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
261 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
262 TCL_PACKAGE_DIR = @TCL_PACKAGE_DIR@
263 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
264 TCL_PREFIX = @TCL_PREFIX@
265 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
266 TCL_SHLIB_LD = @TCL_SHLIB_LD@
267 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
268 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
269 TCL_VERSION = @TCL_VERSION@
270 TROFF = @TROFF@
271 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
272 USE_NLS = @USE_NLS@
273 VERSION = @VERSION@
274 WERROR = @WERROR@
275 XGETTEXT = @XGETTEXT@
276 abs_builddir = @abs_builddir@
277 abs_srcdir = @abs_srcdir@
278 abs_top_builddir = @abs_top_builddir@
279 abs_top_srcdir = @abs_top_srcdir@
280 ac_ct_CC = @ac_ct_CC@
281 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
282 acx_pthread_config = @acx_pthread_config@
283 am__include = @am__include@
284 am__leading_dot = @am__leading_dot@
285 am__quote = @am__quote@
286 am__tar = @am__tar@
287 am__untar = @am__untar@
288 bindir = @bindir@
289 build = @build@
290 build_alias = @build_alias@
291 build_cpu = @build_cpu@
292 build_os = @build_os@
293 build_vendor = @build_vendor@
294 builddir = @builddir@
295 datadir = @datadir@
296 datarootdir = @datarootdir@
297 docdir = @docdir@
298 dvidir = @dvidir@
299 exec_prefix = @exec_prefix@
300 host = @host@
301 host_alias = @host_alias@
302 host_cpu = @host_cpu@
303 host_os = @host_os@
304 host_vendor = @host_vendor@
305 htmldir = @htmldir@
306 includedir = @includedir@
307 infodir = @infodir@
308 install_sh = @install_sh@
309 libdir = @libdir@
310 libexecdir = @libexecdir@
311 localedir = @localedir@
312 localstatedir = @localstatedir@
313 lt_ECHO = @lt_ECHO@
314 mandir = @mandir@
315 mkdir_p = @mkdir_p@
316 oldincludedir = @oldincludedir@
317 pdfdir = @pdfdir@
318 pkgpyexecdir = @pkgpyexecdir@
319 pkgpythondir = @pkgpythondir@
320 prefix = @prefix@
321 program_transform_name = @program_transform_name@
322 psdir = @psdir@
323 pyexecdir = @pyexecdir@
324 pythondir = @pythondir@
325 sbindir = @sbindir@
326 sharedstatedir = @sharedstatedir@
327 srcdir = @srcdir@
328 sysconfdir = @sysconfdir@
329 target = @target@
330 target_alias = @target_alias@
331 target_cpu = @target_cpu@
332 target_os = @target_os@
333 target_vendor = @target_vendor@
334 top_build_prefix = @top_build_prefix@
335 top_builddir = @top_builddir@
336 top_srcdir = @top_srcdir@
337 RSYNC = rsync --rsh=ssh
339 # build the following subdirectories
340 SUBDIRS = po src examples doc bindings intl
341 EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
342              rrdtool.spec favicon.ico  win32/Makefile win32/config.h autogen.sh \
343              win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj libtool \
344              win32/rrd_config.h.msvc win32/rrdlib.vcproj win32/rrdtool.dsp \
345              win32/rrdtool.dsw win32/rrdtool.vcproj netware/Makefile  \
346              etc/rrdcached-default etc/rrdcached-init
348 CLEANFILES = config.cache
350 # use relaxed rules when building dists
351 AUTOMAKE_OPTIONS = foreign 
353 # where we keep local rules for automake
354 ACLOCAL_AMFLAGS = -I m4
355 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
356 all: rrd_config.h
357         $(MAKE) $(AM_MAKEFLAGS) all-recursive
359 .SUFFIXES:
360 am--refresh:
361         @:
362 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
363         @for dep in $?; do \
364           case '$(am__configure_deps)' in \
365             *$$dep*) \
366               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
367               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
368                 && exit 0; \
369               exit 1;; \
370           esac; \
371         done; \
372         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
373         $(am__cd) $(top_srcdir) && \
374           $(AUTOMAKE) --foreign Makefile
375 .PRECIOUS: Makefile
376 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377         @case '$?' in \
378           *config.status*) \
379             echo ' $(SHELL) ./config.status'; \
380             $(SHELL) ./config.status;; \
381           *) \
382             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
383             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
384         esac;
386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
387         $(SHELL) ./config.status --recheck
389 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
390         $(am__cd) $(srcdir) && $(AUTOCONF)
391 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
392         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
393 $(am__aclocal_m4_deps):
395 rrd_config.h: stamp-h1
396         @if test ! -f $@; then \
397           rm -f stamp-h1; \
398           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
399         else :; fi
401 stamp-h1: $(srcdir)/rrd_config.h.in $(top_builddir)/config.status
402         @rm -f stamp-h1
403         cd $(top_builddir) && $(SHELL) ./config.status rrd_config.h
404 $(srcdir)/rrd_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
405         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
406         rm -f stamp-h1
407         touch $@
409 distclean-hdr:
410         -rm -f rrd_config.h stamp-h1
411 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
412         cd $(top_builddir) && $(SHELL) ./config.status $@
414 mostlyclean-libtool:
415         -rm -f *.lo
417 clean-libtool:
418         -rm -rf .libs _libs
420 distclean-libtool:
421         -rm -f libtool config.lt
423 # This directory's subdirectories are mostly independent; you can cd
424 # into them and run `make' without going through this Makefile.
425 # To change the values of `make' variables: instead of editing Makefiles,
426 # (1) if the variable is set in `config.status', edit `config.status'
427 #     (which will cause the Makefiles to be regenerated when you run `make');
428 # (2) otherwise, pass the desired values on the `make' command line.
429 $(RECURSIVE_TARGETS):
430         @failcom='exit 1'; \
431         for f in x $$MAKEFLAGS; do \
432           case $$f in \
433             *=* | --[!k]*);; \
434             *k*) failcom='fail=yes';; \
435           esac; \
436         done; \
437         dot_seen=no; \
438         target=`echo $@ | sed s/-recursive//`; \
439         list='$(SUBDIRS)'; for subdir in $$list; do \
440           echo "Making $$target in $$subdir"; \
441           if test "$$subdir" = "."; then \
442             dot_seen=yes; \
443             local_target="$$target-am"; \
444           else \
445             local_target="$$target"; \
446           fi; \
447           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
448           || eval $$failcom; \
449         done; \
450         if test "$$dot_seen" = "no"; then \
451           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
452         fi; test -z "$$fail"
454 $(RECURSIVE_CLEAN_TARGETS):
455         @failcom='exit 1'; \
456         for f in x $$MAKEFLAGS; do \
457           case $$f in \
458             *=* | --[!k]*);; \
459             *k*) failcom='fail=yes';; \
460           esac; \
461         done; \
462         dot_seen=no; \
463         case "$@" in \
464           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
465           *) list='$(SUBDIRS)' ;; \
466         esac; \
467         rev=''; for subdir in $$list; do \
468           if test "$$subdir" = "."; then :; else \
469             rev="$$subdir $$rev"; \
470           fi; \
471         done; \
472         rev="$$rev ."; \
473         target=`echo $@ | sed s/-recursive//`; \
474         for subdir in $$rev; do \
475           echo "Making $$target in $$subdir"; \
476           if test "$$subdir" = "."; then \
477             local_target="$$target-am"; \
478           else \
479             local_target="$$target"; \
480           fi; \
481           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
482           || eval $$failcom; \
483         done && test -z "$$fail"
484 tags-recursive:
485         list='$(SUBDIRS)'; for subdir in $$list; do \
486           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
487         done
488 ctags-recursive:
489         list='$(SUBDIRS)'; for subdir in $$list; do \
490           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
491         done
493 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
494         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495         unique=`for i in $$list; do \
496             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497           done | \
498           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499               END { if (nonempty) { for (i in files) print i; }; }'`; \
500         mkid -fID $$unique
501 tags: TAGS
503 TAGS: tags-recursive $(HEADERS) $(SOURCES) rrd_config.h.in $(TAGS_DEPENDENCIES) \
504                 $(TAGS_FILES) $(LISP)
505         set x; \
506         here=`pwd`; \
507         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
508           include_option=--etags-include; \
509           empty_fix=.; \
510         else \
511           include_option=--include; \
512           empty_fix=; \
513         fi; \
514         list='$(SUBDIRS)'; for subdir in $$list; do \
515           if test "$$subdir" = .; then :; else \
516             test ! -f $$subdir/TAGS || \
517               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
518           fi; \
519         done; \
520         list='$(SOURCES) $(HEADERS) rrd_config.h.in $(LISP) $(TAGS_FILES)'; \
521         unique=`for i in $$list; do \
522             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523           done | \
524           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525               END { if (nonempty) { for (i in files) print i; }; }'`; \
526         shift; \
527         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
528           test -n "$$unique" || unique=$$empty_fix; \
529           if test $$# -gt 0; then \
530             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531               "$$@" $$unique; \
532           else \
533             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534               $$unique; \
535           fi; \
536         fi
537 ctags: CTAGS
538 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rrd_config.h.in $(TAGS_DEPENDENCIES) \
539                 $(TAGS_FILES) $(LISP)
540         list='$(SOURCES) $(HEADERS) rrd_config.h.in $(LISP) $(TAGS_FILES)'; \
541         unique=`for i in $$list; do \
542             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543           done | \
544           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
545               END { if (nonempty) { for (i in files) print i; }; }'`; \
546         test -z "$(CTAGS_ARGS)$$unique" \
547           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
548              $$unique
550 GTAGS:
551         here=`$(am__cd) $(top_builddir) && pwd` \
552           && $(am__cd) $(top_srcdir) \
553           && gtags -i $(GTAGS_ARGS) "$$here"
555 distclean-tags:
556         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
558 distdir: $(DISTFILES)
559         $(am__remove_distdir)
560         test -d "$(distdir)" || mkdir "$(distdir)"
561         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
563         list='$(DISTFILES)'; \
564           dist_files=`for file in $$list; do echo $$file; done | \
565           sed -e "s|^$$srcdirstrip/||;t" \
566               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
567         case $$dist_files in \
568           */*) $(MKDIR_P) `echo "$$dist_files" | \
569                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
570                            sort -u` ;; \
571         esac; \
572         for file in $$dist_files; do \
573           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
574           if test -d $$d/$$file; then \
575             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
576             if test -d "$(distdir)/$$file"; then \
577               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578             fi; \
579             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
580               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
581               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582             fi; \
583             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
584           else \
585             test -f "$(distdir)/$$file" \
586             || cp -p $$d/$$file "$(distdir)/$$file" \
587             || exit 1; \
588           fi; \
589         done
590         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
591           if test "$$subdir" = .; then :; else \
592             test -d "$(distdir)/$$subdir" \
593             || $(MKDIR_P) "$(distdir)/$$subdir" \
594             || exit 1; \
595           fi; \
596         done
597         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
598           if test "$$subdir" = .; then :; else \
599             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
600             $(am__relativize); \
601             new_distdir=$$reldir; \
602             dir1=$$subdir; dir2="$(top_distdir)"; \
603             $(am__relativize); \
604             new_top_distdir=$$reldir; \
605             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
606             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
607             ($(am__cd) $$subdir && \
608               $(MAKE) $(AM_MAKEFLAGS) \
609                 top_distdir="$$new_top_distdir" \
610                 distdir="$$new_distdir" \
611                 am__remove_distdir=: \
612                 am__skip_length_check=: \
613                 am__skip_mode_fix=: \
614                 distdir) \
615               || exit 1; \
616           fi; \
617         done
618         -test -n "$(am__skip_mode_fix)" \
619         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
620           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
621           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
622           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
623         || chmod -R a+r "$(distdir)"
624 dist-gzip: distdir
625         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
626         $(am__remove_distdir)
628 dist-bzip2: distdir
629         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
630         $(am__remove_distdir)
632 dist-lzma: distdir
633         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
634         $(am__remove_distdir)
636 dist-xz: distdir
637         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
638         $(am__remove_distdir)
640 dist-tarZ: distdir
641         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
642         $(am__remove_distdir)
644 dist-shar: distdir
645         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
646         $(am__remove_distdir)
648 dist-zip: distdir
649         -rm -f $(distdir).zip
650         zip -rq $(distdir).zip $(distdir)
651         $(am__remove_distdir)
653 dist dist-all: distdir
654         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
655         $(am__remove_distdir)
657 # This target untars the dist file and tries a VPATH configuration.  Then
658 # it guarantees that the distribution is self-contained by making another
659 # tarfile.
660 distcheck: dist
661         case '$(DIST_ARCHIVES)' in \
662         *.tar.gz*) \
663           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
664         *.tar.bz2*) \
665           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
666         *.tar.lzma*) \
667           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
668         *.tar.xz*) \
669           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
670         *.tar.Z*) \
671           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
672         *.shar.gz*) \
673           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
674         *.zip*) \
675           unzip $(distdir).zip ;;\
676         esac
677         chmod -R a-w $(distdir); chmod a+w $(distdir)
678         mkdir $(distdir)/_build
679         mkdir $(distdir)/_inst
680         chmod a-w $(distdir)
681         test -d $(distdir)/_build || exit 0; \
682         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
683           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
684           && am__cwd=`pwd` \
685           && $(am__cd) $(distdir)/_build \
686           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
687             --with-included-gettext \
688             $(DISTCHECK_CONFIGURE_FLAGS) \
689           && $(MAKE) $(AM_MAKEFLAGS) \
690           && $(MAKE) $(AM_MAKEFLAGS) dvi \
691           && $(MAKE) $(AM_MAKEFLAGS) check \
692           && $(MAKE) $(AM_MAKEFLAGS) install \
693           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
694           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
695           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
696                 distuninstallcheck \
697           && chmod -R a-w "$$dc_install_base" \
698           && ({ \
699                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
700                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
701                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
702                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
703                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
704               } || { rm -rf "$$dc_destdir"; exit 1; }) \
705           && rm -rf "$$dc_destdir" \
706           && $(MAKE) $(AM_MAKEFLAGS) dist \
707           && rm -rf $(DIST_ARCHIVES) \
708           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
709           && cd "$$am__cwd" \
710           || exit 1
711         $(am__remove_distdir)
712         @(echo "$(distdir) archives ready for distribution: "; \
713           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
714           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
715 distuninstallcheck:
716         @$(am__cd) '$(distuninstallcheck_dir)' \
717         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
718            || { echo "ERROR: files left after uninstall:" ; \
719                 if test -n "$(DESTDIR)"; then \
720                   echo "  (check DESTDIR support)"; \
721                 fi ; \
722                 $(distuninstallcheck_listfiles) ; \
723                 exit 1; } >&2
724 distcleancheck: distclean
725         @if test '$(srcdir)' = . ; then \
726           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
727           exit 1 ; \
728         fi
729         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
730           || { echo "ERROR: files left in build directory after distclean:" ; \
731                $(distcleancheck_listfiles) ; \
732                exit 1; } >&2
733 check-am: all-am
734 check: check-recursive
735 all-am: Makefile rrd_config.h
736 installdirs: installdirs-recursive
737 installdirs-am:
738 install: install-recursive
739 install-exec: install-exec-recursive
740 install-data: install-data-recursive
741 uninstall: uninstall-recursive
743 install-am: all-am
744         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
746 installcheck: installcheck-recursive
747 install-strip:
748         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
749           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
750           `test -z '$(STRIP)' || \
751             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
752 mostlyclean-generic:
754 clean-generic:
755         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
757 distclean-generic:
758         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
759         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
761 maintainer-clean-generic:
762         @echo "This command is intended for maintainers to use"
763         @echo "it deletes files that may require special tools to rebuild."
764 clean: clean-recursive
766 clean-am: clean-generic clean-libtool mostlyclean-am
768 distclean: distclean-recursive
769         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
770         -rm -f Makefile
771 distclean-am: clean-am distclean-generic distclean-hdr \
772         distclean-libtool distclean-tags
774 dvi: dvi-recursive
776 dvi-am:
778 html: html-recursive
780 html-am:
782 info: info-recursive
784 info-am:
786 install-data-am:
788 install-dvi: install-dvi-recursive
790 install-dvi-am:
792 install-exec-am:
794 install-html: install-html-recursive
796 install-html-am:
798 install-info: install-info-recursive
800 install-info-am:
802 install-man:
804 install-pdf: install-pdf-recursive
806 install-pdf-am:
808 install-ps: install-ps-recursive
810 install-ps-am:
812 installcheck-am:
814 maintainer-clean: maintainer-clean-recursive
815         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
816         -rm -rf $(top_srcdir)/autom4te.cache
817         -rm -f Makefile
818 maintainer-clean-am: distclean-am maintainer-clean-generic
820 mostlyclean: mostlyclean-recursive
822 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
824 pdf: pdf-recursive
826 pdf-am:
828 ps: ps-recursive
830 ps-am:
832 uninstall-am:
834 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
835         ctags-recursive install-am install-strip tags-recursive
837 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
838         all all-am am--refresh check check-am clean clean-generic \
839         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
840         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
841         distcheck distclean distclean-generic distclean-hdr \
842         distclean-libtool distclean-tags distcleancheck distdir \
843         distuninstallcheck dvi dvi-am html html-am info info-am \
844         install install-am install-data install-data-am install-dvi \
845         install-dvi-am install-exec install-exec-am install-html \
846         install-html-am install-info install-info-am install-man \
847         install-pdf install-pdf-am install-ps install-ps-am \
848         install-strip installcheck installcheck-am installdirs \
849         installdirs-am maintainer-clean maintainer-clean-generic \
850         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
851         ps ps-am tags tags-recursive uninstall uninstall-am
854  # the following files are not mentioned in any other Makefile
855 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config
856 #AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config
858 to-docs: to-versync
859         (cd doc && $(MAKE) clean && $(MAKE) && $(MAKE) pdf)
861 to-dist: to-docs dist
862         mv $(PACKAGE)-$(VERSION).tar.gz archive
864 to-scp: to-dist
865         cp CHANGES  archive/$(PACKAGE)-$(VERSION).tar.gz /home/oetiker/public_html/webtools/rrdtool/pub/
866         (cd /home/oetiker/public_html/webtools/rrdtool/pub; rm $(PACKAGE).tar.gz; ln -s $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).tar.gz)
868 #       $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz tobi@ipn.caida.org:/ipn/web/Tools/RRDtool/pub/
870 site-perl-inst: site-perl-install
872 site-perl-install: all bindings/perl-piped/Makefile bindings/perl-shared/Makefile
873         cd bindings/perl-piped && $(MAKE) install
874         cd bindings/perl-shared && $(MAKE) install
876 site-tcl-install: all
877         cd bindings/tcl && $(MAKE) tcl-install
879 site-python-install: all
880         cd bindings/python && $(PYTHON) setup.py install
882 # 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"}'
883 indent:
884         find ./ -name "*.[ch]" | xargs indent
886 # Tell versions [3.59,3.63) of GNU make to not export all variables.
887 # Otherwise a system limit (for SysV at least) may be exceeded.
888 .NOEXPORT: