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

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

?? ltmain.sh

?? 一個(gè)很棒的視頻服務(wù)器
?? SH
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
avoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      echo $srcfile > "$lockfile"    fi    if test -n "$fix_srcfile_path"; then      eval srcfile=\"$fix_srcfile_path\"    fi    # Only build a PIC object if we are building libtool libraries.    if test "$build_libtool_libs" = yes; then      # Without this assignment, base_compile gets emptied.      fbsd_hideous_sh_bug=$base_compile      if test "$pic_mode" != no; then	# All platforms use -DPIC, to notify preprocessed assembler code.	command="$base_compile $srcfile $pic_flag -DPIC"      else	# Don't build PIC code	command="$base_compile $srcfile"      fi      if test "$build_old_libs" = yes; then	lo_libobj="$libobj"	dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`	if test "X$dir" = "X$libobj"; then	  dir="$objdir"	else	  dir="$dir/$objdir"	fi	libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`	if test -d "$dir"; then	  $show "$rm $libobj"	  $run $rm $libobj	else	  $show "$mkdir $dir"	  $run $mkdir $dir	  status=$?	  if test $status -ne 0 && test ! -d $dir; then	    exit $status	  fi	fi      fi      if test "$compiler_o_lo" = yes; then	output_obj="$libobj"	command="$command -o $output_obj"      elif test "$compiler_c_o" = yes; then	output_obj="$obj"	command="$command -o $output_obj"      fi      $run $rm "$output_obj"      $show "$command"      if $run eval "$command"; then :      else	test -n "$output_obj" && $run $rm $removelist	exit 1      fi      if test "$need_locks" = warn &&	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then	echo "\*** ERROR, $lockfile contains:`cat $lockfile 2>/dev/null`but it should contain:$srcfileThis indicates that another process is trying to use the sametemporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      # Just move the object if needed, then go on to compile the next one      if test x"$output_obj" != x"$libobj"; then	$show "$mv $output_obj $libobj"	if $run $mv $output_obj $libobj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # If we have no pic_flag, then copy the object into place and finish.      if (test -z "$pic_flag" || test "$pic_mode" != default) &&	 test "$build_old_libs" = yes; then	# Rename the .lo from within objdir to obj	if test -f $obj; then	  $show $rm $obj	  $run $rm $obj	fi	$show "$mv $libobj $obj"	if $run $mv $libobj $obj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi	xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`	if test "X$xdir" = "X$obj"; then	  xdir="."	else	  xdir="$xdir"	fi	baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"`	libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`	# Now arrange that obj and lo_libobj become the same file	$show "(cd $xdir && $LN_S $baseobj $libobj)"	if $run eval '(cd $xdir && $LN_S $baseobj $libobj)'; then	  # Unlock the critical section if it was locked	  if test "$need_locks" != no; then	    $run $rm "$lockfile"	  fi	  exit 0	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # Allow error messages only from the first compilation.      suppress_output=' >/dev/null 2>&1'    fi    # Only build a position-dependent object if we build old libraries.    if test "$build_old_libs" = yes; then      if test "$pic_mode" != yes; then	# Don't build PIC code	command="$base_compile $srcfile"      else	# All platforms use -DPIC, to notify preprocessed assembler code.	command="$base_compile $srcfile $pic_flag -DPIC"      fi      if test "$compiler_c_o" = yes; then	command="$command -o $obj"	output_obj="$obj"      fi      # Suppress compiler output if we already did a PIC compilation.      command="$command$suppress_output"      $run $rm "$output_obj"      $show "$command"      if $run eval "$command"; then :      else	$run $rm $removelist	exit 1      fi      if test "$need_locks" = warn &&	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then	echo "\*** ERROR, $lockfile contains:`cat $lockfile 2>/dev/null`but it should contain:$srcfileThis indicates that another process is trying to use the sametemporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit 1      fi      # Just move the object if needed      if test x"$output_obj" != x"$obj"; then	$show "$mv $output_obj $obj"	if $run $mv $output_obj $obj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # Create an invalid libtool object if no PIC, so that we do not      # accidentally link it into a program.      if test "$build_libtool_libs" != yes; then	$show "echo timestamp > $libobj"	$run eval "echo timestamp > \$libobj" || exit $?      else	# Move the .lo from within objdir	$show "$mv $libobj $lo_libobj"	if $run $mv $libobj $lo_libobj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi    fi    # Unlock the critical section if it was locked    if test "$need_locks" != no; then      $run $rm "$lockfile"    fi    exit 0    ;;  # 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 invokation.      # 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"    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=    prefer_static_libs=no    preload=no    prev=    prevarg=    release=    rpath=    xrpath=    perm_rpath=    temp_rpath=    thread_safe=no    vinfo=    # 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 1	  fi	  prev=	  continue	  ;;	expsyms_regex)	  export_symbols_regex="$arg"	  prev=	  continue	  ;;        inst_prefix)	  inst_prefix_dir="$arg"	  prev=	  continue	  ;;	release)	  release="-$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 1	    ;;	  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	  ;;	*)	  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 1	fi	if test "X$arg" = "X-export-symbols"; then	  prev=expsyms	else	  prev=expsyms_regex	fi	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*)

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人一区在线观看| 91丝袜国产在线播放| 亚洲三级免费电影| wwwwxxxxx欧美| 9191成人精品久久| 99精品国产一区二区三区不卡| 三级不卡在线观看| 1024精品合集| 久久精品在线观看| 日韩一级片网址| 欧洲一区二区三区在线| 成人97人人超碰人人99| 国产精品1区2区3区在线观看| 在线观看免费视频综合| 国产美女av一区二区三区| 亚洲一区二区在线播放相泽| 欧美高清在线一区二区| 欧美变态凌虐bdsm| 制服丝袜av成人在线看| 欧美天堂一区二区三区| 不卡av在线免费观看| 国产精品羞羞答答xxdd| 久久精品免费观看| 日本午夜精品一区二区三区电影| 亚洲综合小说图片| 亚洲精选在线视频| 亚洲激情图片一区| 亚洲欧美激情视频在线观看一区二区三区| 国产日产精品1区| 精品成人免费观看| 精品国产乱码久久久久久图片| 91精品国产福利| 欧美精品乱人伦久久久久久| 在线这里只有精品| 精品视频999| 欧美精品vⅰdeose4hd| 欧美精品三级日韩久久| 在线成人免费视频| 91精品午夜视频| 日韩欧美一级片| 久久亚洲综合色| 久久亚区不卡日本| 国产日韩欧美精品一区| 国产女主播视频一区二区| 日本一区二区三区四区| 中文字幕乱码亚洲精品一区| 中文字幕精品在线不卡| 国产精品久久久久桃色tv| 亚洲欧洲色图综合| 一区二区三区影院| 午夜电影网亚洲视频| 日本午夜精品一区二区三区电影| 欧美a一区二区| 国产精品一区三区| 99精品视频在线免费观看| 不卡电影一区二区三区| 色一区在线观看| 欧美绝品在线观看成人午夜影视| 884aa四虎影成人精品一区| 日韩亚洲欧美一区二区三区| 精品黑人一区二区三区久久| 国产视频一区二区在线观看| 中文字幕亚洲一区二区av在线| 一区二区三区毛片| 蜜臀a∨国产成人精品| 国产成人免费在线| 欧美在线999| 欧美videofree性高清杂交| 国产亚洲人成网站| 一区二区三区在线高清| 老色鬼精品视频在线观看播放| 国产传媒一区在线| 欧美在线观看视频一区二区三区| 日韩视频一区在线观看| 国产日本亚洲高清| 性感美女久久精品| 国产老肥熟一区二区三区| 色女孩综合影院| 日韩一区国产二区欧美三区| 国产欧美一区视频| 亚洲第一福利一区| 国产98色在线|日韩| 欧美日韩欧美一区二区| 欧美国产精品一区二区三区| 午夜视频在线观看一区二区三区| 国产老妇另类xxxxx| 欧美伦理电影网| 中文字幕第一页久久| 日韩成人精品在线观看| 99久久er热在这里只有精品15| 欧美一区二区精品在线| 最近日韩中文字幕| 国内精品不卡在线| 欧美三区在线观看| 中文字幕亚洲在| 国内欧美视频一区二区| 欧美性大战久久久久久久蜜臀| 久久久亚洲综合| 日本在线不卡一区| 91黄色免费版| 国产精品成人一区二区三区夜夜夜| 秋霞国产午夜精品免费视频| 日本丶国产丶欧美色综合| 久久久久久久网| 欧美aa在线视频| 欧美三级三级三级| 日韩美女视频一区| 成人在线综合网站| 精品国产一区久久| 日本v片在线高清不卡在线观看| 91色综合久久久久婷婷| 久久久久久久综合色一本| 日日夜夜精品视频天天综合网| 99精品欧美一区| 亚洲国产精品v| 国产麻豆欧美日韩一区| 欧美一区二区精品| 秋霞午夜av一区二区三区| 欧美色网站导航| 一区二区三区欧美日韩| 色综合中文字幕| 成人免费一区二区三区视频| 成人小视频免费观看| 久久久久久免费网| 国产东北露脸精品视频| 国产性做久久久久久| 国产一区二区精品久久99| 精品噜噜噜噜久久久久久久久试看| 日韩电影一区二区三区四区| 欧美美女直播网站| 亚洲成人一区二区| 欧美日韩国产小视频| 亚洲第一成年网| 91精品国产91久久久久久最新毛片 | av在线一区二区三区| 亚洲国产精品二十页| 成人av高清在线| 国产精品成人在线观看| 99国产精品国产精品久久| 亚洲色欲色欲www| 色菇凉天天综合网| 香蕉乱码成人久久天堂爱免费| 91.com视频| 国产在线国偷精品免费看| 久久夜色精品一区| av激情综合网| 一区二区三区四区不卡视频 | 日本韩国欧美在线| 亚洲福利视频一区| 日韩欧美一级在线播放| 国产激情精品久久久第一区二区| 国产精品人成在线观看免费| 成人av免费观看| 亚洲午夜三级在线| 日韩欧美在线1卡| 国产精品一区二区黑丝| 亚洲欧美日韩国产一区二区三区| 欧美自拍丝袜亚洲| 开心九九激情九九欧美日韩精美视频电影| 精品成人在线观看| av不卡免费在线观看| 午夜精品在线视频一区| 精品久久久久久最新网址| 成人免费视频播放| 亚洲自拍偷拍九九九| 日韩免费成人网| 99综合电影在线视频| 婷婷开心激情综合| 国产欧美日韩麻豆91| 欧美日韩免费高清一区色橹橹| 麻豆精品一区二区av白丝在线| 中文一区二区完整视频在线观看| 色乱码一区二区三区88| 久久超碰97人人做人人爱| 中文字幕一区三区| 欧美一区二区三区免费视频| 国产盗摄一区二区| 婷婷丁香激情综合| 中文字幕一区免费在线观看| 91精品久久久久久久91蜜桃| 成人午夜视频在线观看| 日韩中文字幕91| 国产精品久久久久久久第一福利 | 久久网这里都是精品| 91丨九色丨蝌蚪富婆spa| 久久国产免费看| 一区二区三区四区五区视频在线观看| 欧美mv和日韩mv国产网站| 色婷婷激情久久| 国产成人av福利| 三级久久三级久久| 亚洲久本草在线中文字幕| 久久精品一区二区三区av| 欧美日韩国产精品自在自线| 成人午夜视频在线观看| 久久精品国产亚洲一区二区三区 | 欧美国产日韩在线观看| 日韩一区二区免费视频| 欧美在线观看禁18| 99久久99精品久久久久久|