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

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

?? ltmain.sh

?? JSON(JavaScript Object Notation) 是一種輕量級的數據交換格式。易于人閱讀和編寫。同時也易于機器解析和生成。它基于JavaScript(Standard ECMA-262
?? SH
?? 第 1 頁 / 共 5 頁
字號:
      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 $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
	;;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久精品国产亚洲一区二区三区| 91在线看国产| 99久久99久久免费精品蜜臀| 欧美在线观看18| 日本一区二区三区在线不卡 | 欧美日韩一级二级| 国产日本欧洲亚洲| 日韩国产精品久久| 一本大道久久a久久精二百| 久久综合九色综合久久久精品综合 | 国产欧美精品区一区二区三区| 亚洲午夜三级在线| 成人久久视频在线观看| 2欧美一区二区三区在线观看视频| 亚洲一级二级三级在线免费观看| 成人中文字幕合集| 久久亚洲综合av| 秋霞电影一区二区| 欧美日韩在线不卡| 亚洲资源中文字幕| 色婷婷亚洲精品| 最新中文字幕一区二区三区| 国产成人在线观看| 久久综合色播五月| 国产一区欧美二区| 久久精品视频免费| 国内精品第一页| 欧美精品一区二区三| 久久成人免费日本黄色| 日韩一区二区三区在线视频| 日韩国产欧美在线播放| 欧美无砖专区一中文字| 亚洲成人综合网站| 777亚洲妇女| 久久精品国产精品亚洲精品| 精品国产一区二区亚洲人成毛片 | 色偷偷久久人人79超碰人人澡| 国产精品国产三级国产| www.欧美精品一二区| 中文字幕一区免费在线观看| 99在线精品一区二区三区| 亚洲欧美在线视频观看| av一二三不卡影片| 亚洲免费av高清| 欧洲一区二区av| 污片在线观看一区二区| 日韩三级.com| 福利一区福利二区| 亚洲欧美色综合| 制服.丝袜.亚洲.中文.综合| 激情五月激情综合网| 国产婷婷色一区二区三区四区| av电影一区二区| 亚洲伊人伊色伊影伊综合网| 51午夜精品国产| 国产成人免费视频一区| 亚洲欧洲韩国日本视频| 欧美伦理影视网| 国产乱一区二区| 一区二区三区四区亚洲| 日韩视频一区二区三区在线播放| 九色|91porny| 亚洲欧美日韩人成在线播放| 538在线一区二区精品国产| 国产一区不卡在线| 亚洲宅男天堂在线观看无病毒 | 欧美探花视频资源| 蜜臀精品久久久久久蜜臀| 国产三级一区二区| 欧美日韩一区小说| 国产乱子伦视频一区二区三区 | 精品电影一区二区| 在线日韩一区二区| 久久99国产精品成人| 亚洲天堂久久久久久久| 欧美一区二区在线视频| 成人h动漫精品一区二区| 视频在线观看一区二区三区| 国产清纯白嫩初高生在线观看91 | 日韩电影在线免费| 国产精品灌醉下药二区| 欧美大片顶级少妇| 91黄色小视频| 成人激情开心网| 国产乱子伦一区二区三区国色天香| 亚洲午夜精品一区二区三区他趣| 久久女同精品一区二区| 欧美一级电影网站| 欧美精品aⅴ在线视频| 99精品视频一区| 高清国产一区二区三区| 蜜臀精品一区二区三区在线观看| 一区二区三区鲁丝不卡| 国产精品免费免费| 日韩精品中午字幕| 欧美日韩国产小视频| 99久久综合色| 成人免费毛片高清视频| 国产在线视频一区二区三区| 麻豆一区二区三| 色综合天天性综合| 成人18视频在线播放| 国产精品一区不卡| 国产在线国偷精品产拍免费yy| 日一区二区三区| 亚洲成人1区2区| 亚洲成人在线观看视频| 亚洲国产精品影院| 亚洲国产一区在线观看| 一区二区三区日本| 一区二区国产盗摄色噜噜| 亚洲免费看黄网站| 亚洲黄色免费网站| 亚洲一二三四在线| 亚洲成av人**亚洲成av**| 亚洲一区成人在线| 天天综合色天天综合| 日韩影院精彩在线| 免播放器亚洲一区| 精品一区二区在线视频| 国产成人综合亚洲网站| 国产福利一区二区三区视频在线| 国产精品1024| 99视频在线观看一区三区| 不卡的av中国片| 91色porny在线视频| 色吧成人激情小说| 欧美狂野另类xxxxoooo| 欧美一级艳片视频免费观看| 欧美一级免费大片| 久久精品在这里| 成人欧美一区二区三区黑人麻豆| 亚洲免费观看高清完整版在线观看| 一区二区三区在线免费观看| 婷婷一区二区三区| 激情综合亚洲精品| 成人av免费在线| 欧洲国产伦久久久久久久| 一区二区成人在线视频 | 91精品国产色综合久久不卡蜜臀 | 免费高清视频精品| 国产精品乡下勾搭老头1| 成人激情开心网| 欧美体内she精高潮| 日韩一区国产二区欧美三区| 久久品道一品道久久精品| 综合久久给合久久狠狠狠97色| 亚洲国产精品自拍| 国产一区二区电影| 色婷婷av久久久久久久| 欧美电视剧免费全集观看| 中文字幕在线一区| 日韩精品国产精品| 成人性生交大片免费看在线播放 | 亚洲国产精品av| 亚洲成人激情社区| 国产精品一级二级三级| 91福利在线免费观看| 欧美精品一区二区三区视频| 亚洲欧美激情插| 国产在线观看一区二区| 欧美视频在线播放| 国产精品另类一区| 另类小说视频一区二区| 91麻豆精品一区二区三区| 精品欧美一区二区久久| 亚洲激情图片一区| 国产精品18久久久久久久久久久久 | 国产精品久久午夜| 麻豆国产精品官网| 欧美中文字幕不卡| 成人欧美一区二区三区黑人麻豆| 久久精品国产色蜜蜜麻豆| 欧美亚洲日本国产| 中文字幕一区二区三区视频| 久久成人免费电影| 欧美一区二区三区思思人| 亚洲精品视频一区二区| 成人免费va视频| 国产农村妇女毛片精品久久麻豆 | 丝袜脚交一区二区| 91免费版pro下载短视频| 国产视频在线观看一区二区三区| 琪琪一区二区三区| 欧美日韩在线播| 亚洲综合图片区| 日本精品一区二区三区四区的功能| 欧美国产欧美亚州国产日韩mv天天看完整| 日本不卡123| 欧美日韩国产经典色站一区二区三区 | 精品亚洲porn| 欧美一级黄色片| 午夜激情一区二区| 欧美肥妇free| 日欧美一区二区| 7777精品伊人久久久大香线蕉完整版| 亚洲综合清纯丝袜自拍| 欧美午夜一区二区三区| 亚洲国产欧美在线| 在线观看亚洲精品|