亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ltmain.sh

?? speex 1.1.12 編碼 穩定版本
?? SH
?? 第 1 頁 / 共 5 頁
字號:
	      $echo "*** shared version of the library, which you do not appear to have"	      $echo "*** because the file extensions .$libext of this argument makes me believe"	      $echo "*** that it is just a static archive that I should not used here."	    else	      $echo	      $echo "*** Warning: Linking the shared library $output against the"	      $echo "*** static library $deplib is not portable!"	      deplibs="$deplib $deplibs"	    fi	    continue	    ;;	  prog)	    if test "$pass" != link; then	      deplibs="$deplib $deplibs"	    else	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    fi	    continue	    ;;	  esac # linkmode	  ;; # *.$libext	*.lo | *.$objext)	  if test "$pass" = conv; then	    deplibs="$deplib $deplibs"	  elif test "$linkmode" = prog; then	    if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then	      # If there is no dlopen support or we're linking statically,	      # we need to preload.	      newdlprefiles="$newdlprefiles $deplib"	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    else	      newdlfiles="$newdlfiles $deplib"	    fi	  fi	  continue	  ;;	%DEPLIBS%)	  alldeplibs=yes	  continue	  ;;	esac # case $deplib	if test "$found" = yes || test -f "$lib"; then :	else	  $echo "$modename: cannot find the library \`$lib'" 1>&2	  exit $EXIT_FAILURE	fi	# Check to see that this really is a libtool archive.	if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :	else	  $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2	  exit $EXIT_FAILURE	fi	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`	test "X$ladir" = "X$lib" && ladir="."	dlname=	dlopen=	dlpreopen=	libdir=	library_names=	old_library=	# If the library was installed with an old release of libtool,	# it will not redefine variables installed, or shouldnotlink	installed=yes	shouldnotlink=no	# Read the .la file	case $lib in	*/* | *\\*) . $lib ;;	*) . ./$lib ;;	esac	if test "$linkmode,$pass" = "lib,link" ||	   test "$linkmode,$pass" = "prog,scan" ||	   { test "$linkmode" != prog && test "$linkmode" != lib; }; then	  test -n "$dlopen" && dlfiles="$dlfiles $dlopen"	  test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"	fi	if test "$pass" = conv; then	  # Only check for convenience libraries	  deplibs="$lib $deplibs"	  if test -z "$libdir"; then	    if test -z "$old_library"; then	      $echo "$modename: cannot find name of link library for \`$lib'" 1>&2	      exit $EXIT_FAILURE	    fi	    # It is a libtool convenience library, so add in its objects.	    convenience="$convenience $ladir/$objdir/$old_library"	    old_convenience="$old_convenience $ladir/$objdir/$old_library"	    tmp_libs=	    for deplib in $dependency_libs; do	      deplibs="$deplib $deplibs"              if test "X$duplicate_deps" = "Xyes" ; then	        case "$tmp_libs " in	        *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	        esac              fi	      tmp_libs="$tmp_libs $deplib"	    done	  elif test "$linkmode" != prog && test "$linkmode" != lib; then	    $echo "$modename: \`$lib' is not a convenience library" 1>&2	    exit $EXIT_FAILURE	  fi	  continue	fi # $pass = conv	# Get the name of the library we link against.	linklib=	for l in $old_library $library_names; do	  linklib="$l"	done	if test -z "$linklib"; then	  $echo "$modename: cannot find name of link library for \`$lib'" 1>&2	  exit $EXIT_FAILURE	fi	# This library was specified with -dlopen.	if test "$pass" = dlopen; then	  if test -z "$libdir"; then	    $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2	    exit $EXIT_FAILURE	  fi	  if test -z "$dlname" ||	     test "$dlopen_support" != yes ||	     test "$build_libtool_libs" = no; then	    # If there is no dlname, no dlopen support or we're linking	    # statically, we need to preload.  We also need to preload any	    # dependent libraries so libltdl's deplib preloader doesn't	    # bomb out in the load deplibs phase.	    dlprefiles="$dlprefiles $lib $dependency_libs"	  else	    newdlfiles="$newdlfiles $lib"	  fi	  continue	fi # $pass = dlopen	# We need an absolute path.	case $ladir in	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;	*)	  abs_ladir=`cd "$ladir" && pwd`	  if test -z "$abs_ladir"; then	    $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2	    $echo "$modename: passing it literally to the linker, although it might fail" 1>&2	    abs_ladir="$ladir"	  fi	  ;;	esac	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`	# Find the relevant object directory and library name.	if test "X$installed" = Xyes; then	  if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then	    $echo "$modename: warning: library \`$lib' was moved." 1>&2	    dir="$ladir"	    absdir="$abs_ladir"	    libdir="$abs_ladir"	  else	    dir="$libdir"	    absdir="$libdir"	  fi	else	  dir="$ladir/$objdir"	  absdir="$abs_ladir/$objdir"	  # Remove this search path later	  notinst_path="$notinst_path $abs_ladir"	fi # $installed = yes	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`	# This library was specified with -dlpreopen.	if test "$pass" = dlpreopen; then	  if test -z "$libdir"; then	    $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2	    exit $EXIT_FAILURE	  fi	  # Prefer using a static library (so that no silly _DYNAMIC symbols	  # are required to link).	  if test -n "$old_library"; then	    newdlprefiles="$newdlprefiles $dir/$old_library"	  # Otherwise, use the dlname, so that lt_dlopen finds it.	  elif test -n "$dlname"; then	    newdlprefiles="$newdlprefiles $dir/$dlname"	  else	    newdlprefiles="$newdlprefiles $dir/$linklib"	  fi	fi # $pass = dlpreopen	if test -z "$libdir"; then	  # Link the convenience library	  if test "$linkmode" = lib; then	    deplibs="$dir/$old_library $deplibs"	  elif test "$linkmode,$pass" = "prog,link"; then	    compile_deplibs="$dir/$old_library $compile_deplibs"	    finalize_deplibs="$dir/$old_library $finalize_deplibs"	  else	    deplibs="$lib $deplibs" # used for prog,scan pass	  fi	  continue	fi	if test "$linkmode" = prog && test "$pass" != link; then	  newlib_search_path="$newlib_search_path $ladir"	  deplibs="$lib $deplibs"	  linkalldeplibs=no	  if test "$link_all_deplibs" != no || test -z "$library_names" ||	     test "$build_libtool_libs" = no; then	    linkalldeplibs=yes	  fi	  tmp_libs=	  for deplib in $dependency_libs; do	    case $deplib in	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test	    esac	    # Need to link against all dependency_libs?	    if test "$linkalldeplibs" = yes; then	      deplibs="$deplib $deplibs"	    else	      # Need to hardcode shared library paths	      # or/and link against static libraries	      newdependency_libs="$deplib $newdependency_libs"	    fi	    if test "X$duplicate_deps" = "Xyes" ; then	      case "$tmp_libs " in	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	      esac	    fi	    tmp_libs="$tmp_libs $deplib"	  done # for deplib	  continue	fi # $linkmode = prog...	if test "$linkmode,$pass" = "prog,link"; then	  if test -n "$library_names" &&	     { test "$prefer_static_libs" = no || test -z "$old_library"; }; then	    # We need to hardcode the library path	    if test -n "$shlibpath_var"; then	      # Make sure the rpath contains only unique directories.	      case "$temp_rpath " in	      *" $dir "*) ;;	      *" $absdir "*) ;;	      *) temp_rpath="$temp_rpath $dir" ;;	      esac	    fi	    # Hardcode the library path.	    # Skip directories that are in the system default run-time	    # search path.	    case " $sys_lib_dlsearch_path " in	    *" $absdir "*) ;;	    *)	      case "$compile_rpath " in	      *" $absdir "*) ;;	      *) compile_rpath="$compile_rpath $absdir"	      esac	      ;;	    esac	    case " $sys_lib_dlsearch_path " in	    *" $libdir "*) ;;	    *)	      case "$finalize_rpath " in	      *" $libdir "*) ;;	      *) finalize_rpath="$finalize_rpath $libdir"	      esac	      ;;	    esac	  fi # $linkmode,$pass = prog,link...	  if test "$alldeplibs" = yes &&	     { test "$deplibs_check_method" = pass_all ||	       { test "$build_libtool_libs" = yes &&		 test -n "$library_names"; }; }; then	    # We only need to search for static libraries	    continue	  fi	fi	link_static=no # Whether the deplib will be linked statically	if test -n "$library_names" &&	   { test "$prefer_static_libs" = no || test -z "$old_library"; }; then	  if test "$installed" = no; then	    notinst_deplibs="$notinst_deplibs $lib"	    need_relink=yes	  fi	  # This is a shared library	  # Warn about portability, can't link against -module's on	  # some systems (darwin)	  if test "$shouldnotlink" = yes && test "$pass" = link ; then	    $echo	    if test "$linkmode" = prog; then	      $echo "*** Warning: Linking the executable $output against the loadable module"	    else	      $echo "*** Warning: Linking the shared library $output against the loadable module"	    fi	    $echo "*** $linklib is not portable!"	  fi	  if test "$linkmode" = lib &&	     test "$hardcode_into_libs" = yes; then	    # Hardcode the library path.	    # Skip directories that are in the system default run-time	    # search path.	    case " $sys_lib_dlsearch_path " in	    *" $absdir "*) ;;	    *)	      case "$compile_rpath " in	      *" $absdir "*) ;;	      *) compile_rpath="$compile_rpath $absdir"	      esac	      ;;	    esac	    case " $sys_lib_dlsearch_path " in	    *" $libdir "*) ;;	    *)	      case "$finalize_rpath " in	      *" $libdir "*) ;;	      *) finalize_rpath="$finalize_rpath $libdir"	      esac	      ;;	    esac	  fi	  if test -n "$old_archive_from_expsyms_cmds"; then	    # figure out the soname	    set dummy $library_names	    realname="$2"	    shift; shift	    libname=`eval \\$echo \"$libname_spec\"`	    # use dlname if we got it. it's perfectly good, no?	    if test -n "$dlname"; then	      soname="$dlname"	    elif test -n "$soname_spec"; then	      # bleh windows	      case $host in	      *cygwin* | mingw*)		major=`expr $current - $age`		versuffix="-$major"		;;	      esac	      eval soname=\"$soname_spec\"	    else	      soname="$realname"	    fi	    # Make a new name for the extract_expsyms_cmds to use	    soroot="$soname"	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"	    # If the library has no export list, then create one now	    if test -f "$output_objdir/$soname-def"; then :	    else	      $show "extracting exported symbol list from \`$soname'"	      save_ifs="$IFS"; IFS='~'	      cmds=$extract_expsyms_cmds	      for cmd in $cmds; do		IFS="$save_ifs"		eval cmd=\"$cmd\"		$show "$cmd"		$run eval "$cmd" || exit $?	      done	      IFS="$save_ifs"	    fi	    # Create $newlib	    if test -f "$output_objdir/$newlib"; then :; else	      $show "generating import library for \`$soname'"	      save_ifs="$IFS"; IFS='~'	      cmds=$old_archive_from_expsyms_cmds	      for cmd in $cmds; do		IFS="$save_ifs"		eval cmd=\"$cmd\"		$show "$cmd"		$run eval "$cmd" || exit $?	      done	      IFS="$save_ifs"	    fi	    # make sure the library variables are pointing to the new library	    dir=$output_objdir	    linklib=$newlib	  fi # test -n "$old_archive_from_expsyms_cmds"	  if test "$linkmode" = prog || test "$mode" != relink; then	    add_shlibpath=	    add_dir=	    add=	    lib_linked=yes	    case $hardcode_action in	    immediate | unsupported)	      if test "$hardcode_direct" = no; then		add="$dir/$linklib"		case $host in		  *-*-sco3.2v5* ) add_dir="-L$dir" ;;		  *-*-darwin* )		    # if the lib is a module then we can not link against		    # it, someone is ignoring the new warnings I added		    if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then		      $echo "** Warning, lib $linklib is a module, not a shared library"		      if test -z "$old_library" ; then		        $echo		        $echo "** And there doesn't seem to be a static archive available"		        $echo "** The link will probably fail, sorry"		      else		        add="$dir/$old_library"		      fi		    fi		esac	      elif test "$hardcode_minus_L" = no; then		case $host in		*-*-sunos*) add_shlibpath="$dir" ;;		esac		add_dir="-L$dir"		add="-l$name"	      elif test "$hardcode_shlibpath_var" = no; then		add_shlibpath="$dir"		add="-l$name"	      else		lib_linked=no	      fi	      ;;	    relink)	      if test "$hardcode_direct" = yes; then		add="$dir/$linklib"	      elif test "$hardcode_minus_L" = yes; then		add_dir="-L$dir"		# Try looking first in the location we're being installed to.		if test -n "$inst_prefix_dir"; then		  case "$libdir" in		    [\\/]*)		      add_dir="$add_dir -L$inst_prefix_dir$libdir"		      ;;		  esac		fi		add="-l$name"	      elif test "$hardcode_shlibpath_var" = yes; then		add_shlibpath="$dir"		add="-l$name"	      else		lib_linked=no	      fi	      ;;	    *) lib_linked=no ;;	    esac	    if test "$lib_linked" != yes; then	      $echo "$modename: configuration error: unsupported hardcode properties"	      exit $EXIT_FAILURE	    fi	    if test -n "$add_shlibpath"; then	      case :$compile_shlibpath: in	      *":$add_shlibpath:"*) ;;	      *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;	      esac	    fi	    if test "$linkmode" = prog; then	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"	      test -n "$add" && compile_deplibs="$add $compile_deplibs"	    else	      test -n "$add_dir" && deplibs="$add_dir $deplibs"	      test -n "$add" && deplibs="$add $deplibs"	      if test "$hardcode_direct" != yes && \		 test "$hardcode_minus_L" != yes && \		 test "$hardcode_shlibpath_var" = yes; then		case :$finalize_shlibpath: in		*":$libdir:"*) ;;		*) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;		esac	      fi	    fi	  fi	  if test "$linkmode" = prog || test "$mode" = relink; then	    add_shlibpath=	    add_dir=	    add=	    # Finalize command for both is simple: just hardcode it.	    if test "$hardcode_direct" = yes; then	      add="$libdir/$linklib"	    elif test "$hardcode_minus_L" = yes; then	      add_dir="-L$libdir"	      add="-l$name"	    elif test "$hardcode_shlibpath_var" = yes; then	      case :$finalize_shlibpath: in	      *":$libdir:"*) ;;	      *) finalize_shli

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲自拍偷拍综合| 色就色 综合激情| va亚洲va日韩不卡在线观看| 一本到不卡免费一区二区| 制服视频三区第一页精品| 国产精品二三区| 国产一区二区三区综合| 欧美日韩一区不卡| 中文字幕一区二区三中文字幕| 麻豆精品国产91久久久久久| 91高清视频免费看| 成人免费在线视频观看| 国产资源在线一区| 日韩一区二区在线免费观看| 亚洲欧美日韩国产另类专区| 国产福利一区二区三区在线视频| 欧美精品日韩一本| 亚洲自拍偷拍九九九| 成人黄色免费短视频| 久久久一区二区| 日本不卡视频在线| 在线成人av影院| 亚洲国产欧美日韩另类综合| 91丨porny丨国产| 中文字幕av一区二区三区高 | 蜜臀av性久久久久蜜臀av麻豆| 91网站黄www| 中文字幕制服丝袜成人av | 国产精品中文字幕欧美| 日韩一区二区三区四区| 视频在线观看一区| 51精品视频一区二区三区| 亚洲国产欧美在线人成| 在线亚洲一区观看| 亚洲综合丝袜美腿| 欧美亚洲精品一区| 亚洲二区在线观看| 欧美日韩视频专区在线播放| 亚洲国产毛片aaaaa无费看| 欧美性色黄大片| 亚洲福利一区二区三区| 欧美一区二区三区不卡| 色先锋久久av资源部| 日韩美女视频一区| 欧美在线观看禁18| 婷婷丁香久久五月婷婷| 日韩精品一区二区在线观看| 久久国产乱子精品免费女| 久久综合五月天婷婷伊人| 国产成人夜色高潮福利影视| 国产精品网曝门| 色美美综合视频| 亚洲成在人线在线播放| 日韩欧美一级二级三级| 国产一区二区导航在线播放| 国产片一区二区| 91麻豆免费观看| 日日骚欧美日韩| 国产视频视频一区| 色88888久久久久久影院野外| 亚洲国产美女搞黄色| 精品人伦一区二区色婷婷| 丁香天五香天堂综合| 亚洲一区二区在线播放相泽| 日韩一区二区在线看| 成人av在线网| 天堂午夜影视日韩欧美一区二区| 久久久久久夜精品精品免费| 91香蕉视频污| 蜜桃一区二区三区在线观看| 国产精品久久久久久一区二区三区 | 无码av中文一区二区三区桃花岛| 日韩欧美电影一区| 91老师国产黑色丝袜在线| 日韩va亚洲va欧美va久久| 中文字幕免费观看一区| 91精品国产91综合久久蜜臀| 粉嫩一区二区三区在线看| 天堂在线一区二区| 国产精品欧美极品| 日韩三级精品电影久久久| 不卡一区二区三区四区| 日韩国产欧美一区二区三区| 中文字幕av不卡| 肉肉av福利一精品导航| 国产精品毛片久久久久久久| 这里只有精品免费| 91丨porny丨首页| 国产一区二区三区高清播放| 亚洲一区二区欧美日韩| 国产精品美女久久久久久| 欧美变态tickle挠乳网站| 欧美性色欧美a在线播放| 丁香婷婷综合五月| 激情深爱一区二区| 视频一区二区三区入口| 亚洲久草在线视频| 国产精品毛片久久久久久| 日韩精品一区二区三区在线| 欧美日韩性生活| 色婷婷综合久久久中文一区二区| 国产大陆亚洲精品国产| 乱中年女人伦av一区二区| 亚洲成人免费观看| 亚洲丰满少妇videoshd| 一区二区三区在线视频播放| 国产精品福利一区二区三区| 欧美激情中文字幕| 欧美激情综合网| 日本一区二区三区电影| 久久久综合激的五月天| 亚洲精品一区二区三区在线观看 | 免费看黄色91| 午夜视频一区在线观看| 一区二区三区在线高清| 亚洲激情图片一区| 亚洲夂夂婷婷色拍ww47| 亚洲一区免费观看| 粉嫩一区二区三区在线看| 国产电影一区二区三区| 国产.欧美.日韩| 成人毛片视频在线观看| 成人动漫精品一区二区| 99久久99精品久久久久久| 一本到三区不卡视频| 欧美性xxxxx极品少妇| 欧美日韩国产三级| 欧美一区二区三区成人| 欧美精品一区二区三区高清aⅴ| 日韩精品在线看片z| 久久久久久久久久久黄色| 国产日韩欧美电影| 国产精品久久久久久亚洲伦| 亚洲人成网站色在线观看| 亚洲一卡二卡三卡四卡| 青青国产91久久久久久| 黄色精品一二区| 成人av网址在线| 91福利社在线观看| 日韩欧美在线123| 国产拍欧美日韩视频二区| 中文字幕亚洲精品在线观看| 亚洲综合色自拍一区| 奇米精品一区二区三区在线观看 | 欧美日韩国产高清一区二区 | 色综合久久中文综合久久97| 91久久精品一区二区二区| 国产精品久久99| 午夜精品在线看| 精品一区二区三区免费观看| 国产露脸91国语对白| 在线亚洲免费视频| 欧美xxxx在线观看| 亚洲另类春色校园小说| 日韩电影在线观看电影| 成人免费视频免费观看| 欧美猛男gaygay网站| 国产欧美一区二区精品久导航 | 亚洲精品亚洲人成人网在线播放| 日韩电影在线一区| 北条麻妃国产九九精品视频| 69成人精品免费视频| 久久精品一区二区三区不卡| 亚洲永久免费视频| 国产乱色国产精品免费视频| 在线观看视频91| 国产人久久人人人人爽| 日韩精品1区2区3区| 91伊人久久大香线蕉| 欧美成人猛片aaaaaaa| 一区二区三区精品久久久| 黄色日韩三级电影| 91精品国产色综合久久ai换脸 | 欧美电视剧免费全集观看| 一区二区三区日韩欧美精品| 国产精品综合二区| 日韩欧美一二区| 亚洲一区中文在线| 99视频在线观看一区三区| 精品久久久久久久久久久久久久久久久 | 国产99久久久国产精品潘金| 5月丁香婷婷综合| 亚洲综合999| 91免费在线播放| 国产精品全国免费观看高清| 麻豆极品一区二区三区| 欧美二区三区91| 夜夜操天天操亚洲| 99久久国产免费看| 国产精品国产精品国产专区不蜜| 国产剧情一区二区三区| www亚洲一区| 精品一区二区三区视频在线观看| 欧美丰满少妇xxxxx高潮对白| 亚洲风情在线资源站| 欧美亚洲禁片免费| 亚洲高清在线精品| 欧美老肥妇做.爰bbww视频| 亚洲国产日韩a在线播放 | 成人免费观看视频|