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