亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
午夜精品久久久久| 91香蕉国产在线观看软件| 成人高清免费观看| 欧美一级夜夜爽| 亚洲一二三区在线观看| 国产sm精品调教视频网站| 欧美一级搡bbbb搡bbbb| 亚洲一二三区不卡| 日本韩国欧美一区| 亚洲国产精品传媒在线观看| 久久99精品国产91久久来源| 9191久久久久久久久久久| 一区二区三区中文在线观看| 成人av网站在线观看免费| 欧美精品一区二区三区高清aⅴ | 国产精品123| 69av一区二区三区| 亚洲国产视频a| 欧美亚洲另类激情小说| 亚洲欧洲日产国码二区| 风间由美一区二区三区在线观看| 欧美一二三在线| 日韩成人免费在线| 欧美日韩国产区一| 午夜激情久久久| 欧美美女一区二区三区| 亚洲一区二区影院| 欧美精品久久一区二区三区| 亚洲综合激情网| 欧美日韩在线播放三区四区| 五月开心婷婷久久| 欧美日本韩国一区二区三区视频| 亚洲一区二区三区四区中文字幕 | 制服丝袜日韩国产| 日韩国产在线一| 欧美日本国产一区| 免费国产亚洲视频| 精品国产sm最大网站免费看| 国产一区高清在线| 国产欧美精品一区二区三区四区| 东方欧美亚洲色图在线| 综合久久久久久| 欧美日韩在线播放| 久久99国产精品麻豆| 久久精品在这里| 99国产精品国产精品久久| 亚洲女爱视频在线| 欧美挠脚心视频网站| 免费观看91视频大全| wwwwww.欧美系列| 本田岬高潮一区二区三区| 亚洲精品久久久蜜桃| 欧美福利电影网| 国产综合色视频| 亚洲乱码国产乱码精品精小说| 日本二三区不卡| 九九视频精品免费| 国产精品久久久久久户外露出| 91精品福利视频| 麻豆精品在线播放| 久久精品视频在线免费观看| 在线免费不卡电影| 国产综合久久久久影院| 亚洲欧美日韩一区| 久久综合久久久久88| 色综合视频在线观看| 日本成人在线不卡视频| 国产精品狼人久久影院观看方式| 欧美在线不卡视频| 国产在线视频不卡二| 一区二区三区加勒比av| 精品久久一区二区| 欧美午夜电影一区| 国产激情91久久精品导航| 亚洲成av人片一区二区梦乃| 国产日韩精品一区二区浪潮av| 欧美图区在线视频| av一二三不卡影片| 国模娜娜一区二区三区| 婷婷久久综合九色综合伊人色| 久久美女艺术照精彩视频福利播放| 色婷婷精品久久二区二区蜜臀av| 精品综合久久久久久8888| 亚洲老司机在线| 国产片一区二区| 欧美成人精品福利| 欧美日韩精品一二三区| av中文一区二区三区| 国产一区二区精品久久| 五月婷婷激情综合| 尤物在线观看一区| 中文字幕在线一区| 国产欧美一区二区三区鸳鸯浴| 日韩免费视频一区二区| 欧美在线视频全部完| 99九九99九九九视频精品| 国产一区二区视频在线| 久久er精品视频| 日本aⅴ免费视频一区二区三区| 亚洲一区在线播放| 亚洲自拍偷拍图区| 亚洲愉拍自拍另类高清精品| 国产精品色婷婷久久58| 国产丝袜美腿一区二区三区| 亚洲精品在线电影| 精品粉嫩aⅴ一区二区三区四区| 制服丝袜激情欧洲亚洲| 欧美人牲a欧美精品| 欧美综合在线视频| 欧美四级电影网| 色婷婷激情综合| 日本韩国一区二区三区视频| 色先锋资源久久综合| 91色综合久久久久婷婷| 色香色香欲天天天影视综合网| 99re免费视频精品全部| 91国产免费看| 欧美日韩高清不卡| 欧美一级欧美一级在线播放| 日韩欧美综合一区| 精品99久久久久久| 久久久91精品国产一区二区精品 | 美女www一区二区| 美女视频网站久久| 国产呦精品一区二区三区网站| 久久精品国产免费| 国产成人午夜精品5599 | 欧美精品视频www在线观看| 91精品蜜臀在线一区尤物| 日韩精品自拍偷拍| 国产女同性恋一区二区| 亚洲人成人一区二区在线观看 | 成人欧美一区二区三区视频网页| 国产精品日韩成人| 一区二区免费在线播放| 日日夜夜一区二区| 精品亚洲成av人在线观看| 成人午夜免费电影| 欧亚洲嫩模精品一区三区| 日韩精品一区二区三区四区视频| 久久精品日韩一区二区三区| 亚洲情趣在线观看| 青青草国产精品亚洲专区无| 成人久久久精品乱码一区二区三区| 色8久久人人97超碰香蕉987| 日韩一区二区在线观看视频 | 久久成人久久鬼色| 成人高清在线视频| 日韩视频免费观看高清在线视频| 国产欧美日韩中文久久| 婷婷久久综合九色综合绿巨人| 国产精品99久久久| 欧美伦理视频网站| 国产精品美女久久久久aⅴ| 亚洲国产精品久久久男人的天堂| 国产做a爰片久久毛片| 在线免费一区三区| 亚洲精品在线免费观看视频| 亚洲精选一二三| 韩日av一区二区| 欧美日韩亚洲综合一区| 国产日韩欧美综合在线| 午夜精品久久久久影视| 国内精品国产成人国产三级粉色| 欧美午夜影院一区| 亚洲色图19p| 国产精品99久久久久久久vr| 91精品国产综合久久福利| 亚洲四区在线观看| 国产成人综合视频| 日韩视频免费观看高清完整版 | av中文字幕一区| 精品国产91久久久久久久妲己 | 精品国产网站在线观看| 亚洲综合偷拍欧美一区色| 豆国产96在线|亚洲| 欧美电影免费观看高清完整版在 | 中文字幕日韩一区| 激情欧美一区二区| 在线电影国产精品| 亚洲综合激情小说| 色婷婷综合久久久久中文一区二区| 久久日韩精品一区二区五区| 爽好久久久欧美精品| 欧美性受极品xxxx喷水| 亚洲人成在线观看一区二区| 国产精品系列在线观看| 精品久久一二三区| 久久aⅴ国产欧美74aaa| 精品久久久久一区二区国产| 老司机精品视频在线| 日韩亚洲欧美一区| 奇米色777欧美一区二区| 91精品国产综合久久小美女| 亚洲6080在线| 日韩午夜激情视频| 久久精品国产77777蜜臀| 精品成人在线观看| 国产一区二区三区蝌蚪| 久久久久久一二三区|