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

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

?? libtool

?? libnxml-no-curl-簡化版2007-07-01,一個別很不錯的XML生成和解析程序。
??
?? 第 1 頁 / 共 5 頁
字號:
    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    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)	if test "X$arg" = "X-all-static"; then	  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	else	  if test -z "$pic_flag" && test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	  prefer_static_libs=built	fi	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	  ;;	darwin_framework|darwin_framework_skip)	  test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"	  compile_command="$compile_command $arg"	  finalize_command="$finalize_command $arg"	  prev=	  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 $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	;;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线观看视频一区| ...xxx性欧美| 日本一区二区三区dvd视频在线| 国产人妖乱国产精品人妖| 综合在线观看色| 性久久久久久久| 国产精品一二三四五| 欧洲人成人精品| 亚洲精品一区二区在线观看| 亚洲欧美一区二区视频| 捆绑调教美女网站视频一区| 99久久精品免费观看| 日韩欧美中文字幕一区| 一区二区三区中文在线观看| 精品一二线国产| 日本乱人伦一区| 久久亚洲一区二区三区四区| 亚洲一区二区三区不卡国产欧美| 国产自产2019最新不卡| 在线不卡欧美精品一区二区三区| 国产欧美一区二区精品性色超碰| 亚洲大片精品永久免费| av在线一区二区三区| 久久精品人人做人人爽人人| 日本不卡一二三| 在线国产亚洲欧美| 国产精品成人在线观看| 国产在线播放一区三区四| 欧美日韩小视频| 亚洲六月丁香色婷婷综合久久 | 国产.欧美.日韩| 制服丝袜在线91| 亚洲一区自拍偷拍| 色综合夜色一区| 国产精品九色蝌蚪自拍| 高清成人免费视频| 久久久电影一区二区三区| 激情综合色综合久久| 91精品国产全国免费观看 | 另类调教123区 | 成人性生交大片免费看中文| 久久久精品免费网站| 国产在线国偷精品免费看| 日韩欧美久久久| 免费xxxx性欧美18vr| 欧美一级专区免费大片| 日韩专区中文字幕一区二区| 亚洲精品一区二区在线观看| 日韩黄色免费电影| 欧美视频在线一区二区三区| 亚洲成人综合网站| 欧美美女一区二区在线观看| 天天影视网天天综合色在线播放 | 久久久777精品电影网影网| 久久精品国产一区二区三| 日韩女优电影在线观看| 美脚の诱脚舐め脚责91| xvideos.蜜桃一区二区| 国产91丝袜在线播放| 亚洲天堂免费看| 欧美色窝79yyyycom| 亚洲成av人片在线观看无码| 日韩欧美色电影| 国产九色精品成人porny| 国产欧美日韩三级| 91麻豆产精品久久久久久 | 国产精品女上位| 色噜噜偷拍精品综合在线| 午夜久久久久久久久| 精品久久五月天| www.在线欧美| 午夜国产不卡在线观看视频| 精品国产凹凸成av人导航| 成人激情文学综合网| 亚洲成人在线观看视频| 久久久一区二区| 色综合久久天天| 日本vs亚洲vs韩国一区三区| 国产精品视频你懂的| 欧美性感一区二区三区| 精品系列免费在线观看| 中文天堂在线一区| 在线成人小视频| 成人国产亚洲欧美成人综合网| 亚洲成人精品一区| 国产亚洲精品久| 欧美色网一区二区| 国产成人在线观看免费网站| 午夜视频在线观看一区| 欧美国产欧美综合| 在线播放国产精品二区一二区四区| 国产呦萝稀缺另类资源| 亚洲一二三区在线观看| 国产日产欧美一区二区视频| 69堂精品视频| 91影院在线免费观看| 久久爱www久久做| 一区二区激情视频| 国产精品久线在线观看| 久久久亚洲精品一区二区三区| 欧美在线999| 国产盗摄一区二区| 日本va欧美va瓶| 亚洲一区二区欧美| 亚洲欧洲性图库| 国产亚洲综合在线| 日韩一区二区三区电影在线观看 | 国产无人区一区二区三区| 欧美日韩精品三区| 99视频国产精品| 国产福利一区在线观看| 老司机免费视频一区二区| 午夜国产精品影院在线观看| 亚洲老司机在线| 中文字幕在线一区二区三区| 337p日本欧洲亚洲大胆精品| 欧美一级午夜免费电影| 欧美肥妇free| 欧美丰满嫩嫩电影| 欧美日韩精品二区第二页| 91精品福利视频| 成人午夜伦理影院| 成人免费视频一区| 成人av电影免费在线播放| 成人小视频免费观看| 国产超碰在线一区| www.欧美.com| 成人avav在线| 成人激情小说网站| 99精品视频在线观看免费| av成人免费在线| 91免费观看视频| 色诱视频网站一区| 91在线免费看| 91搞黄在线观看| 欧美视频在线不卡| 欧美肥胖老妇做爰| 欧美大片在线观看一区二区| 亚洲精品一区二区三区蜜桃下载 | 亚洲6080在线| 五月天一区二区| 首页亚洲欧美制服丝腿| 男男视频亚洲欧美| 激情久久久久久久久久久久久久久久| 久久国内精品自在自线400部| 精品一区二区三区蜜桃| 成人在线综合网| 色噜噜夜夜夜综合网| 欧美日韩高清在线| 久久午夜色播影院免费高清| 日本一区二区三区国色天香| 亚洲人成7777| 日本成人在线不卡视频| 国产激情偷乱视频一区二区三区 | 不卡av在线免费观看| 91香蕉视频黄| 91精品欧美久久久久久动漫| 久久久国产午夜精品| 亚洲美女屁股眼交3| 免费观看在线综合| 成人精品国产免费网站| 欧美性大战久久久久久久| 日韩女优视频免费观看| 中文字幕一区二区视频| 五月婷婷激情综合| 成人av免费在线| 欧美放荡的少妇| 国产精品视频线看| 免费观看在线色综合| av高清不卡在线| 日韩一卡二卡三卡四卡| 中文字幕一区二区三区精华液 | 欧美激情一区二区在线| 亚洲一区二区美女| 国产成人激情av| 欧美剧在线免费观看网站| 国产精品看片你懂得| 免费精品99久久国产综合精品| 99re免费视频精品全部| 精品福利视频一区二区三区| 亚洲欧美视频一区| 国产九色精品成人porny| 欧美日韩国产首页在线观看| 国产精品视频一二| 狠狠色狠狠色合久久伊人| 欧美在线观看视频在线| 国产精品久久久久7777按摩| 韩国av一区二区三区四区| 欧美在线观看禁18| 国产精品国产三级国产aⅴ原创 | 7777精品伊人久久久大香线蕉的| 国产精品久久久久久亚洲毛片| 精品一区二区免费| 欧美一区2区视频在线观看| 亚洲一卡二卡三卡四卡五卡| 成人av在线一区二区三区| 久久综合五月天婷婷伊人| 看电影不卡的网站| 日韩午夜精品视频| 日韩不卡一二三区|