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

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

?? ltmain.sh

?? 這個是LINUX下的HFTP測試版本
?? SH
?? 第 1 頁 / 共 5 頁
字號:
	  alldeplibs=yes	  continue	  ;;	esac # case $deplib	if test $found = yes || test -f "$lib"; then :	else	  $echo "$modename: cannot find the library \`$lib'" 1>&2	  exit 1	fi	# Check to see that this really is a libtool archive.	if (sed -e '2q' $lib | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :	else	  $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2	  exit 1	fi	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`	test "X$ladir" = "X$lib" && ladir="."	dlname=	dlopen=	dlpreopen=	libdir=	library_names=	old_library=	# If the library was installed with an old release of libtool,	# it will not redefine variable installed.	installed=yes	# Read the .la file	case $lib in	*/* | *\\*) . $lib ;;	*) . ./$lib ;;	esac	if test "$linkmode,$pass" = "lib,link" ||	   test "$linkmode,$pass" = "prog,scan" ||	   { test $linkmode = oldlib && test $linkmode = obj; }; then	   # Add dl[pre]opened files of deplib	  test -n "$dlopen" && dlfiles="$dlfiles $dlopen"	  test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"	fi	if test $pass = conv; then	  # Only check for convenience libraries	  deplibs="$lib $deplibs"	  if test -z "$libdir"; then	    if test -z "$old_library"; then	      $echo "$modename: cannot find name of link library for \`$lib'" 1>&2	      exit 1	    fi	    # It is a libtool convenience library, so add in its objects.	    convenience="$convenience $ladir/$objdir/$old_library"	    old_convenience="$old_convenience $ladir/$objdir/$old_library"	    tmp_libs=	    for deplib in $dependency_libs; do	      deplibs="$deplib $deplibs"	      case "$tmp_libs " in	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	      esac	      tmp_libs="$tmp_libs $deplib"	    done	  elif test $linkmode != prog && test $linkmode != lib; then	    $echo "$modename: \`$lib' is not a convenience library" 1>&2	    exit 1	  fi	  continue	fi # $pass = conv	# Get the name of the library we link against.	linklib=	for l in $old_library $library_names; do	  linklib="$l"	done	if test -z "$linklib"; then	  $echo "$modename: cannot find name of link library for \`$lib'" 1>&2	  exit 1	fi	# This library was specified with -dlopen.	if test $pass = dlopen; then	  if test -z "$libdir"; then	    $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2	    exit 1	  fi	  if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then	    # If there is no dlname, no dlopen support or we're linking	    # statically, we need to preload.	    dlprefiles="$dlprefiles $lib"	  else	    newdlfiles="$newdlfiles $lib"	  fi	  continue	fi # $pass = dlopen	# We need an absolute path.	case $ladir in	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;	*)	  abs_ladir=`cd "$ladir" && pwd`	  if test -z "$abs_ladir"; then	    $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2	    $echo "$modename: passing it literally to the linker, although it might fail" 1>&2	    abs_ladir="$ladir"	  fi	  ;;	esac	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`	# Find the relevant object directory and library name.	if test "X$installed" = Xyes; then	  if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then	    $echo "$modename: warning: library \`$lib' was moved." 1>&2	    dir="$ladir"	    absdir="$abs_ladir"	    libdir="$abs_ladir"	  else	    dir="$libdir"	    absdir="$libdir"	  fi	else	  dir="$ladir/$objdir"	  absdir="$abs_ladir/$objdir"	  # Remove this search path later	  notinst_path="$notinst_path $abs_ladir"	fi # $installed = yes	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`	# This library was specified with -dlpreopen.	if test $pass = dlpreopen; then	  if test -z "$libdir"; then	    $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2	    exit 1	  fi	  # Prefer using a static library (so that no silly _DYNAMIC symbols	  # are required to link).	  if test -n "$old_library"; then	    newdlprefiles="$newdlprefiles $dir/$old_library"	  # Otherwise, use the dlname, so that lt_dlopen finds it.	  elif test -n "$dlname"; then	    newdlprefiles="$newdlprefiles $dir/$dlname"	  else	    newdlprefiles="$newdlprefiles $dir/$linklib"	  fi	fi # $pass = dlpreopen	if test -z "$libdir"; then	  # Link the convenience library	  if test $linkmode = lib; then	    deplibs="$dir/$old_library $deplibs"	  elif test "$linkmode,$pass" = "prog,link"; then	    compile_deplibs="$dir/$old_library $compile_deplibs"	    finalize_deplibs="$dir/$old_library $finalize_deplibs"	  else	    deplibs="$lib $deplibs"	  fi	  continue	fi	if test $linkmode = prog && test $pass != link; then	  newlib_search_path="$newlib_search_path $ladir"	  deplibs="$lib $deplibs"	  linkalldeplibs=no	  if test "$link_all_deplibs" != no || test -z "$library_names" ||	     test "$build_libtool_libs" = no; then	    linkalldeplibs=yes	  fi	  tmp_libs=	  for deplib in $dependency_libs; do	    case $deplib in	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test	    esac	    # Need to link against all dependency_libs?	    if test $linkalldeplibs = yes; then	      deplibs="$deplib $deplibs"	    else	      # Need to hardcode shared library paths	      # or/and link against static libraries	      newdependency_libs="$deplib $newdependency_libs"	    fi	    case "$tmp_libs " in	    *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	    esac	    tmp_libs="$tmp_libs $deplib"	  done # for deplib	  continue	fi # $linkmode = prog...	link_static=no # Whether the deplib will be linked statically	if test -n "$library_names" &&	   { test "$prefer_static_libs" = no || test -z "$old_library"; }; then	  # Link against this shared library	  if test "$linkmode,$pass" = "prog,link" ||	   { test $linkmode = lib && test $hardcode_into_libs = yes; }; then	    # Hardcode the library path.	    # Skip directories that are in the system default run-time	    # search path.	    case " $sys_lib_dlsearch_path " in	    *" $absdir "*) ;;	    *)	      case "$compile_rpath " in	      *" $absdir "*) ;;	      *) compile_rpath="$compile_rpath $absdir"	      esac	      ;;	    esac	    case " $sys_lib_dlsearch_path " in	    *" $libdir "*) ;;	    *)	      case "$finalize_rpath " in	      *" $libdir "*) ;;	      *) finalize_rpath="$finalize_rpath $libdir"	      esac	      ;;	    esac	    if test $linkmode = prog; then	      # We need to hardcode the library path	      if test -n "$shlibpath_var"; then		# Make sure the rpath contains only unique directories.		case "$temp_rpath " in		*" $dir "*) ;;		*" $absdir "*) ;;		*) temp_rpath="$temp_rpath $dir" ;;		esac	      fi	    fi	  fi # $linkmode,$pass = prog,link...	  if test "$alldeplibs" = yes &&	     { test "$deplibs_check_method" = pass_all ||	       { test "$build_libtool_libs" = yes &&		 test -n "$library_names"; }; }; then	    # We only need to search for static libraries	    continue	  fi	  if test "$installed" = no; then	    notinst_deplibs="$notinst_deplibs $lib"	    need_relink=yes	  fi	  if test -n "$old_archive_from_expsyms_cmds"; then	    # figure out the soname	    set dummy $library_names	    realname="$2"	    shift; shift	    libname=`eval \\$echo \"$libname_spec\"`	    # use dlname if we got it. it's perfectly good, no?	    if test -n "$dlname"; then	      soname="$dlname"	    elif test -n "$soname_spec"; then	      # bleh windows	      case $host in	      *cygwin*)		major=`expr $current - $age`		versuffix="-$major"		;;	      esac	      eval soname=\"$soname_spec\"	    else	      soname="$realname"	    fi	    # Make a new name for the extract_expsyms_cmds to use	    soroot="$soname"	    soname=`echo $soroot | sed -e 's/^.*\///'`	    newlib="libimp-`echo $soname | sed 's/^lib//;s/\.dll$//'`.a"	    # If the library has no export list, then create one now	    if test -f "$output_objdir/$soname-def"; then :	    else	      $show "extracting exported symbol list from \`$soname'"	      IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'	      eval cmds=\"$extract_expsyms_cmds\"	      for cmd in $cmds; do		IFS="$save_ifs"		$show "$cmd"		$run eval "$cmd" || exit $?	      done	      IFS="$save_ifs"	    fi	    # Create $newlib	    if test -f "$output_objdir/$newlib"; then :; else	      $show "generating import library for \`$soname'"	      IFS="${IFS= 	}"; save_ifs="$IFS"; IFS='~'	      eval cmds=\"$old_archive_from_expsyms_cmds\"	      for cmd in $cmds; do		IFS="$save_ifs"		$show "$cmd"		$run eval "$cmd" || exit $?	      done	      IFS="$save_ifs"	    fi	    # make sure the library variables are pointing to the new library	    dir=$output_objdir	    linklib=$newlib	  fi # test -n $old_archive_from_expsyms_cmds	  if test $linkmode = prog || test "$mode" != relink; then	    add_shlibpath=	    add_dir=	    add=	    lib_linked=yes	    case $hardcode_action in	    immediate | unsupported)	      if test "$hardcode_direct" = no; then		add="$dir/$linklib"	      elif test "$hardcode_minus_L" = no; then		case $host in		*-*-sunos*) add_shlibpath="$dir" ;;		esac		add_dir="-L$dir"		add="-l$name"	      elif test "$hardcode_shlibpath_var" = no; then		add_shlibpath="$dir"		add="-l$name"	      else		lib_linked=no	      fi	      ;;	    relink)	      if test "$hardcode_direct" = yes; then		add="$dir/$linklib"	      elif test "$hardcode_minus_L" = yes; then		add_dir="-L$dir"		add="-l$name"	      elif test "$hardcode_shlibpath_var" = yes; then		add_shlibpath="$dir"		add="-l$name"	      else		lib_linked=no	      fi	      ;;	    *) lib_linked=no ;;	    esac	    if test "$lib_linked" != yes; then	      $echo "$modename: configuration error: unsupported hardcode properties"	      exit 1	    fi	    if test -n "$add_shlibpath"; then	      case :$compile_shlibpath: in	      *":$add_shlibpath:"*) ;;	      *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;	      esac	    fi	    if test $linkmode = prog; then	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"	      test -n "$add" && compile_deplibs="$add $compile_deplibs"	    else	      test -n "$add_dir" && deplibs="$add_dir $deplibs"	      test -n "$add" && deplibs="$add $deplibs"	      if test "$hardcode_direct" != yes && \		 test "$hardcode_minus_L" != yes && \		 test "$hardcode_shlibpath_var" = yes; then		case :$finalize_shlibpath: in		*":$libdir:"*) ;;		*) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;		esac	      fi	    fi	  fi	  if test $linkmode = prog || test "$mode" = relink; then	    add_shlibpath=	    add_dir=	    add=	    # Finalize command for both is simple: just hardcode it.	    if test "$hardcode_direct" = yes; then	      add="$libdir/$linklib"	    elif test "$hardcode_minus_L" = yes; then	      add_dir="-L$libdir"	      add="-l$name"	    elif test "$hardcode_shlibpath_var" = yes; then	      case :$finalize_shlibpath: in	      *":$libdir:"*) ;;	      *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;	      esac	      add="-l$name"	    else	      # We cannot seem to hardcode it, guess we'll fake it.	      add_dir="-L$libdir"	      add="-l$name"	    fi	    if test $linkmode = prog; then	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"	    else	      test -n "$add_dir" && deplibs="$add_dir $deplibs"	      test -n "$add" && deplibs="$add $deplibs"	    fi	  fi	elif test $linkmode = prog; then	  if test "$alldeplibs" = yes &&	     { test "$deplibs_check_method" = pass_all ||	       { test "$build_libtool_libs" = yes &&		 test -n "$library_names"; }; }; then	    # We only need to search for static libraries	    continue	  fi	  # Try to link the static library	  # Here we assume that one of hardcode_direct or hardcode_minus_L	  # is not unsupported.  This is valid on all known static and	  # shared platforms.	  if test "$hardcode_direct" != unsupported; then	    test -n "$old_library" && linklib="$old_library"	    compile_deplibs="$dir/$linklib $compile_deplibs"	    finalize_deplibs="$dir/$linklib $finalize_deplibs"	  else	    compile_deplibs="-l$name -L$dir $compile_deplibs"	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"	  fi	elif test "$build_libtool_libs" = yes; then	  # Not a shared library	  if test "$deplibs_check_method" != pass_all; then	    # We're trying link a shared library against a static one	    # but the system doesn't support it.	    # Just print a warning and add the library to dependency_libs so	    # that the program can be linked against the static library.	    echo	    echo "*** Warning: This library needs some functionality provided by $lib."	    echo "*** I have the capability to make that library automatically link in when"	    echo "*** you link to this library.  But I can only do this if you have a"	    echo "*** shared version of the library, which you do not appear to have."	    if test "$module" = yes; then	      echo "*** Therefore, libtool will create a static module, that should work "	      echo "*** as long as the dlopening application is linked with the -dlopen flag."	      if test -z "$global_symbol_pipe"; then		echo		echo "*** However, this would only work if libtool was able to extract symbol"		echo "*** lists from a program, using \`nm' or equivalent, but libtool could"		echo "*** not find such a program.  So, this module is probably useless."		echo "*** \`nm' from GNU binutils and a full rebuild may help."	      fi	      if test "$build_old_libs" = no; then		build_libtool_libs=module		build_old_libs=yes	      else		build_libtool_libs=no	      fi	    fi	  else	    convenience="$convenience $dir/$old_library"	    old_convenience="$old_convenience $dir/$old_library"	    deplibs="$dir/$old_library $deplibs"	    link_static=yes	  fi	fi # link shared/static library?	if test $linkmode = lib; then	  if test -n "$dependency_libs" &&	     { test $hardcode_into_libs != yes || test $build_old_libs = yes ||	       test $link_static = yes; }; then	    # Extract -R from dependency_libs	    temp_deplibs=	    for libdir in $dependency_libs; do	      case $libdir in	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`		   case " $xrpath " in		   *" $temp_xrpath "*) ;;		   *) xrpath="$xrpath $temp_xrpath";;		   esac;;	      *) temp_deplibs="$temp_deplibs $libdir";;	      esac	    done	    dependency_libs="$temp_deplibs"	  fi	  newlib_search_path="$newlib_search_path $absdir"	  # Link against this library	  test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"	  # ... and its dependency_libs	  tmp_libs=	  for deplib in $dependency_libs; do	    newdependency_libs="$deplib $newdependency_libs"	    case "$tmp_libs " in	    *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	    esac	    tmp_libs="$tmp_libs $deplib"	  done	  if test $link_all_deplibs != no; then	    # Add the search paths of all dependency libraries	    for deplib in $dependency_libs; do	      case $deplib in	      -L*) path="$deplib" ;;	      *.la)		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`		test "X$dir" = "X$deplib" && dir="."		# We need an absolute path.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日精品一区视频| av在线一区二区三区| 亚洲国产另类av| 亚洲欧美另类综合偷拍| 久久午夜色播影院免费高清| 欧美大片国产精品| 久久综合色天天久久综合图片| 日韩欧美亚洲另类制服综合在线| 9191成人精品久久| 欧美xxx久久| 26uuu欧美日本| 国产日韩欧美电影| 国产欧美日韩久久| 中文字幕一区二区三中文字幕| 亚洲国产成人午夜在线一区| 国产精品国产三级国产aⅴ中文| 国产精品护士白丝一区av| 中文字幕字幕中文在线中不卡视频| 中文字幕免费一区| 一区二区三区精密机械公司| 亚洲成人精品一区二区| 看电影不卡的网站| 国产福利一区二区三区| 91在线视频网址| 在线观看成人小视频| 欧美一区二区私人影院日本| 精品精品欲导航| 国产精品成人一区二区艾草 | 欧美一个色资源| 欧美xxxx在线观看| 自拍偷在线精品自拍偷无码专区 | 久久一区二区三区国产精品| 欧美国产精品中文字幕| 亚洲一二三级电影| 国产美女主播视频一区| 在线观看国产一区二区| 欧美精品一区二区三区蜜桃视频 | 欧美一级精品在线| 国产亲近乱来精品视频| 亚洲高清视频的网址| 国产成人午夜精品5599| 欧美性猛片aaaaaaa做受| 久久亚洲综合色一区二区三区 | 亚洲高清免费观看高清完整版在线观看| 首页国产丝袜综合| 成人av网址在线| 欧美一级片在线看| 亚洲三级小视频| 国产综合色产在线精品| 欧美男男青年gay1069videost| 久久影视一区二区| 亚洲va在线va天堂| 99精品在线免费| 久久久久97国产精华液好用吗| 亚洲精品高清视频在线观看| 国产在线观看免费一区| 欧美日韩精品一区二区三区四区| 久久嫩草精品久久久精品| 日韩精品电影在线观看| 色美美综合视频| 国产精品毛片久久久久久| 久久se这里有精品| 日韩一区二区精品葵司在线| 亚洲综合一区二区精品导航| 成人精品视频一区二区三区| 久久久久久久综合色一本| 日韩国产欧美三级| 欧美喷水一区二区| 亚洲国产视频一区二区| 欧美网站一区二区| 亚洲愉拍自拍另类高清精品| 91蝌蚪porny成人天涯| 中文字幕一区二区三区四区不卡| 国产成人免费av在线| 精品91自产拍在线观看一区| 欧美aaaaaa午夜精品| 欧美日韩视频在线一区二区| 国产精品不卡视频| 99riav久久精品riav| 1000部国产精品成人观看| 成人av在线观| **欧美大码日韩| 在线看一区二区| 亚洲国产精品人人做人人爽| 欧美色中文字幕| 五月综合激情日本mⅴ| 欧美色窝79yyyycom| 香蕉成人伊视频在线观看| 欧美麻豆精品久久久久久| 亚洲mv大片欧洲mv大片精品| 欧美日韩一级二级| 免费成人av在线| 精品1区2区在线观看| 粗大黑人巨茎大战欧美成人| 亚洲欧美乱综合| 欧美高清www午色夜在线视频| 毛片不卡一区二区| 久久先锋资源网| 9色porny自拍视频一区二区| 亚洲精品日产精品乱码不卡| 欧美高清激情brazzers| 国产精品一区二区不卡| 18成人在线视频| 欧美日韩国产中文| 韩国在线一区二区| 亚洲欧美综合另类在线卡通| 欧美性xxxxx极品少妇| 极品少妇xxxx偷拍精品少妇| 国产精品久久久久久久久免费樱桃 | 一区二区三区四区视频精品免费 | 久久se这里有精品| 中文字幕一区在线观看| 91精品中文字幕一区二区三区| 国产乱人伦精品一区二区在线观看| 成人欧美一区二区三区黑人麻豆 | 欧美一区二区精美| 国产ts人妖一区二区| 天堂蜜桃一区二区三区| 国产亚洲成年网址在线观看| 欧美视频中文字幕| 不卡视频在线看| 美女视频黄免费的久久 | 欧美人与禽zozo性伦| 成人免费视频一区| 毛片基地黄久久久久久天堂| 1区2区3区精品视频| 久久亚洲精精品中文字幕早川悠里| 91黄色小视频| 岛国精品在线播放| 久久99精品久久久久| 亚洲一区在线看| 成人免费小视频| 欧美激情在线一区二区三区| 69堂成人精品免费视频| 在线精品观看国产| va亚洲va日韩不卡在线观看| 国产中文一区二区三区| 天堂av在线一区| 亚洲在线视频一区| 亚洲女厕所小便bbb| 欧美国产精品一区二区| 久久久久一区二区三区四区| 日韩欧美中文一区| 91精品国产欧美一区二区| 欧美午夜片在线观看| 91在线你懂得| 成人黄动漫网站免费app| 狠狠狠色丁香婷婷综合激情| 久久国产日韩欧美精品| 午夜影院久久久| 亚洲国产wwwccc36天堂| 亚洲欧洲制服丝袜| 一区二区三区中文免费| 亚洲色大成网站www久久九九| 国产精品免费视频网站| 中文字幕一区三区| 亚洲男人的天堂在线观看| 亚洲免费在线视频一区 二区| 国产精品国模大尺度视频| 国产精品国产三级国产普通话三级| 欧美国产一区视频在线观看| 激情六月婷婷久久| 亚洲欧美一区二区三区久本道91| 欧美在线一二三| aaa欧美日韩| 在线一区二区观看| 色婷婷综合久久久| 欧美日韩激情在线| 这里只有精品99re| xf在线a精品一区二区视频网站| 久久综合久久99| 1区2区3区国产精品| 亚洲成国产人片在线观看| 蜜桃在线一区二区三区| 另类小说综合欧美亚洲| 国产成人啪午夜精品网站男同| 成人福利视频在线| 日韩精品在线一区二区| 91精品国产入口| 国产成人免费xxxxxxxx| 欧美日韩国产综合视频在线观看 | 综合婷婷亚洲小说| 国产成人在线免费观看| 日韩一区二区三区在线| 亚洲第一精品在线| 欧美亚洲一区三区| 综合激情成人伊人| av在线不卡免费看| 国产婷婷一区二区| 国产在线精品不卡| 精品国产91九色蝌蚪| 美国毛片一区二区| 91麻豆精品久久久久蜜臀 | 欧美日韩精品一区二区三区四区 | 三级在线观看一区二区| 91久久奴性调教| 一区二区在线看| 色欧美片视频在线观看在线视频| 亚洲日穴在线视频| 91丨porny丨国产|