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

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

?? ltmain.sh

?? linux下佳能數碼相機使用源碼
?? SH
?? 第 1 頁 / 共 5 頁
字號:
	  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	  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*)		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		case $host in		  *-*-sco3.2v5* ) add_dir="-L$dir" ;;		esac		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	  # 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 system can not link to static lib archive $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 "*** But as you try to build a module library, libtool will still create "	      echo "*** a static module, that should work as long as the dlopening application"	      echo "*** is linked with the -dlopen flag to resolve symbols at runtime."	      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"	    if test "X$duplicate_deps" = "Xyes" ; then	      case "$tmp_libs " in	      *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	      esac	    fi	    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.		case $dir in		[\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;		*)		  absdir=`cd "$dir" && pwd`		  if test -z "$absdir"; then		    $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2		    absdir="$dir"		  fi		  ;;		esac		if grep "^installed=no" $deplib > /dev/null; then		  path="-L$absdir/$objdir"		else		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`		  if test -z "$libdir"; then		    $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2		    exit 1		  fi		  if test "$absdir" != "$libdir"; then		    $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2		  fi		  path="-L$absdir"		fi		;;	      *) continue ;;	      esac	      case " $deplibs " in	      *" $path "*) ;;	      *) deplibs="$deplibs $path" ;;	      esac	    done	  fi # link_all_deplibs != no	fi # linkmode = lib      done # for deplib in $libs      dependency_libs="$newdependency_libs"      if test "$pass" = dlpreopen; then	# Link the dlpreopened libraries before other libraries	for deplib in $save_deplibs; do	  deplibs="$deplib $deplibs"	done      fi      if test "$pass" != dlopen; then	if test "$pass" != conv; then	  # Make sure lib_search_path contains only unique directories.	  lib_search_path=	  for dir in $newlib_search_path; do	    case "$lib_search_path " in	    *" $dir "*) ;;	    *) lib_search_path="$lib_search_path $dir" ;;	    esac	  done	  newlib_search_path=	fi	if test "$linkmode,$pass" != "prog,link"; then	  vars="deplibs"	else	  vars="compile_deplibs finalize_deplibs"	fi	for var in $vars dependency_libs; do	  # Add libraries to $var in reverse order	  eval tmp_libs=\"\$$var\"	  new_libs=	  for deplib in $tmp_libs; do	    # FIXME: Pedantically, this is the right thing to do, so	    #      

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品一区二区在线看| 欧美三级乱人伦电影| 色综合视频在线观看| 日韩一级高清毛片| 自拍av一区二区三区| 国产一区二区三区免费看| 欧美久久久久中文字幕| 亚洲色图20p| 国产不卡视频在线播放| 日韩一卡二卡三卡| 亚洲国产成人tv| 99久久精品免费| 国产日产欧美一区二区三区| 麻豆国产欧美日韩综合精品二区 | 韩国理伦片一区二区三区在线播放| 99九九99九九九视频精品| 精品国产一区久久| 免费人成在线不卡| 欧美精品亚洲一区二区在线播放| 亚洲六月丁香色婷婷综合久久 | 欧美一区二区女人| 亚洲成人黄色影院| 色悠久久久久综合欧美99| 国产欧美日韩久久| 丰满少妇久久久久久久| 久久亚洲一区二区三区四区| 久久99这里只有精品| 精品久久一区二区| 精品一区二区三区久久久| 日韩一区二区三区免费看 | 成人av动漫在线| 中文字幕乱码久久午夜不卡| 国产高清成人在线| 亚洲国产高清不卡| 成人aa视频在线观看| 中文字幕中文字幕在线一区| a级高清视频欧美日韩| 国产精品黄色在线观看| 91丨九色丨国产丨porny| 亚洲情趣在线观看| 欧美吻胸吃奶大尺度电影 | 成人国产精品免费观看| 国产精品久久久久aaaa樱花| 972aa.com艺术欧美| 亚洲九九爱视频| 欧美日韩你懂的| 天堂成人国产精品一区| 日韩一区国产二区欧美三区| 国产综合一区二区| 亚洲四区在线观看| 欧美精品日韩一本| 国产专区综合网| 亚洲色图.com| 91麻豆精品国产91久久久| 国产在线看一区| ㊣最新国产の精品bt伙计久久| 91麻豆精品视频| 婷婷开心激情综合| 国产无一区二区| 91麻豆成人久久精品二区三区| 亚洲成人精品影院| 国产蜜臀av在线一区二区三区| 色呦呦国产精品| 日韩精品1区2区3区| 亚洲国产精品国自产拍av| 欧美日韩视频在线一区二区| 国产在线观看一区二区| 亚洲精品视频在线观看免费| 欧美一区二区三区免费在线看| 国产成人午夜精品5599| 亚洲国产日日夜夜| 国产日韩欧美一区二区三区乱码 | 日韩国产欧美在线播放| 国产精品色哟哟网站| 91精品国产综合久久香蕉麻豆| 国产91精品一区二区麻豆亚洲| 亚洲一二三专区| 国产亚洲短视频| 正在播放一区二区| 色综合激情五月| 粉嫩一区二区三区在线看| 日韩激情一二三区| 亚洲女同一区二区| 国产日产欧美一区二区三区| 6080午夜不卡| 欧美自拍偷拍一区| 91亚洲精品久久久蜜桃网站| 精品一区二区三区的国产在线播放| 一区二区三区欧美视频| 国产精品久久久久影院亚瑟| 26uuu久久综合| 91精品欧美一区二区三区综合在| 日本韩国视频一区二区| 972aa.com艺术欧美| 国产成人免费xxxxxxxx| 国产一区在线观看视频| 卡一卡二国产精品| 日韩**一区毛片| 亚洲一区av在线| 亚洲综合小说图片| 亚洲精品免费在线播放| 亚洲欧美经典视频| 中文字幕一区三区| 中文字幕一区二区三区在线不卡| 国产欧美日韩卡一| 国产日韩欧美a| 久久网站最新地址| 欧美精品一区二区蜜臀亚洲| 精品国产免费一区二区三区香蕉| 欧美成人vr18sexvr| 91精品国产入口| 日韩欧美的一区| 欧美r级在线观看| 欧美精品一区二区三区很污很色的 | 久久综合九色综合久久久精品综合| 正在播放亚洲一区| 欧美一级xxx| 欧美精品一区二区三区蜜桃视频| 久久久不卡影院| 中文字幕一区二区在线播放 | 久久国产人妖系列| 国产在线视频精品一区| 国产经典欧美精品| 成人美女在线观看| 色偷偷88欧美精品久久久| 欧美午夜在线一二页| 91精品国产乱码久久蜜臀| 日韩美女视频在线| 国产午夜亚洲精品不卡| 国产精品成人网| 亚洲一级电影视频| 日韩电影一二三区| 国产成人综合网| 日本精品一区二区三区高清| 91.xcao| 国产精品久久一卡二卡| 亚洲成av人片一区二区| 狠狠狠色丁香婷婷综合久久五月| 成人午夜视频免费看| 色哟哟亚洲精品| 日韩视频免费观看高清完整版| 久久精品免费在线观看| 亚洲欧美日韩国产综合| 男女性色大片免费观看一区二区 | 91精品中文字幕一区二区三区| 日韩欧美国产一区在线观看| 国产欧美综合色| 亚洲成人av福利| 国产成人免费在线观看| 欧美专区在线观看一区| 国产亚洲精品超碰| 午夜欧美在线一二页| 国产成人免费在线观看不卡| 欧美日韩专区在线| 中文字幕成人av| 日本中文一区二区三区| 成人激情免费电影网址| 欧美一级专区免费大片| 亚洲色图在线视频| 国产一区二区久久| 欧美日本一区二区在线观看| 欧美激情一区二区三区四区| 日韩二区在线观看| 一本大道综合伊人精品热热| 久久久久久毛片| 男人操女人的视频在线观看欧美| 91蜜桃免费观看视频| 国产午夜精品福利| 奇米色一区二区| 欧美午夜寂寞影院| 亚洲人成网站色在线观看| 国产黄人亚洲片| 日韩视频123| 日韩一区精品字幕| 91国在线观看| 国产精品久久久久久福利一牛影视 | 欧美日韩国产精品成人| 专区另类欧美日韩| 成人精品gif动图一区| 久久蜜桃香蕉精品一区二区三区| 天堂久久一区二区三区| 色88888久久久久久影院野外 | 97久久超碰精品国产| 国产亚洲va综合人人澡精品| 激情久久久久久久久久久久久久久久| 欧美日韩欧美一区二区| 亚洲影院理伦片| 日本电影欧美片| 亚洲视频一二三区| 色综合久久久久久久| 1区2区3区国产精品| caoporn国产一区二区| 国产精品人人做人人爽人人添| 国产在线精品不卡| 久久久国产午夜精品| 国产成人精品亚洲777人妖| 国产亚洲精品精华液| 成人亚洲精品久久久久软件| 国产无一区二区| av一二三不卡影片|