Initial release including wifi display based on gst-rtsp-server-1.4.1
[platform/upstream/gst-rtsp-server.git] / gst / 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 = gst
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
85         $(top_srcdir)/common/m4/as-auto-alt.m4 \
86         $(top_srcdir)/common/m4/as-compiler-flag.m4 \
87         $(top_srcdir)/common/m4/as-docbook.m4 \
88         $(top_srcdir)/common/m4/as-libtool.m4 \
89         $(top_srcdir)/common/m4/as-version.m4 \
90         $(top_srcdir)/common/m4/gst-args.m4 \
91         $(top_srcdir)/common/m4/gst-check.m4 \
92         $(top_srcdir)/common/m4/gst-default.m4 \
93         $(top_srcdir)/common/m4/gst-doc.m4 \
94         $(top_srcdir)/common/m4/gst-error.m4 \
95         $(top_srcdir)/common/m4/gst-feature.m4 \
96         $(top_srcdir)/common/m4/gst-glib2.m4 \
97         $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
98         $(top_srcdir)/common/m4/gst-plugindir.m4 \
99         $(top_srcdir)/common/m4/gst.m4 \
100         $(top_srcdir)/common/m4/gtk-doc.m4 \
101         $(top_srcdir)/common/m4/introspection.m4 \
102         $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/libtool.m4 \
103         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
104         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
105         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107         $(ACLOCAL_M4)
108 mkinstalldirs = $(install_sh) -d
109 CONFIG_HEADER = $(top_builddir)/config.h
110 CONFIG_CLEAN_FILES =
111 CONFIG_CLEAN_VPATH_FILES =
112 AM_V_P = $(am__v_P_@AM_V@)
113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114 am__v_P_0 = false
115 am__v_P_1 = :
116 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118 am__v_GEN_0 = @echo "  GEN     " $@;
119 am__v_GEN_1 = 
120 AM_V_at = $(am__v_at_@AM_V@)
121 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122 am__v_at_0 = @
123 am__v_at_1 = 
124 SOURCES =
125 DIST_SOURCES =
126 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
127         ctags-recursive dvi-recursive html-recursive info-recursive \
128         install-data-recursive install-dvi-recursive \
129         install-exec-recursive install-html-recursive \
130         install-info-recursive install-pdf-recursive \
131         install-ps-recursive install-recursive installcheck-recursive \
132         installdirs-recursive pdf-recursive ps-recursive \
133         tags-recursive uninstall-recursive
134 am__can_run_installinfo = \
135   case $$AM_UPDATE_INFO_DIR in \
136     n|no|NO) false;; \
137     *) (install-info --version) >/dev/null 2>&1;; \
138   esac
139 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
140   distclean-recursive maintainer-clean-recursive
141 am__recursive_targets = \
142   $(RECURSIVE_TARGETS) \
143   $(RECURSIVE_CLEAN_TARGETS) \
144   $(am__extra_recursive_targets)
145 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
146         distdir
147 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148 # Read a list of newline-separated strings from the standard input,
149 # and print each of them once, without duplicates.  Input order is
150 # *not* preserved.
151 am__uniquify_input = $(AWK) '\
152   BEGIN { nonempty = 0; } \
153   { items[$$0] = 1; nonempty = 1; } \
154   END { if (nonempty) { for (i in items) print i; }; } \
155 '
156 # Make sure the list of sources is unique.  This is necessary because,
157 # e.g., the same source file might be shared among _SOURCES variables
158 # for different programs/libraries.
159 am__define_uniq_tagged_files = \
160   list='$(am__tagged_files)'; \
161   unique=`for i in $$list; do \
162     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163   done | $(am__uniquify_input)`
164 ETAGS = etags
165 CTAGS = ctags
166 DIST_SUBDIRS = $(SUBDIRS)
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 SUBDIRS = rtsp-server
421 all: all-recursive
422
423 .SUFFIXES:
424 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
425         @for dep in $?; do \
426           case '$(am__configure_deps)' in \
427             *$$dep*) \
428               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
429                 && { if test -f $@; then exit 0; else break; fi; }; \
430               exit 1;; \
431           esac; \
432         done; \
433         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/Makefile'; \
434         $(am__cd) $(top_srcdir) && \
435           $(AUTOMAKE) --gnu gst/Makefile
436 .PRECIOUS: Makefile
437 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
438         @case '$?' in \
439           *config.status*) \
440             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
441           *) \
442             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
443             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
444         esac;
445
446 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
447         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448
449 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
450         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
452         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
453 $(am__aclocal_m4_deps):
454
455 mostlyclean-libtool:
456         -rm -f *.lo
457
458 clean-libtool:
459         -rm -rf .libs _libs
460
461 # This directory's subdirectories are mostly independent; you can cd
462 # into them and run 'make' without going through this Makefile.
463 # To change the values of 'make' variables: instead of editing Makefiles,
464 # (1) if the variable is set in 'config.status', edit 'config.status'
465 #     (which will cause the Makefiles to be regenerated when you run 'make');
466 # (2) otherwise, pass the desired values on the 'make' command line.
467 $(am__recursive_targets):
468         @fail=; \
469         if $(am__make_keepgoing); then \
470           failcom='fail=yes'; \
471         else \
472           failcom='exit 1'; \
473         fi; \
474         dot_seen=no; \
475         target=`echo $@ | sed s/-recursive//`; \
476         case "$@" in \
477           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
478           *) list='$(SUBDIRS)' ;; \
479         esac; \
480         for subdir in $$list; do \
481           echo "Making $$target in $$subdir"; \
482           if test "$$subdir" = "."; then \
483             dot_seen=yes; \
484             local_target="$$target-am"; \
485           else \
486             local_target="$$target"; \
487           fi; \
488           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
489           || eval $$failcom; \
490         done; \
491         if test "$$dot_seen" = "no"; then \
492           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
493         fi; test -z "$$fail"
494
495 ID: $(am__tagged_files)
496         $(am__define_uniq_tagged_files); mkid -fID $$unique
497 tags: tags-recursive
498 TAGS: tags
499
500 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
501         set x; \
502         here=`pwd`; \
503         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
504           include_option=--etags-include; \
505           empty_fix=.; \
506         else \
507           include_option=--include; \
508           empty_fix=; \
509         fi; \
510         list='$(SUBDIRS)'; for subdir in $$list; do \
511           if test "$$subdir" = .; then :; else \
512             test ! -f $$subdir/TAGS || \
513               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
514           fi; \
515         done; \
516         $(am__define_uniq_tagged_files); \
517         shift; \
518         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
519           test -n "$$unique" || unique=$$empty_fix; \
520           if test $$# -gt 0; then \
521             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522               "$$@" $$unique; \
523           else \
524             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525               $$unique; \
526           fi; \
527         fi
528 ctags: ctags-recursive
529
530 CTAGS: ctags
531 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532         $(am__define_uniq_tagged_files); \
533         test -z "$(CTAGS_ARGS)$$unique" \
534           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
535              $$unique
536
537 GTAGS:
538         here=`$(am__cd) $(top_builddir) && pwd` \
539           && $(am__cd) $(top_srcdir) \
540           && gtags -i $(GTAGS_ARGS) "$$here"
541 cscopelist: cscopelist-recursive
542
543 cscopelist-am: $(am__tagged_files)
544         list='$(am__tagged_files)'; \
545         case "$(srcdir)" in \
546           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
547           *) sdir=$(subdir)/$(srcdir) ;; \
548         esac; \
549         for i in $$list; do \
550           if test -f "$$i"; then \
551             echo "$(subdir)/$$i"; \
552           else \
553             echo "$$sdir/$$i"; \
554           fi; \
555         done >> $(top_builddir)/cscope.files
556
557 distclean-tags:
558         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
559
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             $(am__make_dryrun) \
593               || test -d "$(distdir)/$$subdir" \
594               || $(MKDIR_P) "$(distdir)/$$subdir" \
595               || exit 1; \
596             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
597             $(am__relativize); \
598             new_distdir=$$reldir; \
599             dir1=$$subdir; dir2="$(top_distdir)"; \
600             $(am__relativize); \
601             new_top_distdir=$$reldir; \
602             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
603             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
604             ($(am__cd) $$subdir && \
605               $(MAKE) $(AM_MAKEFLAGS) \
606                 top_distdir="$$new_top_distdir" \
607                 distdir="$$new_distdir" \
608                 am__remove_distdir=: \
609                 am__skip_length_check=: \
610                 am__skip_mode_fix=: \
611                 distdir) \
612               || exit 1; \
613           fi; \
614         done
615 check-am: all-am
616 check: check-recursive
617 all-am: Makefile
618 installdirs: installdirs-recursive
619 installdirs-am:
620 install: install-recursive
621 install-exec: install-exec-recursive
622 install-data: install-data-recursive
623 uninstall: uninstall-recursive
624
625 install-am: all-am
626         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
627
628 installcheck: installcheck-recursive
629 install-strip:
630         if test -z '$(STRIP)'; then \
631           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
632             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
633               install; \
634         else \
635           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
636             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
637             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
638         fi
639 mostlyclean-generic:
640
641 clean-generic:
642
643 distclean-generic:
644         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
645         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
646
647 maintainer-clean-generic:
648         @echo "This command is intended for maintainers to use"
649         @echo "it deletes files that may require special tools to rebuild."
650 clean: clean-recursive
651
652 clean-am: clean-generic clean-libtool mostlyclean-am
653
654 distclean: distclean-recursive
655         -rm -f Makefile
656 distclean-am: clean-am distclean-generic distclean-tags
657
658 dvi: dvi-recursive
659
660 dvi-am:
661
662 html: html-recursive
663
664 html-am:
665
666 info: info-recursive
667
668 info-am:
669
670 install-data-am:
671
672 install-dvi: install-dvi-recursive
673
674 install-dvi-am:
675
676 install-exec-am:
677
678 install-html: install-html-recursive
679
680 install-html-am:
681
682 install-info: install-info-recursive
683
684 install-info-am:
685
686 install-man:
687
688 install-pdf: install-pdf-recursive
689
690 install-pdf-am:
691
692 install-ps: install-ps-recursive
693
694 install-ps-am:
695
696 installcheck-am:
697
698 maintainer-clean: maintainer-clean-recursive
699         -rm -f Makefile
700 maintainer-clean-am: distclean-am maintainer-clean-generic
701
702 mostlyclean: mostlyclean-recursive
703
704 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
705
706 pdf: pdf-recursive
707
708 pdf-am:
709
710 ps: ps-recursive
711
712 ps-am:
713
714 uninstall-am:
715
716 .MAKE: $(am__recursive_targets) install-am install-strip
717
718 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
719         check-am clean clean-generic clean-libtool cscopelist-am ctags \
720         ctags-am distclean distclean-generic distclean-libtool \
721         distclean-tags distdir dvi dvi-am html html-am info info-am \
722         install install-am install-data install-data-am install-dvi \
723         install-dvi-am install-exec install-exec-am install-html \
724         install-html-am install-info install-info-am install-man \
725         install-pdf install-pdf-am install-ps install-ps-am \
726         install-strip installcheck installcheck-am installdirs \
727         installdirs-am maintainer-clean maintainer-clean-generic \
728         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
729         ps ps-am tags tags-am uninstall uninstall-am
730
731
732 # Tell versions [3.59,3.63) of GNU make to not export all variables.
733 # Otherwise a system limit (for SysV at least) may be exceeded.
734 .NOEXPORT: