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

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

?? ltmain.sh

?? 這是一支完整的uva球隊
?? SH
?? 第 1 頁 / 共 5 頁
字號:
	  continue	  ;;	expsyms_regex)	  export_symbols_regex="$arg"	  prev=	  continue	  ;;	inst_prefix)	  inst_prefix_dir="$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 1		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 1		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 1	  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 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	  ;;	xcclinker)	  linker_flags="$linker_flags $qarg"	  compiler_flags="$compiler_flags $qarg"	  prev=	  compile_command="$compile_command $qarg"	  finalize_command="$finalize_command $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* | /*-*-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 1	  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	;;      -l*)	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then	  case $host in	  *-*-cygwin* | *-*-pw32* | *-*-beos*)	    # These systems don't actually have a C or math library (as such)	    continue	    ;;	  *-*-mingw* | *-*-os2*)	    # These systems don't actually have a C library (as such)	    test "X$arg" = "X-lc" && continue	    ;;	  *-*-openbsd* | *-*-freebsd*)	    # Do not include libc due to us having libc/libc_r.	    test "X$arg" = "X-lc" && continue	    ;;	  *-*-rhapsody* | *-*-darwin1.[012])	    # Rhapsody C and math libraries are in the System framework	    deplibs="$deplibs -framework System"	    continue	  esac	elif test "X$arg" = "X-lc_r"; then	 case $host in	 *-*-openbsd* | *-*-freebsd*)	   # Do not include libc_r directly, use -pthread flag.	   continue	   ;;	 esac	fi	deplibs="$deplibs $arg"	continue	;;      -module)	module=yes	continue	;;      # gcc -m* arguments should be passed to the linker via $compiler_flags      # in order to pass architecture information to the linker      # (e.g. 32 vs 64-bit).  This may also be accomplished via -Wl,-mfoo      # but this is not reliable with gcc because gcc may use -mfoo to      # select a different linker, different libraries, etc, while      # -Wl,-mfoo simply passes -mfoo to the linker.      -m*)	# Unknown arguments in both finalize_command and compile_command need	# to be aesthetically quoted because they are evaled later.	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`	case $arg in	*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	  arg="\"$arg\""	  ;;	esac        compile_command="$compile_command $arg"        finalize_command="$finalize_command $arg"        if test "$with_gcc" = "yes" ; then          compiler_flags="$compiler_flags $arg"        fi        continue        ;;      -shrext)	prev=shrext	continue	;;      -no-fast-install)	fast_install=no	continue	;;      -no-install)	case $host in	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)	  # The PATH hackery in wrapper scripts is required on Windows	  # in order for the loader to find any dlls it needs.	  $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2	  $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2	  fast_install=no	  ;;	*) no_install=yes ;;	esac	continue	;;      -no-undefined)	allow_undefined=no	continue	;;      -objectlist)	prev=objectlist	continue	;;      -o) prev=output ;;      -release)	prev=release	continue	;;      -rpath)	prev=rpath	continue	;;      -R)	prev=xrpath	continue	;;      -R*)	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`	# We need an absolute path.	case $dir in	[\\/]* | [A-Za-z]:[\\/]*) ;;	*)	  $echo "$modename: only absolute run-paths are allowed" 1>&2	  exit 1	  ;;	esac	case "$xrpath " in	*" $dir "*) ;;	*) xrpath="$xrpath $dir" ;;	esac	continue	;;      -static)	# The effects of -static are defined in a previous loop.	# We used to do the same as -all-static on platforms that	# didn't have a PIC flag, but the assumption that the effects	# would be equivalent was wrong.  It would break on at least	# Digital Unix and AIX.	continue	;;      -thread-safe)	thread_safe=yes	continue	;;      -version-info)	prev=vinfo	continue	;;      -version-number)	prev=vinfo	vinfo_number=yes	continue	;;      -Wc,*)	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`	arg=	save_ifs="$IFS"; IFS=','	for flag in $args; do	  IFS="$save_ifs"	  case $flag in	    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	    flag="\"$flag\""	    ;;	  esac	  arg="$arg $wl$flag"	  compiler_flags="$compiler_flags $flag"	done	IFS="$save_ifs"	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`	;;      -Wl,*)	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`	arg=	save_ifs="$IFS"; IFS=','	for flag in $args; do	  IFS="$save_ifs"	  case $flag in	    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	    flag="\"$flag\""	    ;;	  esac	  arg="$arg $wl$flag"	  compiler_flags="$compiler_flags $wl$flag"	  linker_flags="$linker_flags $flag"	done	IFS="$save_ifs"	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`	;;      -Xcompiler)	prev=xcompiler	continue	;;      -Xlinker)	prev=xlinker	continue	;;      -XCClinker)	prev=xcclinker	continue	;;      # Some other compiler flag.      -* | +*)	# Unknown arguments in both finalize_command and compile_command need	# to be aesthetically quoted because they are evaled later.	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`	case $arg in	*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	  arg="\"$arg\""	  ;;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品一区二区三区免费毛片爱| 国产日韩欧美精品在线| 一区二区三区在线播| 色综合久久88色综合天天6 | 欧美男生操女生| 午夜精品视频在线观看| 91麻豆精品国产91久久久久久 | 亚洲国产一区二区a毛片| 欧美综合一区二区| 亚洲第一会所有码转帖| 欧美一区二区网站| 国产一区视频在线看| 国产精品毛片无遮挡高清| 99免费精品在线| 一区二区视频在线看| 欧美日韩精品欧美日韩精品一| 丝袜美腿一区二区三区| 欧美成人欧美edvon| 成人午夜精品一区二区三区| 亚洲精品综合在线| 日韩一区二区三区高清免费看看| 久久99精品久久久久久久久久久久| 久久久亚洲国产美女国产盗摄 | 成人一区二区视频| 一区二区三区日韩欧美精品| 欧美一区二区成人| 成人免费高清在线观看| 午夜精品一区二区三区免费视频| 久久免费精品国产久精品久久久久 | 久久综合国产精品| 色综合天天狠狠| 男男成人高潮片免费网站| 国产欧美日韩激情| 欧美猛男超大videosgay| 国产自产视频一区二区三区| 综合自拍亚洲综合图不卡区| 日韩欧美一区在线观看| av电影天堂一区二区在线观看| 丝袜美腿成人在线| 国产精品国产自产拍高清av| 欧美一区2区视频在线观看| 成人高清av在线| 青草av.久久免费一区| 成人欧美一区二区三区小说 | 欧美日韩国产区一| 成人avav影音| 另类小说综合欧美亚洲| 一区二区三区视频在线观看| 国产午夜精品久久久久久久 | 亚洲成a人v欧美综合天堂| 国产欧美日韩另类视频免费观看 | 激情五月婷婷综合网| 一区二区三区中文字幕精品精品 | 久久奇米777| 日韩午夜激情免费电影| 91精品福利在线| 高清国产午夜精品久久久久久| 石原莉奈在线亚洲二区| 亚洲码国产岛国毛片在线| 精品电影一区二区| 91精品国产91久久久久久最新毛片| 色综合久久综合| 91片黄在线观看| 成人黄色在线网站| 国产精品888| 国产原创一区二区| 久久爱另类一区二区小说| 日韩激情中文字幕| 亚洲福利国产精品| 亚洲成人av福利| 亚洲国产日韩一级| 一区二区成人在线| 一区二区三区.www| 亚洲精品高清视频在线观看| 亚洲天堂成人在线观看| 中文字幕一区三区| 一区在线观看视频| 国产精品乱人伦中文| 欧美国产国产综合| 国产精品国产自产拍在线| 国产精品夫妻自拍| 亚洲人成7777| 亚洲一区中文日韩| 亚洲成a人v欧美综合天堂 | 精一区二区三区| 裸体一区二区三区| 精品一区二区三区在线观看| 看片的网站亚洲| 国产美女久久久久| 成人动漫视频在线| 色偷偷成人一区二区三区91 | 国产高清久久久久| 成人精品免费看| 色综合网色综合| 色综合色狠狠天天综合色| 欧美午夜精品久久久久久孕妇 | 国产色综合久久| 亚洲欧美中日韩| 一区二区三区高清不卡| 天堂av在线一区| 国产精品亚洲а∨天堂免在线| 狠狠色丁香久久婷婷综| 在线精品视频小说1| 国产精品看片你懂得 | 日韩精品在线网站| 欧美日韩极品在线观看一区| av在线不卡免费看| 成人免费黄色在线| 97久久精品人人澡人人爽| 欧美日韩在线观看一区二区| 久久精品夜色噜噜亚洲aⅴ| 午夜视频在线观看一区二区| 欧美日韩电影一区| 亚洲欧美怡红院| 欧美日韩国产首页在线观看| 免播放器亚洲一区| 国产精品―色哟哟| 色婷婷久久综合| 国产精品一区专区| 亚洲乱码国产乱码精品精98午夜 | 一区二区三区在线免费观看| 亚洲黄色av一区| 国产精品一区二区久久不卡| 日韩亚洲国产中文字幕欧美| 1024成人网| 精品一区二区日韩| 久久久久久久一区| 蜜桃视频一区二区| 玖玖九九国产精品| 欧洲色大大久久| 亚洲你懂的在线视频| 91丨九色丨尤物| 亚洲欧美自拍偷拍| 高清国产一区二区| 欧美精品日韩一区| 成人欧美一区二区三区黑人麻豆 | 国产91在线|亚洲| 九一九一国产精品| 欧美va亚洲va国产综合| 国产乱码一区二区三区| 国产嫩草影院久久久久| 91论坛在线播放| 亚洲综合一区在线| 一区二区在线观看视频| 欧美高清在线精品一区| 久久女同精品一区二区| 欧美成人性福生活免费看| 91精品欧美综合在线观看最新 | 久久成人免费日本黄色| 精品国产乱码久久久久久图片| 久久精品国产亚洲一区二区三区| 欧美韩国日本不卡| 91色porny蝌蚪| 亚洲一卡二卡三卡四卡无卡久久| 成人app网站| 蜜臀av在线播放一区二区三区| 日本不卡视频一二三区| 日本高清不卡视频| 国产精品欧美精品| 国产成人免费视频网站| 亚洲精品一区二区三区精华液 | 99久久国产综合精品色伊| 337p粉嫩大胆色噜噜噜噜亚洲| 视频一区在线视频| 精品视频在线免费| 一个色综合av| 在线精品视频小说1| 有码一区二区三区| 色综合久久综合网97色综合| 亚洲色图.com| 色综合天天综合网天天看片| 久久亚洲综合av| 亚洲国产精品av| 国产精品久久综合| 欧美成人a在线| 欧美日韩一区国产| 成人夜色视频网站在线观看| 精品亚洲成a人在线观看 | 国产综合色视频| 亚洲精品你懂的| 久久综合色8888| 欧美精品丝袜久久久中文字幕| 99久久精品国产毛片| 亚洲一区二区高清| 亚洲综合精品自拍| 天天av天天翘天天综合网色鬼国产| 亚洲午夜视频在线观看| 久久国产精品第一页| 成人午夜激情在线| 欧美色成人综合| 亚洲欧洲www| 成人免费视频国产在线观看| 久久久精品国产免大香伊| 亚洲福利一区二区三区| 欧美日韩一级二级三级| 一二三四区精品视频| 91丝袜高跟美女视频| 国产午夜一区二区三区| 国产日韩v精品一区二区| 亚洲欧洲另类国产综合|