Code

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