Code

Imported upstream version 1.4.3.
[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/intl.m4 $(top_srcdir)/m4/intlmacosx.m4 \
45         $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
46         $(top_srcdir)/m4/inttypes_h.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/lock.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/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
55         $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
56         $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
57         $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 mkinstalldirs = $(install_sh) -d
61 CONFIG_HEADER = $(top_builddir)/rrd_config.h
62 CONFIG_CLEAN_FILES =
63 CONFIG_CLEAN_VPATH_FILES =
64 AM_V_GEN = $(am__v_GEN_$(V))
65 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
66 am__v_GEN_0 = @echo "  GEN   " $@;
67 AM_V_at = $(am__v_at_$(V))
68 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
69 am__v_at_0 = @
70 SOURCES =
71 DIST_SOURCES =
72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73         html-recursive info-recursive install-data-recursive \
74         install-dvi-recursive install-exec-recursive \
75         install-html-recursive install-info-recursive \
76         install-pdf-recursive install-ps-recursive install-recursive \
77         installcheck-recursive installdirs-recursive pdf-recursive \
78         ps-recursive uninstall-recursive
79 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
80   distclean-recursive maintainer-clean-recursive
81 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
83         distdir
84 ETAGS = etags
85 CTAGS = ctags
86 DIST_SUBDIRS = tcl lua
87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88 am__relativize = \
89   dir0=`pwd`; \
90   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
91   sed_rest='s,^[^/]*/*,,'; \
92   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
93   sed_butlast='s,/*[^/]*$$,,'; \
94   while test -n "$$dir1"; do \
95     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
96     if test "$$first" != "."; then \
97       if test "$$first" = ".."; then \
98         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
99         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
100       else \
101         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
102         if test "$$first2" = "$$first"; then \
103           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
104         else \
105           dir2="../$$dir2"; \
106         fi; \
107         dir0="$$dir0"/"$$first"; \
108       fi; \
109     fi; \
110     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
111   done; \
112   reldir="$$dir2"
113 ACLOCAL = @ACLOCAL@
114 ALLOCA = @ALLOCA@
115 ALL_LIBS = @ALL_LIBS@
116 AMTAR = @AMTAR@
117 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
118 AR = @AR@
119 AUTOCONF = @AUTOCONF@
120 AUTOHEADER = @AUTOHEADER@
121 AUTOMAKE = @AUTOMAKE@
122 AWK = @AWK@
123 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
124 CATOBJEXT = @CATOBJEXT@
125 CC = @CC@
126 CCDEPMODE = @CCDEPMODE@
127 CFLAGS = @CFLAGS@
128 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
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 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
150 GLIBC2 = @GLIBC2@
151 GLIBC21 = @GLIBC21@
152 GMSGFMT = @GMSGFMT@
153 GMSGFMT_015 = @GMSGFMT_015@
154 GREP = @GREP@
155 HAVE_ASPRINTF = @HAVE_ASPRINTF@
156 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
157 HAVE_SNPRINTF = @HAVE_SNPRINTF@
158 HAVE_VISIBILITY = @HAVE_VISIBILITY@
159 HAVE_WPRINTF = @HAVE_WPRINTF@
160 INSTALL = @INSTALL@
161 INSTALL_DATA = @INSTALL_DATA@
162 INSTALL_PROGRAM = @INSTALL_PROGRAM@
163 INSTALL_SCRIPT = @INSTALL_SCRIPT@
164 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165 INSTOBJEXT = @INSTOBJEXT@
166 INTLBISON = @INTLBISON@
167 INTLLIBS = @INTLLIBS@
168 INTLOBJS = @INTLOBJS@
169 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
170 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
171 LD = @LD@
172 LDFLAGS = @LDFLAGS@
173 LIBICONV = @LIBICONV@
174 LIBINTL = @LIBINTL@
175 LIBMULTITHREAD = @LIBMULTITHREAD@
176 LIBOBJS = @LIBOBJS@
177 LIBPTH = @LIBPTH@
178 LIBPTH_PREFIX = @LIBPTH_PREFIX@
179 LIBS = @LIBS@
180 LIBTHREAD = @LIBTHREAD@
181 LIBTOOL = @LIBTOOL@
182 LIBVERS = @LIBVERS@
183 LIPO = @LIPO@
184 LN_S = @LN_S@
185 LTLIBC = @LTLIBC@
186 LTLIBICONV = @LTLIBICONV@
187 LTLIBINTL = @LTLIBINTL@
188 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
189 LTLIBOBJS = @LTLIBOBJS@
190 LTLIBPTH = @LTLIBPTH@
191 LTLIBTHREAD = @LTLIBTHREAD@
192 LUA = @LUA@
193 LUA_CFLAGS = @LUA_CFLAGS@
194 LUA_DEFINES = @LUA_DEFINES@
195 LUA_INSTALL_CMOD = @LUA_INSTALL_CMOD@
196 LUA_INSTALL_LMOD = @LUA_INSTALL_LMOD@
197 LUA_LFLAGS = @LUA_LFLAGS@
198 MAINT = @MAINT@
199 MAKEINFO = @MAKEINFO@
200 MKDIR_P = @MKDIR_P@
201 MSGFMT = @MSGFMT@
202 MSGFMT_015 = @MSGFMT_015@
203 MSGMERGE = @MSGMERGE@
204 MULTITHREAD_CFLAGS = @MULTITHREAD_CFLAGS@
205 MULTITHREAD_LDFLAGS = @MULTITHREAD_LDFLAGS@
206 NM = @NM@
207 NMEDIT = @NMEDIT@
208 NROFF = @NROFF@
209 NUMVERS = @NUMVERS@
210 OBJDUMP = @OBJDUMP@
211 OBJEXT = @OBJEXT@
212 OTOOL = @OTOOL@
213 OTOOL64 = @OTOOL64@
214 PACKAGE = @PACKAGE@
215 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
216 PACKAGE_NAME = @PACKAGE_NAME@
217 PACKAGE_STRING = @PACKAGE_STRING@
218 PACKAGE_TARNAME = @PACKAGE_TARNAME@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 PERL = @PERL@
222 PERLCC = @PERLCC@
223 PERLCCFLAGS = @PERLCCFLAGS@
224 PERLFLAGS = @PERLFLAGS@
225 PERLLD = @PERLLD@
226 PERLLDFLAGS = @PERLLDFLAGS@
227 PERL_CC = @PERL_CC@
228 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
229 PERL_VERSION = @PERL_VERSION@
230 PKGCONFIG = @PKGCONFIG@
231 POD2HTML = @POD2HTML@
232 POD2MAN = @POD2MAN@
233 POSUB = @POSUB@
234 PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
235 PTHREAD_CC = @PTHREAD_CC@
236 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
237 PTHREAD_LIBS = @PTHREAD_LIBS@
238 PYTHON = @PYTHON@
239 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
240 PYTHON_INCLUDES = @PYTHON_INCLUDES@
241 PYTHON_PLATFORM = @PYTHON_PLATFORM@
242 PYTHON_PREFIX = @PYTHON_PREFIX@
243 PYTHON_VERSION = @PYTHON_VERSION@
244 RANLIB = @RANLIB@
245 RRDDOCDIR = @RRDDOCDIR@
246 RRDGRAPH_YLEGEND_ANGLE = @RRDGRAPH_YLEGEND_ANGLE@
247 RRD_DEFAULT_FONT = @RRD_DEFAULT_FONT@
248 RRD_GETOPT_LONG = @RRD_GETOPT_LONG@
249 RUBY = @RUBY@
250 RUBY_MAKE_OPTIONS = @RUBY_MAKE_OPTIONS@
251 SED = @SED@
252 SET_MAKE = @SET_MAKE@
253 SHELL = @SHELL@
254 STRIP = @STRIP@
255 TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
256 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
257 TCL_PACKAGE_DIR = @TCL_PACKAGE_DIR@
258 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
259 TCL_PREFIX = @TCL_PREFIX@
260 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
261 TCL_SHLIB_LD = @TCL_SHLIB_LD@
262 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
263 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
264 TCL_VERSION = @TCL_VERSION@
265 TROFF = @TROFF@
266 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
267 USE_NLS = @USE_NLS@
268 VERSION = @VERSION@
269 WERROR = @WERROR@
270 WINDRES = @WINDRES@
271 WOE32 = @WOE32@
272 WOE32DLL = @WOE32DLL@
273 XGETTEXT = @XGETTEXT@
274 XGETTEXT_015 = @XGETTEXT_015@
275 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
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 @BUILD_TCL_TRUE@SUB_tcl = tcl
338 @BUILD_LUA_TRUE@SUB_lua = lua
339 SUBDIRS = $(SUB_tcl) $(SUB_lua)
341 # the following files are not mentioned in any other Makefile
342 EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-piped/RRDp.pm perl-piped/t/base.t \
343              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 \
344              ruby/CHANGES     ruby/README      ruby/extconf.rb  ruby/main.c      ruby/test.rb \
345              python/ACKNOWLEDGEMENT python/AUTHORS python/COPYING python/README python/rrdtoolmodule.c python/setup.py
347 all: all-recursive
349 .SUFFIXES:
350 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
351         @for dep in $?; do \
352           case '$(am__configure_deps)' in \
353             *$$dep*) \
354               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
355                 && { if test -f $@; then exit 0; else break; fi; }; \
356               exit 1;; \
357           esac; \
358         done; \
359         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bindings/Makefile'; \
360         $(am__cd) $(top_srcdir) && \
361           $(AUTOMAKE) --gnu bindings/Makefile
362 .PRECIOUS: Makefile
363 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364         @case '$?' in \
365           *config.status*) \
366             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
367           *) \
368             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
369             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
370         esac;
372 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
376         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
378         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379 $(am__aclocal_m4_deps):
381 mostlyclean-libtool:
382         -rm -f *.lo
384 clean-libtool:
385         -rm -rf .libs _libs
387 # This directory's subdirectories are mostly independent; you can cd
388 # into them and run `make' without going through this Makefile.
389 # To change the values of `make' variables: instead of editing Makefiles,
390 # (1) if the variable is set in `config.status', edit `config.status'
391 #     (which will cause the Makefiles to be regenerated when you run `make');
392 # (2) otherwise, pass the desired values on the `make' command line.
393 $(RECURSIVE_TARGETS):
394         @failcom='exit 1'; \
395         for f in x $$MAKEFLAGS; do \
396           case $$f in \
397             *=* | --[!k]*);; \
398             *k*) failcom='fail=yes';; \
399           esac; \
400         done; \
401         dot_seen=no; \
402         target=`echo $@ | sed s/-recursive//`; \
403         list='$(SUBDIRS)'; for subdir in $$list; do \
404           echo "Making $$target in $$subdir"; \
405           if test "$$subdir" = "."; then \
406             dot_seen=yes; \
407             local_target="$$target-am"; \
408           else \
409             local_target="$$target"; \
410           fi; \
411           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412           || eval $$failcom; \
413         done; \
414         if test "$$dot_seen" = "no"; then \
415           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
416         fi; test -z "$$fail"
418 $(RECURSIVE_CLEAN_TARGETS):
419         @failcom='exit 1'; \
420         for f in x $$MAKEFLAGS; do \
421           case $$f in \
422             *=* | --[!k]*);; \
423             *k*) failcom='fail=yes';; \
424           esac; \
425         done; \
426         dot_seen=no; \
427         case "$@" in \
428           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
429           *) list='$(SUBDIRS)' ;; \
430         esac; \
431         rev=''; for subdir in $$list; do \
432           if test "$$subdir" = "."; then :; else \
433             rev="$$subdir $$rev"; \
434           fi; \
435         done; \
436         rev="$$rev ."; \
437         target=`echo $@ | sed s/-recursive//`; \
438         for subdir in $$rev; do \
439           echo "Making $$target in $$subdir"; \
440           if test "$$subdir" = "."; then \
441             local_target="$$target-am"; \
442           else \
443             local_target="$$target"; \
444           fi; \
445           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
446           || eval $$failcom; \
447         done && test -z "$$fail"
448 tags-recursive:
449         list='$(SUBDIRS)'; for subdir in $$list; do \
450           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
451         done
452 ctags-recursive:
453         list='$(SUBDIRS)'; for subdir in $$list; do \
454           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
455         done
457 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
458         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
459         unique=`for i in $$list; do \
460             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461           done | \
462           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463               END { if (nonempty) { for (i in files) print i; }; }'`; \
464         mkid -fID $$unique
465 tags: TAGS
467 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
468                 $(TAGS_FILES) $(LISP)
469         set x; \
470         here=`pwd`; \
471         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
472           include_option=--etags-include; \
473           empty_fix=.; \
474         else \
475           include_option=--include; \
476           empty_fix=; \
477         fi; \
478         list='$(SUBDIRS)'; for subdir in $$list; do \
479           if test "$$subdir" = .; then :; else \
480             test ! -f $$subdir/TAGS || \
481               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
482           fi; \
483         done; \
484         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
485         unique=`for i in $$list; do \
486             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487           done | \
488           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489               END { if (nonempty) { for (i in files) print i; }; }'`; \
490         shift; \
491         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
492           test -n "$$unique" || unique=$$empty_fix; \
493           if test $$# -gt 0; then \
494             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495               "$$@" $$unique; \
496           else \
497             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
498               $$unique; \
499           fi; \
500         fi
501 ctags: CTAGS
502 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
503                 $(TAGS_FILES) $(LISP)
504         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505         unique=`for i in $$list; do \
506             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507           done | \
508           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509               END { if (nonempty) { for (i in files) print i; }; }'`; \
510         test -z "$(CTAGS_ARGS)$$unique" \
511           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512              $$unique
514 GTAGS:
515         here=`$(am__cd) $(top_builddir) && pwd` \
516           && $(am__cd) $(top_srcdir) \
517           && gtags -i $(GTAGS_ARGS) "$$here"
519 distclean-tags:
520         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
522 distdir: $(DISTFILES)
523         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525         list='$(DISTFILES)'; \
526           dist_files=`for file in $$list; do echo $$file; done | \
527           sed -e "s|^$$srcdirstrip/||;t" \
528               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
529         case $$dist_files in \
530           */*) $(MKDIR_P) `echo "$$dist_files" | \
531                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
532                            sort -u` ;; \
533         esac; \
534         for file in $$dist_files; do \
535           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
536           if test -d $$d/$$file; then \
537             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
538             if test -d "$(distdir)/$$file"; then \
539               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540             fi; \
541             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
542               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
543               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544             fi; \
545             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
546           else \
547             test -f "$(distdir)/$$file" \
548             || cp -p $$d/$$file "$(distdir)/$$file" \
549             || exit 1; \
550           fi; \
551         done
552         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
553           if test "$$subdir" = .; then :; else \
554             test -d "$(distdir)/$$subdir" \
555             || $(MKDIR_P) "$(distdir)/$$subdir" \
556             || exit 1; \
557           fi; \
558         done
559         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
560           if test "$$subdir" = .; then :; else \
561             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
562             $(am__relativize); \
563             new_distdir=$$reldir; \
564             dir1=$$subdir; dir2="$(top_distdir)"; \
565             $(am__relativize); \
566             new_top_distdir=$$reldir; \
567             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
568             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
569             ($(am__cd) $$subdir && \
570               $(MAKE) $(AM_MAKEFLAGS) \
571                 top_distdir="$$new_top_distdir" \
572                 distdir="$$new_distdir" \
573                 am__remove_distdir=: \
574                 am__skip_length_check=: \
575                 am__skip_mode_fix=: \
576                 distdir) \
577               || exit 1; \
578           fi; \
579         done
580 check-am: all-am
581 check: check-recursive
582 all-am: Makefile all-local
583 installdirs: installdirs-recursive
584 installdirs-am:
585 install: install-recursive
586 install-exec: install-exec-recursive
587 install-data: install-data-recursive
588 uninstall: uninstall-recursive
590 install-am: all-am
591         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
593 installcheck: installcheck-recursive
594 install-strip:
595         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597           `test -z '$(STRIP)' || \
598             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
599 mostlyclean-generic:
601 clean-generic:
603 distclean-generic:
604         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
607 maintainer-clean-generic:
608         @echo "This command is intended for maintainers to use"
609         @echo "it deletes files that may require special tools to rebuild."
610 clean: clean-recursive
612 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
614 distclean: distclean-recursive
615         -rm -f Makefile
616 distclean-am: clean-am distclean-generic distclean-tags
618 dvi: dvi-recursive
620 dvi-am:
622 html: html-recursive
624 html-am:
626 info: info-recursive
628 info-am:
630 install-data-am: install-data-local
632 install-dvi: install-dvi-recursive
634 install-dvi-am:
636 install-exec-am:
638 install-html: install-html-recursive
640 install-html-am:
642 install-info: install-info-recursive
644 install-info-am:
646 install-man:
648 install-pdf: install-pdf-recursive
650 install-pdf-am:
652 install-ps: install-ps-recursive
654 install-ps-am:
656 installcheck-am:
658 maintainer-clean: maintainer-clean-recursive
659         -rm -f Makefile
660 maintainer-clean-am: distclean-am maintainer-clean-generic
662 mostlyclean: mostlyclean-recursive
664 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
666 pdf: pdf-recursive
668 pdf-am:
670 ps: ps-recursive
672 ps-am:
674 uninstall-am:
676 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
677         install-am install-strip tags-recursive
679 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
680         all all-am all-local check check-am clean clean-generic \
681         clean-libtool clean-local ctags ctags-recursive distclean \
682         distclean-generic distclean-libtool distclean-tags distdir dvi \
683         dvi-am html html-am info info-am install install-am \
684         install-data install-data-am install-data-local install-dvi \
685         install-dvi-am install-exec install-exec-am install-html \
686         install-html-am install-info install-info-am install-man \
687         install-pdf install-pdf-am install-ps install-ps-am \
688         install-strip installcheck installcheck-am installdirs \
689         installdirs-am maintainer-clean maintainer-clean-generic \
690         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
691         ps ps-am tags tags-recursive uninstall uninstall-am
693 .PHONY: python ruby
695 # add the following to the all target
696 all-local:  @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@
698 install-data-local:
699         $(AM_V_GEN)test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true
700         $(AM_V_GEN)test -f perl-shared/Makefile && cd perl-shared && $(MAKE) install || true
701         $(AM_V_GEN)test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(DESTDIR)$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true
702         $(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
704 # rules for building the ruby module
705 # RUBYARCHDIR= is to work around in a makefile quirk not sure 
706 # it is is the right thing todo, but it makes rrdtool build on freebsd as well
707 ruby:   Makefile
708         cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) RUBYARCHDIR=
710 # rules for building the pyton module
711 python: Makefile
712         cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
714 # rules for building the perl module
715 perl_piped: perl-piped/Makefile
716         cd perl-piped && $(MAKE)
718 perl-piped/Makefile: perl-piped/Makefile.PL
719         cd perl-piped && $(PERL) Makefile.PL $(PERL_MAKE_OPTIONS)
721 perl_shared: perl-shared/Makefile
722         cd perl-shared && $(MAKE)
724 perl-shared/Makefile: perl-shared/Makefile.PL Makefile
725         cd perl-shared && $(PERL) Makefile.PL $(PERLFLAGS) $(PERL_MAKE_OPTIONS) RPATH=$(libdir)
726 # LIBS="$(LDFLAGS) $(LIBS)" $(PERLFLAGS) $(PERL_MAKE_OPTIONS)
728 clean-local:
729         test -f perl-piped/Makefile && cd perl-piped && $(MAKE) clean || true
730         test -f perl-piped/Makefile && rm perl-piped/Makefile || true
731         test -f perl-shared/Makefile && cd perl-shared && $(MAKE) clean || true
732         test -f perl-shared/Makefile && rm -f perl-shared/Makefile || true 
733         test -f ruby/Makefile && cd ruby && $(MAKE) clean && rm Makefile || true 
734         test -d python/build && cd python &&  rm -rf build || true
736 # Tell versions [3.59,3.63) of GNU make to not export all variables.
737 # Otherwise a system limit (for SysV at least) may be exceeded.
738 .NOEXPORT: