Code

Imported Upstream version 1.4.7
[pkg-rrdtool.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 #AUTOMAKE_OPTIONS        =  foreign
20 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 target_triplet = @target@
42 subdir = examples
43 DIST_COMMON = $(srcdir)/4charts.pl.in $(srcdir)/Makefile.am \
44         $(srcdir)/Makefile.in $(srcdir)/bigtops.pl.in \
45         $(srcdir)/minmax.pl.in $(srcdir)/perftest.pl.in \
46         $(srcdir)/piped-demo.pl.in $(srcdir)/shared-demo.pl.in \
47         $(srcdir)/stripes.pl.in
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
50         $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
51         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
52         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
53         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
54         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
55         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
56         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
57         $(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 = shared-demo.pl piped-demo.pl stripes.pl \
63         bigtops.pl minmax.pl 4charts.pl perftest.pl
64 CONFIG_CLEAN_VPATH_FILES =
65 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66 am__vpath_adj = case $$p in \
67     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68     *) f=$$p;; \
69   esac;
70 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
71 am__install_max = 40
72 am__nobase_strip_setup = \
73   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
74 am__nobase_strip = \
75   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
76 am__nobase_list = $(am__nobase_strip_setup); \
77   for p in $$list; do echo "$$p $$p"; done | \
78   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
79   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
80     if (++n[$$2] == $(am__install_max)) \
81       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
82     END { for (dir in files) print dir, files[dir] }'
83 am__base_list = \
84   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
85   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
86 am__installdirs = "$(DESTDIR)$(examplesdir)"
87 SCRIPTS = $(examples_SCRIPTS)
88 AM_V_GEN = $(am__v_GEN_$(V))
89 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
90 am__v_GEN_0 = @echo "  GEN   " $@;
91 AM_V_at = $(am__v_at_$(V))
92 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
93 am__v_at_0 = @
94 SOURCES =
95 DIST_SOURCES =
96 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
97         html-recursive info-recursive install-data-recursive \
98         install-dvi-recursive install-exec-recursive \
99         install-html-recursive install-info-recursive \
100         install-pdf-recursive install-ps-recursive install-recursive \
101         installcheck-recursive installdirs-recursive pdf-recursive \
102         ps-recursive uninstall-recursive
103 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
104   distclean-recursive maintainer-clean-recursive
105 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
107         distdir
108 ETAGS = etags
109 CTAGS = ctags
110 DIST_SUBDIRS = $(SUBDIRS)
111 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112 am__relativize = \
113   dir0=`pwd`; \
114   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
115   sed_rest='s,^[^/]*/*,,'; \
116   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
117   sed_butlast='s,/*[^/]*$$,,'; \
118   while test -n "$$dir1"; do \
119     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
120     if test "$$first" != "."; then \
121       if test "$$first" = ".."; then \
122         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
123         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
124       else \
125         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
126         if test "$$first2" = "$$first"; then \
127           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128         else \
129           dir2="../$$dir2"; \
130         fi; \
131         dir0="$$dir0"/"$$first"; \
132       fi; \
133     fi; \
134     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
135   done; \
136   reldir="$$dir2"
137 ACLOCAL = @ACLOCAL@
138 ALL_LIBS = @ALL_LIBS@
139 AMTAR = @AMTAR@
140 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
141 AR = @AR@
142 AUTOCONF = @AUTOCONF@
143 AUTOHEADER = @AUTOHEADER@
144 AUTOMAKE = @AUTOMAKE@
145 AWK = @AWK@
146 CC = @CC@
147 CCDEPMODE = @CCDEPMODE@
148 CFLAGS = @CFLAGS@
149 COMP_LUA = @COMP_LUA@
150 COMP_PERL = @COMP_PERL@
151 COMP_PYTHON = @COMP_PYTHON@
152 COMP_RUBY = @COMP_RUBY@
153 CORE_LIBS = @CORE_LIBS@
154 CPP = @CPP@
155 CPPFLAGS = @CPPFLAGS@
156 CYGPATH_W = @CYGPATH_W@
157 DEFS = @DEFS@
158 DEPDIR = @DEPDIR@
159 DSYMUTIL = @DSYMUTIL@
160 DUMPBIN = @DUMPBIN@
161 ECHO_C = @ECHO_C@
162 ECHO_N = @ECHO_N@
163 ECHO_T = @ECHO_T@
164 EGREP = @EGREP@
165 EXEEXT = @EXEEXT@
166 FGREP = @FGREP@
167 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
168 GMSGFMT = @GMSGFMT@
169 GMSGFMT_015 = @GMSGFMT_015@
170 GREP = @GREP@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 INTLLIBS = @INTLLIBS@
177 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
178 LD = @LD@
179 LDFLAGS = @LDFLAGS@
180 LIBICONV = @LIBICONV@
181 LIBINTL = @LIBINTL@
182 LIBOBJS = @LIBOBJS@
183 LIBS = @LIBS@
184 LIBTOOL = @LIBTOOL@
185 LIBVERS = @LIBVERS@
186 LIPO = @LIPO@
187 LN_S = @LN_S@
188 LTLIBICONV = @LTLIBICONV@
189 LTLIBINTL = @LTLIBINTL@
190 LTLIBOBJS = @LTLIBOBJS@
191 LUA = @LUA@
192 LUA_CFLAGS = @LUA_CFLAGS@
193 LUA_DEFINES = @LUA_DEFINES@
194 LUA_INSTALL_CMOD = @LUA_INSTALL_CMOD@
195 LUA_INSTALL_LMOD = @LUA_INSTALL_LMOD@
196 LUA_LFLAGS = @LUA_LFLAGS@
197 MAINT = @MAINT@
198 MAKEINFO = @MAKEINFO@
199 MKDIR_P = @MKDIR_P@
200 MSGFMT = @MSGFMT@
201 MSGFMT_015 = @MSGFMT_015@
202 MSGMERGE = @MSGMERGE@
203 MULTITHREAD_CFLAGS = @MULTITHREAD_CFLAGS@
204 MULTITHREAD_LDFLAGS = @MULTITHREAD_LDFLAGS@
205 NM = @NM@
206 NMEDIT = @NMEDIT@
207 NROFF = @NROFF@
208 NUMVERS = @NUMVERS@
209 OBJDUMP = @OBJDUMP@
210 OBJEXT = @OBJEXT@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_VERSION = @PACKAGE_VERSION@
219 PATH_SEPARATOR = @PATH_SEPARATOR@
220 PERL = @PERL@
221 PERLCC = @PERLCC@
222 PERLCCFLAGS = @PERLCCFLAGS@
223 PERLFLAGS = @PERLFLAGS@
224 PERLLD = @PERLLD@
225 PERLLDFLAGS = @PERLLDFLAGS@
226 PERL_CC = @PERL_CC@
227 PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
228 PERL_VERSION = @PERL_VERSION@
229 PKGCONFIG = @PKGCONFIG@
230 POD2HTML = @POD2HTML@
231 POD2MAN = @POD2MAN@
232 POSUB = @POSUB@
233 PTHREAD_CC = @PTHREAD_CC@
234 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
235 PTHREAD_LIBS = @PTHREAD_LIBS@
236 PYTHON = @PYTHON@
237 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
238 PYTHON_INCLUDES = @PYTHON_INCLUDES@
239 PYTHON_PLATFORM = @PYTHON_PLATFORM@
240 PYTHON_PREFIX = @PYTHON_PREFIX@
241 PYTHON_VERSION = @PYTHON_VERSION@
242 RANLIB = @RANLIB@
243 RRDDOCDIR = @RRDDOCDIR@
244 RRDGRAPH_YLEGEND_ANGLE = @RRDGRAPH_YLEGEND_ANGLE@
245 RRD_DEFAULT_FONT = @RRD_DEFAULT_FONT@
246 RRD_GETOPT_LONG = @RRD_GETOPT_LONG@
247 RUBY = @RUBY@
248 RUBY_MAKE_OPTIONS = @RUBY_MAKE_OPTIONS@
249 SED = @SED@
250 SET_MAKE = @SET_MAKE@
251 SHELL = @SHELL@
252 STRIP = @STRIP@
253 TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
254 TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
255 TCL_PACKAGE_DIR = @TCL_PACKAGE_DIR@
256 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
257 TCL_PREFIX = @TCL_PREFIX@
258 TCL_SHLIB_CFLAGS = @TCL_SHLIB_CFLAGS@
259 TCL_SHLIB_LD = @TCL_SHLIB_LD@
260 TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
261 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
262 TCL_VERSION = @TCL_VERSION@
263 TROFF = @TROFF@
264 USE_NLS = @USE_NLS@
265 VERSION = @VERSION@
266 WERROR = @WERROR@
267 XGETTEXT = @XGETTEXT@
268 XGETTEXT_015 = @XGETTEXT_015@
269 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
270 abs_builddir = @abs_builddir@
271 abs_srcdir = @abs_srcdir@
272 abs_top_builddir = @abs_top_builddir@
273 abs_top_srcdir = @abs_top_srcdir@
274 ac_ct_CC = @ac_ct_CC@
275 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276 acx_pthread_config = @acx_pthread_config@
277 am__include = @am__include@
278 am__leading_dot = @am__leading_dot@
279 am__quote = @am__quote@
280 am__tar = @am__tar@
281 am__untar = @am__untar@
282 bindir = @bindir@
283 build = @build@
284 build_alias = @build_alias@
285 build_cpu = @build_cpu@
286 build_os = @build_os@
287 build_vendor = @build_vendor@
288 builddir = @builddir@
289 datadir = @datadir@
290 datarootdir = @datarootdir@
291 docdir = @docdir@
292 dvidir = @dvidir@
293 exec_prefix = @exec_prefix@
294 host = @host@
295 host_alias = @host_alias@
296 host_cpu = @host_cpu@
297 host_os = @host_os@
298 host_vendor = @host_vendor@
299 htmldir = @htmldir@
300 includedir = @includedir@
301 infodir = @infodir@
302 install_sh = @install_sh@
303 libdir = @libdir@
304 libexecdir = @libexecdir@
305 localedir = @localedir@
306 localstatedir = @localstatedir@
307 lt_ECHO = @lt_ECHO@
308 mandir = @mandir@
309 mkdir_p = @mkdir_p@
310 oldincludedir = @oldincludedir@
311 pdfdir = @pdfdir@
312 pkgpyexecdir = @pkgpyexecdir@
313 pkgpythondir = @pkgpythondir@
314 prefix = @prefix@
315 program_transform_name = @program_transform_name@
316 psdir = @psdir@
317 pyexecdir = @pyexecdir@
318 pythondir = @pythondir@
319 sbindir = @sbindir@
320 sharedstatedir = @sharedstatedir@
321 srcdir = @srcdir@
322 sysconfdir = @sysconfdir@
323 target = @target@
324 target_alias = @target_alias@
325 target_cpu = @target_cpu@
326 target_os = @target_os@
327 target_vendor = @target_vendor@
328 top_build_prefix = @top_build_prefix@
329 top_builddir = @top_builddir@
330 top_srcdir = @top_srcdir@
331 SUBDIRS = rrdcached
332 EXTRA_DIST = cgi-demo.cgi.in
333 examplesdir = $(pkgdatadir)/examples
334 examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \
335         stripes.pl bigtops.pl minmax.pl 4charts.pl perftest.pl
337 all: all-recursive
339 .SUFFIXES:
340 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
341         @for dep in $?; do \
342           case '$(am__configure_deps)' in \
343             *$$dep*) \
344               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
345                 && { if test -f $@; then exit 0; else break; fi; }; \
346               exit 1;; \
347           esac; \
348         done; \
349         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
350         $(am__cd) $(top_srcdir) && \
351           $(AUTOMAKE) --gnu examples/Makefile
352 .PRECIOUS: Makefile
353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354         @case '$?' in \
355           *config.status*) \
356             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
357           *) \
358             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
359             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
360         esac;
362 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
363         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
366         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
368         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369 $(am__aclocal_m4_deps):
370 shared-demo.pl: $(top_builddir)/config.status $(srcdir)/shared-demo.pl.in
371         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
372 piped-demo.pl: $(top_builddir)/config.status $(srcdir)/piped-demo.pl.in
373         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
374 stripes.pl: $(top_builddir)/config.status $(srcdir)/stripes.pl.in
375         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
376 bigtops.pl: $(top_builddir)/config.status $(srcdir)/bigtops.pl.in
377         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
378 minmax.pl: $(top_builddir)/config.status $(srcdir)/minmax.pl.in
379         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
380 4charts.pl: $(top_builddir)/config.status $(srcdir)/4charts.pl.in
381         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
382 perftest.pl: $(top_builddir)/config.status $(srcdir)/perftest.pl.in
383         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
384 install-examplesSCRIPTS: $(examples_SCRIPTS)
385         @$(NORMAL_INSTALL)
386         test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"
387         @list='$(examples_SCRIPTS)'; test -n "$(examplesdir)" || list=; \
388         for p in $$list; do \
389           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
390           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
391         done | \
392         sed -e 'p;s,.*/,,;n' \
393             -e 'h;s|.*|.|' \
394             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
395         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
396           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
397             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
398               if (++n[d] == $(am__install_max)) { \
399                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
400             else { print "f", d "/" $$4, $$1 } } \
401           END { for (d in files) print "f", d, files[d] }' | \
402         while read type dir files; do \
403              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
404              test -z "$$files" || { \
405                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(examplesdir)$$dir'"; \
406                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(examplesdir)$$dir" || exit $$?; \
407              } \
408         ; done
410 uninstall-examplesSCRIPTS:
411         @$(NORMAL_UNINSTALL)
412         @list='$(examples_SCRIPTS)'; test -n "$(examplesdir)" || exit 0; \
413         files=`for p in $$list; do echo "$$p"; done | \
414                sed -e 's,.*/,,;$(transform)'`; \
415         test -n "$$list" || exit 0; \
416         echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \
417         cd "$(DESTDIR)$(examplesdir)" && rm -f $$files
419 mostlyclean-libtool:
420         -rm -f *.lo
422 clean-libtool:
423         -rm -rf .libs _libs
425 # This directory's subdirectories are mostly independent; you can cd
426 # into them and run `make' without going through this Makefile.
427 # To change the values of `make' variables: instead of editing Makefiles,
428 # (1) if the variable is set in `config.status', edit `config.status'
429 #     (which will cause the Makefiles to be regenerated when you run `make');
430 # (2) otherwise, pass the desired values on the `make' command line.
431 $(RECURSIVE_TARGETS):
432         @failcom='exit 1'; \
433         for f in x $$MAKEFLAGS; do \
434           case $$f in \
435             *=* | --[!k]*);; \
436             *k*) failcom='fail=yes';; \
437           esac; \
438         done; \
439         dot_seen=no; \
440         target=`echo $@ | sed s/-recursive//`; \
441         list='$(SUBDIRS)'; for subdir in $$list; do \
442           echo "Making $$target in $$subdir"; \
443           if test "$$subdir" = "."; then \
444             dot_seen=yes; \
445             local_target="$$target-am"; \
446           else \
447             local_target="$$target"; \
448           fi; \
449           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
450           || eval $$failcom; \
451         done; \
452         if test "$$dot_seen" = "no"; then \
453           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
454         fi; test -z "$$fail"
456 $(RECURSIVE_CLEAN_TARGETS):
457         @failcom='exit 1'; \
458         for f in x $$MAKEFLAGS; do \
459           case $$f in \
460             *=* | --[!k]*);; \
461             *k*) failcom='fail=yes';; \
462           esac; \
463         done; \
464         dot_seen=no; \
465         case "$@" in \
466           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
467           *) list='$(SUBDIRS)' ;; \
468         esac; \
469         rev=''; for subdir in $$list; do \
470           if test "$$subdir" = "."; then :; else \
471             rev="$$subdir $$rev"; \
472           fi; \
473         done; \
474         rev="$$rev ."; \
475         target=`echo $@ | sed s/-recursive//`; \
476         for subdir in $$rev; do \
477           echo "Making $$target in $$subdir"; \
478           if test "$$subdir" = "."; then \
479             local_target="$$target-am"; \
480           else \
481             local_target="$$target"; \
482           fi; \
483           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
484           || eval $$failcom; \
485         done && test -z "$$fail"
486 tags-recursive:
487         list='$(SUBDIRS)'; for subdir in $$list; do \
488           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
489         done
490 ctags-recursive:
491         list='$(SUBDIRS)'; for subdir in $$list; do \
492           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
493         done
495 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
496         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
497         unique=`for i in $$list; do \
498             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499           done | \
500           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
501               END { if (nonempty) { for (i in files) print i; }; }'`; \
502         mkid -fID $$unique
503 tags: TAGS
505 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
506                 $(TAGS_FILES) $(LISP)
507         set x; \
508         here=`pwd`; \
509         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
510           include_option=--etags-include; \
511           empty_fix=.; \
512         else \
513           include_option=--include; \
514           empty_fix=; \
515         fi; \
516         list='$(SUBDIRS)'; for subdir in $$list; do \
517           if test "$$subdir" = .; then :; else \
518             test ! -f $$subdir/TAGS || \
519               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
520           fi; \
521         done; \
522         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
523         unique=`for i in $$list; do \
524             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525           done | \
526           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527               END { if (nonempty) { for (i in files) print i; }; }'`; \
528         shift; \
529         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
530           test -n "$$unique" || unique=$$empty_fix; \
531           if test $$# -gt 0; then \
532             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533               "$$@" $$unique; \
534           else \
535             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
536               $$unique; \
537           fi; \
538         fi
539 ctags: CTAGS
540 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
541                 $(TAGS_FILES) $(LISP)
542         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
543         unique=`for i in $$list; do \
544             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
545           done | \
546           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
547               END { if (nonempty) { for (i in files) print i; }; }'`; \
548         test -z "$(CTAGS_ARGS)$$unique" \
549           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
550              $$unique
552 GTAGS:
553         here=`$(am__cd) $(top_builddir) && pwd` \
554           && $(am__cd) $(top_srcdir) \
555           && gtags -i $(GTAGS_ARGS) "$$here"
557 distclean-tags:
558         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
560 distdir: $(DISTFILES)
561         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
563         list='$(DISTFILES)'; \
564           dist_files=`for file in $$list; do echo $$file; done | \
565           sed -e "s|^$$srcdirstrip/||;t" \
566               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
567         case $$dist_files in \
568           */*) $(MKDIR_P) `echo "$$dist_files" | \
569                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
570                            sort -u` ;; \
571         esac; \
572         for file in $$dist_files; do \
573           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
574           if test -d $$d/$$file; then \
575             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
576             if test -d "$(distdir)/$$file"; then \
577               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578             fi; \
579             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
580               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
581               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582             fi; \
583             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
584           else \
585             test -f "$(distdir)/$$file" \
586             || cp -p $$d/$$file "$(distdir)/$$file" \
587             || exit 1; \
588           fi; \
589         done
590         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
591           if test "$$subdir" = .; then :; else \
592             test -d "$(distdir)/$$subdir" \
593             || $(MKDIR_P) "$(distdir)/$$subdir" \
594             || exit 1; \
595           fi; \
596         done
597         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
598           if test "$$subdir" = .; then :; else \
599             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
600             $(am__relativize); \
601             new_distdir=$$reldir; \
602             dir1=$$subdir; dir2="$(top_distdir)"; \
603             $(am__relativize); \
604             new_top_distdir=$$reldir; \
605             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
606             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
607             ($(am__cd) $$subdir && \
608               $(MAKE) $(AM_MAKEFLAGS) \
609                 top_distdir="$$new_top_distdir" \
610                 distdir="$$new_distdir" \
611                 am__remove_distdir=: \
612                 am__skip_length_check=: \
613                 am__skip_mode_fix=: \
614                 distdir) \
615               || exit 1; \
616           fi; \
617         done
618 check-am: all-am
619 check: check-recursive
620 all-am: Makefile $(SCRIPTS)
621 installdirs: installdirs-recursive
622 installdirs-am:
623         for dir in "$(DESTDIR)$(examplesdir)"; do \
624           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
625         done
626 install: install-recursive
627 install-exec: install-exec-recursive
628 install-data: install-data-recursive
629 uninstall: uninstall-recursive
631 install-am: all-am
632         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
634 installcheck: installcheck-recursive
635 install-strip:
636         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638           `test -z '$(STRIP)' || \
639             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
640 mostlyclean-generic:
642 clean-generic:
644 distclean-generic:
645         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
646         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
648 maintainer-clean-generic:
649         @echo "This command is intended for maintainers to use"
650         @echo "it deletes files that may require special tools to rebuild."
651 clean: clean-recursive
653 clean-am: clean-generic clean-libtool mostlyclean-am
655 distclean: distclean-recursive
656         -rm -f Makefile
657 distclean-am: clean-am distclean-generic distclean-tags
659 dvi: dvi-recursive
661 dvi-am:
663 html: html-recursive
665 html-am:
667 info: info-recursive
669 info-am:
671 install-data-am: install-examplesSCRIPTS
673 install-dvi: install-dvi-recursive
675 install-dvi-am:
677 install-exec-am:
679 install-html: install-html-recursive
681 install-html-am:
683 install-info: install-info-recursive
685 install-info-am:
687 install-man:
689 install-pdf: install-pdf-recursive
691 install-pdf-am:
693 install-ps: install-ps-recursive
695 install-ps-am:
697 installcheck-am:
699 maintainer-clean: maintainer-clean-recursive
700         -rm -f Makefile
701 maintainer-clean-am: distclean-am maintainer-clean-generic
703 mostlyclean: mostlyclean-recursive
705 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
707 pdf: pdf-recursive
709 pdf-am:
711 ps: ps-recursive
713 ps-am:
715 uninstall-am: uninstall-examplesSCRIPTS
717 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
718         install-am install-strip tags-recursive
720 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
721         all all-am check check-am clean clean-generic clean-libtool \
722         ctags ctags-recursive distclean distclean-generic \
723         distclean-libtool distclean-tags distdir dvi dvi-am html \
724         html-am info info-am install install-am install-data \
725         install-data-am install-dvi install-dvi-am \
726         install-examplesSCRIPTS install-exec install-exec-am \
727         install-html install-html-am install-info install-info-am \
728         install-man install-pdf install-pdf-am install-ps \
729         install-ps-am install-strip installcheck installcheck-am \
730         installdirs installdirs-am maintainer-clean \
731         maintainer-clean-generic mostlyclean mostlyclean-generic \
732         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
733         uninstall uninstall-am uninstall-examplesSCRIPTS
736 cgi-demo.cgi: @srcdir@/cgi-demo.cgi.in $(top_builddir)/config.status
737         sed 's,@''exec_prefix@,$(exec_prefix),' @srcdir@/cgi-demo.cgi.in > $@
738         chmod a+x $@
740 # Tell versions [3.59,3.63) of GNU make to not export all variables.
741 # Otherwise a system limit (for SysV at least) may be exceeded.
742 .NOEXPORT: