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

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

?? ltmain.sh

?? libaal-1.0.5.tar.gz reiser4progs編譯時需要
?? SH
?? 第 1 頁 / 共 5 頁
字號:
      if test "$pass" = dlopen; then	# Collect dlpreopened libraries	save_deplibs="$deplibs"	deplibs=      fi      for deplib in $libs; do	lib=	found=no	case $deplib in	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)	  if test "$linkmode,$pass" = "prog,link"; then	    compile_deplibs="$deplib $compile_deplibs"	    finalize_deplibs="$deplib $finalize_deplibs"	  else	    deplibs="$deplib $deplibs"	  fi	  continue	  ;;	-l*)	  if test "$linkmode" != lib && test "$linkmode" != prog; then	    $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2	    continue	  fi	  if test "$pass" = conv; then	    deplibs="$deplib $deplibs"	    continue	  fi	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do	    for search_ext in .la $std_shrext .so .a; do	      # Search the libtool library	      lib="$searchdir/lib${name}${search_ext}"	      if test -f "$lib"; then		if test "$search_ext" = ".la"; then		  found=yes		else		  found=no		fi		break 2	      fi	    done	  done	  if test "$found" != yes; then	    # deplib doesn't seem to be a libtool library	    if test "$linkmode,$pass" = "prog,link"; then	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    else	      deplibs="$deplib $deplibs"	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"	    fi	    continue	  else # deplib is a libtool library	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,	    # We need to do some special things here, and not later.	    if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then	      case " $predeps $postdeps " in	      *" $deplib "*)		if (${SED} -e '2q' $lib |                    grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then		  library_names=		  old_library=		  case $lib in		  */* | *\\*) . $lib ;;		  *) . ./$lib ;;		  esac		  for l in $old_library $library_names; do		    ll="$l"		  done		  if test "X$ll" = "X$old_library" ; then # only static version available		    found=no		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`		    test "X$ladir" = "X$lib" && ladir="."		    lib=$ladir/$old_library		    if test "$linkmode,$pass" = "prog,link"; then		      compile_deplibs="$deplib $compile_deplibs"		      finalize_deplibs="$deplib $finalize_deplibs"		    else		      deplibs="$deplib $deplibs"		      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"		    fi		    continue		  fi		fi	        ;;	      *) ;;	      esac	    fi	  fi	  ;; # -l	-L*)	  case $linkmode in	  lib)	    deplibs="$deplib $deplibs"	    test "$pass" = conv && continue	    newdependency_libs="$deplib $newdependency_libs"	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`	    ;;	  prog)	    if test "$pass" = conv; then	      deplibs="$deplib $deplibs"	      continue	    fi	    if test "$pass" = scan; then	      deplibs="$deplib $deplibs"	    else	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    fi	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`	    ;;	  *)	    $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2	    ;;	  esac # linkmode	  continue	  ;; # -L	-R*)	  if test "$pass" = link; then	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`	    # Make sure the xrpath contains only unique directories.	    case "$xrpath " in	    *" $dir "*) ;;	    *) xrpath="$xrpath $dir" ;;	    esac	  fi	  deplibs="$deplib $deplibs"	  continue	  ;;	*.la) lib="$deplib" ;;	*.$libext)	  if test "$pass" = conv; then	    deplibs="$deplib $deplibs"	    continue	  fi	  case $linkmode in	  lib)	    valid_a_lib=no	    case $deplibs_check_method in	      match_pattern*)		set dummy $deplibs_check_method	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`		if eval $echo \"$deplib\" 2>/dev/null \		    | $SED 10q \		    | $EGREP "$match_pattern_regex" > /dev/null; then		  valid_a_lib=yes		fi		;;	      pass_all)		valid_a_lib=yes		;;            esac	    if test "$valid_a_lib" != yes; then	      $echo	      $echo "*** Warning: Trying to link with static lib archive $deplib."	      $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"	      $echo "*** because the file extensions .$libext of this argument makes me believe"	      $echo "*** that it is just a static archive that I should not used here."	    else	      $echo	      $echo "*** Warning: Linking the shared library $output against the"	      $echo "*** static library $deplib is not portable!"	      deplibs="$deplib $deplibs"	    fi	    continue	    ;;	  prog)	    if test "$pass" != link; then	      deplibs="$deplib $deplibs"	    else	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    fi	    continue	    ;;	  esac # linkmode	  ;; # *.$libext	*.lo | *.$objext)	  if test "$pass" = conv; then	    deplibs="$deplib $deplibs"	  elif test "$linkmode" = prog; then	    if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then	      # If there is no dlopen support or we're linking statically,	      # we need to preload.	      newdlprefiles="$newdlprefiles $deplib"	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    else	      newdlfiles="$newdlfiles $deplib"	    fi	  fi	  continue	  ;;	%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 $EXIT_FAILURE	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 $EXIT_FAILURE	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 $EXIT_FAILURE	    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 $EXIT_FAILURE	  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 $EXIT_FAILURE	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 $EXIT_FAILURE	  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	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then	    dir="$ladir"	    absdir="$abs_ladir"	    # Remove this search path later	    notinst_path="$notinst_path $abs_ladir"	  else	    dir="$ladir/$objdir"	    absdir="$abs_ladir/$objdir"	    # Remove this search path later	    notinst_path="$notinst_path $abs_ladir"	  fi	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 $EXIT_FAILURE	  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	      *" 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
