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 = common 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 ChangeLog README 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 = m4 418EXTRA_DIST = \ 419 ChangeLog \ 420 gettext.patch \ 421 glib-gen.mak gtk-doc.mak upload-doc.mak \ 422 cruft.mak release.mak win32.mak po.mak \ 423 parallel-subdirs.mak \ 424 gst-autogen.sh \ 425 check-exports \ 426 c-to-xml.py mangle-db.py scangobj-merge.py \ 427 gtk-doc-plugins.mak \ 428 plugins.xsl gstdoc-scangobj \ 429 gst.supp check.mak \ 430 coverage/lcov.mak \ 431 coverage/coverage-report.pl \ 432 coverage/coverage-report.xsl \ 433 coverage/coverage-report-entry.pl \ 434 download-translations \ 435 extract-release-date-from-doap-file \ 436 gst-indent \ 437 orc.mak 438 439all: all-recursive 440 441.SUFFIXES: 442$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 443 @for dep in $?; do \ 444 case '$(am__configure_deps)' in \ 445 *$$dep*) \ 446 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 447 && { if test -f $@; then exit 0; else break; fi; }; \ 448 exit 1;; \ 449 esac; \ 450 done; \ 451 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \ 452 $(am__cd) $(top_srcdir) && \ 453 $(AUTOMAKE) --gnu common/Makefile 454Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 455 @case '$?' in \ 456 *config.status*) \ 457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 458 *) \ 459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 461 esac; 462 463$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 465 466$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 467 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 468$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 470$(am__aclocal_m4_deps): 471 472mostlyclean-libtool: 473 -rm -f *.lo 474 475clean-libtool: 476 -rm -rf .libs _libs 477 478# This directory's subdirectories are mostly independent; you can cd 479# into them and run 'make' without going through this Makefile. 480# To change the values of 'make' variables: instead of editing Makefiles, 481# (1) if the variable is set in 'config.status', edit 'config.status' 482# (which will cause the Makefiles to be regenerated when you run 'make'); 483# (2) otherwise, pass the desired values on the 'make' command line. 484$(am__recursive_targets): 485 @fail=; \ 486 if $(am__make_keepgoing); then \ 487 failcom='fail=yes'; \ 488 else \ 489 failcom='exit 1'; \ 490 fi; \ 491 dot_seen=no; \ 492 target=`echo $@ | sed s/-recursive//`; \ 493 case "$@" in \ 494 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 495 *) list='$(SUBDIRS)' ;; \ 496 esac; \ 497 for subdir in $$list; do \ 498 echo "Making $$target in $$subdir"; \ 499 if test "$$subdir" = "."; then \ 500 dot_seen=yes; \ 501 local_target="$$target-am"; \ 502 else \ 503 local_target="$$target"; \ 504 fi; \ 505 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 506 || eval $$failcom; \ 507 done; \ 508 if test "$$dot_seen" = "no"; then \ 509 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 510 fi; test -z "$$fail" 511 512ID: $(am__tagged_files) 513 $(am__define_uniq_tagged_files); mkid -fID $$unique 514tags: tags-recursive 515TAGS: tags 516 517tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 518 set x; \ 519 here=`pwd`; \ 520 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 521 include_option=--etags-include; \ 522 empty_fix=.; \ 523 else \ 524 include_option=--include; \ 525 empty_fix=; \ 526 fi; \ 527 list='$(SUBDIRS)'; for subdir in $$list; do \ 528 if test "$$subdir" = .; then :; else \ 529 test ! -f $$subdir/TAGS || \ 530 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 531 fi; \ 532 done; \ 533 $(am__define_uniq_tagged_files); \ 534 shift; \ 535 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 536 test -n "$$unique" || unique=$$empty_fix; \ 537 if test $$# -gt 0; then \ 538 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 539 "$$@" $$unique; \ 540 else \ 541 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 542 $$unique; \ 543 fi; \ 544 fi 545ctags: ctags-recursive 546 547CTAGS: ctags 548ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 549 $(am__define_uniq_tagged_files); \ 550 test -z "$(CTAGS_ARGS)$$unique" \ 551 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 552 $$unique 553 554GTAGS: 555 here=`$(am__cd) $(top_builddir) && pwd` \ 556 && $(am__cd) $(top_srcdir) \ 557 && gtags -i $(GTAGS_ARGS) "$$here" 558cscopelist: cscopelist-recursive 559 560cscopelist-am: $(am__tagged_files) 561 list='$(am__tagged_files)'; \ 562 case "$(srcdir)" in \ 563 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 564 *) sdir=$(subdir)/$(srcdir) ;; \ 565 esac; \ 566 for i in $$list; do \ 567 if test -f "$$i"; then \ 568 echo "$(subdir)/$$i"; \ 569 else \ 570 echo "$$sdir/$$i"; \ 571 fi; \ 572 done >> $(top_builddir)/cscope.files 573 574distclean-tags: 575 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 576 577distdir: $(BUILT_SOURCES) 578 $(MAKE) $(AM_MAKEFLAGS) distdir-am 579 580distdir-am: $(DISTFILES) 581 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 582 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 583 list='$(DISTFILES)'; \ 584 dist_files=`for file in $$list; do echo $$file; done | \ 585 sed -e "s|^$$srcdirstrip/||;t" \ 586 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 587 case $$dist_files in \ 588 */*) $(MKDIR_P) `echo "$$dist_files" | \ 589 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 590 sort -u` ;; \ 591 esac; \ 592 for file in $$dist_files; do \ 593 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 594 if test -d $$d/$$file; then \ 595 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 596 if test -d "$(distdir)/$$file"; then \ 597 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 598 fi; \ 599 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 600 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 601 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 602 fi; \ 603 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 604 else \ 605 test -f "$(distdir)/$$file" \ 606 || cp -p $$d/$$file "$(distdir)/$$file" \ 607 || exit 1; \ 608 fi; \ 609 done 610 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 611 if test "$$subdir" = .; then :; else \ 612 $(am__make_dryrun) \ 613 || test -d "$(distdir)/$$subdir" \ 614 || $(MKDIR_P) "$(distdir)/$$subdir" \ 615 || exit 1; \ 616 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 617 $(am__relativize); \ 618 new_distdir=$$reldir; \ 619 dir1=$$subdir; dir2="$(top_distdir)"; \ 620 $(am__relativize); \ 621 new_top_distdir=$$reldir; \ 622 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 623 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 624 ($(am__cd) $$subdir && \ 625 $(MAKE) $(AM_MAKEFLAGS) \ 626 top_distdir="$$new_top_distdir" \ 627 distdir="$$new_distdir" \ 628 am__remove_distdir=: \ 629 am__skip_length_check=: \ 630 am__skip_mode_fix=: \ 631 distdir) \ 632 || exit 1; \ 633 fi; \ 634 done 635check-am: all-am 636check: check-recursive 637all-am: Makefile 638installdirs: installdirs-recursive 639installdirs-am: 640install: install-recursive 641install-exec: install-exec-recursive 642install-data: install-data-recursive 643uninstall: uninstall-recursive 644 645install-am: all-am 646 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 647 648installcheck: installcheck-recursive 649install-strip: 650 if test -z '$(STRIP)'; then \ 651 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 652 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 653 install; \ 654 else \ 655 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 656 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 657 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 658 fi 659mostlyclean-generic: 660 661clean-generic: 662 663distclean-generic: 664 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 665 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 666 667maintainer-clean-generic: 668 @echo "This command is intended for maintainers to use" 669 @echo "it deletes files that may require special tools to rebuild." 670clean: clean-recursive 671 672clean-am: clean-generic clean-libtool mostlyclean-am 673 674distclean: distclean-recursive 675 -rm -f Makefile 676distclean-am: clean-am distclean-generic distclean-tags 677 678dvi: dvi-recursive 679 680dvi-am: 681 682html: html-recursive 683 684html-am: 685 686info: info-recursive 687 688info-am: 689 690install-data-am: 691 692install-dvi: install-dvi-recursive 693 694install-dvi-am: 695 696install-exec-am: 697 698install-html: install-html-recursive 699 700install-html-am: 701 702install-info: install-info-recursive 703 704install-info-am: 705 706install-man: 707 708install-pdf: install-pdf-recursive 709 710install-pdf-am: 711 712install-ps: install-ps-recursive 713 714install-ps-am: 715 716installcheck-am: 717 718maintainer-clean: maintainer-clean-recursive 719 -rm -f Makefile 720maintainer-clean-am: distclean-am maintainer-clean-generic 721 722mostlyclean: mostlyclean-recursive 723 724mostlyclean-am: mostlyclean-generic mostlyclean-libtool 725 726pdf: pdf-recursive 727 728pdf-am: 729 730ps: ps-recursive 731 732ps-am: 733 734uninstall-am: 735 736.MAKE: $(am__recursive_targets) install-am install-strip 737 738.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 739 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 740 ctags-am distclean distclean-generic distclean-libtool \ 741 distclean-tags distdir dvi dvi-am html html-am info info-am \ 742 install install-am install-data install-data-am install-dvi \ 743 install-dvi-am install-exec install-exec-am install-html \ 744 install-html-am install-info install-info-am install-man \ 745 install-pdf install-pdf-am install-ps install-ps-am \ 746 install-strip installcheck installcheck-am installdirs \ 747 installdirs-am maintainer-clean maintainer-clean-generic \ 748 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 749 ps ps-am tags tags-am uninstall uninstall-am 750 751.PRECIOUS: Makefile 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: 757