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

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

?? ltmain.sh

?? libnxml-no-curl-簡化版2007-07-01,一個別很不錯的XML生成和解析程序。
?? SH
?? 第 1 頁 / 共 5 頁
字號:
      if test "$pic_mode" != yes; then	# Don't build PIC code	command="$base_compile $qsrcfile"      else	command="$base_compile $qsrcfile $pic_flag"      fi      if test "$compiler_c_o" = yes; then	command="$command -o $obj"      fi      # Suppress compiler output if we already did a PIC compilation.      command="$command$suppress_output"      $run $rm "$obj" "$output_obj"      $show "$command"      if $run eval "$command"; then :      else	$run $rm $removelist	exit $EXIT_FAILURE      fi      if test "$need_locks" = warn &&	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then	$echo "\*** ERROR, $lockfile contains:`cat $lockfile 2>/dev/null`but it should contain:$srcfileThis indicates that another process is trying to use the sametemporary object file, and libtool could not work around it becauseyour compiler does not support \`-c' and \`-o' together.  If yourepeat this compilation, it may succeed, by chance, but you had betteravoid parallel builds (make -j) in this platform, or get a bettercompiler."	$run $rm $removelist	exit $EXIT_FAILURE      fi      # Just move the object if needed      if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then	$show "$mv $output_obj $obj"	if $run $mv $output_obj $obj; then :	else	  error=$?	  $run $rm $removelist	  exit $error	fi      fi      # Append the name of the non-PIC object the libtool object file.      # Only append if the libtool object file exists.      test -z "$run" && cat >> ${libobj}T <<EOF# Name of the non-PIC object.non_pic_object='$objname'EOF    else      # Append the name of the non-PIC object the libtool object file.      # Only append if the libtool object file exists.      test -z "$run" && cat >> ${libobj}T <<EOF# Name of the non-PIC object.non_pic_object=noneEOF    fi    $run $mv "${libobj}T" "${libobj}"    # Unlock the critical section if it was locked    if test "$need_locks" != no; then      $run $rm "$lockfile"    fi    exit $EXIT_SUCCESS    ;;  # libtool link mode  link | relink)    modename="$modename: link"    case $host in    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)      # It is impossible to link a dll without this setting, and      # we shouldn't force the makefile maintainer to figure out      # which system we are compiling for in order to pass an extra      # flag for every libtool invocation.      # allow_undefined=no      # FIXME: Unfortunately, there are problems with the above when trying      # to make a dll which has undefined symbols, in which case not      # even a static library is built.  For now, we need to specify      # -no-undefined on the libtool link line when we can be certain      # that all symbols are satisfied, otherwise we get a static library.      allow_undefined=yes      ;;    *)      allow_undefined=yes      ;;    esac    libtool_args="$nonopt"    base_compile="$nonopt $@"    compile_command="$nonopt"    finalize_command="$nonopt"    compile_rpath=    finalize_rpath=    compile_shlibpath=    finalize_shlibpath=    convenience=    old_convenience=    deplibs=    old_deplibs=    compiler_flags=    linker_flags=    dllsearchpath=    lib_search_path=`pwd`    inst_prefix_dir=    avoid_version=no    dlfiles=    dlprefiles=    dlself=no    export_dynamic=no    export_symbols=    export_symbols_regex=    generated=    libobjs=    ltlibs=    module=no    no_install=no    objs=    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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩理论在线观看| 午夜精品影院在线观看| 亚洲无线码一区二区三区| 蜜臂av日日欢夜夜爽一区| 91视频xxxx| 日韩欧美卡一卡二| 亚洲国产一区二区a毛片| 国产精品资源网站| 欧美猛男超大videosgay| 国产精品久久久久7777按摩| 蜜桃视频一区二区| 欧美三级欧美一级| 亚洲品质自拍视频| 成人网在线免费视频| 欧美va亚洲va| 免费欧美在线视频| 欧美色大人视频| 亚洲日本在线a| 国产乱妇无码大片在线观看| 日韩欧美电影一区| 婷婷综合五月天| 色综合久久中文综合久久牛| 欧美国产综合色视频| 国产美女在线观看一区| 欧美精品一区二区在线观看| 免费高清视频精品| 欧美一区日韩一区| 日韩成人免费电影| 欧美一区二区免费观在线| 亚洲国产精品久久一线不卡| 欧美日韩一区小说| 亚洲国产精品一区二区尤物区| 欧美在线一二三| 亚洲精品国产品国语在线app| 不卡av在线网| 亚洲色图视频网| 91麻豆蜜桃一区二区三区| 中文字幕字幕中文在线中不卡视频| 成人av在线播放网址| 1024成人网| 在线观看日韩高清av| 亚洲国产中文字幕在线视频综合 | 亚洲视频在线观看一区| 色综合天天综合色综合av| 亚洲成人综合视频| 国产精品你懂的在线| 91福利小视频| 亚洲丶国产丶欧美一区二区三区| 91丝袜高跟美女视频| 最新国产成人在线观看| 91蜜桃传媒精品久久久一区二区| 亚洲综合999| 3atv一区二区三区| 精品在线播放免费| 久久九九久久九九| 色呦呦日韩精品| 五月天欧美精品| 日韩精品一区二区三区老鸭窝| 国产精品一区免费视频| 1区2区3区国产精品| 欧美日韩国产乱码电影| 精一区二区三区| 国产精品久久久久久久久动漫 | 精品成a人在线观看| 婷婷一区二区三区| 日韩欧美精品在线| 成人毛片视频在线观看| 亚洲影院久久精品| 欧美精品一区二区三| 97se亚洲国产综合在线| 免费久久精品视频| 亚洲国产高清在线观看视频| 在线视频一区二区三区| 美女视频网站久久| 亚洲黄色录像片| 久久综合99re88久久爱| 色播五月激情综合网| 日本在线播放一区二区三区| 亚洲天堂中文字幕| 精品少妇一区二区三区视频免付费| 成a人片亚洲日本久久| 蜜桃在线一区二区三区| 亚洲乱码国产乱码精品精可以看 | 日本一区二区成人在线| 欧美日韩在线播放三区| 成人黄色软件下载| 久久黄色级2电影| 一区二区三区国产| 国产欧美日韩激情| 精品久久一区二区三区| 欧美性大战xxxxx久久久| 丁香婷婷综合网| 久久av老司机精品网站导航| 亚洲综合在线观看视频| 中文字幕免费不卡在线| 日韩精品一区二区三区在线观看| 欧美午夜片在线观看| av福利精品导航| 国产麻豆成人精品| 喷白浆一区二区| 亚洲h在线观看| 亚洲午夜羞羞片| 亚洲精品伦理在线| 中文字幕一区视频| 国产欧美日韩在线| 久久香蕉国产线看观看99| 日韩午夜电影av| 欧美精品v日韩精品v韩国精品v| 色视频成人在线观看免| 91丨porny丨首页| 成人激情动漫在线观看| 成人的网站免费观看| 成人动漫一区二区| 成人av影院在线| 成人aa视频在线观看| 不卡一区在线观看| 成人av免费在线播放| av一区二区三区四区| 丁香天五香天堂综合| 成人动漫中文字幕| 91亚洲精品乱码久久久久久蜜桃| 成人av影院在线| 色婷婷综合久久久久中文一区二区 | av在线这里只有精品| av在线不卡网| 色欧美88888久久久久久影院| 色狠狠av一区二区三区| 日本精品视频一区二区三区| 色综合天天综合| 欧美性猛交xxxx乱大交退制版| 欧美日韩国产美女| 欧美白人最猛性xxxxx69交| 欧美大片拔萝卜| 久久久精品国产免大香伊| 国产精品五月天| 亚洲精选在线视频| 午夜精品久久久久久久蜜桃app| 免费在线成人网| 国产精品一区在线| 色综合久久综合网97色综合 | 日本不卡123| 久草中文综合在线| 成人免费三级在线| 欧美色大人视频| 久久亚洲二区三区| 亚洲猫色日本管| 免费观看成人鲁鲁鲁鲁鲁视频| 国产精品一区二区三区乱码| 色域天天综合网| 精品免费国产二区三区| 最新久久zyz资源站| 天使萌一区二区三区免费观看| 国内不卡的二区三区中文字幕| 99久久综合色| 日韩一区二区高清| 国产精品久久久久久久久晋中| 亚洲第一狼人社区| 成人在线综合网| 欧美一级片在线观看| 国产精品色一区二区三区| 天天综合色天天| 91丨porny丨国产入口| 日韩欧美电影一区| 亚洲午夜羞羞片| 国产成人日日夜夜| 欧美乱妇20p| 亚洲天堂福利av| 韩日av一区二区| 欧美午夜在线观看| 国产精品久久久久7777按摩| 久久精品免费观看| 91久久人澡人人添人人爽欧美| 久久婷婷一区二区三区| 亚洲国产中文字幕| 97精品国产露脸对白| 精品久久久久久久久久久久包黑料| 一区二区三区四区乱视频| 高清在线不卡av| 欧美不卡在线视频| 香蕉久久夜色精品国产使用方法 | 亚洲免费成人av| 粉嫩蜜臀av国产精品网站| 欧美一级二级三级乱码| 亚洲乱码中文字幕| 成人在线综合网| 国产免费久久精品| 激情综合色综合久久| 日韩欧美一级特黄在线播放| 亚洲成人免费av| 91精品福利视频| 亚洲日韩欧美一区二区在线| 国产+成+人+亚洲欧洲自线| 久久综合色天天久久综合图片| 日韩极品在线观看| 欧美色图片你懂的| 午夜激情综合网| 欧美日韩成人激情| 亚洲高清免费一级二级三级| 欧美视频你懂的| 亚洲一区日韩精品中文字幕|