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

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

?? libtool

?? libnxml-no-curl-簡化版2007-07-01,一個別很不錯的XML生成和解析程序。
??
?? 第 1 頁 / 共 5 頁
字號:
      -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"    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      exit_status=$?      if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then	exit $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    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%"	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"	  ;;	esac      fi      if test "$pass" = dlopen; then	# Collect dlpreopened libraries	save_deplibs="$deplibs"	deplibs=      fi      for dep

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色综合色综合色综合| 亚洲午夜电影在线观看| 一本大道久久a久久综合| 日本va欧美va精品| 中文字幕一区三区| 欧美一区三区四区| 91原创在线视频| 黄色日韩网站视频| 亚洲成年人网站在线观看| 中文一区在线播放| 精品久久久久久久久久久院品网| 91丝袜美女网| 成人的网站免费观看| 国内不卡的二区三区中文字幕| 洋洋成人永久网站入口| 国产调教视频一区| 日韩精品一区国产麻豆| 欧美日韩不卡在线| 色哟哟国产精品免费观看| 岛国av在线一区| 国产中文字幕一区| 韩国三级中文字幕hd久久精品| 午夜电影网一区| 亚洲午夜影视影院在线观看| 亚洲日本一区二区三区| 欧美国产精品一区二区| 久久久久97国产精华液好用吗| 日韩三级视频中文字幕| 7777精品伊人久久久大香线蕉的 | 色噜噜狠狠色综合欧洲selulu| 国产一区在线视频| 久久国产精品色婷婷| 日本色综合中文字幕| 午夜精品久久一牛影视| 一区二区三区四区精品在线视频| 国产精品久久久久影院老司| 久久er99精品| 久久激五月天综合精品| 蜜臀91精品一区二区三区| 蜜桃视频在线观看一区二区| 琪琪久久久久日韩精品| 麻豆精品在线观看| 久久爱www久久做| 国产在线视频精品一区| 国产一区二区导航在线播放| 国产精品中文字幕日韩精品| 国产精品自拍毛片| 成人丝袜高跟foot| av电影天堂一区二区在线观看| 北岛玲一区二区三区四区| 91香蕉视频黄| 91黄视频在线观看| 欧美日韩电影一区| 日韩一区二区视频在线观看| 精品奇米国产一区二区三区| 久久一区二区三区国产精品| 欧美韩国日本一区| 亚洲欧美日韩综合aⅴ视频| 亚洲黄色性网站| 婷婷夜色潮精品综合在线| 美腿丝袜在线亚洲一区| 国产精品中文欧美| 色欧美88888久久久久久影院| 欧美色区777第一页| 日韩免费观看高清完整版| 久久久美女艺术照精彩视频福利播放| 精品久久久久久久久久久久久久久久久| 国产性做久久久久久| 亚洲视频网在线直播| 午夜精品久久久久久| 韩国女主播一区二区三区| 91婷婷韩国欧美一区二区| 欧美唯美清纯偷拍| 亚洲精品一区二区在线观看| 国产精品乱子久久久久| 亚洲成精国产精品女| 国产精品中文字幕欧美| 在线精品国精品国产尤物884a| 欧美一级黄色录像| 中文字幕佐山爱一区二区免费| 亚洲第一二三四区| 国产成人免费视频一区| 欧美色图免费看| 中文av一区二区| 亚洲一区二区三区小说| 国内精品视频666| 欧美三级一区二区| 国产色爱av资源综合区| 午夜免费久久看| 成人免费视频播放| 日韩免费电影一区| 一区二区三区四区乱视频| 国产黄色91视频| 91精品国产aⅴ一区二区| 亚洲欧美在线另类| 久久国内精品视频| 在线一区二区视频| 国产欧美日韩在线视频| 天堂午夜影视日韩欧美一区二区| 成人永久aaa| 欧美精品一区二区三区蜜桃视频| 一个色综合网站| 盗摄精品av一区二区三区| 91精品综合久久久久久| 亚洲欧洲综合另类| 国产91丝袜在线播放| 日韩一区二区三区视频在线观看| 综合久久国产九一剧情麻豆| 精品在线播放免费| 欧美精品高清视频| 亚洲精品成人少妇| 成人免费电影视频| 久久新电视剧免费观看| 男人的j进女人的j一区| 欧美视频完全免费看| 亚洲视频中文字幕| 东方欧美亚洲色图在线| 精品久久国产字幕高潮| 麻豆精品国产91久久久久久| 欧美在线三级电影| 亚洲狠狠丁香婷婷综合久久久| 国产99久久久国产精品| 久久午夜免费电影| 国产在线国偷精品产拍免费yy| 欧美一区二区三区在线| 青青草精品视频| 在线成人av影院| 天天综合色天天| 欧美人动与zoxxxx乱| 亚洲h精品动漫在线观看| 色婷婷综合久久久久中文 | 狠狠v欧美v日韩v亚洲ⅴ| 日韩欧美国产一区二区三区| 午夜成人免费电影| 91精品国产综合久久精品图片| 亚洲高清不卡在线观看| 欧美日韩国产经典色站一区二区三区| 亚洲伦在线观看| 欧洲av在线精品| 亚洲一二三四区| 欧美日韩国产首页| 亚洲成人自拍偷拍| 在线综合视频播放| 久久9热精品视频| 久久久精品人体av艺术| 国产suv一区二区三区88区| 国产日韩亚洲欧美综合| 成人永久看片免费视频天堂| 亚洲欧美一区二区视频| 在线视频你懂得一区| 亚洲夂夂婷婷色拍ww47| 欧美肥大bbwbbw高潮| 久久精品国产亚洲aⅴ | 亚洲黄色性网站| 欧美福利视频一区| 久久99国产精品久久99| 国产日产欧产精品推荐色| 99这里都是精品| 亚洲综合精品自拍| 日韩午夜在线观看视频| 国产精品一区二区黑丝| 亚洲久本草在线中文字幕| 欧美日韩成人在线| 国产高清精品在线| 欧美一区二区在线看| 欧美日韩国产精选| jvid福利写真一区二区三区| 一区二区在线观看视频在线观看| 99国产麻豆精品| 五月综合激情日本mⅴ| 欧美一级二级三级乱码| 成人在线视频一区二区| 亚洲成人三级小说| 久久久不卡网国产精品二区| 92精品国产成人观看免费| 日本伊人色综合网| 国产亚洲一区二区三区| 色成人在线视频| 极品少妇xxxx偷拍精品少妇| 国产精品久久看| 欧美一区二区福利视频| 粉嫩一区二区三区性色av| 亚洲超碰97人人做人人爱| 国产日韩欧美精品电影三级在线| 欧美亚洲综合色| 国产东北露脸精品视频| 日韩激情av在线| 中文字幕视频一区二区三区久| 制服丝袜亚洲播放| www.视频一区| 久久国产精品99精品国产| 亚洲激情一二三区| 国产亚洲欧美色| 欧美精品在欧美一区二区少妇| 成人高清在线视频| 黄色日韩网站视频| 日本不卡一二三区黄网| 亚洲欧美激情一区二区| 久久久国产精华| 91麻豆精品国产91久久久资源速度|