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

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

?? ltmain.sh

?? linux 支持 NTFS-3G.linux-arm ntfs 文件體統的支持
?? SH
?? 第 1 頁 / 共 5 頁
字號:
	  exit $EXIT_FAILURE	fi	if test "X$arg" = "X-export-symbols"; then	  prev=expsyms	else	  prev=expsyms_regex	fi	continue	;;      -framework|-arch|-isysroot)	case " $CC " in	  *" ${arg} ${1} "* | *" ${arg}	${1} "*) 		prev=darwin_framework_skip ;;	  *) compiler_flags="$compiler_flags $arg"	     prev=darwin_framework ;;	esac	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	    absdir="$dir"	    notinst_path="$notinst_path $dir"	  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*)	  testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`	  case :$dllsearchpath: in	  *":$dir:"*) ;;	  *) dllsearchpath="$dllsearchpath:$dir";;	  esac	  case :$dllsearchpath: in	  *":$testbindir:"*) ;;	  *) dllsearchpath="$dllsearchpath:$testbindir";;	  esac	  ;;	esac	continue	;;      -l*)	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then	  case $host in	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)	    # These systems don't actually have a C or math library (as such)	    continue	    ;;	  *-*-os2*)	    # These systems don't actually have a C library (as such)	    test "X$arg" = "X-lc" && continue	    ;;	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)	    # 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	    ;;	  *-*-sco3.2v5* | *-*-sco5v6*)	    # Causes problems with __ctype	    test "X$arg" = "X-lc" && continue	    ;;	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)	    # Compiler inserts libc in the correct place for threads to work	    test "X$arg" = "X-lc" && continue	    ;;	  esac	elif test "X$arg" = "X-lc_r"; then	 case $host in	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)	   # Do not include libc_r directly, use -pthread flag.	   continue	   ;;	 esac	fi	deplibs="$deplibs $arg"	continue	;;      # Tru64 UNIX uses -model [arg] to determine the layout of C++      # classes, name mangling, and exception handling.      -model)	compile_command="$compile_command $arg"	compiler_flags="$compiler_flags $arg"	finalize_command="$finalize_command $arg"	prev=xcompiler	continue	;;     -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)	compiler_flags="$compiler_flags $arg"	compile_command="$compile_command $arg"	finalize_command="$finalize_command $arg"	continue	;;      -module)	module=yes	continue	;;      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler      # -r[0-9][0-9]* specifies the processor on the SGI compiler      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler      # +DA*, +DD* enable 64-bit mode on the HP compiler      # -q* pass through compiler args for the IBM compiler      # -m* pass through architecture-specific compiler args for GCC      # -m*, -t[45]*, -txscale* pass through architecture-specific      # compiler args for GCC      # -pg pass through profiling flag for GCC      # @file GCC response files      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \      -t[45]*|-txscale*|@*)	# 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"        compiler_flags="$compiler_flags $arg"        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 ;;      -precious-files-regex)	prev=precious_regex	continue	;;      -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 $EXIT_FAILURE	  ;;	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\""	  ;;	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	  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	;;      *.$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"

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人黄色综合网站| 国产精品嫩草影院com| 中文字幕一区在线观看视频| 美女www一区二区| 欧美日韩成人在线一区| 亚洲综合另类小说| 欧美在线观看一区二区| 成人欧美一区二区三区在线播放| 韩国精品主播一区二区在线观看 | 午夜国产精品一区| 欧洲一区二区三区在线| 午夜电影久久久| 精品少妇一区二区| 国产精品一区久久久久| 久久九九影视网| 波多野结衣精品在线| 洋洋av久久久久久久一区| 在线观看日韩电影| 美女网站色91| 欧美韩日一区二区三区四区| www.欧美亚洲| 日韩综合小视频| 久久久久国产精品人| 99在线精品视频| 日韩精品福利网| 日本一区二区综合亚洲| 欧美日韩在线一区二区| 久久99久久久久久久久久久| 中文字幕一区在线观看视频| 成人a区在线观看| 日本午夜精品视频在线观看| 久久精品夜色噜噜亚洲a∨| 91免费版在线看| 国产一区二区主播在线| 亚洲永久精品国产| 欧美激情在线一区二区三区| 日韩一区二区在线看片| eeuss影院一区二区三区 | 亚洲一区二区视频| 国产天堂亚洲国产碰碰| 欧美一区永久视频免费观看| av电影天堂一区二区在线| 精品一区二区三区影院在线午夜| 亚洲精品水蜜桃| 国产欧美日本一区二区三区| 日韩美一区二区三区| 精品视频在线免费观看| 色视频一区二区| 99精品国产91久久久久久| 国产宾馆实践打屁股91| 日本少妇一区二区| 日韩精品国产欧美| 久久 天天综合| 精品一区二区免费视频| 久久精品久久精品| 国产一区日韩二区欧美三区| 韩国欧美国产一区| 国产大陆亚洲精品国产| 国产成人午夜精品影院观看视频| 国产一区二区三区黄视频 | 一本色道久久综合精品竹菊| 国产 欧美在线| 99视频国产精品| 在线免费观看日韩欧美| 欧美久久久久久久久中文字幕| 欧亚一区二区三区| 制服丝袜激情欧洲亚洲| 久久精品夜色噜噜亚洲aⅴ| 国产精品毛片a∨一区二区三区| 中文一区二区在线观看 | 欧美一级在线观看| 欧美成人精品二区三区99精品| 久久蜜桃av一区精品变态类天堂 | www国产精品av| 国产精品乱码人人做人人爱| 亚洲国产视频a| 国产毛片精品视频| 欧美日韩国产综合一区二区三区| 日韩女同互慰一区二区| 中文字幕制服丝袜一区二区三区| 亚洲综合一区在线| 国产精品99久久久久久久vr| 欧美日韩高清一区二区| 中文字幕高清不卡| 久久超级碰视频| 欧美高清性hdvideosex| 国产精品护士白丝一区av| 免播放器亚洲一区| 精品视频999| 亚洲主播在线播放| a级精品国产片在线观看| 亚洲精品在线免费播放| 蜜臀av在线播放一区二区三区 | 五月激情综合婷婷| 欧洲视频一区二区| 亚洲精品网站在线观看| 91美女片黄在线观看91美女| 国产欧美一区二区精品秋霞影院| 午夜精品福利在线| 欧美一区二区三区免费观看视频| 亚洲综合无码一区二区| 在线观看av一区| 亚洲五码中文字幕| 91久久国产最好的精华液| 中文字幕精品一区| 99国产精品久久久久久久久久| 欧美国产一区视频在线观看| 成人免费av资源| 一区二区三区在线观看网站| 91偷拍与自偷拍精品| 夜夜精品视频一区二区| 欧美日韩在线观看一区二区| 亚洲丰满少妇videoshd| 欧美色综合天天久久综合精品| 亚洲最色的网站| 欧美成人伊人久久综合网| 国产成人亚洲精品狼色在线| 国产精品精品国产色婷婷| 日本乱码高清不卡字幕| 日韩精品一二三四| 欧美国产精品劲爆| 欧美日韩国产123区| 国产精品一品二品| 午夜电影网亚洲视频| 国产拍揄自揄精品视频麻豆| 欧美在线观看视频在线| 国产高清成人在线| 亚洲第一搞黄网站| 国产视频一区二区在线| 欧美日韩免费电影| 成人永久免费视频| 蜜桃av一区二区三区| 一区二区三区四区亚洲| 精品处破学生在线二十三| 色综合久久久久综合99| 国产一区二区免费视频| 日韩中文字幕麻豆| 亚洲美腿欧美偷拍| 欧美激情一区二区三区| 精品伦理精品一区| 这里是久久伊人| 色悠久久久久综合欧美99| 奇米影视一区二区三区| 亚洲在线中文字幕| 亚洲黄色av一区| 1区2区3区欧美| 综合欧美一区二区三区| 国产精品的网站| 亚洲丝袜自拍清纯另类| 欧美激情一区二区| 亚洲国产精品99久久久久久久久 | 日本一区二区三区久久久久久久久不| 欧美精品色一区二区三区| 欧美午夜视频网站| 欧美性欧美巨大黑白大战| 欧美日韩一区二区三区视频| 日本道精品一区二区三区| 91福利在线看| 欧美色综合久久| 日韩欧美中文字幕一区| 日韩写真欧美这视频| 91麻豆精品91久久久久久清纯| 555www色欧美视频| 欧美成人伊人久久综合网| 亚洲国产高清不卡| 一区二区三区不卡视频在线观看 | 国产资源精品在线观看| 成人免费毛片app| 在线区一区二视频| 久久久久久免费网| 一区二区视频免费在线观看| 日韩国产在线观看| 成人免费av资源| 欧美一区二区久久| 国产精品久久久久aaaa| 男女男精品网站| 91国偷自产一区二区开放时间 | 中文字幕一区二区三区在线不卡| 亚洲伦理在线免费看| 国内外成人在线视频| 91色视频在线| 中文成人av在线| 精品一区二区三区在线观看国产| 色噜噜狠狠色综合欧洲selulu| 欧美精品一区在线观看| 丝袜美腿亚洲一区二区图片| 99精品视频在线免费观看| 精品久久久久久久人人人人传媒| 亚洲精品欧美综合四区| 国产91精品免费| 久久久久高清精品| 久久爱www久久做| 欧美mv日韩mv国产网站| 日韩高清中文字幕一区| 这里只有精品电影| 美女一区二区久久| 精品国产乱码久久久久久牛牛 | 国产美女精品人人做人人爽| 欧美一区二区视频在线观看| 日韩av一区二区三区四区|