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