波多野结衣中文字幕一区| 色综合亚洲欧洲| 亚洲最大的成人av| 久久久久久久综合日本| 在线精品视频免费观看| 国产麻豆成人精品| 五月婷婷色综合| 亚洲青青青在线视频| 久久婷婷色综合| 日韩一区二区在线观看视频| av电影在线观看一区| 精品一区二区三区视频| 无吗不卡中文字幕| 亚洲精品自拍动漫在线| 国产精品久久三区| 久久综合精品国产一区二区三区| 欧美日韩国产精选| 色综合久久久久网| www.欧美亚洲| 福利一区福利二区| 国产精品18久久久久久久久久久久 | 一区二区三区欧美| 久久久精品免费观看| 91精品国产综合久久精品性色| 99精品欧美一区二区蜜桃免费 | 3d成人h动漫网站入口| 色婷婷香蕉在线一区二区| 国产精品 欧美精品| 精品中文字幕一区二区| 免费观看在线色综合| 日韩精品三区四区| 天堂成人国产精品一区| 亚洲国产精品久久人人爱| 亚洲综合色成人| 一区二区三区中文免费| 怡红院av一区二区三区| 亚洲精品写真福利| 一个色妞综合视频在线观看| 最好看的中文字幕久久| 最新欧美精品一区二区三区| 国产精品久线在线观看| 国产精品国产三级国产aⅴ原创 | 不卡视频在线看| 99久久久精品免费观看国产蜜| 成人av综合在线| 91丨porny丨国产| 91精彩视频在线观看| 色噜噜偷拍精品综合在线| 日本精品免费观看高清观看| 在线精品视频一区二区| 欧美日韩国产欧美日美国产精品| 欧美日韩久久久久久| 在线成人av网站| 精品日韩一区二区三区| 久久亚洲一区二区三区四区| 国产目拍亚洲精品99久久精品| 中文字幕免费观看一区| 亚洲免费视频成人| 五月天亚洲精品| 久久国产精品无码网站| 国内久久精品视频| jlzzjlzz欧美大全| 欧美丝袜第三区| 精品国产网站在线观看| 国产精品女主播在线观看| 亚洲另类在线一区| 美国十次综合导航| 国产成+人+日韩+欧美+亚洲| 97久久精品人人做人人爽| 欧美色综合天天久久综合精品| 欧美一区二区三区小说| 国产婷婷一区二区| 一区二区在线观看免费视频播放| 视频一区中文字幕国产| 国产精品99久久久久久似苏梦涵| 91在线一区二区三区| 555夜色666亚洲国产免| 日本一区二区视频在线| 亚洲一区二区三区小说| 精品一区二区三区久久| 91亚洲精品久久久蜜桃网站| 欧美一区二区三区啪啪| 国产精品久久久久影院亚瑟| 亚洲444eee在线观看| 国产成人夜色高潮福利影视| 在线观看国产一区二区| 久久精品水蜜桃av综合天堂| 亚洲一区二区欧美| 国产成都精品91一区二区三| 欧美三级电影精品| 欧美高清在线视频| 久久精品国产亚洲高清剧情介绍| av中文字幕不卡| 精品国产网站在线观看| 亚洲亚洲人成综合网络| 岛国一区二区三区| 欧美成人伊人久久综合网| 亚洲精品精品亚洲| 国产成人aaaa| 精品国产免费人成电影在线观看四季| 亚洲精选免费视频| 国产成人av一区| 日韩欧美亚洲国产另类| 亚洲图片有声小说| 9i在线看片成人免费| 精品免费视频一区二区| 午夜av一区二区| 色天天综合久久久久综合片| 久久久久国产精品人| 免费人成精品欧美精品| 欧美调教femdomvk| 亚洲黄色av一区| 成人app软件下载大全免费| 欧美精品一区二区三区蜜桃| 日韩av在线播放中文字幕| 欧美在线制服丝袜| 亚洲精品国产精品乱码不99 | 欧美丝袜第三区| 亚洲日本青草视频在线怡红院| 狠狠色狠狠色综合系列| 欧美一三区三区四区免费在线看| 一区二区三区在线免费播放| 成人黄动漫网站免费app| 国产午夜精品福利| 国产精品一区二区无线| 欧美刺激脚交jootjob| 美腿丝袜亚洲三区| 日韩一区国产二区欧美三区| 日本中文字幕一区| 日韩欧美www| 蜜桃视频免费观看一区| 欧美一级日韩免费不卡| 肉丝袜脚交视频一区二区| 欧美日韩国产高清一区二区三区| 亚洲一区欧美一区| 欧美日韩dvd在线观看| 亚洲国产精品视频| 91精品婷婷国产综合久久性色| 午夜精品福利视频网站| 91麻豆精品国产91久久久久久久久 | 国产成人在线观看| 国产精品天干天干在线综合| 国产a精品视频| 国产精品久久久久久久久搜平片| av欧美精品.com| 一区二区三区在线免费视频| 欧美性受xxxx| 日本三级韩国三级欧美三级| 日韩亚洲欧美中文三级| 韩日精品视频一区| 中文字幕不卡在线播放| 一本一道久久a久久精品| 亚洲午夜视频在线| 日韩一区二区三区视频在线观看 | 香蕉久久一区二区不卡无毒影院| 欧美人伦禁忌dvd放荡欲情| 蜜桃传媒麻豆第一区在线观看| 欧美大白屁股肥臀xxxxxx| 国产精品自拍网站| 亚洲欧美精品午睡沙发| 欧美喷潮久久久xxxxx| 久国产精品韩国三级视频| 国产三级精品在线| 91黄色小视频| 久草精品在线观看| 成人免费在线播放视频| 精品视频1区2区| 国产精品一二三四| 一区二区三区四区视频精品免费| 欧美美女视频在线观看| 国产精品正在播放| 亚洲精品欧美在线| 亚洲精品一区二区三区香蕉| 成人av动漫在线| 午夜久久电影网| 国产拍欧美日韩视频二区| 欧美婷婷六月丁香综合色| 蜜臀91精品一区二区三区| 国产精品久久夜| 91麻豆精品国产自产在线| 成人夜色视频网站在线观看| 亚洲成人1区2区| 中文字幕二三区不卡| 欧美麻豆精品久久久久久| 国产精品性做久久久久久| 亚洲图片欧美视频| 欧美国产精品v| 欧美一区二区三区男人的天堂| 不卡视频一二三四| 久久99蜜桃精品| 一区二区三区在线视频观看58| 精品国产一区二区三区av性色| 一本色道久久综合亚洲精品按摩| 欧美a级一区二区| 亚洲婷婷综合色高清在线| 日本麻豆一区二区三区视频| 国产视频一区在线观看| 91精品国产一区二区三区蜜臀| www.亚洲在线| 国产精品一区在线观看你懂的|