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

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

?? ltmain.sh

?? 大名鼎鼎的 RTP Proxy 源代碼 在OpenSER 中成熟應用的
?? SH
?? 第 1 頁 / 共 5 頁
字號:
    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=    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	else	  if test -z "$pic_flag" && test -n "$link_static_flag"; then	    dlopen_self=$dlopen_self_static	  fi	fi	build_libtool_libs=no	build_old_libs=yes	prefer_static_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		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	  ;;	*)	  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	;;      -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	    exit $EXIT_FAILURE	  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*)	  case :$dllsearchpath: in	  *":$dir:"*) ;;	  *) dllsearchpath="$dllsearchpath:$dir";;	  esac	  ;;	esac	continue	;;      -l*)	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then	  case $host in	  *-*-cygwin* | *-*-pw32* | *-*-beos*)	    # These systems don't actually have a C or math library (as such)	    continue	    ;;	  *-*-mingw* | *-*-os2*)	    # These systems don't actually have a C library (as such)	    test "X$arg" = "X-lc" && continue	    ;;	  *-*-openbsd* | *-*-freebsd*)	    # Do not include libc due to us having libc/libc_r.	    test "X$arg" = "X-lc" && continue	    ;;	  *-*-rhapsody* | *-*-darwin1.[012])

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99天天综合性| 欧美精品久久久久久久久老牛影院| 91一区在线观看| 亚洲综合激情另类小说区| 91视频在线看| 日本不卡一区二区三区高清视频| 欧美日本一区二区三区四区| 日韩电影网1区2区| 亚洲国产高清在线观看视频| 91年精品国产| 秋霞av亚洲一区二区三| 久久久久久久综合狠狠综合| 91网站最新地址| 丝袜国产日韩另类美女| 久久日一线二线三线suv| 91捆绑美女网站| 精品一区二区三区的国产在线播放| 欧美激情一区二区三区不卡| 欧美婷婷六月丁香综合色| 国产一区二区三区香蕉| 亚洲午夜久久久久久久久久久| 国产三级欧美三级日产三级99| 91黄色免费网站| 一本一道久久a久久精品综合蜜臀| 天堂久久一区二区三区| 亚洲美女偷拍久久| 国产精品美女久久久久久| 精品人伦一区二区色婷婷| 在线欧美日韩精品| 99re这里只有精品视频首页| 国产激情视频一区二区三区欧美| 午夜精品一区二区三区免费视频| 最新中文字幕一区二区三区 | 麻豆一区二区三区| 亚洲自拍偷拍av| 亚洲妇女屁股眼交7| 一级特黄大欧美久久久| 亚洲综合免费观看高清完整版| 国产精品热久久久久夜色精品三区 | 中文字幕一区av| 亚洲视频在线观看一区| 国产精品精品国产色婷婷| 亚洲麻豆国产自偷在线| 亚洲综合一区二区三区| 亚洲午夜精品17c| 久久99精品国产麻豆婷婷| 国产很黄免费观看久久| 国产超碰在线一区| 精品1区2区3区| 精品日产卡一卡二卡麻豆| 久久久亚洲高清| 国产精品国产a级| 日本三级韩国三级欧美三级| 久久99精品久久久| 在线精品视频免费观看| 欧美成人艳星乳罩| 一区二区三区国产豹纹内裤在线| 亚洲网友自拍偷拍| 国产不卡在线视频| 欧美一区二区三区白人| 中文字幕在线观看一区二区| 日韩制服丝袜先锋影音| 成人一区二区三区视频在线观看 | 在线看国产一区二区| 精品少妇一区二区三区在线视频| 亚洲精品国产一区二区精华液| 丝袜美腿亚洲综合| 欧美日韩国产影片| 中文字幕亚洲欧美在线不卡| 国模大尺度一区二区三区| 欧美日韩午夜影院| 亚洲女人的天堂| 色哟哟国产精品免费观看| 国产精品高潮呻吟久久| 国产一区二区三区蝌蚪| 精品乱人伦一区二区三区| 日韩经典一区二区| 欧美一级高清片| 麻豆国产精品官网| 精品捆绑美女sm三区| 国内精品伊人久久久久av一坑| 欧美一区二区三区啪啪| 久久精品国产99久久6| 久久午夜羞羞影院免费观看| 极品瑜伽女神91| 国产欧美日韩精品一区| 91日韩在线专区| 亚洲一区欧美一区| 91麻豆精品国产自产在线| 免费观看一级欧美片| 国产日韩影视精品| 色天使久久综合网天天| 日韩av高清在线观看| 中文av一区二区| 欧美三级日韩在线| 成人网男人的天堂| 日韩电影在线观看一区| 中文字幕亚洲一区二区av在线 | 在线观看91精品国产入口| 免费高清视频精品| 亚洲一区二区在线播放相泽| 日韩一区二区三区在线| 91色在线porny| 国产成人丝袜美腿| 国产一区二区主播在线| 亚洲一区二三区| 成人免费小视频| 久久久久国产一区二区三区四区| 欧美裸体一区二区三区| 福利一区二区在线| 精品一区二区三区欧美| 亚洲午夜久久久久久久久电影网 | 美腿丝袜亚洲一区| 亚洲成av人片在线观看| 亚洲永久精品国产| 亚洲一区在线观看免费观看电影高清| 中文字幕av一区二区三区免费看 | 欧美亚洲丝袜传媒另类| 亚洲一二三四区| 国产精品污网站| 久久久一区二区三区| 久久久久久久电影| 国产精品乱码人人做人人爱| 国产精品久久综合| 亚洲精品乱码久久久久久| 亚洲日本护士毛茸茸| 亚洲一区二区综合| 蜜臀av在线播放一区二区三区| 日本视频中文字幕一区二区三区| 日韩中文字幕av电影| 成人免费看黄yyy456| 在线免费观看一区| 日韩欧美亚洲国产精品字幕久久久| 精品91自产拍在线观看一区| 国产精品国产三级国产aⅴ入口| 亚洲国产视频直播| 国产精品一二三在| 精品国产免费久久| 亚洲精品国产第一综合99久久| 国产精品免费视频一区| 日韩一区二区在线观看视频| 精品亚洲成a人| 亚洲国产一区视频| 亚洲免费成人av| 亚洲午夜久久久久久久久久久 | 午夜精品久久久久久久| 久久激情五月婷婷| 欧美性猛片aaaaaaa做受| 国产精品高潮呻吟| 韩国av一区二区三区四区| 在线影院国内精品| 亚洲麻豆国产自偷在线| 国产成人99久久亚洲综合精品| 欧美日韩一级视频| 欧美国产精品一区二区| 国产麻豆视频一区| 国产欧美一区二区精品秋霞影院| 丝袜美腿一区二区三区| 在线视频中文字幕一区二区| 亚洲人精品午夜| 波多野结衣的一区二区三区| 日韩一区二区三区视频在线| 免费在线观看一区二区三区| 666欧美在线视频| 亚洲成a人在线观看| 69久久99精品久久久久婷婷| 天天亚洲美女在线视频| 在线不卡a资源高清| 亚洲自拍都市欧美小说| 欧美日韩一区二区欧美激情 | 亚洲三级电影网站| 欧美福利视频一区| 久久国产精品色| 国产亚洲精品bt天堂精选| 91一区二区在线| 午夜精品一区在线观看| 91精品国产麻豆| 国产一区二区调教| 亚洲综合色区另类av| 欧美精品成人一区二区三区四区| 日本91福利区| 综合网在线视频| 精品国产污网站| 成人sese在线| 免费在线一区观看| 亚洲日本护士毛茸茸| 久久伊人中文字幕| 欧美高清www午色夜在线视频| 成熟亚洲日本毛茸茸凸凹| 亚洲成人动漫在线观看| 欧美精品一区二区在线播放| 色婷婷av一区二区三区gif| 成人美女视频在线观看18| 蜜桃在线一区二区三区| 一区二区三区色| 亚洲欧美偷拍卡通变态| 亚洲人123区| 18成人在线观看| 一区二区成人在线视频| 一区二区三区在线免费视频|