Initial release including wifi display based on gst-rtsp-server-1.4.1
[platform/upstream/gstreamer.git] / common / 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 = common
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ChangeLog \
83         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 =
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 DIST_SUBDIRS = $(SUBDIRS)
168 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169 am__relativize = \
170   dir0=`pwd`; \
171   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
172   sed_rest='s,^[^/]*/*,,'; \
173   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
174   sed_butlast='s,/*[^/]*$$,,'; \
175   while test -n "$$dir1"; do \
176     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
177     if test "$$first" != "."; then \
178       if test "$$first" = ".."; then \
179         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
180         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
181       else \
182         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
183         if test "$$first2" = "$$first"; then \
184           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
185         else \
186           dir2="../$$dir2"; \
187         fi; \
188         dir0="$$dir0"/"$$first"; \
189       fi; \
190     fi; \
191     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
192   done; \
193   reldir="$$dir2"
194 ACLOCAL = @ACLOCAL@
195 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
196 AMTAR = @AMTAR@
197 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
198 AR = @AR@
199 AS = @AS@
200 AUTOCONF = @AUTOCONF@
201 AUTOHEADER = @AUTOHEADER@
202 AUTOMAKE = @AUTOMAKE@
203 AWK = @AWK@
204 CAT_ENTRY_END = @CAT_ENTRY_END@
205 CAT_ENTRY_START = @CAT_ENTRY_START@
206 CC = @CC@
207 CCAS = @CCAS@
208 CCASDEPMODE = @CCASDEPMODE@
209 CCASFLAGS = @CCASFLAGS@
210 CCDEPMODE = @CCDEPMODE@
211 CFLAGS = @CFLAGS@
212 CPP = @CPP@
213 CPPFLAGS = @CPPFLAGS@
214 CXXFLAGS = @CXXFLAGS@
215 CYGPATH_W = @CYGPATH_W@
216 DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
217 DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
218 DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
219 DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
220 DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
221 DEFS = @DEFS@
222 DEPDIR = @DEPDIR@
223 DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
224 DLLTOOL = @DLLTOOL@
225 DOCBOOK_ROOT = @DOCBOOK_ROOT@
226 DSYMUTIL = @DSYMUTIL@
227 DUMPBIN = @DUMPBIN@
228 ECHO_C = @ECHO_C@
229 ECHO_N = @ECHO_N@
230 ECHO_T = @ECHO_T@
231 EGREP = @EGREP@
232 ERROR_CFLAGS = @ERROR_CFLAGS@
233 EXEEXT = @EXEEXT@
234 FFLAGS = @FFLAGS@
235 FGREP = @FGREP@
236 GCOV = @GCOV@
237 GCOV_CFLAGS = @GCOV_CFLAGS@
238 GCOV_LIBS = @GCOV_LIBS@
239 GIO_CFLAGS = @GIO_CFLAGS@
240 GIO_LDFLAGS = @GIO_LDFLAGS@
241 GIO_LIBS = @GIO_LIBS@
242 GLIB_CFLAGS = @GLIB_CFLAGS@
243 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
244 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
245 GLIB_LIBS = @GLIB_LIBS@
246 GLIB_MKENUMS = @GLIB_MKENUMS@
247 GLIB_REQ = @GLIB_REQ@
248 GREP = @GREP@
249 GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
250 GSTPD_PLUGINS_DIR = @GSTPD_PLUGINS_DIR@
251 GSTPG_PLUGINS_DIR = @GSTPG_PLUGINS_DIR@
252 GST_AGE = @GST_AGE@
253 GST_ALL_CFLAGS = @GST_ALL_CFLAGS@
254 GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
255 GST_ALL_LIBS = @GST_ALL_LIBS@
256 GST_API_VERSION = @GST_API_VERSION@
257 GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
258 GST_BASE_LIBS = @GST_BASE_LIBS@
259 GST_CFLAGS = @GST_CFLAGS@
260 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
261 GST_CHECK_LIBS = @GST_CHECK_LIBS@
262 GST_CURRENT = @GST_CURRENT@
263 GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
264 GST_LIBS = @GST_LIBS@
265 GST_LIBVERSION = @GST_LIBVERSION@
266 GST_LIB_LDFLAGS = @GST_LIB_LDFLAGS@
267 GST_LICENSE = @GST_LICENSE@
268 GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
269 GST_OBJ_CFLAGS = @GST_OBJ_CFLAGS@
270 GST_OBJ_LIBS = @GST_OBJ_LIBS@
271 GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
272 GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
273 GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
274 GST_PKG_CONFIG_PATH = @GST_PKG_CONFIG_PATH@
275 GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
276 GST_PLUGINS_BAD_DIR = @GST_PLUGINS_BAD_DIR@
277 GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
278 GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
279 GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
280 GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
281 GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
282 GST_PLUGINS_GOOD_CFLAGS = @GST_PLUGINS_GOOD_CFLAGS@
283 GST_PLUGINS_GOOD_DIR = @GST_PLUGINS_GOOD_DIR@
284 GST_PLUGINS_GOOD_LIBS = @GST_PLUGINS_GOOD_LIBS@
285 GST_REVISION = @GST_REVISION@
286 GST_TOOLS_DIR = @GST_TOOLS_DIR@
287 GTKDOC_CHECK = @GTKDOC_CHECK@
288 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
289 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
290 GTKDOC_MKPDF = @GTKDOC_MKPDF@
291 GTKDOC_REBASE = @GTKDOC_REBASE@
292 HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
293 HAVE_DVIPS = @HAVE_DVIPS@
294 HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
295 HAVE_JADETEX = @HAVE_JADETEX@
296 HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
297 HAVE_PNMTOPS = @HAVE_PNMTOPS@
298 HAVE_PS2PDF = @HAVE_PS2PDF@
299 HAVE_XMLLINT = @HAVE_XMLLINT@
300 HAVE_XSLTPROC = @HAVE_XSLTPROC@
301 HTML_DIR = @HTML_DIR@
302 INSTALL = @INSTALL@
303 INSTALL_DATA = @INSTALL_DATA@
304 INSTALL_PROGRAM = @INSTALL_PROGRAM@
305 INSTALL_SCRIPT = @INSTALL_SCRIPT@
306 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
307 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
308 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
309 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
310 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
311 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
312 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
313 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
314 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
315 LD = @LD@
316 LDFLAGS = @LDFLAGS@
317 LIBCGROUP_CFLAGS = @LIBCGROUP_CFLAGS@
318 LIBCGROUP_LIBS = @LIBCGROUP_LIBS@
319 LIBOBJS = @LIBOBJS@
320 LIBS = @LIBS@
321 LIBTOOL = @LIBTOOL@
322 LIPO = @LIPO@
323 LN_S = @LN_S@
324 LTLIBOBJS = @LTLIBOBJS@
325 MAINT = @MAINT@
326 MAKEINFO = @MAKEINFO@
327 MANIFEST_TOOL = @MANIFEST_TOOL@
328 MKDIR_P = @MKDIR_P@
329 NM = @NM@
330 NMEDIT = @NMEDIT@
331 OBJDUMP = @OBJDUMP@
332 OBJEXT = @OBJEXT@
333 OTOOL = @OTOOL@
334 OTOOL64 = @OTOOL64@
335 PACKAGE = @PACKAGE@
336 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
337 PACKAGE_NAME = @PACKAGE_NAME@
338 PACKAGE_STRING = @PACKAGE_STRING@
339 PACKAGE_TARNAME = @PACKAGE_TARNAME@
340 PACKAGE_URL = @PACKAGE_URL@
341 PACKAGE_VERSION = @PACKAGE_VERSION@
342 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
343 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
344 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
345 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
346 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
347 PATH_SEPARATOR = @PATH_SEPARATOR@
348 PKG_CONFIG = @PKG_CONFIG@
349 PLUGINDIR = @PLUGINDIR@
350 PROFILE_CFLAGS = @PROFILE_CFLAGS@
351 RANLIB = @RANLIB@
352 SED = @SED@
353 SET_MAKE = @SET_MAKE@
354 SHELL = @SHELL@
355 STRIP = @STRIP@
356 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
357 VALGRIND_LIBS = @VALGRIND_LIBS@
358 VALGRIND_PATH = @VALGRIND_PATH@
359 VERSION = @VERSION@
360 WARNING_CFLAGS = @WARNING_CFLAGS@
361 XML_CATALOG = @XML_CATALOG@
362 XSLTPROC = @XSLTPROC@
363 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
371 am__include = @am__include@
372 am__leading_dot = @am__leading_dot@
373 am__quote = @am__quote@
374 am__tar = @am__tar@
375 am__untar = @am__untar@
376 bindir = @bindir@
377 build = @build@
378 build_alias = @build_alias@
379 build_cpu = @build_cpu@
380 build_os = @build_os@
381 build_vendor = @build_vendor@
382 builddir = @builddir@
383 datadir = @datadir@
384 datarootdir = @datarootdir@
385 docdir = @docdir@
386 dvidir = @dvidir@
387 exec_prefix = @exec_prefix@
388 host = @host@
389 host_alias = @host_alias@
390 host_cpu = @host_cpu@
391 host_os = @host_os@
392 host_vendor = @host_vendor@
393 htmldir = @htmldir@
394 includedir = @includedir@
395 infodir = @infodir@
396 install_sh = @install_sh@
397 libdir = @libdir@
398 libexecdir = @libexecdir@
399 localedir = @localedir@
400 localstatedir = @localstatedir@
401 mandir = @mandir@
402 mkdir_p = @mkdir_p@
403 oldincludedir = @oldincludedir@
404 pdfdir = @pdfdir@
405 plugindir = @plugindir@
406 prefix = @prefix@
407 program_transform_name = @program_transform_name@
408 psdir = @psdir@
409 sbindir = @sbindir@
410 sharedstatedir = @sharedstatedir@
411 srcdir = @srcdir@
412 sysconfdir = @sysconfdir@
413 target = @target@
414 target_alias = @target_alias@
415 target_cpu = @target_cpu@
416 target_os = @target_os@
417 target_vendor = @target_vendor@
418 top_build_prefix = @top_build_prefix@
419 top_builddir = @top_builddir@
420 top_srcdir = @top_srcdir@
421 SUBDIRS = m4
422 EXTRA_DIST = \
423         ChangeLog \
424         gettext.patch \
425         glib-gen.mak gtk-doc.mak upload-doc.mak \
426         cruft.mak release.mak win32.mak po.mak \
427         parallel-subdirs.mak \
428         gst-autogen.sh \
429         check-exports \
430         c-to-xml.py mangle-tmpl.py scangobj-merge.py \
431         gtk-doc-plugins.mak \
432         plugins.xsl gstdoc-scangobj \
433         gst.supp check.mak \
434         coverage/lcov.mak \
435         coverage/coverage-report.pl \
436         coverage/coverage-report.xsl \
437         coverage/coverage-report-entry.pl \
438         download-translations \
439         extract-release-date-from-doap-file \
440         gst-indent \
441         orc.mak
442
443 all: all-recursive
444
445 .SUFFIXES:
446 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
447         @for dep in $?; do \
448           case '$(am__configure_deps)' in \
449             *$$dep*) \
450               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
451                 && { if test -f $@; then exit 0; else break; fi; }; \
452               exit 1;; \
453           esac; \
454         done; \
455         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
456         $(am__cd) $(top_srcdir) && \
457           $(AUTOMAKE) --gnu common/Makefile
458 .PRECIOUS: Makefile
459 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460         @case '$?' in \
461           *config.status*) \
462             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
463           *) \
464             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
465             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
466         esac;
467
468 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
469         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470
471 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
472         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
474         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 $(am__aclocal_m4_deps):
476
477 mostlyclean-libtool:
478         -rm -f *.lo
479
480 clean-libtool:
481         -rm -rf .libs _libs
482
483 # This directory's subdirectories are mostly independent; you can cd
484 # into them and run 'make' without going through this Makefile.
485 # To change the values of 'make' variables: instead of editing Makefiles,
486 # (1) if the variable is set in 'config.status', edit 'config.status'
487 #     (which will cause the Makefiles to be regenerated when you run 'make');
488 # (2) otherwise, pass the desired values on the 'make' command line.
489 $(am__recursive_targets):
490         @fail=; \
491         if $(am__make_keepgoing); then \
492           failcom='fail=yes'; \
493         else \
494           failcom='exit 1'; \
495         fi; \
496         dot_seen=no; \
497         target=`echo $@ | sed s/-recursive//`; \
498         case "$@" in \
499           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
500           *) list='$(SUBDIRS)' ;; \
501         esac; \
502         for subdir in $$list; do \
503           echo "Making $$target in $$subdir"; \
504           if test "$$subdir" = "."; then \
505             dot_seen=yes; \
506             local_target="$$target-am"; \
507           else \
508             local_target="$$target"; \
509           fi; \
510           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
511           || eval $$failcom; \
512         done; \
513         if test "$$dot_seen" = "no"; then \
514           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
515         fi; test -z "$$fail"
516
517 ID: $(am__tagged_files)
518         $(am__define_uniq_tagged_files); mkid -fID $$unique
519 tags: tags-recursive
520 TAGS: tags
521
522 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523         set x; \
524         here=`pwd`; \
525         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
526           include_option=--etags-include; \
527           empty_fix=.; \
528         else \
529           include_option=--include; \
530           empty_fix=; \
531         fi; \
532         list='$(SUBDIRS)'; for subdir in $$list; do \
533           if test "$$subdir" = .; then :; else \
534             test ! -f $$subdir/TAGS || \
535               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
536           fi; \
537         done; \
538         $(am__define_uniq_tagged_files); \
539         shift; \
540         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
541           test -n "$$unique" || unique=$$empty_fix; \
542           if test $$# -gt 0; then \
543             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544               "$$@" $$unique; \
545           else \
546             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547               $$unique; \
548           fi; \
549         fi
550 ctags: ctags-recursive
551
552 CTAGS: ctags
553 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
554         $(am__define_uniq_tagged_files); \
555         test -z "$(CTAGS_ARGS)$$unique" \
556           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
557              $$unique
558
559 GTAGS:
560         here=`$(am__cd) $(top_builddir) && pwd` \
561           && $(am__cd) $(top_srcdir) \
562           && gtags -i $(GTAGS_ARGS) "$$here"
563 cscopelist: cscopelist-recursive
564
565 cscopelist-am: $(am__tagged_files)
566         list='$(am__tagged_files)'; \
567         case "$(srcdir)" in \
568           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
569           *) sdir=$(subdir)/$(srcdir) ;; \
570         esac; \
571         for i in $$list; do \
572           if test -f "$$i"; then \
573             echo "$(subdir)/$$i"; \
574           else \
575             echo "$$sdir/$$i"; \
576           fi; \
577         done >> $(top_builddir)/cscope.files
578
579 distclean-tags:
580         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
581
582 distdir: $(DISTFILES)
583         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585         list='$(DISTFILES)'; \
586           dist_files=`for file in $$list; do echo $$file; done | \
587           sed -e "s|^$$srcdirstrip/||;t" \
588               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
589         case $$dist_files in \
590           */*) $(MKDIR_P) `echo "$$dist_files" | \
591                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
592                            sort -u` ;; \
593         esac; \
594         for file in $$dist_files; do \
595           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596           if test -d $$d/$$file; then \
597             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
598             if test -d "$(distdir)/$$file"; then \
599               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600             fi; \
601             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
602               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
603               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604             fi; \
605             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
606           else \
607             test -f "$(distdir)/$$file" \
608             || cp -p $$d/$$file "$(distdir)/$$file" \
609             || exit 1; \
610           fi; \
611         done
612         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
613           if test "$$subdir" = .; then :; else \
614             $(am__make_dryrun) \
615               || test -d "$(distdir)/$$subdir" \
616               || $(MKDIR_P) "$(distdir)/$$subdir" \
617               || exit 1; \
618             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
619             $(am__relativize); \
620             new_distdir=$$reldir; \
621             dir1=$$subdir; dir2="$(top_distdir)"; \
622             $(am__relativize); \
623             new_top_distdir=$$reldir; \
624             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
625             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
626             ($(am__cd) $$subdir && \
627               $(MAKE) $(AM_MAKEFLAGS) \
628                 top_distdir="$$new_top_distdir" \
629                 distdir="$$new_distdir" \
630                 am__remove_distdir=: \
631                 am__skip_length_check=: \
632                 am__skip_mode_fix=: \
633                 distdir) \
634               || exit 1; \
635           fi; \
636         done
637 check-am: all-am
638 check: check-recursive
639 all-am: Makefile
640 installdirs: installdirs-recursive
641 installdirs-am:
642 install: install-recursive
643 install-exec: install-exec-recursive
644 install-data: install-data-recursive
645 uninstall: uninstall-recursive
646
647 install-am: all-am
648         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
649
650 installcheck: installcheck-recursive
651 install-strip:
652         if test -z '$(STRIP)'; then \
653           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
654             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
655               install; \
656         else \
657           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
658             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
659             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
660         fi
661 mostlyclean-generic:
662
663 clean-generic:
664
665 distclean-generic:
666         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
667         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
668
669 maintainer-clean-generic:
670         @echo "This command is intended for maintainers to use"
671         @echo "it deletes files that may require special tools to rebuild."
672 clean: clean-recursive
673
674 clean-am: clean-generic clean-libtool mostlyclean-am
675
676 distclean: distclean-recursive
677         -rm -f Makefile
678 distclean-am: clean-am distclean-generic distclean-tags
679
680 dvi: dvi-recursive
681
682 dvi-am:
683
684 html: html-recursive
685
686 html-am:
687
688 info: info-recursive
689
690 info-am:
691
692 install-data-am:
693
694 install-dvi: install-dvi-recursive
695
696 install-dvi-am:
697
698 install-exec-am:
699
700 install-html: install-html-recursive
701
702 install-html-am:
703
704 install-info: install-info-recursive
705
706 install-info-am:
707
708 install-man:
709
710 install-pdf: install-pdf-recursive
711
712 install-pdf-am:
713
714 install-ps: install-ps-recursive
715
716 install-ps-am:
717
718 installcheck-am:
719
720 maintainer-clean: maintainer-clean-recursive
721         -rm -f Makefile
722 maintainer-clean-am: distclean-am maintainer-clean-generic
723
724 mostlyclean: mostlyclean-recursive
725
726 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
727
728 pdf: pdf-recursive
729
730 pdf-am:
731
732 ps: ps-recursive
733
734 ps-am:
735
736 uninstall-am:
737
738 .MAKE: $(am__recursive_targets) install-am install-strip
739
740 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
741         check-am clean clean-generic clean-libtool cscopelist-am ctags \
742         ctags-am distclean distclean-generic distclean-libtool \
743         distclean-tags distdir dvi dvi-am html html-am info info-am \
744         install install-am install-data install-data-am install-dvi \
745         install-dvi-am install-exec install-exec-am install-html \
746         install-html-am install-info install-info-am install-man \
747         install-pdf install-pdf-am install-ps install-ps-am \
748         install-strip installcheck installcheck-am installdirs \
749         installdirs-am maintainer-clean maintainer-clean-generic \
750         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
751         ps ps-am tags tags-am uninstall uninstall-am
752
753
754 # Tell versions [3.59,3.63) of GNU make to not export all variables.
755 # Otherwise a system limit (for SysV at least) may be exceeded.
756 .NOEXPORT: