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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? ltmain.sh

?? 用來編寫 unix 環(huán)境下的守護程序的工具庫
?? 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一区二区三区免费野_久草精品视频
日本黄色一区二区| 91精品国产乱码| 看片的网站亚洲| 亚洲欧美日韩中文播放| 日韩精品一区二| 欧洲精品视频在线观看| 国产成人精品免费一区二区| 午夜精品一区在线观看| 最近日韩中文字幕| 国产色产综合色产在线视频| 欧美日本一区二区三区| 97久久久精品综合88久久| 国产一区欧美一区| 日本欧洲一区二区| 香蕉久久一区二区不卡无毒影院| 国产精品视频观看| 久久久久久久久久久久久久久99| 9191久久久久久久久久久| 色综合久久88色综合天天免费| 国产裸体歌舞团一区二区| 日本va欧美va欧美va精品| 亚洲第一综合色| 一区二区不卡在线视频 午夜欧美不卡在| 精品美女一区二区| 欧美成人三级电影在线| 欧美一区2区视频在线观看| 欧美在线播放高清精品| 色视频一区二区| 9久草视频在线视频精品| 国产99精品国产| 国产大片一区二区| 国产精品1区2区| 国产一区二区福利| 国产一区二区免费在线| 国产美女精品在线| 国产一区二区在线电影| 国产精品影音先锋| 国产精品18久久久久久久久| 国产一区二区久久| 国产a级毛片一区| 成人中文字幕电影| 99久久精品国产毛片| 99视频精品全部免费在线| eeuss鲁片一区二区三区在线观看| 国产99久久久国产精品潘金| 国产mv日韩mv欧美| 91色porny在线视频| 在线免费不卡视频| 欧美日韩三级一区二区| 5566中文字幕一区二区电影| 日韩午夜av电影| 久久久久久黄色| 国产精品色在线观看| 亚洲特黄一级片| 亚洲国产一区二区视频| 日产国产高清一区二区三区| 久久不见久久见免费视频7| 国产精品1区2区| 91蜜桃在线观看| 欧美裸体bbwbbwbbw| 日韩欧美中文字幕制服| 国产欧美一区二区精品久导航 | 国产精品久久久久久久久久久免费看| 国产欧美一区二区精品性色| 综合在线观看色| 亚洲午夜av在线| 久久国内精品自在自线400部| 国产伦精一区二区三区| 91麻豆swag| 欧美一区三区二区| 欧美国产国产综合| 夜夜亚洲天天久久| 狠狠色狠狠色综合系列| 99久久er热在这里只有精品15 | 欧美精品免费视频| 一区二区三区鲁丝不卡| 午夜成人在线视频| 国产一区二区三区日韩| 在线观看亚洲专区| 日韩精品一区二区三区中文精品| 国产精品乱码一区二三区小蝌蚪| 午夜国产不卡在线观看视频| 国产真实乱偷精品视频免| 99r国产精品| 欧美电影免费观看高清完整版在线观看| 国产亚洲成年网址在线观看| 亚洲午夜久久久| 国产精品综合二区| 欧美日韩国产免费| 国产精品久久久久影视| 天天射综合影视| 99re视频这里只有精品| 精品欧美一区二区三区精品久久| 亚洲欧美一区二区不卡| 国产一区二区三区香蕉| 欧美日韩国产乱码电影| 中文字幕亚洲欧美在线不卡| 奇米亚洲午夜久久精品| 色嗨嗨av一区二区三区| 国产欧美一区视频| 久久不见久久见中文字幕免费| 色女孩综合影院| 中文欧美字幕免费| 精品一区二区三区免费毛片爱 | 国产乱码精品一品二品| 欧美日韩成人一区| 亚洲男人的天堂av| 成人免费看片app下载| 精品欧美黑人一区二区三区| 亚洲国产成人精品视频| 91丨porny丨首页| 中文av一区二区| 国产成人啪免费观看软件| 日韩欧美国产1| 免费观看91视频大全| 欧美日韩国产精品成人| 一区二区三区在线影院| www.一区二区| 国产精品素人一区二区| 国产成人在线视频免费播放| 精品国产一区久久| 久久精品国产精品青草| 欧美一级xxx| 蜜臂av日日欢夜夜爽一区| 欧美猛男男办公室激情| 亚洲第一成年网| 欧美视频完全免费看| 亚洲一区在线视频| 91久久精品一区二区三区| 亚洲图片激情小说| youjizz国产精品| 中文字幕一区二区三区av| 成人av电影在线观看| 国产精品三级久久久久三级| 风间由美性色一区二区三区| 中文一区一区三区高中清不卡| 国产精品1区2区| 国产精品视频一区二区三区不卡| 成人在线综合网| 亚洲欧洲精品一区二区三区不卡| 不卡的av电影在线观看| 自拍偷拍国产精品| 在线观看网站黄不卡| 亚洲国产精品一区二区www在线| 在线视频一区二区免费| 亚洲永久精品大片| 91精品国产一区二区三区| 免费久久99精品国产| 精品91自产拍在线观看一区| 国产福利91精品一区| 国产精品视频观看| 欧洲一区在线电影| 日韩vs国产vs欧美| 久久久国产精品午夜一区ai换脸| 国产福利不卡视频| 中文字幕综合网| 精品处破学生在线二十三| 国产91丝袜在线播放| 亚洲欧美另类久久久精品2019| 欧美日韩一区不卡| 精品一区二区三区在线播放视频 | 亚洲一二三四久久| 日韩一区国产二区欧美三区| 久久99日本精品| 国产精品美女久久久久av爽李琼| 99久久久国产精品免费蜜臀| 亚洲国产综合91精品麻豆| 日韩欧美一二三区| jlzzjlzz亚洲日本少妇| 亚洲18女电影在线观看| 久久亚洲精品小早川怜子| 91免费在线播放| 日本欧美一区二区| 国产精品久久久久久久久免费樱桃| 欧美亚洲一区二区在线| 国产在线看一区| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| 欧美探花视频资源| 国产综合色在线| 一区二区三区国产精华| 精品国产伦一区二区三区观看方式 | 国产精品欧美一级免费| 欧美精品一二三| 国产91精品在线观看| 午夜av电影一区| 国产精品久久久久aaaa樱花| 欧美肥妇毛茸茸| 97精品电影院| 国产在线精品国自产拍免费| 亚洲午夜成aⅴ人片| 国产欧美一区二区精品仙草咪| 欧美日韩一区二区三区免费看| 国产成人av影院| 日韩精品一二三区| 综合色天天鬼久久鬼色| 久久尤物电影视频在线观看| 欧美三级中文字| 婷婷六月综合网| 亚洲黄色小说网站| 国产精品色一区二区三区|