Code

Imported upstream SVN snapshot 1.4~rc2+20090928.
[pkg-rrdtool.git] / bindings / 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@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = bindings
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
41         $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
42         $(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \
43         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
44         $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
45         $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
46         $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
47         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
48         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
49         $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
50         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
51         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
52         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
53         $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
54         $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
55         $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
56         $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
57         $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
58         $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62 CONFIG_HEADER = $(top_builddir)/rrd_config.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 AM_V_GEN = $(am__v_GEN_$(V))
66 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
67 am__v_GEN_0 = @echo "  GEN   " $@;
68 AM_V_at = $(am__v_at_$(V))
69 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
70 am__v_at_0 = @
71 SOURCES =
72 DIST_SOURCES =
73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74         html-recursive info-recursive install-data-recursive \
75         install-dvi-recursive install-exec-recursive \
76         install-html-recursive install-info-recursive \
77         install-pdf-recursive install-ps-recursive install-recursive \
78         installcheck-recursive installdirs-recursive pdf-recursive \
79         ps-recursive uninstall-recursive
80 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81   distclean-recursive maintainer-clean-recursive
82 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
84         distdir
85 ETAGS = etags
86 CTAGS = ctags
87 DIST_SUBDIRS = tcl lua
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 am__relativize = \
90   dir0=`pwd`; \
91   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
92   sed_rest='s,^[^/]*/*,,'; \
93   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
94   sed_butlast='s,/*[^/]*$$,,'; \
95   while test -n "$$dir1"; do \
96     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
97     if test "$$first" != "."; then \
98       if test "$$first" = ".."; then \
99         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
100         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
101       else \
102         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
103         if test "$$first2" = "$$first"; then \
104           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
105         else \
106           dir2="../$$dir2"; \
107         fi; \
108         dir0="$$dir0"/"$$first"; \
109       fi; \
110     fi; \
111     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
112   done; \
113   reldir="$$dir2"
114 ACLOCAL = @ACLOCAL@
115 ALLOCA = @ALLOCA@
116 ALL_LIBS = @ALL_LIBS@
117 AMTAR = @AMTAR@
118 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
119 AR = @AR@
120 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@
122 AUTOMAKE = @AUTOMAKE@
123 AWK = @AWK@
124 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
125 CATOBJEXT = @CATOBJEXT@
126 CC = @CC@
127 CCDEPMODE = @CCDEPMODE@
128 CFLAGS = @CFLAGS@
129 COMP_LUA = @COMP_LUA@
130 COMP_PERL = @COMP_PERL@
131 COMP_PYTHON = @COMP_PYTHON@
132 COMP_RUBY = @COMP_RUBY@
133 CORE_LIBS = @CORE_LIBS@
134 CPP = @CPP@
135 CPPFLAGS = @CPPFLAGS@
136 CYGPATH_W = @CYGPATH_W@
137 DATADIRNAME = @DATADIRNAME@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 DSYMUTIL = @DSYMUTIL@
141 DUMPBIN = @DUMPBIN@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 FGREP = @FGREP@
148 GENCAT = @GENCAT@
149 GLIBC2 = @GLIBC2@
150 GLIBC21 = @GLIBC21@
151 GMSGFMT = @GMSGFMT@
152 GREP = @GREP@
153 HAVE_ASPRINTF = @HAVE_ASPRINTF@
154 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
155 HAVE_SNPRINTF = @HAVE_SNPRINTF@
156 HAVE_WPRINTF = @HAVE_WPRINTF@
157 INSTALL = @INSTALL@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 INSTOBJEXT = @INSTOBJEXT@
163 INTLBISON = @INTLBISON@
164 INTLLIBS = @INTLLIBS@
165 INTLOBJS = @INTLOBJS@
166 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
167 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
168 LD = @LD@
169 LDFLAGS = @LDFLAGS@
170 LIBICONV = @LIBICONV@
171 LIBINTL = @LIBINTL@
172 LIBOBJS = @LIBOBJS@
173 LIBS = @LIBS@
174 LIBTOOL = @LIBTOOL@
175 LIBVERS = @LIBVERS@
176 LIPO = @LIPO@
177 LN_S = @LN_S@
178 LTLIBICONV = @LTLIBICONV@
179 LTLIBINTL = @LTLIBINTL@
180 LTLIBOBJS = @LTLIBOBJS@
181 LUA = @LUA@
182 LUA_CFLAGS = @LUA_CFLAGS@
183 LUA_DEFINES = @LUA_DEFINES@
184 LUA_INSTALL_CMOD = @LUA_INSTALL_CMOD@
185 LUA_INSTALL_LMOD = @LUA_INSTALL_LMOD@
186 LUA_LFLAGS = @LUA_LFLAGS@
187 MAINT = @MAINT@
188 MAKEINFO = @MAKEINFO@
189 MKDIR_P = @MKDIR_P@
190 MKINSTALLDIRS = @MKINSTALLDIRS@
191 MSGFMT = @MSGFMT@
192 MSGMERGE = @MSGMERGE@
193 MULTITHREAD_CFLAGS = @MULTITHREAD_CFLAGS@
194 MULTITHREAD_LDFLAGS = @MULTITHREAD_LDFLAGS@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 NROFF = @NROFF@
198 NUMVERS = @NUMVERS@
199 OBJDUMP = @OBJDUMP@
200 OBJEXT = @OBJEXT@
201 OTOOL = @OTOOL@
202 OTOOL64 = @OTOOL64@
203 PACKAGE = @PACKAGE@
204 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
205 PACKAGE_NAME = @PACKAGE_NAME@
206 PACKAGE_STRING = @PACKAGE_STRING@
207 PACKAGE_TARNAME = @PACKAGE_TARNAME@
208 PACKAGE_URL = @PACKAGE_URL@
209 PACKAGE_VERSION = @PACKAGE_VERSION@
210 PATH_SEPARATOR = @PATH_SEPARATOR@
211 PERL = @PERL@
212 PERLCC = @PERLCC@
213 PERLCCFLAGS = @PERLCCFLAGS@
214 PERLFLAGS = @PERLFLAGS@
215 PERLLD = @PERLLD@
216 PERLLDFLAGS = @PERLLDFLAGS@
217 PERL_CC = @PERL_CC@
218 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
219 PERL_VERSION = @PERL_VERSION@
220 PKGCONFIG = @PKGCONFIG@
221 POD2HTML = @POD2HTML@
222 POD2MAN = @POD2MAN@
223 POSUB = @POSUB@
224 PTHREAD_CC = @PTHREAD_CC@
225 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
226 PTHREAD_LIBS = @PTHREAD_LIBS@
227 PYTHON = @PYTHON@
228 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
229 PYTHON_INCLUDES = @PYTHON_INCLUDES@
230 PYTHON_PLATFORM = @PYTHON_PLATFORM@
231 PYTHON_PREFIX = @PYTHON_PREFIX@
232 PYTHON_VERSION = @PYTHON_VERSION@
233 RANLIB = @RANLIB@
234 RRDDOCDIR = @RRDDOCDIR@
235 RRDGRAPH_YLEGEND_ANGLE = @RRDGRAPH_YLEGEND_ANGLE@
236 RRD_DEFAULT_FONT = @RRD_DEFAULT_FONT@
237 RRD_GETOPT_LONG = @RRD_GETOPT_LONG@
238 RUBY = @RUBY@
239 RUBY_MAKE_OPTIONS = @RUBY_MAKE_OPTIONS@
240 SED = @SED@
241 SET_MAKE = @SET_MAKE@
242 SHELL = @SHELL@
243 STRIP = @STRIP@
244 TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
245 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
246 TCL_PACKAGE_DIR = @TCL_PACKAGE_DIR@
247 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
248 TCL_PREFIX = @TCL_PREFIX@
249 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
250 TCL_SHLIB_LD = @TCL_SHLIB_LD@
251 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
252 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
253 TCL_VERSION = @TCL_VERSION@
254 TROFF = @TROFF@
255 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
256 USE_NLS = @USE_NLS@
257 VERSION = @VERSION@
258 WERROR = @WERROR@
259 XGETTEXT = @XGETTEXT@
260 abs_builddir = @abs_builddir@
261 abs_srcdir = @abs_srcdir@
262 abs_top_builddir = @abs_top_builddir@
263 abs_top_srcdir = @abs_top_srcdir@
264 ac_ct_CC = @ac_ct_CC@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 acx_pthread_config = @acx_pthread_config@
267 am__include = @am__include@
268 am__leading_dot = @am__leading_dot@
269 am__quote = @am__quote@
270 am__tar = @am__tar@
271 am__untar = @am__untar@
272 bindir = @bindir@
273 build = @build@
274 build_alias = @build_alias@
275 build_cpu = @build_cpu@
276 build_os = @build_os@
277 build_vendor = @build_vendor@
278 builddir = @builddir@
279 datadir = @datadir@
280 datarootdir = @datarootdir@
281 docdir = @docdir@
282 dvidir = @dvidir@
283 exec_prefix = @exec_prefix@
284 host = @host@
285 host_alias = @host_alias@
286 host_cpu = @host_cpu@
287 host_os = @host_os@
288 host_vendor = @host_vendor@
289 htmldir = @htmldir@
290 includedir = @includedir@
291 infodir = @infodir@
292 install_sh = @install_sh@
293 libdir = @libdir@
294 libexecdir = @libexecdir@
295 localedir = @localedir@
296 localstatedir = @localstatedir@
297 lt_ECHO = @lt_ECHO@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 oldincludedir = @oldincludedir@
301 pdfdir = @pdfdir@
302 pkgpyexecdir = @pkgpyexecdir@
303 pkgpythondir = @pkgpythondir@
304 prefix = @prefix@
305 program_transform_name = @program_transform_name@
306 psdir = @psdir@
307 pyexecdir = @pyexecdir@
308 pythondir = @pythondir@
309 sbindir = @sbindir@
310 sharedstatedir = @sharedstatedir@
311 srcdir = @srcdir@
312 sysconfdir = @sysconfdir@
313 target = @target@
314 target_alias = @target_alias@
315 target_cpu = @target_cpu@
316 target_os = @target_os@
317 target_vendor = @target_vendor@
318 top_build_prefix = @top_build_prefix@
319 top_builddir = @top_builddir@
320 top_srcdir = @top_srcdir@
321 @BUILD_TCL_TRUE@SUB_tcl = tcl
322 @BUILD_LUA_TRUE@SUB_lua = lua
323 SUBDIRS = $(SUB_tcl) $(SUB_lua)
325 # the following files are not mentioned in any other Makefile
326 EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-piped/RRDp.pm perl-piped/t/base.t \
327              perl-shared/ntmake-build perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm  perl-shared/RRDs.xs perl-shared/t/base.t \
328              ruby/CHANGES     ruby/README      ruby/extconf.rb  ruby/main.c      ruby/test.rb \
329              python/ACKNOWLEDGEMENT python/AUTHORS python/COPYING python/README python/rrdtoolmodule.c python/setup.py
331 all: all-recursive
333 .SUFFIXES:
334 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335         @for dep in $?; do \
336           case '$(am__configure_deps)' in \
337             *$$dep*) \
338               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
339                 && { if test -f $@; then exit 0; else break; fi; }; \
340               exit 1;; \
341           esac; \
342         done; \
343         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bindings/Makefile'; \
344         $(am__cd) $(top_srcdir) && \
345           $(AUTOMAKE) --foreign bindings/Makefile
346 .PRECIOUS: Makefile
347 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348         @case '$?' in \
349           *config.status*) \
350             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351           *) \
352             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354         esac;
356 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(am__aclocal_m4_deps):
365 mostlyclean-libtool:
366         -rm -f *.lo
368 clean-libtool:
369         -rm -rf .libs _libs
371 # This directory's subdirectories are mostly independent; you can cd
372 # into them and run `make' without going through this Makefile.
373 # To change the values of `make' variables: instead of editing Makefiles,
374 # (1) if the variable is set in `config.status', edit `config.status'
375 #     (which will cause the Makefiles to be regenerated when you run `make');
376 # (2) otherwise, pass the desired values on the `make' command line.
377 $(RECURSIVE_TARGETS):
378         @failcom='exit 1'; \
379         for f in x $$MAKEFLAGS; do \
380           case $$f in \
381             *=* | --[!k]*);; \
382             *k*) failcom='fail=yes';; \
383           esac; \
384         done; \
385         dot_seen=no; \
386         target=`echo $@ | sed s/-recursive//`; \
387         list='$(SUBDIRS)'; for subdir in $$list; do \
388           echo "Making $$target in $$subdir"; \
389           if test "$$subdir" = "."; then \
390             dot_seen=yes; \
391             local_target="$$target-am"; \
392           else \
393             local_target="$$target"; \
394           fi; \
395           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396           || eval $$failcom; \
397         done; \
398         if test "$$dot_seen" = "no"; then \
399           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
400         fi; test -z "$$fail"
402 $(RECURSIVE_CLEAN_TARGETS):
403         @failcom='exit 1'; \
404         for f in x $$MAKEFLAGS; do \
405           case $$f in \
406             *=* | --[!k]*);; \
407             *k*) failcom='fail=yes';; \
408           esac; \
409         done; \
410         dot_seen=no; \
411         case "$@" in \
412           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
413           *) list='$(SUBDIRS)' ;; \
414         esac; \
415         rev=''; for subdir in $$list; do \
416           if test "$$subdir" = "."; then :; else \
417             rev="$$subdir $$rev"; \
418           fi; \
419         done; \
420         rev="$$rev ."; \
421         target=`echo $@ | sed s/-recursive//`; \
422         for subdir in $$rev; do \
423           echo "Making $$target in $$subdir"; \
424           if test "$$subdir" = "."; then \
425             local_target="$$target-am"; \
426           else \
427             local_target="$$target"; \
428           fi; \
429           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
430           || eval $$failcom; \
431         done && test -z "$$fail"
432 tags-recursive:
433         list='$(SUBDIRS)'; for subdir in $$list; do \
434           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
435         done
436 ctags-recursive:
437         list='$(SUBDIRS)'; for subdir in $$list; do \
438           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
439         done
441 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
442         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443         unique=`for i in $$list; do \
444             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445           done | \
446           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447               END { if (nonempty) { for (i in files) print i; }; }'`; \
448         mkid -fID $$unique
449 tags: TAGS
451 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452                 $(TAGS_FILES) $(LISP)
453         set x; \
454         here=`pwd`; \
455         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
456           include_option=--etags-include; \
457           empty_fix=.; \
458         else \
459           include_option=--include; \
460           empty_fix=; \
461         fi; \
462         list='$(SUBDIRS)'; for subdir in $$list; do \
463           if test "$$subdir" = .; then :; else \
464             test ! -f $$subdir/TAGS || \
465               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
466           fi; \
467         done; \
468         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469         unique=`for i in $$list; do \
470             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471           done | \
472           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473               END { if (nonempty) { for (i in files) print i; }; }'`; \
474         shift; \
475         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476           test -n "$$unique" || unique=$$empty_fix; \
477           if test $$# -gt 0; then \
478             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479               "$$@" $$unique; \
480           else \
481             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482               $$unique; \
483           fi; \
484         fi
485 ctags: CTAGS
486 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487                 $(TAGS_FILES) $(LISP)
488         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
489         unique=`for i in $$list; do \
490             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491           done | \
492           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493               END { if (nonempty) { for (i in files) print i; }; }'`; \
494         test -z "$(CTAGS_ARGS)$$unique" \
495           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
496              $$unique
498 GTAGS:
499         here=`$(am__cd) $(top_builddir) && pwd` \
500           && $(am__cd) $(top_srcdir) \
501           && gtags -i $(GTAGS_ARGS) "$$here"
503 distclean-tags:
504         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506 distdir: $(DISTFILES)
507         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509         list='$(DISTFILES)'; \
510           dist_files=`for file in $$list; do echo $$file; done | \
511           sed -e "s|^$$srcdirstrip/||;t" \
512               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
513         case $$dist_files in \
514           */*) $(MKDIR_P) `echo "$$dist_files" | \
515                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
516                            sort -u` ;; \
517         esac; \
518         for file in $$dist_files; do \
519           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
520           if test -d $$d/$$file; then \
521             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
522             if test -d "$(distdir)/$$file"; then \
523               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524             fi; \
525             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
526               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
527               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528             fi; \
529             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
530           else \
531             test -f "$(distdir)/$$file" \
532             || cp -p $$d/$$file "$(distdir)/$$file" \
533             || exit 1; \
534           fi; \
535         done
536         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
537           if test "$$subdir" = .; then :; else \
538             test -d "$(distdir)/$$subdir" \
539             || $(MKDIR_P) "$(distdir)/$$subdir" \
540             || exit 1; \
541           fi; \
542         done
543         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
544           if test "$$subdir" = .; then :; else \
545             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
546             $(am__relativize); \
547             new_distdir=$$reldir; \
548             dir1=$$subdir; dir2="$(top_distdir)"; \
549             $(am__relativize); \
550             new_top_distdir=$$reldir; \
551             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
552             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
553             ($(am__cd) $$subdir && \
554               $(MAKE) $(AM_MAKEFLAGS) \
555                 top_distdir="$$new_top_distdir" \
556                 distdir="$$new_distdir" \
557                 am__remove_distdir=: \
558                 am__skip_length_check=: \
559                 am__skip_mode_fix=: \
560                 distdir) \
561               || exit 1; \
562           fi; \
563         done
564 check-am: all-am
565 check: check-recursive
566 all-am: Makefile all-local
567 installdirs: installdirs-recursive
568 installdirs-am:
569 install: install-recursive
570 install-exec: install-exec-recursive
571 install-data: install-data-recursive
572 uninstall: uninstall-recursive
574 install-am: all-am
575         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
577 installcheck: installcheck-recursive
578 install-strip:
579         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
580           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
581           `test -z '$(STRIP)' || \
582             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
583 mostlyclean-generic:
585 clean-generic:
587 distclean-generic:
588         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
589         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
591 maintainer-clean-generic:
592         @echo "This command is intended for maintainers to use"
593         @echo "it deletes files that may require special tools to rebuild."
594 clean: clean-recursive
596 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
598 distclean: distclean-recursive
599         -rm -f Makefile
600 distclean-am: clean-am distclean-generic distclean-tags
602 dvi: dvi-recursive
604 dvi-am:
606 html: html-recursive
608 html-am:
610 info: info-recursive
612 info-am:
614 install-data-am: install-data-local
616 install-dvi: install-dvi-recursive
618 install-dvi-am:
620 install-exec-am:
622 install-html: install-html-recursive
624 install-html-am:
626 install-info: install-info-recursive
628 install-info-am:
630 install-man:
632 install-pdf: install-pdf-recursive
634 install-pdf-am:
636 install-ps: install-ps-recursive
638 install-ps-am:
640 installcheck-am:
642 maintainer-clean: maintainer-clean-recursive
643         -rm -f Makefile
644 maintainer-clean-am: distclean-am maintainer-clean-generic
646 mostlyclean: mostlyclean-recursive
648 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
650 pdf: pdf-recursive
652 pdf-am:
654 ps: ps-recursive
656 ps-am:
658 uninstall-am:
660 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
661         install-am install-strip tags-recursive
663 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
664         all all-am all-local check check-am clean clean-generic \
665         clean-libtool clean-local ctags ctags-recursive distclean \
666         distclean-generic distclean-libtool distclean-tags distdir dvi \
667         dvi-am html html-am info info-am install install-am \
668         install-data install-data-am install-data-local install-dvi \
669         install-dvi-am install-exec install-exec-am install-html \
670         install-html-am install-info install-info-am install-man \
671         install-pdf install-pdf-am install-ps install-ps-am \
672         install-strip installcheck installcheck-am installdirs \
673         installdirs-am maintainer-clean maintainer-clean-generic \
674         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
675         ps ps-am tags tags-recursive uninstall uninstall-am
677 .PHONY: python ruby
679 # add the following to the all target
680 all-local:  @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@
682 install-data-local:
683         $(AM_V_GEN)test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true
684         $(AM_V_GEN)test -f perl-shared/Makefile && cd perl-shared && $(MAKE) install || true
685         $(AM_V_GEN)test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(DESTDIR)$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true
686         $(AM_V_GEN)test -d python/build && cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true
688 # rules for building the ruby module
689 # RUBYARCHDIR= is to work around in a makefile quirk not sure 
690 # it is is the right thing todo, but it makes rrdtool build on freebsd as well
691 ruby: 
692         cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) RUBYARCHDIR=
694 # rules for building the pyton module
695 python:
696         cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
698 # rules for building the perl module
699 perl_piped: perl-piped/Makefile
700         cd perl-piped && $(MAKE)
702 perl-piped/Makefile: perl-piped/Makefile.PL
703         cd perl-piped && $(PERL) Makefile.PL $(PERL_MAKE_OPTIONS)
705 perl_shared: perl-shared/Makefile
706         cd perl-shared && $(MAKE)
708 perl-shared/Makefile: perl-shared/Makefile.PL
709         cd perl-shared && $(PERL) Makefile.PL $(PERLFLAGS) $(PERL_MAKE_OPTIONS) RPATH=$(libdir)
710 # LIBS="$(LDFLAGS) $(LIBS)" $(PERLFLAGS) $(PERL_MAKE_OPTIONS)
712 clean-local:
713         test -f perl-piped/Makefile && cd perl-piped && $(MAKE) clean || true
714         test -f perl-piped/Makefile && rm perl-piped/Makefile || true
715         test -f perl-shared/Makefile && cd perl-shared && $(MAKE) clean || true
716         test -f perl-shared/Makefile && rm -f perl-shared/Makefile || true 
717         test -f ruby/Makefile && cd ruby && $(MAKE) clean && rm Makefile || true 
718         test -d python/build && cd python &&  rm -rf build || true
720 # Tell versions [3.59,3.63) of GNU make to not export all variables.
721 # Otherwise a system limit (for SysV at least) may be exceeded.
722 .NOEXPORT: