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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? ltmain.sh

?? Ilibc 語(yǔ)音編解碼庫(kù)算法。語(yǔ)音質(zhì)量高。接口簡(jiǎn)單。
?? SH
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
# Name of the non-PIC object.non_pic_object='$objname'EOF    else      # Append the name of the non-PIC object the libtool object file.      # Only append if the libtool object file exists.      test -z "$run" && cat >> ${libobj}T <<EOF# Name of the non-PIC object.non_pic_object=noneEOF    fi    $run $mv "${libobj}T" "${libobj}"    # Unlock the critical section if it was locked    if test "$need_locks" != no; then      $run $rm "$lockfile"    fi    exit $EXIT_SUCCESS    ;;  # libtool link mode  link | relink)    modename="$modename: link"    case $host in    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)      # It is impossible to link a dll without this setting, and      # we shouldn't force the makefile maintainer to figure out      # which system we are compiling for in order to pass an extra      # flag for every libtool invocation.      # allow_undefined=no      # FIXME: Unfortunately, there are problems with the above when trying      # to make a dll which has undefined symbols, in which case not      # even a static library is built.  For now, we need to specify      # -no-undefined on the libtool link line when we can be certain      # that all symbols are satisfied, otherwise we get a static library.      allow_undefined=yes      ;;    *)      allow_undefined=yes      ;;    esac    libtool_args="$nonopt"    base_compile="$nonopt $@"    compile_command="$nonopt"    finalize_command="$nonopt"    compile_rpath=    finalize_rpath=    compile_shlibpath=    finalize_shlibpath=    convenience=    old_convenience=    deplibs=    old_deplibs=    compiler_flags=    linker_flags=    dllsearchpath=    lib_search_path=`pwd`    inst_prefix_dir=    avoid_version=no    dlfiles=    dlprefiles=    dlself=no    export_dynamic=no    export_symbols=    export_symbols_regex=    generated=    libobjs=    ltlibs=    module=no    no_install=no    objs=    non_pic_objects=    precious_files_regex=    prefer_static_libs=no    preload=no    prev=    prevarg=    release=    rpath=    xrpath=    perm_rpath=    temp_rpath=    thread_safe=no    vinfo=    vinfo_number=no    func_infer_tag $base_compile    # We need to know -static, to get the right output filenames.    for arg    do      case $arg in      -all-static | -static)	if test "X$arg" = "X-all-static"; then	  if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then	    $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2	  fi	  if test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	else	  if test -z "$pic_flag" && test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	fi	build_libtool_libs=no	build_old_libs=yes	prefer_static_libs=yes	break	;;      esac    done    # See if our shared archives depend on static archives.    test -n "$old_archive_from_new_cmds" && build_old_libs=yes    # Go through the arguments, transforming them on the way.    while test "$#" -gt 0; do      arg="$1"      shift      case $arg in      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test	;;      *) qarg=$arg ;;      esac      libtool_args="$libtool_args $qarg"      # If the previous option needs an argument, assign it.      if test -n "$prev"; then	case $prev in	output)	  compile_command="$compile_command @OUTPUT@"	  finalize_command="$finalize_command @OUTPUT@"	  ;;	esac	case $prev in	dlfiles|dlprefiles)	  if test "$preload" = no; then	    # Add the symbol object into the linking commands.	    compile_command="$compile_command @SYMFILE@"	    finalize_command="$finalize_command @SYMFILE@"	    preload=yes	  fi	  case $arg in	  *.la | *.lo) ;;  # We handle these cases below.	  force)	    if test "$dlself" = no; then	      dlself=needless	      export_dynamic=yes	    fi	    prev=	    continue	    ;;	  self)	    if test "$prev" = dlprefiles; then	      dlself=yes	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then	      dlself=yes	    else	      dlself=needless	      export_dynamic=yes	    fi	    prev=	    continue	    ;;	  *)	    if test "$prev" = dlfiles; then	      dlfiles="$dlfiles $arg"	    else	      dlprefiles="$dlprefiles $arg"	    fi	    prev=	    continue	    ;;	  esac	  ;;	expsyms)	  export_symbols="$arg"	  if test ! -f "$arg"; then	    $echo "$modename: symbol file \`$arg' does not exist"	    exit $EXIT_FAILURE	  fi	  prev=	  continue	  ;;	expsyms_regex)	  export_symbols_regex="$arg"	  prev=	  continue	  ;;	inst_prefix)	  inst_prefix_dir="$arg"	  prev=	  continue	  ;;	precious_regex)	  precious_files_regex="$arg"	  prev=	  continue	  ;;	release)	  release="-$arg"	  prev=	  continue	  ;;	objectlist)	  if test -f "$arg"; then	    save_arg=$arg	    moreargs=	    for fil in `cat $save_arg`	    do#	      moreargs="$moreargs $fil"	      arg=$fil	      # A libtool-controlled object.	      # Check to see that this really is a libtool object.	      if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then		pic_object=		non_pic_object=		# Read the .lo file		# If there is no directory component, then add one.		case $arg in		*/* | *\\*) . $arg ;;		*) . ./$arg ;;		esac		if test -z "$pic_object" || \		   test -z "$non_pic_object" ||		   test "$pic_object" = none && \		   test "$non_pic_object" = none; then		  $echo "$modename: cannot find name of object for \`$arg'" 1>&2		  exit $EXIT_FAILURE		fi		# Extract subdirectory from the argument.		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`		if test "X$xdir" = "X$arg"; then		  xdir=		else		  xdir="$xdir/"		fi		if test "$pic_object" != none; then		  # Prepend the subdirectory the object is found in.		  pic_object="$xdir$pic_object"		  if test "$prev" = dlfiles; then		    if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then		      dlfiles="$dlfiles $pic_object"		      prev=		      continue		    else		      # If libtool objects are unsupported, then we need to preload.		      prev=dlprefiles		    fi		  fi		  # CHECK ME:  I think I busted this.  -Ossama		  if test "$prev" = dlprefiles; then		    # Preload the old-style object.		    dlprefiles="$dlprefiles $pic_object"		    prev=		  fi		  # A PIC object.		  libobjs="$libobjs $pic_object"		  arg="$pic_object"		fi		# Non-PIC object.		if test "$non_pic_object" != none; then		  # Prepend the subdirectory the object is found in.		  non_pic_object="$xdir$non_pic_object"		  # A standard non-PIC object		  non_pic_objects="$non_pic_objects $non_pic_object"		  if test -z "$pic_object" || test "$pic_object" = none ; then		    arg="$non_pic_object"		  fi		fi	      else		# Only an error if not doing a dry-run.		if test -z "$run"; then		  $echo "$modename: \`$arg' is not a valid libtool object" 1>&2		  exit $EXIT_FAILURE		else		  # Dry-run case.		  # Extract subdirectory from the argument.		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`		  if test "X$xdir" = "X$arg"; then		    xdir=		  else		    xdir="$xdir/"		  fi		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`		  libobjs="$libobjs $pic_object"		  non_pic_objects="$non_pic_objects $non_pic_object"		fi	      fi	    done	  else	    $echo "$modename: link input file \`$save_arg' does not exist"	    exit $EXIT_FAILURE	  fi	  arg=$save_arg	  prev=	  continue	  ;;	rpath | xrpath)	  # We need an absolute path.	  case $arg in	  [\\/]* | [A-Za-z]:[\\/]*) ;;	  *)	    $echo "$modename: only absolute run-paths are allowed" 1>&2	    exit $EXIT_FAILURE	    ;;	  esac	  if test "$prev" = rpath; then	    case "$rpath " in	    *" $arg "*) ;;	    *) rpath="$rpath $arg" ;;	    esac	  else	    case "$xrpath " in	    *" $arg "*) ;;	    *) xrpath="$xrpath $arg" ;;	    esac	  fi	  prev=	  continue	  ;;	xcompiler)	  compiler_flags="$compiler_flags $qarg"	  prev=	  compile_command="$compile_command $qarg"	  finalize_command="$finalize_command $qarg"	  continue	  ;;	xlinker)	  linker_flags="$linker_flags $qarg"	  compiler_flags="$compiler_flags $wl$qarg"	  prev=	  compile_command="$compile_command $wl$qarg"	  finalize_command="$finalize_command $wl$qarg"	  continue	  ;;	xcclinker)	  linker_flags="$linker_flags $qarg"	  compiler_flags="$compiler_flags $qarg"	  prev=	  compile_command="$compile_command $qarg"	  finalize_command="$finalize_command $qarg"	  continue	  ;;	shrext)  	  shrext_cmds="$arg"	  prev=	  continue	  ;;        darwin_framework)	  compiler_flags="$compiler_flags $arg"	  compile_command="$compile_command $arg"	  finalize_command="$finalize_command $arg"	  prev=	  continue	  ;;	*)	  eval "$prev=\"\$arg\""	  prev=	  continue	  ;;	esac      fi # test -n "$prev"      prevarg="$arg"      case $arg in      -all-static)	if test -n "$link_static_flag"; then	  compile_command="$compile_command $link_static_flag"	  finalize_command="$finalize_command $link_static_flag"	fi	continue	;;      -allow-undefined)	# FIXME: remove this flag sometime in the future.	$echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2	continue	;;      -avoid-version)	avoid_version=yes	continue	;;      -dlopen)	prev=dlfiles	continue	;;      -dlpreopen)	prev=dlprefiles	continue	;;      -export-dynamic)	export_dynamic=yes	continue	;;      -export-symbols | -export-symbols-regex)	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then	  $echo "$modename: more than one -exported-symbols argument is not allowed"	  exit $EXIT_FAILURE	fi	if test "X$arg" = "X-export-symbols"; then	  prev=expsyms	else	  prev=expsyms_regex	fi	continue	;;      -framework|-arch)        prev=darwin_framework        compiler_flags="$compiler_flags $arg"	compile_command="$compile_command $arg"	finalize_command="$finalize_command $arg"        continue        ;;      -inst-prefix-dir)	prev=inst_prefix	continue	;;      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*      # so, if we see these flags be careful not to treat them like -L      -L[A-Z][A-Z]*:*)	case $with_gcc/$host in	no/*-*-irix* | /*-*-irix*)	  compile_command="$compile_command $arg"	  finalize_command="$finalize_command $arg"	  ;;	esac	continue	;;      -L*)	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`	# We need an absolute path.	case $dir in	[\\/]* | [A-Za-z]:[\\/]*) ;;	*)	  absdir=`cd "$dir" && pwd`	  if test -z "$absdir"; then	    $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2	    exit $EXIT_FAILURE	  fi	  dir="$absdir"	  ;;	esac	case "$deplibs " in	*" -L$dir "*) ;;	*)	  deplibs="$deplibs -L$dir"	  lib_search_path="$lib_search_path $dir"	  ;;	esac	case $host in	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)	  case :$dllsearchpath: in	  *":$dir:"*) ;;	  *) dllsearchpath="$dllsearchpath:$dir";;	  esac	  ;;	esac	continue

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产**成人网毛片九色| 成人av在线播放网址| 中文字幕不卡在线观看| 色婷婷久久综合| 蜜臀av在线播放一区二区三区| 国产精品美女一区二区| 欧美一区二区三区人| 99久久精品国产麻豆演员表| 蜜臀久久99精品久久久久宅男| 日韩毛片高清在线播放| 日韩欧美国产精品| 在线免费观看成人短视频| 国产精品亚洲一区二区三区在线| 一区二区三区四区乱视频| 久久综合久色欧美综合狠狠| 欧美日韩大陆在线| 91麻豆123| 成人99免费视频| 国产资源在线一区| 肉色丝袜一区二区| 亚洲精品视频在线观看网站| 国产女主播视频一区二区| 91精品国产综合久久久蜜臀粉嫩 | 成人精品视频网站| 秋霞电影一区二区| 亚洲一区在线观看视频| 亚洲欧洲av在线| 久久久一区二区三区| 日韩欧美亚洲国产精品字幕久久久| 欧美天天综合网| 91色乱码一区二区三区| 成人高清在线视频| 岛国精品在线播放| 国产夫妻精品视频| 国产传媒一区在线| 国产98色在线|日韩| 国产乱码精品一区二区三区五月婷| 秋霞午夜av一区二区三区| 亚洲成av人在线观看| 一区二区在线观看视频| 亚洲美女免费在线| 一区二区三区在线免费观看| 亚洲靠逼com| 一区二区成人在线| 亚洲欧美激情视频在线观看一区二区三区 | 国产精品美女久久福利网站| 国产色91在线| 国产精品蜜臀av| 中文字幕综合网| 亚洲另类春色国产| 亚洲小说欧美激情另类| 天堂一区二区在线免费观看| 日本三级亚洲精品| 韩国中文字幕2020精品| 懂色av一区二区夜夜嗨| 99精品欧美一区二区蜜桃免费| 成人动漫一区二区在线| 成人一级片在线观看| 99久久99久久精品免费看蜜桃| 91福利小视频| 日韩一区二区免费在线观看| 日韩精品综合一本久道在线视频| 久久久三级国产网站| 久久久www成人免费无遮挡大片 | 久久久精品蜜桃| 中文字幕一区二区三区精华液 | 天天操天天色综合| 美国欧美日韩国产在线播放| 国产福利精品一区| 色婷婷亚洲精品| 欧美一区二区免费视频| 精品久久久久久久久久久久包黑料 | 色94色欧美sute亚洲13| 色综合av在线| 777久久久精品| 日韩亚洲欧美成人一区| 欧美美女直播网站| 日韩欧美在线观看一区二区三区| 欧美刺激脚交jootjob| www成人在线观看| 国产视频不卡一区| 亚洲视频一二区| 亚洲午夜一区二区三区| 美日韩一级片在线观看| 国产成人无遮挡在线视频| 99久久精品费精品国产一区二区| 色婷婷av一区二区三区gif| 一本久久综合亚洲鲁鲁五月天| 91精品国产入口| 久久精品一区二区三区不卡 | 99r国产精品| 欧美日韩久久久| 欧美成人官网二区| 国产精品久久久久久福利一牛影视 | 国产精品情趣视频| 中文成人av在线| 洋洋成人永久网站入口| 美女精品一区二区| 成人免费高清视频| 欧美久久一二区| 久久伊人中文字幕| 亚洲久草在线视频| 欧美a一区二区| 99在线精品一区二区三区| 日本黄色一区二区| 国产精品丝袜91| 丝袜诱惑制服诱惑色一区在线观看| 精品一区二区综合| 色综合久久久久久久久| 日韩精品最新网址| 樱桃视频在线观看一区| 精品亚洲成av人在线观看| 色综合久久中文字幕综合网| 久久久久成人黄色影片| 婷婷国产在线综合| 成人国产电影网| 欧美va日韩va| 中文字幕一区二区视频| 日韩二区在线观看| 91啪在线观看| 国产亚洲短视频| 丝袜诱惑亚洲看片| 99精品久久久久久| 国产拍揄自揄精品视频麻豆| 日韩在线卡一卡二| 色婷婷亚洲精品| 国产精品亲子乱子伦xxxx裸| 日韩中文字幕91| 91国偷自产一区二区开放时间 | 亚洲六月丁香色婷婷综合久久| 国产一区美女在线| 91麻豆精品国产| 亚洲在线成人精品| 不卡免费追剧大全电视剧网站| 日韩一级大片在线| 亚洲午夜精品网| 欧美视频你懂的| 亚洲免费观看高清完整版在线观看| 国内精品视频666| 日韩欧美一区中文| 日产精品久久久久久久性色| 日本韩国欧美在线| 亚洲人一二三区| 成人做爰69片免费看网站| 欧美成人乱码一区二区三区| 日韩**一区毛片| 欧美肥妇bbw| 偷拍自拍另类欧美| 欧美精品久久99| 亚洲欧美日本在线| 一本大道av伊人久久综合| 综合色中文字幕| 成人aaaa免费全部观看| 欧美精品一区二区不卡| 久久精品国产久精国产| 日韩欧美一级二级| 激情欧美日韩一区二区| 精品国产免费人成电影在线观看四季 | 处破女av一区二区| 国产精品久久久久久久久动漫 | 欧美日韩在线三级| 亚洲宅男天堂在线观看无病毒| 欧美午夜精品免费| 亚洲国产精品嫩草影院| 欧美日韩国产另类一区| 亚洲成人av在线电影| 91精品福利视频| 夜夜精品视频一区二区| 欧美视频一区在线观看| 日本欧美一区二区三区| 日韩视频免费观看高清在线视频| 美女视频黄a大片欧美| 日韩视频永久免费| 91精品国产综合久久香蕉麻豆| 日本伊人午夜精品| 日韩午夜在线观看视频| 激情六月婷婷久久| 国产精品久久国产精麻豆99网站 | 成av人片一区二区| 又紧又大又爽精品一区二区| 欧美日韩电影一区| 国产一区高清在线| 亚洲欧美日韩在线| 欧美日韩亚洲综合一区二区三区| 国内精品免费**视频| 国产欧美一区二区精品秋霞影院| 99久久免费视频.com| 亚洲午夜免费电影| 精品噜噜噜噜久久久久久久久试看 | 久久精品国产在热久久| 精品欧美久久久| 99久久夜色精品国产网站| 亚洲国产精品久久不卡毛片 | 亚洲欧美乱综合| 精品女同一区二区| a级精品国产片在线观看| 亚洲bdsm女犯bdsm网站| 久久这里只有精品视频网| 一本色道久久综合亚洲精品按摩| 青娱乐精品视频|