Code

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