Code

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