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

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

?? ltmain.sh

?? USB Host 開發中支持數碼相機的源碼。即Picture To Picture協議的完整實現
?? SH
?? 第 1 頁 / 共 5 頁
字號:
      -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\""	  ;;	esac	;;      *.$objext)	# A standard object.	objs="$objs $arg"	;;      *.lo)	# 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	;;      *.$libext)	# An archive.	deplibs="$deplibs $arg"	old_deplibs="$old_deplibs $arg"	continue	;;      *.la)	# A libtool-controlled library.	if test "$prev" = dlfiles; then	  # This library was specified with -dlopen.	  dlfiles="$dlfiles $arg"	  prev=	elif test "$prev" = dlprefiles; then	  # The library was specified with -dlpreopen.	  dlprefiles="$dlprefiles $arg"	  prev=	else	  deplibs="$deplibs $arg"	fi	continue	;;      # Some other compiler argument.      *)	# 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	;;      esac # arg      # Now actually substitute the argument into the commands.      if test -n "$arg"; then	compile_command="$compile_command $arg"	finalize_command="$finalize_command $arg"      fi    done # argument parsing loop    if test -n "$prev"; then      $echo "$modename: the \`$prevarg' option requires an argument" 1>&2      $echo "$help" 1>&2      exit $EXIT_FAILURE    fi    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then      eval arg=\"$export_dynamic_flag_spec\"      compile_command="$compile_command $arg"      finalize_command="$finalize_command $arg"    fi    oldlibs=    # calculate the name of the file, without its directory    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`    libobjs_save="$libobjs"    if test -n "$shlibpath_var"; then      # get the directories listed in $shlibpath_var      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`    else      shlib_search_path=    fi    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`    if test "X$output_objdir" = "X$output"; then      output_objdir="$objdir"    else      output_objdir="$output_objdir/$objdir"    fi    # Create the object directory.    if test ! -d "$output_objdir"; then      $show "$mkdir $output_objdir"      $run $mkdir $output_objdir      status=$?      if test "$status" -ne 0 && test ! -d "$output_objdir"; then	exit $status      fi    fi    # Determine the type of output    case $output in    "")      $echo "$modename: you must specify an output file" 1>&2      $echo "$help" 1>&2      exit $EXIT_FAILURE      ;;    *.$libext) linkmode=oldlib ;;    *.lo | *.$objext) linkmode=obj ;;    *.la) linkmode=lib ;;    *) linkmode=prog ;; # Anything else should be a program.    esac    case $host in    *cygwin* | *mingw* | *pw32*)      # don't eliminate duplications in $postdeps and $predeps      duplicate_compiler_generated_deps=yes      ;;    *)      duplicate_compiler_generated_deps=$duplicate_deps      ;;    esac    specialdeplibs=    libs=    # Find all interdependent deplibs by searching for libraries    # that are linked more than once (e.g. -la -lb -la)    for deplib in $deplibs; do      if test "X$duplicate_deps" = "Xyes" ; then	case "$libs " in	*" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	esac      fi      libs="$libs $deplib"    done    if test "$linkmode" = lib; then      libs="$predeps $libs $compiler_lib_search_path $postdeps"      # Compute libraries that are listed more than once in $predeps      # $postdeps and mark them as special (i.e., whose duplicates are      # not to be eliminated).      pre_post_deps=      if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then	for pre_post_dep in $predeps $postdeps; do	  case "$pre_post_deps " in	  *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;	  esac	  pre_post_deps="$pre_post_deps $pre_post_dep"	done      fi      pre_post_deps=    fi    deplibs=    newdependency_libs=    newlib_search_path=    need_relink=no # whether we're linking any uninstalled libtool libraries    notinst_deplibs= # not-installed libtool libraries    notinst_path= # paths that contain not-installed libtool libraries    case $linkmode in    lib)	passes="conv link"	for file in $dlfiles $dlprefiles; do	  case $file in	  *.la) ;;	  *)	    $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2	    exit $EXIT_FAILURE	    ;;	  esac	done	;;    prog)	compile_deplibs=	finalize_deplibs=	alldeplibs=no	newdlfiles=	newdlprefiles=	passes="conv scan dlopen dlpreopen link"	;;    *)  passes="conv"	;;    esac    for pass in $passes; do      if test "$linkmode,$pass" = "lib,link" ||	 test "$linkmode,$pass" = "prog,scan"; then	libs="$deplibs"	deplibs=      fi      if test "$linkmode" = prog; then	case $pass in	dlopen) libs="$dlfiles" ;;	dlpreopen) libs="$dlprefiles" ;;	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;	esac      fi      if test "$pass" = dlopen; then	# Collect dlpreopened libraries	save_deplibs="$deplibs"	deplibs=      fi      for deplib in $libs; do	lib=	found=no	case $deplib in	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)	  if test "$linkmode,$pass" = "prog,link"; then	    compile_deplibs="$deplib $compile_deplibs"	    finalize_deplibs="$deplib $finalize_deplibs"	  else	    deplibs="$deplib $deplibs"	  fi	  continue	  ;;	-l*)	  if test "$linkmode" != lib && test "$linkmode" != prog; then	    $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2	    continue	  fi	  if test "$pass" = conv; then	    deplibs="$deplib $deplibs"	    continue	  fi	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do	    for search_ext in .la $std_shrext .so .a; do	      # Search the libtool library	      lib="$searchdir/lib${name}${search_ext}"	      if test -f "$lib"; then		if test "$search_ext" = ".la"; then		  found=yes		else		  found=no		fi		break 2	      fi	    done	  done	  if test "$found" != yes; then	    # deplib doesn't seem to be a libtool library	    if test "$linkmode,$pass" = "prog,link"; then	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    else	      deplibs="$deplib $deplibs"	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"	    fi	    continue	  else # deplib is a libtool library	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,	    # We need to do some special things here, and not later.	    if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then	      case " $predeps $postdeps " in	      *" $deplib "*)		if (${SED} -e '2q' $lib |                    grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then		  library_names=		  old_library=		  case $lib in		  */* | *\\*) . $lib ;;		  *) . ./$lib ;;		  esac		  for l in $old_library $library_names; do		    ll="$l"		  done		  if test "X$ll" = "X$old_library" ; then # only static version available		    found=no		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`		    test "X$ladir" = "X$lib" && ladir="."		    lib=$ladir/$old_library		    if test "$linkmode,$pass" = "prog,link"; then		      compile_deplibs="$deplib $compile_deplibs"		      finalize_deplibs="$deplib $finalize_deplibs"		    else		      deplibs="$deplib $deplibs"		      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"		    fi		    continue		  fi		fi	        ;;	      *) ;;	      esac	    fi	  fi	  ;; # -l	-L*)	  case $linkmode in	  lib)	    deplibs="$deplib $deplibs"	    test "$pass" = conv && continue	    newdependency_libs="$deplib $newdependency_libs"	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`	    ;;	  prog)	    if test "$pass" = conv; then	      deplibs="$deplib $deplibs"	      continue	    fi	    if test "$pass" = scan; then	      deplibs="$deplib $deplibs"	    else	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    fi	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`	    ;;	  *)	    $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2	    ;;	  esac # linkmode	  continue	  ;; # -L	-R*)	  if test "$pass" = link; then	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`	    # Make sure the xrpath contains only unique directories.	    case "$xrpath " in	    *" $dir "*) ;;	    *) xrpath="$xrpath $dir" ;;	    esac	  fi	  deplibs="$deplib $deplibs"	  continue	  ;;	*.la) lib="$deplib" ;;	*.$libext)	  if test "$pass" = conv; then	    deplibs="$deplib $deplibs"	    continue	  fi	  case $linkmode in	  lib)	    if test "$deplibs_check_method" != pass_all; then	      $echo	      $echo "*** Warning: Trying to link with static lib archive $deplib."	      $echo "*** I have the capability to make that library automatically link in when"

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91丝袜美腿高跟国产极品老师| 久久―日本道色综合久久| 久久九九久久九九| 久久久噜噜噜久噜久久综合| 欧美一区二区三区四区在线观看| 国产原创一区二区| 日韩和的一区二区| 亚洲一区二区影院| 亚洲天堂成人在线观看| 欧美制服丝袜第一页| 国产精品一区在线| 欧美日韩在线电影| 日韩成人精品在线| 欧美人与z0zoxxxx视频| 亚洲一二三专区| 久久精品网站免费观看| 欧美一区二区三区视频在线观看| 成人激情黄色小说| 国产精品18久久久久久vr| 亚洲乱码中文字幕| 美女精品自拍一二三四| 日韩专区在线视频| 成人激情文学综合网| 日韩一区二区在线免费观看| 亚洲色图欧美偷拍| 久久精品国产色蜜蜜麻豆| 97久久精品人人做人人爽| 欧美精品一区二区三| 日韩精品乱码免费| 欧美日韩一区高清| 日欧美一区二区| 成+人+亚洲+综合天堂| 欧美mv日韩mv国产网站| 欧美精品久久久久久久久老牛影院| 激情综合色播激情啊| 国产电影一区在线| 欧美在线影院一区二区| 在线观看成人小视频| 日韩精品专区在线| 亚洲成av人片| 麻豆精品精品国产自在97香蕉 | 精品国产乱码久久久久久图片| 欧美最猛性xxxxx直播| 91蝌蚪国产九色| 色哦色哦哦色天天综合| 日韩一区二区三区视频在线观看| 欧美午夜免费电影| 午夜精品一区在线观看| 99国内精品久久| 久久se精品一区二区| 中文字幕制服丝袜一区二区三区 | 欧美精品久久99久久在免费线| 国产成人在线色| 亚洲天堂中文字幕| 欧美主播一区二区三区美女| 肉丝袜脚交视频一区二区| 精品少妇一区二区三区日产乱码| 成人开心网精品视频| 亚洲一级二级在线| 久久久久高清精品| 欧美日韩视频一区二区| 国产福利一区二区| 亚洲精品久久久久久国产精华液 | 在线观看av一区二区| 久久欧美中文字幕| 国产高清成人在线| 欧美一区二区日韩一区二区| 中文字幕一区二区三区四区| 久久国产精品99久久久久久老狼 | 亚洲一级二级三级在线免费观看| 午夜精品123| 欧美亚洲日本国产| 天天综合色天天综合| 欧美一区二区女人| 蜜臀久久久久久久| 91精品福利在线一区二区三区| 久久中文字幕电影| 秋霞午夜鲁丝一区二区老狼| 在线观看国产一区二区| 国产女人18毛片水真多成人如厕| 91精品欧美综合在线观看最新 | 蜜臀精品久久久久久蜜臀| 国产一区二区三区观看| 欧美色国产精品| 蜜臀av国产精品久久久久| 欧美日韩一卡二卡三卡| 美女视频第一区二区三区免费观看网站| 日韩欧美国产三级| 91碰在线视频| 久久精品理论片| 亚洲午夜视频在线观看| 亚洲美女免费在线| 九九久久精品视频| 国产麻豆视频一区| 日本高清不卡在线观看| 色综合久久久网| 99精品热视频| 91精品国产91热久久久做人人| 色婷婷av一区二区三区之一色屋| 欧美精品一卡二卡| 精品日本一线二线三线不卡| 中文字幕中文在线不卡住| 国产精品久久久久9999吃药| 国产欧美精品一区aⅴ影院| 国产精品国产三级国产aⅴ中文 | 在线电影欧美成精品| 青青草国产精品亚洲专区无| 亚洲欧美色综合| 日韩欧美中文字幕公布| 99热精品一区二区| 蜜桃精品视频在线观看| 亚洲人成网站在线| 综合久久久久久| 国产丝袜在线精品| 99久久99久久综合| 天堂久久一区二区三区| 久久久久久久久久久电影| 日韩你懂的在线播放| 欧美久久久久久久久久| 国产一区二区免费看| 久久66热re国产| 99精品偷自拍| 专区另类欧美日韩| 亚洲视频免费在线| 在线看不卡av| 亚洲国产精品人人做人人爽| 国产精品视频观看| 亚洲色图第一区| 亚洲精品国产成人久久av盗摄| 日韩久久一区二区| 亚洲一区二区视频在线观看| 亚洲成人你懂的| 美女脱光内衣内裤视频久久影院| 久久国产精品无码网站| 国产91丝袜在线播放| 国产suv精品一区二区三区| 国产69精品久久99不卡| 国产精品香蕉一区二区三区| 国产精品香蕉一区二区三区| 91国产丝袜在线播放| 欧美图片一区二区三区| 久久久久综合网| 亚洲大片精品永久免费| 成人一区二区三区视频在线观看| 99精品偷自拍| 91精品国产综合久久久久| 日韩一区二区影院| 亚洲综合激情另类小说区| 精品一区二区三区久久久| 国产成人一区二区精品非洲| av电影在线不卡| 欧美成人官网二区| 亚洲高清不卡在线观看| 国产伦理精品不卡| 欧美性感一类影片在线播放| 国产精品的网站| 国内久久婷婷综合| 欧美女孩性生活视频| 亚洲你懂的在线视频| www.爱久久.com| 精品国产免费一区二区三区四区| 亚洲欧美日韩在线| 国产综合久久久久久久久久久久| 一本色道久久综合亚洲91| 日韩欧美精品在线视频| 亚洲一区免费视频| 色国产综合视频| 国产精品久久久久久亚洲毛片 | 日韩精品专区在线影院观看| 午夜精品福利一区二区蜜股av| 色狠狠一区二区三区香蕉| 亚洲综合色视频| 欧美日韩1区2区| 精品无人区卡一卡二卡三乱码免费卡| 欧美日韩在线精品一区二区三区激情 | voyeur盗摄精品| 中文字幕va一区二区三区| 99re成人精品视频| 一区二区三区在线不卡| 色婷婷综合中文久久一本| 亚洲一区二区在线播放相泽| 欧美三区免费完整视频在线观看| 亚洲小说春色综合另类电影| 6080日韩午夜伦伦午夜伦| 国产精品一区二区三区99| 国产精品福利在线播放| 色偷偷一区二区三区| 日韩精品成人一区二区在线| 久久一留热品黄| 欧美日本在线观看| 国产老女人精品毛片久久| 亚洲特黄一级片| 日韩三级高清在线| 色呦呦日韩精品| 久久精品久久99精品久久| 亚洲欧洲成人av每日更新| 久久日一线二线三线suv| 欧美日韩精品一区二区三区四区 | 国产精品久久久久永久免费观看 | 国产**成人网毛片九色|