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

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

?? ltmain.sh

?? 2009 ROBOCUP 仿真2DSERVER 源碼
?? SH
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
	 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 $EXIT_FAILURE      fi      # Just move the object if needed, then go on to compile the next one      if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then	$show "$mv $output_obj $lobj"	if $run $mv $output_obj $lobj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # Append the name of the PIC object to the libtool object file.      test -z "$run" && cat >> ${libobj}T <<EOFpic_object='$objdir/$objname'EOF      # Allow error messages only from the first compilation.      if test "$suppress_opt" = yes; then        suppress_output=' >/dev/null 2>&1'      fi    else      # No PIC object so indicate it doesn't exist in the libtool      # object file.      test -z "$run" && cat >> ${libobj}T <<EOFpic_object=noneEOF    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 $qsrcfile"      else	command="$base_compile $qsrcfile $pic_flag"      fi      if test "$compiler_c_o" = yes; then	command="$command -o $obj"      fi      # Suppress compiler output if we already did a PIC compilation.      command="$command$suppress_output"      $run $rm "$obj" "$output_obj"      $show "$command"      if $run eval $lt_env "$command"; then :      else	$run $rm $removelist	exit $EXIT_FAILURE      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 $EXIT_FAILURE      fi      # Just move the object if needed      if test -n "$output_obj" && 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      # 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='$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=    notinst_path= # paths that contain not-installed libtool libraries    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    single_module="${wl}-single_module"    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 | -static-libtool-libs)	case $arg in	-all-static)	  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	  prefer_static_libs=yes	  ;;	-static)	  if test -z "$pic_flag" && test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	  prefer_static_libs=built	  ;;	-static-libtool-libs)	  if test -z "$pic_flag" && test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	  prefer_static_libs=yes	  ;;	esac	build_libtool_libs=no	build_old_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		else		  # If the PIC object exists, use it instead.		  # $xdir was prepended to $pic_object above.		  non_pic_object="$pic_object"		  non_pic_objects="$non_pic_objects $non_pic_object"		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

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品国产电影一区二区| 久久精品免费在线观看| 国产精品一区二区你懂的| 亚洲裸体xxx| 久久蜜桃av一区精品变态类天堂| 色综合久久中文综合久久牛| 免费成人在线网站| 樱桃视频在线观看一区| 久久九九久久九九| 日韩一区二区免费视频| 色综合久久88色综合天天 | 婷婷久久综合九色综合伊人色| 久久久青草青青国产亚洲免观| 欧美色大人视频| 99久久国产综合精品色伊| 久久99国产精品久久99| 图片区小说区区亚洲影院| 1区2区3区欧美| 国产精品妹子av| 久久嫩草精品久久久精品| 这里只有精品视频在线观看| 色妹子一区二区| 不卡的av网站| 国产成人av资源| 久久99国产精品久久99 | 国产激情精品久久久第一区二区 | 日本成人在线不卡视频| 亚洲国产日日夜夜| 一区二区三区美女| 18涩涩午夜精品.www| 中文av一区特黄| 欧美激情一区二区三区全黄| 精品国产一区二区三区不卡| 欧美一级黄色大片| 欧美一区二区三区四区五区 | 久久亚洲精品国产精品紫薇| 精品久久人人做人人爽| 日韩亚洲欧美中文三级| 555www色欧美视频| 在线播放日韩导航| 欧美精品 国产精品| 欧美精品色综合| 欧美久久一二区| 欧美猛男男办公室激情| 欧美精品在欧美一区二区少妇| 欧美图片一区二区三区| 欧美精三区欧美精三区| 6080午夜不卡| xfplay精品久久| 国产午夜亚洲精品午夜鲁丝片| 久久久91精品国产一区二区三区| 久久奇米777| 国产日韩精品一区二区浪潮av| 久久久www成人免费无遮挡大片| 久久色在线观看| 国产精品理论在线观看| 国产欧美日韩另类一区| 国产精品理论片| 亚洲午夜精品网| 免费在线一区观看| 国产精品一级片| 成人av网站在线| 欧美性猛片xxxx免费看久爱| 91精品国产综合久久香蕉麻豆 | 欧美一三区三区四区免费在线看| 日韩一区二区在线观看| 国产偷国产偷亚洲高清人白洁| 国产精品美女视频| 亚洲精品一二三区| 日本中文字幕一区二区有限公司| 蜜臀久久99精品久久久画质超高清 | 91精品国产品国语在线不卡| 日韩精品一区在线| 欧美国产激情一区二区三区蜜月| 国产欧美日韩精品一区| 伊人婷婷欧美激情| 久久国内精品自在自线400部| 成人综合婷婷国产精品久久蜜臀| 91免费观看视频在线| 久久久亚洲高清| 国产精品一区一区| 国产精品免费aⅴ片在线观看| 亚洲视频免费观看| 欧美成人三级电影在线| 欧美情侣在线播放| 国产日产亚洲精品系列| 男人的天堂亚洲一区| 欧美色视频在线观看| 亚洲自拍另类综合| 色综合久久天天综合网| 中文字幕在线视频一区| 国产成人精品三级| 久久精品免费在线观看| 国产精品香蕉一区二区三区| 精品国产99国产精品| 麻豆精品在线播放| 日韩精品最新网址| 久草在线在线精品观看| 欧美精品一区二区精品网| 久久国产精品99久久久久久老狼| 欧美一区二区成人6969| 日韩精品成人一区二区三区 | 日韩一区二区三区四区五区六区| 一区二区三区四区精品在线视频| 国产91精品露脸国语对白| 94-欧美-setu| 亚洲综合色丁香婷婷六月图片| 成人晚上爱看视频| 久久精品一区二区三区不卡| 美女视频免费一区| 日韩欧美亚洲一区二区| 久久精品99久久久| 欧美成人女星排行榜| 狂野欧美性猛交blacked| 在线电影院国产精品| 午夜视频在线观看一区二区| 欧美剧情电影在线观看完整版免费励志电影 | 日本一区二区视频在线观看| 日本sm残虐另类| 欧美日韩一区二区在线观看视频 | 日韩综合一区二区| 欧美日韩一区在线观看| 日本一区二区电影| 91网站黄www| 亚洲欧美另类综合偷拍| 一本大道久久精品懂色aⅴ| 国产精品久久久久久久久图文区| 成人av电影在线| 国产精品久久久久久久久免费樱桃| 91啪亚洲精品| 亚洲国产美国国产综合一区二区| 欧美色综合网站| 婷婷开心激情综合| 日韩三级免费观看| 久国产精品韩国三级视频| 久久久一区二区三区| 国产99久久久久久免费看农村| 中文字幕免费一区| 色婷婷精品大视频在线蜜桃视频 | 91视视频在线直接观看在线看网页在线看| 亚洲视频网在线直播| 欧美日韩综合在线免费观看| 日韩中文欧美在线| 精品成a人在线观看| 国产激情91久久精品导航| 成人免费一区二区三区视频 | 欧美日韩电影一区| 老司机精品视频导航| 中文字幕佐山爱一区二区免费| 91麻豆精品视频| 一区二区三区在线免费观看 | 欧美日韩国产成人在线91| 老司机精品视频导航| 国产精品久久久久国产精品日日 | 91在线视频播放| 亚洲一区日韩精品中文字幕| 久久久青草青青国产亚洲免观| 99re66热这里只有精品3直播| 亚洲高清免费观看 | 日韩一区二区中文字幕| 丁香啪啪综合成人亚洲小说| 一个色妞综合视频在线观看| 91精品国产免费| 成人一区二区三区视频 | 日韩精品一级二级| 91精品欧美久久久久久动漫 | 国产精品18久久久| 一区二区在线看| 欧美区在线观看| 色综合天天综合色综合av | 国产又黄又大久久| 亚洲一区二区三区视频在线播放| 日韩欧美美女一区二区三区| 成年人网站91| 蓝色福利精品导航| 亚洲日本va在线观看| 欧美tickling网站挠脚心| 日本韩国一区二区三区| 国产乱色国产精品免费视频| 一区二区三区中文字幕| 久久色在线视频| 欧美情侣在线播放| 成人av电影在线网| 国产在线精品一区二区不卡了| 亚洲一级不卡视频| 国产精品久久一级| 精品国产91洋老外米糕| 欧美影院一区二区| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 国产成人在线网站| 亚洲一区二区三区中文字幕在线| 国产日韩精品一区二区三区在线| 欧美女孩性生活视频| 欧美午夜精品一区二区三区| 国产suv精品一区二区883| 日本在线观看不卡视频| 亚洲一区在线观看视频| 成人欧美一区二区三区小说| 国产精品免费aⅴ片在线观看| 日韩欧美一区二区不卡|