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

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

?? ltmain.sh

?? 橢圓曲線Elliptic Curve)加密算法的開源實現 國內很難下載到 borZoi-1.0.2.tar.gz
?? SH
?? 第 1 頁 / 共 5 頁
字號:
	%DEPLIBS%)	  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 | grep "^# 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 variables installed, or shouldnotlink	installed=yes	shouldnotlink=no	# Read the .la file	case $lib in	*/* | *\\*) . $lib ;;	*) . ./$lib ;;	esac	if test "$linkmode,$pass" = "lib,link" ||	   test "$linkmode,$pass" = "prog,scan" ||	   { test "$linkmode" != prog && test "$linkmode" != lib; }; then	  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"              if test "X$duplicate_deps" = "Xyes" ; then	        case "$tmp_libs " in	        *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	        esac              fi	      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.  We also need to preload any	    # dependent libraries so libltdl's deplib preloader doesn't	    # bomb out in the load deplibs phase.	    dlprefiles="$dlprefiles $lib $dependency_libs"	  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" # used for prog,scan pass	  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	    if test "X$duplicate_deps" = "Xyes" ; then	      case "$tmp_libs " in	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	      esac	    fi	    tmp_libs="$tmp_libs $deplib"	  done # for deplib	  continue	fi # $linkmode = prog...	if test "$linkmode,$pass" = "prog,link"; then	  if test -n "$library_names" &&	     { test "$prefer_static_libs" = no || test -z "$old_library"; }; 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	    # 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	  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	fi	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	  if test "$installed" = no; then	    notinst_deplibs="$notinst_deplibs $lib"	    need_relink=yes	  fi	  # This is a shared library	      # Warn about portability, can't link against -module's on some systems (darwin)      if test "$shouldnotlink" = yes && test "$pass" = link ; then	    $echo	    if test "$linkmode" = prog; then	      $echo "*** Warning: Linking the executable $output against the loadable module"	    else	      $echo "*** Warning: Linking the shared library $output against the loadable module"	    fi	    $echo "*** $linklib is not portable!"          fi	  	  if 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	  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* | mingw*)		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'"	      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'"	      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"		case $host in		  *-*-sco3.2v5* ) add_dir="-L$dir" ;;		  *-*-darwin* )		    # if the lib is a module then we can not link against it, someone		    # is ignoring the new warnings I added		    if /usr/bin/file -L $add 2> /dev/null | grep "bundle" >/dev/null ; then		      $echo "** Warning, lib $linklib is a module, not a shared library"		      if test -z "$old_library" ; then		        $echo		        $echo "** And there doesn't seem to be a static archive available"		        $echo "** The link will probably fail, sorry"		      else		        add="$dir/$old_library"		      fi 		    fi		esac	      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"		# Try looking first in the location we're being installed to.		if test -n "$inst_prefix_dir"; then		  case "$libdir" in		    [\\/]*)		      add_dir="-L$inst_prefix_dir$libdir $add_dir"		      ;;		  esac		fi		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"	    elif test "$hardcode_automatic" = yes; then	      if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then	        add="$inst_prefix_dir$libdir/$linklib"	      else	        add="$libdir/$linklib"	      fi	    else	      # We cannot seem to hardcode it, guess we'll fake it.	      add_dir="-L$libdir"	      # Try looking first in the location we're being installed to.	      if test -n "$inst_prefix_dir"; then		case "$libdir" in		  [\\/]*)		    add_dir="-L$inst_prefix_dir$libdir $add_dir"		    ;;		esac	      fi	      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	  # 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/$

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
视频一区二区中文字幕| 色网站国产精品| 99久久99久久精品免费观看| 欧美日韩和欧美的一区二区| 国产免费成人在线视频| 三级欧美韩日大片在线看| 成人av在线一区二区三区| 精品日韩在线观看| 亚洲高清免费视频| 一道本成人在线| 国产午夜精品一区二区三区视频| 午夜a成v人精品| av电影天堂一区二区在线观看| 日韩女优av电影在线观看| 亚洲一区二区欧美日韩| jizzjizzjizz欧美| 国产人妖乱国产精品人妖| 久久99在线观看| 制服丝袜亚洲色图| 亚洲一卡二卡三卡四卡| 99re视频精品| 亚洲欧美一区二区在线观看| 国产成人福利片| 国产亚洲婷婷免费| 国产精品夜夜爽| 久久久久久免费网| 国产精品一区在线观看你懂的| 制服丝袜中文字幕一区| 日韩精品色哟哟| 欧美日韩国产综合草草| 亚洲国产婷婷综合在线精品| 欧美亚洲精品一区| 国内精品第一页| 91麻豆精品国产91久久久更新时间| 亚洲码国产岛国毛片在线| 99久久婷婷国产综合精品电影| 日本一区二区三区高清不卡| 成人蜜臀av电影| 成人欧美一区二区三区| 色偷偷成人一区二区三区91 | 一区二区三区在线视频观看| 成人激情校园春色| 专区另类欧美日韩| 91论坛在线播放| 亚洲bdsm女犯bdsm网站| 91精品国产综合久久香蕉麻豆| 蜜臀久久99精品久久久久宅男| 日韩精品一区二区三区在线观看 | 国产久卡久卡久卡久卡视频精品| 久久综合九色综合97婷婷女人| 国产精品18久久久久久久久 | 91精品午夜视频| 久久97超碰色| 国产精品福利一区二区| 色狠狠色噜噜噜综合网| 日韩黄色片在线观看| 精品少妇一区二区三区免费观看 | 国产一区二区精品久久91| www国产成人| 久草在线在线精品观看| 国产午夜精品一区二区| 91免费国产在线| 婷婷久久综合九色综合伊人色| 日韩亚洲欧美综合| 丁香天五香天堂综合| 亚洲一区二区影院| 欧美tickle裸体挠脚心vk| 99久久99久久精品国产片果冻| 午夜精品久久久久久久久| 精品国精品自拍自在线| 99精品视频一区| 男人的天堂亚洲一区| 国产精品成人网| 91精品综合久久久久久| 国产1区2区3区精品美女| 亚洲一区二区欧美日韩| 国产日韩综合av| 欧美日韩一级视频| 国产成人a级片| 青青草精品视频| 亚洲欧美一区二区久久| 欧美va天堂va视频va在线| 色偷偷久久人人79超碰人人澡 | 色综合天天综合狠狠| 蜜桃视频一区二区| 曰韩精品一区二区| 国产欧美一区二区精品性| 欧美精品电影在线播放| 97精品视频在线观看自产线路二| 蓝色福利精品导航| 亚洲国产欧美一区二区三区丁香婷| 国产午夜精品一区二区| 日韩精品一区二区三区视频 | www.日本不卡| 国产伦精品一区二区三区免费迷 | 国产精品国产精品国产专区不蜜 | 国产欧美一区视频| 日韩一区二区在线观看视频| 欧美主播一区二区三区| jlzzjlzz亚洲日本少妇| 国产黄色成人av| 美女视频免费一区| 婷婷中文字幕综合| 亚洲午夜一区二区三区| 亚洲欧美一区二区三区国产精品| 中文字幕高清不卡| 国产欧美一区二区精品性| 亚洲精品一区二区三区精华液| 日韩三级免费观看| 欧美一区午夜视频在线观看| 欧美精品乱人伦久久久久久| 在线观看视频一区| 色综合天天狠狠| 91影视在线播放| 99视频国产精品| 一本一道久久a久久精品综合蜜臀 一本一道综合狠狠老 | 久久久精品tv| 国产三级精品视频| 国产精品欧美一区喷水| 国产精品女主播av| 中文字幕一区二区三区乱码在线| 国产精品天干天干在线综合| 久久久不卡网国产精品二区| 国产女同性恋一区二区| 国产精品乱码妇女bbbb| 亚洲色图.com| 午夜久久久久久久久久一区二区| 天天色天天爱天天射综合| 蜜桃视频第一区免费观看| 久久成人精品无人区| 国产成人h网站| 91浏览器打开| 欧美精选在线播放| 精品国产乱码久久久久久久| 国产欧美一区二区精品仙草咪| 中文字幕一区二区在线播放| 一区二区激情视频| 天天免费综合色| 久久99久久久欧美国产| 欧美另类高清zo欧美| 日韩丝袜情趣美女图片| 久久久亚洲欧洲日产国码αv| 国产精品欧美极品| 亚洲成a人片综合在线| 激情欧美日韩一区二区| 99re在线视频这里只有精品| 欧美久久久久久久久| 久久久久国产精品免费免费搜索| 亚洲日本中文字幕区| 日韩高清不卡在线| 成人免费观看男女羞羞视频| 欧美日韩在线免费视频| 久久你懂得1024| 一区二区三区**美女毛片| 麻豆一区二区三| 95精品视频在线| 日韩免费看的电影| 亚洲欧洲成人av每日更新| 偷拍亚洲欧洲综合| 国产99精品国产| 欧美精三区欧美精三区| 国产精品伦理在线| 美女视频黄免费的久久| 91老师片黄在线观看| 精品国产露脸精彩对白| 亚洲一线二线三线久久久| 国产91丝袜在线播放九色| 欧美日本韩国一区| 亚洲图片你懂的| 激情久久五月天| 在线成人av影院| 亚洲欧美日韩成人高清在线一区| 免费成人结看片| 欧美丝袜第三区| 亚洲视频综合在线| 国产乱对白刺激视频不卡| 欧美体内she精高潮| 中文字幕日本不卡| 国产精品乡下勾搭老头1| 91麻豆精品国产自产在线观看一区 | 久久色中文字幕| 免费观看久久久4p| 欧美性猛交xxxx黑人交| 国产精品电影一区二区三区| 国产99久久久久| 中文字幕在线一区免费| 国产精品影视网| 精品国产一区二区亚洲人成毛片 | 在线91免费看| 亚洲不卡一区二区三区| 色婷婷一区二区三区四区| 国产精品国模大尺度视频| 国产精品99久久久久久宅男| 精品免费视频一区二区| 捆绑变态av一区二区三区| 制服丝袜亚洲精品中文字幕| 午夜精品久久久久久久99水蜜桃| 在线精品视频免费观看| 一区二区在线观看免费视频播放| 99久久777色|