Initial release including wifi display based on gst-rtsp-server-1.4.1
[platform/upstream/gstreamer.git] / docs / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 target_triplet = @target@
81 subdir = docs
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83         $(srcdir)/version.entities.in README
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
86         $(top_srcdir)/common/m4/as-auto-alt.m4 \
87         $(top_srcdir)/common/m4/as-compiler-flag.m4 \
88         $(top_srcdir)/common/m4/as-docbook.m4 \
89         $(top_srcdir)/common/m4/as-libtool.m4 \
90         $(top_srcdir)/common/m4/as-version.m4 \
91         $(top_srcdir)/common/m4/gst-args.m4 \
92         $(top_srcdir)/common/m4/gst-check.m4 \
93         $(top_srcdir)/common/m4/gst-default.m4 \
94         $(top_srcdir)/common/m4/gst-doc.m4 \
95         $(top_srcdir)/common/m4/gst-error.m4 \
96         $(top_srcdir)/common/m4/gst-feature.m4 \
97         $(top_srcdir)/common/m4/gst-glib2.m4 \
98         $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
99         $(top_srcdir)/common/m4/gst-plugindir.m4 \
100         $(top_srcdir)/common/m4/gst.m4 \
101         $(top_srcdir)/common/m4/gtk-doc.m4 \
102         $(top_srcdir)/common/m4/introspection.m4 \
103         $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/libtool.m4 \
104         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108         $(ACLOCAL_M4)
109 mkinstalldirs = $(install_sh) -d
110 CONFIG_HEADER = $(top_builddir)/config.h
111 CONFIG_CLEAN_FILES = version.entities
112 CONFIG_CLEAN_VPATH_FILES =
113 AM_V_P = $(am__v_P_@AM_V@)
114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115 am__v_P_0 = false
116 am__v_P_1 = :
117 AM_V_GEN = $(am__v_GEN_@AM_V@)
118 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119 am__v_GEN_0 = @echo "  GEN     " $@;
120 am__v_GEN_1 = 
121 AM_V_at = $(am__v_at_@AM_V@)
122 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123 am__v_at_0 = @
124 am__v_at_1 = 
125 SOURCES =
126 DIST_SOURCES =
127 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
128         ctags-recursive dvi-recursive html-recursive info-recursive \
129         install-data-recursive install-dvi-recursive \
130         install-exec-recursive install-html-recursive \
131         install-info-recursive install-pdf-recursive \
132         install-ps-recursive install-recursive installcheck-recursive \
133         installdirs-recursive pdf-recursive ps-recursive \
134         tags-recursive uninstall-recursive
135 am__can_run_installinfo = \
136   case $$AM_UPDATE_INFO_DIR in \
137     n|no|NO) false;; \
138     *) (install-info --version) >/dev/null 2>&1;; \
139   esac
140 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
141   distclean-recursive maintainer-clean-recursive
142 am__recursive_targets = \
143   $(RECURSIVE_TARGETS) \
144   $(RECURSIVE_CLEAN_TARGETS) \
145   $(am__extra_recursive_targets)
146 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
147         distdir
148 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
149 # Read a list of newline-separated strings from the standard input,
150 # and print each of them once, without duplicates.  Input order is
151 # *not* preserved.
152 am__uniquify_input = $(AWK) '\
153   BEGIN { nonempty = 0; } \
154   { items[$$0] = 1; nonempty = 1; } \
155   END { if (nonempty) { for (i in items) print i; }; } \
156 '
157 # Make sure the list of sources is unique.  This is necessary because,
158 # e.g., the same source file might be shared among _SOURCES variables
159 # for different programs/libraries.
160 am__define_uniq_tagged_files = \
161   list='$(am__tagged_files)'; \
162   unique=`for i in $$list; do \
163     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
164   done | $(am__uniquify_input)`
165 ETAGS = etags
166 CTAGS = ctags
167 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168 am__relativize = \
169   dir0=`pwd`; \
170   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
171   sed_rest='s,^[^/]*/*,,'; \
172   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
173   sed_butlast='s,/*[^/]*$$,,'; \
174   while test -n "$$dir1"; do \
175     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
176     if test "$$first" != "."; then \
177       if test "$$first" = ".."; then \
178         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
179         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
180       else \
181         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
182         if test "$$first2" = "$$first"; then \
183           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
184         else \
185           dir2="../$$dir2"; \
186         fi; \
187         dir0="$$dir0"/"$$first"; \
188       fi; \
189     fi; \
190     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
191   done; \
192   reldir="$$dir2"
193 ACLOCAL = @ACLOCAL@
194 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
195 AMTAR = @AMTAR@
196 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
197 AR = @AR@
198 AS = @AS@
199 AUTOCONF = @AUTOCONF@
200 AUTOHEADER = @AUTOHEADER@
201 AUTOMAKE = @AUTOMAKE@
202 AWK = @AWK@
203 CAT_ENTRY_END = @CAT_ENTRY_END@
204 CAT_ENTRY_START = @CAT_ENTRY_START@
205 CC = @CC@
206 CCAS = @CCAS@
207 CCASDEPMODE = @CCASDEPMODE@
208 CCASFLAGS = @CCASFLAGS@
209 CCDEPMODE = @CCDEPMODE@
210 CFLAGS = @CFLAGS@
211 CPP = @CPP@
212 CPPFLAGS = @CPPFLAGS@
213 CXXFLAGS = @CXXFLAGS@
214 CYGPATH_W = @CYGPATH_W@
215 DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
216 DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
217 DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
218 DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
219 DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
220 DEFS = @DEFS@
221 DEPDIR = @DEPDIR@
222 DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
223 DLLTOOL = @DLLTOOL@
224 DOCBOOK_ROOT = @DOCBOOK_ROOT@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 ERROR_CFLAGS = @ERROR_CFLAGS@
232 EXEEXT = @EXEEXT@
233 FFLAGS = @FFLAGS@
234 FGREP = @FGREP@
235 GCOV = @GCOV@
236 GCOV_CFLAGS = @GCOV_CFLAGS@
237 GCOV_LIBS = @GCOV_LIBS@
238 GIO_CFLAGS = @GIO_CFLAGS@
239 GIO_LDFLAGS = @GIO_LDFLAGS@
240 GIO_LIBS = @GIO_LIBS@
241 GLIB_CFLAGS = @GLIB_CFLAGS@
242 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
243 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
244 GLIB_LIBS = @GLIB_LIBS@
245 GLIB_MKENUMS = @GLIB_MKENUMS@
246 GLIB_REQ = @GLIB_REQ@
247 GREP = @GREP@
248 GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
249 GSTPD_PLUGINS_DIR = @GSTPD_PLUGINS_DIR@
250 GSTPG_PLUGINS_DIR = @GSTPG_PLUGINS_DIR@
251 GST_AGE = @GST_AGE@
252 GST_ALL_CFLAGS = @GST_ALL_CFLAGS@
253 GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
254 GST_ALL_LIBS = @GST_ALL_LIBS@
255 GST_API_VERSION = @GST_API_VERSION@
256 GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
257 GST_BASE_LIBS = @GST_BASE_LIBS@
258 GST_CFLAGS = @GST_CFLAGS@
259 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
260 GST_CHECK_LIBS = @GST_CHECK_LIBS@
261 GST_CURRENT = @GST_CURRENT@
262 GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
263 GST_LIBS = @GST_LIBS@
264 GST_LIBVERSION = @GST_LIBVERSION@
265 GST_LIB_LDFLAGS = @GST_LIB_LDFLAGS@
266 GST_LICENSE = @GST_LICENSE@
267 GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
268 GST_OBJ_CFLAGS = @GST_OBJ_CFLAGS@
269 GST_OBJ_LIBS = @GST_OBJ_LIBS@
270 GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
271 GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
272 GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
273 GST_PKG_CONFIG_PATH = @GST_PKG_CONFIG_PATH@
274 GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
275 GST_PLUGINS_BAD_DIR = @GST_PLUGINS_BAD_DIR@
276 GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
277 GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
278 GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
279 GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
280 GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
281 GST_PLUGINS_GOOD_CFLAGS = @GST_PLUGINS_GOOD_CFLAGS@
282 GST_PLUGINS_GOOD_DIR = @GST_PLUGINS_GOOD_DIR@
283 GST_PLUGINS_GOOD_LIBS = @GST_PLUGINS_GOOD_LIBS@
284 GST_REVISION = @GST_REVISION@
285 GST_TOOLS_DIR = @GST_TOOLS_DIR@
286 GTKDOC_CHECK = @GTKDOC_CHECK@
287 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
288 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
289 GTKDOC_MKPDF = @GTKDOC_MKPDF@
290 GTKDOC_REBASE = @GTKDOC_REBASE@
291 HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
292 HAVE_DVIPS = @HAVE_DVIPS@
293 HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
294 HAVE_JADETEX = @HAVE_JADETEX@
295 HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
296 HAVE_PNMTOPS = @HAVE_PNMTOPS@
297 HAVE_PS2PDF = @HAVE_PS2PDF@
298 HAVE_XMLLINT = @HAVE_XMLLINT@
299 HAVE_XSLTPROC = @HAVE_XSLTPROC@
300 HTML_DIR = @HTML_DIR@
301 INSTALL = @INSTALL@
302 INSTALL_DATA = @INSTALL_DATA@
303 INSTALL_PROGRAM = @INSTALL_PROGRAM@
304 INSTALL_SCRIPT = @INSTALL_SCRIPT@
305 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
306 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
307 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
308 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
309 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
310 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
311 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
312 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
313 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
314 LD = @LD@
315 LDFLAGS = @LDFLAGS@
316 LIBCGROUP_CFLAGS = @LIBCGROUP_CFLAGS@
317 LIBCGROUP_LIBS = @LIBCGROUP_LIBS@
318 LIBOBJS = @LIBOBJS@
319 LIBS = @LIBS@
320 LIBTOOL = @LIBTOOL@
321 LIPO = @LIPO@
322 LN_S = @LN_S@
323 LTLIBOBJS = @LTLIBOBJS@
324 MAINT = @MAINT@
325 MAKEINFO = @MAKEINFO@
326 MANIFEST_TOOL = @MANIFEST_TOOL@
327 MKDIR_P = @MKDIR_P@
328 NM = @NM@
329 NMEDIT = @NMEDIT@
330 OBJDUMP = @OBJDUMP@
331 OBJEXT = @OBJEXT@
332 OTOOL = @OTOOL@
333 OTOOL64 = @OTOOL64@
334 PACKAGE = @PACKAGE@
335 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
336 PACKAGE_NAME = @PACKAGE_NAME@
337 PACKAGE_STRING = @PACKAGE_STRING@
338 PACKAGE_TARNAME = @PACKAGE_TARNAME@
339 PACKAGE_URL = @PACKAGE_URL@
340 PACKAGE_VERSION = @PACKAGE_VERSION@
341 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
342 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
343 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
344 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
345 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
346 PATH_SEPARATOR = @PATH_SEPARATOR@
347 PKG_CONFIG = @PKG_CONFIG@
348 PLUGINDIR = @PLUGINDIR@
349 PROFILE_CFLAGS = @PROFILE_CFLAGS@
350 RANLIB = @RANLIB@
351 SED = @SED@
352 SET_MAKE = @SET_MAKE@
353 SHELL = @SHELL@
354 STRIP = @STRIP@
355 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
356 VALGRIND_LIBS = @VALGRIND_LIBS@
357 VALGRIND_PATH = @VALGRIND_PATH@
358 VERSION = @VERSION@
359 WARNING_CFLAGS = @WARNING_CFLAGS@
360 XML_CATALOG = @XML_CATALOG@
361 XSLTPROC = @XSLTPROC@
362 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
363 abs_builddir = @abs_builddir@
364 abs_srcdir = @abs_srcdir@
365 abs_top_builddir = @abs_top_builddir@
366 abs_top_srcdir = @abs_top_srcdir@
367 ac_ct_AR = @ac_ct_AR@
368 ac_ct_CC = @ac_ct_CC@
369 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
370 am__include = @am__include@
371 am__leading_dot = @am__leading_dot@
372 am__quote = @am__quote@
373 am__tar = @am__tar@
374 am__untar = @am__untar@
375 bindir = @bindir@
376 build = @build@
377 build_alias = @build_alias@
378 build_cpu = @build_cpu@
379 build_os = @build_os@
380 build_vendor = @build_vendor@
381 builddir = @builddir@
382 datadir = @datadir@
383 datarootdir = @datarootdir@
384 docdir = @docdir@
385 dvidir = @dvidir@
386 exec_prefix = @exec_prefix@
387 host = @host@
388 host_alias = @host_alias@
389 host_cpu = @host_cpu@
390 host_os = @host_os@
391 host_vendor = @host_vendor@
392 htmldir = @htmldir@
393 includedir = @includedir@
394 infodir = @infodir@
395 install_sh = @install_sh@
396 libdir = @libdir@
397 libexecdir = @libexecdir@
398 localedir = @localedir@
399 localstatedir = @localstatedir@
400 mandir = @mandir@
401 mkdir_p = @mkdir_p@
402 oldincludedir = @oldincludedir@
403 pdfdir = @pdfdir@
404 plugindir = @plugindir@
405 prefix = @prefix@
406 program_transform_name = @program_transform_name@
407 psdir = @psdir@
408 sbindir = @sbindir@
409 sharedstatedir = @sharedstatedir@
410 srcdir = @srcdir@
411 sysconfdir = @sysconfdir@
412 target = @target@
413 target_alias = @target_alias@
414 target_cpu = @target_cpu@
415 target_os = @target_os@
416 target_vendor = @target_vendor@
417 top_build_prefix = @top_build_prefix@
418 top_builddir = @top_builddir@
419 top_srcdir = @top_srcdir@
420 @ENABLE_GTK_DOC_FALSE@DOCS_SUBDIRS = 
421 @ENABLE_GTK_DOC_TRUE@DOCS_SUBDIRS = libs
422 SUBDIRS = $(DOCS_SUBDIRS)
423 DIST_SUBDIRS = libs
424 EXTRA_DIST = \
425         version.entities.in
426
427 all: all-recursive
428
429 .SUFFIXES:
430 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
431         @for dep in $?; do \
432           case '$(am__configure_deps)' in \
433             *$$dep*) \
434               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
435                 && { if test -f $@; then exit 0; else break; fi; }; \
436               exit 1;; \
437           esac; \
438         done; \
439         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
440         $(am__cd) $(top_srcdir) && \
441           $(AUTOMAKE) --gnu docs/Makefile
442 .PRECIOUS: Makefile
443 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444         @case '$?' in \
445           *config.status*) \
446             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
447           *) \
448             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
449             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
450         esac;
451
452 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
453         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454
455 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
456         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
458         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459 $(am__aclocal_m4_deps):
460 version.entities: $(top_builddir)/config.status $(srcdir)/version.entities.in
461         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
462
463 mostlyclean-libtool:
464         -rm -f *.lo
465
466 clean-libtool:
467         -rm -rf .libs _libs
468
469 # This directory's subdirectories are mostly independent; you can cd
470 # into them and run 'make' without going through this Makefile.
471 # To change the values of 'make' variables: instead of editing Makefiles,
472 # (1) if the variable is set in 'config.status', edit 'config.status'
473 #     (which will cause the Makefiles to be regenerated when you run 'make');
474 # (2) otherwise, pass the desired values on the 'make' command line.
475 $(am__recursive_targets):
476         @fail=; \
477         if $(am__make_keepgoing); then \
478           failcom='fail=yes'; \
479         else \
480           failcom='exit 1'; \
481         fi; \
482         dot_seen=no; \
483         target=`echo $@ | sed s/-recursive//`; \
484         case "$@" in \
485           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
486           *) list='$(SUBDIRS)' ;; \
487         esac; \
488         for subdir in $$list; do \
489           echo "Making $$target in $$subdir"; \
490           if test "$$subdir" = "."; then \
491             dot_seen=yes; \
492             local_target="$$target-am"; \
493           else \
494             local_target="$$target"; \
495           fi; \
496           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
497           || eval $$failcom; \
498         done; \
499         if test "$$dot_seen" = "no"; then \
500           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
501         fi; test -z "$$fail"
502
503 ID: $(am__tagged_files)
504         $(am__define_uniq_tagged_files); mkid -fID $$unique
505 tags: tags-recursive
506 TAGS: tags
507
508 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
509         set x; \
510         here=`pwd`; \
511         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
512           include_option=--etags-include; \
513           empty_fix=.; \
514         else \
515           include_option=--include; \
516           empty_fix=; \
517         fi; \
518         list='$(SUBDIRS)'; for subdir in $$list; do \
519           if test "$$subdir" = .; then :; else \
520             test ! -f $$subdir/TAGS || \
521               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
522           fi; \
523         done; \
524         $(am__define_uniq_tagged_files); \
525         shift; \
526         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
527           test -n "$$unique" || unique=$$empty_fix; \
528           if test $$# -gt 0; then \
529             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530               "$$@" $$unique; \
531           else \
532             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533               $$unique; \
534           fi; \
535         fi
536 ctags: ctags-recursive
537
538 CTAGS: ctags
539 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
540         $(am__define_uniq_tagged_files); \
541         test -z "$(CTAGS_ARGS)$$unique" \
542           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
543              $$unique
544
545 GTAGS:
546         here=`$(am__cd) $(top_builddir) && pwd` \
547           && $(am__cd) $(top_srcdir) \
548           && gtags -i $(GTAGS_ARGS) "$$here"
549 cscopelist: cscopelist-recursive
550
551 cscopelist-am: $(am__tagged_files)
552         list='$(am__tagged_files)'; \
553         case "$(srcdir)" in \
554           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
555           *) sdir=$(subdir)/$(srcdir) ;; \
556         esac; \
557         for i in $$list; do \
558           if test -f "$$i"; then \
559             echo "$(subdir)/$$i"; \
560           else \
561             echo "$$sdir/$$i"; \
562           fi; \
563         done >> $(top_builddir)/cscope.files
564
565 distclean-tags:
566         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567
568 distdir: $(DISTFILES)
569         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571         list='$(DISTFILES)'; \
572           dist_files=`for file in $$list; do echo $$file; done | \
573           sed -e "s|^$$srcdirstrip/||;t" \
574               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
575         case $$dist_files in \
576           */*) $(MKDIR_P) `echo "$$dist_files" | \
577                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
578                            sort -u` ;; \
579         esac; \
580         for file in $$dist_files; do \
581           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
582           if test -d $$d/$$file; then \
583             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
584             if test -d "$(distdir)/$$file"; then \
585               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586             fi; \
587             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
588               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
589               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590             fi; \
591             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
592           else \
593             test -f "$(distdir)/$$file" \
594             || cp -p $$d/$$file "$(distdir)/$$file" \
595             || exit 1; \
596           fi; \
597         done
598         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
599           if test "$$subdir" = .; then :; else \
600             $(am__make_dryrun) \
601               || test -d "$(distdir)/$$subdir" \
602               || $(MKDIR_P) "$(distdir)/$$subdir" \
603               || exit 1; \
604             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
605             $(am__relativize); \
606             new_distdir=$$reldir; \
607             dir1=$$subdir; dir2="$(top_distdir)"; \
608             $(am__relativize); \
609             new_top_distdir=$$reldir; \
610             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
611             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
612             ($(am__cd) $$subdir && \
613               $(MAKE) $(AM_MAKEFLAGS) \
614                 top_distdir="$$new_top_distdir" \
615                 distdir="$$new_distdir" \
616                 am__remove_distdir=: \
617                 am__skip_length_check=: \
618                 am__skip_mode_fix=: \
619                 distdir) \
620               || exit 1; \
621           fi; \
622         done
623 check-am: all-am
624 check: check-recursive
625 all-am: Makefile
626 installdirs: installdirs-recursive
627 installdirs-am:
628 install: install-recursive
629 install-exec: install-exec-recursive
630 install-data: install-data-recursive
631 uninstall: uninstall-recursive
632
633 install-am: all-am
634         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
635
636 installcheck: installcheck-recursive
637 install-strip:
638         if test -z '$(STRIP)'; then \
639           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
640             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
641               install; \
642         else \
643           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
644             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
645             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
646         fi
647 mostlyclean-generic:
648
649 clean-generic:
650
651 distclean-generic:
652         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
653         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
654
655 maintainer-clean-generic:
656         @echo "This command is intended for maintainers to use"
657         @echo "it deletes files that may require special tools to rebuild."
658 clean: clean-recursive
659
660 clean-am: clean-generic clean-libtool mostlyclean-am
661
662 distclean: distclean-recursive
663         -rm -f Makefile
664 distclean-am: clean-am distclean-generic distclean-tags
665
666 dvi: dvi-recursive
667
668 dvi-am:
669
670 html: html-recursive
671
672 html-am:
673
674 info: info-recursive
675
676 info-am:
677
678 install-data-am:
679
680 install-dvi: install-dvi-recursive
681
682 install-dvi-am:
683
684 install-exec-am:
685
686 install-html: install-html-recursive
687
688 install-html-am:
689
690 install-info: install-info-recursive
691
692 install-info-am:
693
694 install-man:
695
696 install-pdf: install-pdf-recursive
697
698 install-pdf-am:
699
700 install-ps: install-ps-recursive
701
702 install-ps-am:
703
704 installcheck-am:
705
706 maintainer-clean: maintainer-clean-recursive
707         -rm -f Makefile
708 maintainer-clean-am: distclean-am maintainer-clean-generic
709
710 mostlyclean: mostlyclean-recursive
711
712 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
713
714 pdf: pdf-recursive
715
716 pdf-am:
717
718 ps: ps-recursive
719
720 ps-am:
721
722 uninstall-am:
723
724 .MAKE: $(am__recursive_targets) install-am install-strip
725
726 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
727         check-am clean clean-generic clean-libtool cscopelist-am ctags \
728         ctags-am distclean distclean-generic distclean-libtool \
729         distclean-tags distdir dvi dvi-am html html-am info info-am \
730         install install-am install-data install-data-am install-dvi \
731         install-dvi-am install-exec install-exec-am install-html \
732         install-html-am install-info install-info-am install-man \
733         install-pdf install-pdf-am install-ps install-ps-am \
734         install-strip installcheck installcheck-am installdirs \
735         installdirs-am maintainer-clean maintainer-clean-generic \
736         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
737         ps ps-am tags tags-am uninstall uninstall-am
738
739
740 upload:
741         @if test "x$(SUBDIRS)" != x; then \
742           for a in $(SUBDIRS); do \
743             cd $$a; \
744             make upload; \
745             cd ..; \
746           done; \
747         fi
748
749 # Tell versions [3.59,3.63) of GNU make to not export all variables.
750 # Otherwise a system limit (for SysV at least) may be exceeded.
751 .NOEXPORT: