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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? ltmain.sh

?? jpegsrc.v6b2000.tar.gz
?? SH
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
            IFS="$save_ifs"            $show "$cmd"            $run eval "$cmd" || exit $?          done          IFS="$save_ifs"        fi        # Install the pseudo-library for information purposes.        name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`        $show "$install_prog $file $destdir/$name"        $run eval "$install_prog $file $destdir/$name" || exit $?        # Maybe install the static library, too.        test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"        ;;      *.lo)        # Install (i.e. copy) a libtool object.        # Figure out destination file name, if it wasn't already specified.        if test -n "$destname"; then          destfile="$destdir/$destname"        else          destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`          destfile="$destdir/$destfile"        fi        # Deduce the name of the destination old-style object file.        case "$destfile" in        *.lo)          staticdest=`$echo "X$destfile" | $Xsed -e 's/\.lo$/\.o/'`          ;;        *.o)          staticdest="$destfile"          destfile=          ;;        *)          $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2          $echo "$help" 1>&2          exit 1          ;;        esac        # Install the libtool object if requested.        if test -n "$destfile"; then          $show "$install_prog $file $destfile"          $run eval "$install_prog $file $destfile" || exit $?        fi        # Install the old object if enabled.        if test "$build_old_libs" = yes; then          # Deduce the name of the old-style object file.          staticobj=`$echo "X$file" | $Xsed -e 's/\.lo$/\.o/'`          $show "$install_prog $staticobj $staticdest"          $run eval "$install_prog \$staticobj \$staticdest" || exit $?        fi        exit 0        ;;      *)        # Do a test to see if this is really a libtool program.        if (sed -e '4q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then          link_against_libtool_libs=          finalize_command=          # If there is no directory component, then add one.          case "$file" in          */* | *\\*) . $file ;;          *) . ./$file ;;          esac          # Check the variables that should have been set.          if test -z "$link_against_libtool_libs" || test -z "$finalize_command"; then            $echo "$modename: invalid libtool wrapper script \`$file'" 1>&2            exit 1          fi          finalize=yes          for lib in $link_against_libtool_libs; do            # Check to see that each library is installed.            libdir=            if test -f "$lib"; then              # If there is no directory component, then add one.              case "$lib" in              */* | *\\*) . $lib ;;              *) . ./$lib ;;              esac            fi            libfile="$libdir/`$echo "X$lib" | $Xsed -e 's%^.*/%%g'`"            if test -z "$libdir"; then              $echo "$modename: warning: \`$lib' contains no -rpath information" 1>&2            elif test -f "$libfile"; then :            else              $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2              finalize=no            fi          done          if test "$hardcode_action" = relink; then            if test "$finalize" = yes; then              $echo "$modename: warning: relinking \`$file' on behalf of your buggy system linker" 1>&2              $show "$finalize_command"              if $run eval "$finalize_command"; then :              else                $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2                continue              fi              file="$objdir/$file"T            else              $echo "$modename: warning: cannot relink \`$file' on behalf of your buggy system linker" 1>&2            fi          else            # Install the binary that we compiled earlier.	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`          fi        fi        $show "$install_prog$stripme $file $dest"        $run eval "$install_prog\$stripme \$file \$dest" || exit $?        ;;      esac    done    for file in $staticlibs; do      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`      # Set up the ranlib parameters.      oldlib="$destdir/$name"      $show "$install_prog $file $oldlib"      $run eval "$install_prog \$file \$oldlib" || exit $?      # Do each command in the postinstall commands.      eval cmds=\"$old_postinstall_cmds\"      IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=';'      for cmd in $cmds; do        IFS="$save_ifs"        $show "$cmd"        $run eval "$cmd" || exit $?      done      IFS="$save_ifs"    done    if test -n "$future_libdirs"; then      $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2    fi    if test -n "$current_libdirs"; then      # Maybe just do a dry run.      test -n "$run" && current_libdirs=" -n$current_libdirs"      exec $SHELL $0 --finish$current_libdirs      exit 1    fi    exit 0    ;;  # libtool finish mode  finish)    modename="$modename: finish"    libdirs="$nonopt"    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then      for dir      do        libdirs="$libdirs $dir"      done      for libdir in $libdirs; do	if test -n "$finish_cmds"; then	  # Do each command in the finish commands.	  eval cmds=\"$finish_cmds\"          IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=';'          for cmd in $cmds; do            IFS="$save_ifs"            $show "$cmd"            $run eval "$cmd"          done          IFS="$save_ifs"	fi	if test -n "$finish_eval"; then	  # Do the single finish_eval.	  eval cmds=\"$finish_eval\"	  $run eval "$cmds"	fi      done    fi    echo "------------------------------------------------------------------------------"    echo "Libraries have been installed in:"    for libdir in $libdirs; do      echo "   $libdir"    done    echo    echo "To link against installed libraries in a given directory, LIBDIR,"    echo "you must use the \`-LLIBDIR' flag during linking."    echo    echo " You will also need to do one of the following:"    if test -n "$shlibpath_var"; then      echo "   - add LIBDIR to the \`$shlibpath_var' environment variable"      echo "     during execution"    fi    if test -n "$runpath_var"; then      echo "   - add LIBDIR to the \`$runpath_var' environment variable"      echo "     during linking"    fi    if test -n "$hardcode_libdir_flag_spec"; then      libdir=LIBDIR      eval flag=\"$hardcode_libdir_flag_spec\"      echo "   - use the \`$flag' linker flag"    fi    if test -f /etc/ld.so.conf; then      echo "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"    fi    echo    echo "See any operating system documentation about shared libraries for"    echo "more information, such as the ld(1) and ld.so(8) manual pages."    echo "------------------------------------------------------------------------------"    exit 0    ;;  # libtool execute mode  execute)    modename="$modename: execute"    # The first argument is the command name.    cmd="$nonopt"    if test -z "$cmd"; then      $echo "$modename: you must specify a COMMAND" 1>&2      $echo "$help"      exit 1    fi    # Handle -dlopen flags immediately.    for file in $execute_dlfiles; do      if test -f "$file"; then :      else	$echo "$modename: \`$file' is not a file" 1>&2	$echo "$help" 1>&2	exit 1      fi      dir=      case "$file" in      *.la)        # Check to see that this really is a libtool archive.        if (sed -e '2q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then :        else          $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2          $echo "$help" 1>&2          exit 1        fi	# Read the libtool library.	dlname=	library_names=        # If there is no directory component, then add one.	case "$file" in	*/* | *\\*) . $file ;;        *) . ./$file ;;	esac	# Skip this library if it cannot be dlopened.	if test -z "$dlname"; then	  # Warn if it was a shared library.	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"	  continue	fi	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`	test "X$dir" = "X$file" && dir=.	if test -f "$dir/$objdir/$dlname"; then	  dir="$dir/$objdir"	else	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2	  exit 1	fi	;;      *.lo)	# Just add the directory containing the .lo file.	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`	test "X$dir" = "X$file" && dir=.	;;      *)	$echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2        continue	;;      esac      # Get the absolute pathname.      absdir=`cd "$dir" && pwd`      test -n "$absdir" && dir="$absdir"      # Now add the directory to shlibpath_var.      if eval "test -z \"\$$shlibpath_var\""; then	eval "$shlibpath_var=\"\$dir\""      else	eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""      fi    done    # This variable tells wrapper scripts just to set shlibpath_var    # rather than running their programs.    libtool_execute_magic="$magic"    # Check if any of the arguments is a wrapper script.    args=    for file    do      case "$file" in      -*) ;;      *)        # Do a test to see if this is really a libtool program.        if (sed -e '4q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then	  # If there is no directory component, then add one.	  case "$file" in	  */* | *\\*) . $file ;;	  *) . ./$file ;;	  esac	  # Transform arg to wrapped name.	  file="$progdir/$program"	fi        ;;      esac      # Quote arguments (to preserve shell metacharacters).      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`      args="$args \"$file\""    done    if test -z "$run"; then      # Export the shlibpath_var.      eval "export $shlibpath_var"      # Now actually exec the command.      eval "exec \$cmd$args"      $echo "$modename: cannot exec \$cmd$args"      exit 1    else      # Display what would be done.      eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""      $echo "export $shlibpath_var"      $echo "$cmd$args"      exit 0    fi    ;;  # libtool uninstall mode  uninstall)    modename="$modename: uninstall"    rm="$nonopt"    files=    for arg    do      case "$arg" in      -*) rm="$rm $arg" ;;      *) files="$files $arg" ;;      esac    done    if test -z "$rm"; then      $echo "$modename: you must specify an RM program" 1>&2      $echo "$help" 1>&2      exit 1    fi    for file in $files; do      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`      test "X$dir" = "X$file" && dir=.      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`      rmfiles="$file"      case "$name" in      *.la)        # Possibly a libtool archive, so verify it.        if (sed -e '2q' $file | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then          . $dir/$name          # Delete the libtool libraries and symlinks.          for n in $library_names; do            rmfiles="$rmfiles $dir/$n"            test "X$n" = "X$dlname" && dlname=          done          test -n "$dlname" && rmfiles="$rmfiles $dir/$dlname"          test -n "$old_library" && rmfiles="$rmfiles $dir/$old_library"	  $show "$rm $rmfiles"	  $run $rm $rmfiles	  if test -n "$library_names"; then	    # Do each command in the postuninstall commands.	    eval cmds=\"$postuninstall_cmds\"	    IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=';'	    for cmd in $cmds; do	      IFS="$save_ifs"	      $show "$cmd"	      $run eval "$cmd"	    done	    IFS="$save_ifs"	  fi          if test -n "$old_library"; then	    # Do each command in the old_postuninstall commands.	    eval cmds=\"$old_postuninstall_cmds\"	    IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=';'	    for cmd in $cmds; do	      IFS="$save_ifs"	      $show "$cmd"	      $run eval "$cmd"	    done	    IFS="$save_ifs"	  fi          # FIXME: should reinstall the best remaining shared library.        fi        ;;      *.lo)        if test "$build_old_libs" = yes; then          oldobj=`$echo "X$name" | $Xsed -e 's/\.lo$/\.o/'`          rmfiles="$rmfiles $dir/$oldobj"        fi	$show "$rm $rmfiles"	$run $rm $rmfiles        ;;      *)      	$show "$rm $rmfiles"	$run $rm $rmfiles	;;      esac    done    exit 0    ;;  "")    $echo "$modename: you must specify a MODE" 1>&2    $echo "$generic_help" 1>&2    exit 1    ;;  esac  $echo "$modename: invalid operation mode \`$mode'" 1>&2  $echo "$generic_help" 1>&2  exit 1fi # test -z "$show_help"# We need to display help for each of the modes.case "$mode" in

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一区欧美二区| 成人手机在线视频| 国产综合一区二区| 成人h动漫精品一区二| 在线精品视频一区二区三四| 欧美日韩综合一区| 久久综合狠狠综合久久综合88| 亚洲国产高清aⅴ视频| 亚洲v日本v欧美v久久精品| 久久99国产精品麻豆| aaa国产一区| 91精选在线观看| 国产农村妇女毛片精品久久麻豆 | 激情久久久久久久久久久久久久久久| 国产原创一区二区三区| 色综合久久久久久久久| 日韩视频一区二区三区在线播放 | 9191久久久久久久久久久| 久久免费视频色| 一卡二卡欧美日韩| 国产综合色在线视频区| 欧美熟乱第一页| 久久精品夜夜夜夜久久| 亚洲国产精品视频| 国产福利一区二区三区在线视频| 欧洲精品视频在线观看| 久久久精品人体av艺术| 午夜国产精品一区| www.日韩大片| 久久综合狠狠综合| 日本在线不卡视频| 色哟哟日韩精品| 亚洲国产高清在线观看视频| 日本成人在线不卡视频| 色悠久久久久综合欧美99| 精品国产99国产精品| 亚洲风情在线资源站| a4yy欧美一区二区三区| 久久久一区二区三区捆绑**| 亚洲国产视频网站| 9l国产精品久久久久麻豆| 久久欧美一区二区| 日韩av一区二区在线影视| 在线看一区二区| 成人欧美一区二区三区1314| 国产一区在线视频| 日韩亚洲欧美一区| 香蕉久久一区二区不卡无毒影院| 成人av中文字幕| 久久精品一区二区三区不卡牛牛 | 精品蜜桃在线看| 亚洲一本大道在线| 在线一区二区三区做爰视频网站| 国产精品视频线看| 国产精品亚洲综合一区在线观看| 欧美一级在线视频| 日韩制服丝袜av| 欧美亚洲日本国产| 亚洲少妇30p| 免费的成人av| 欧美日韩综合在线免费观看| 亚洲欧洲日韩av| 国产成人av影院| 久久亚洲影视婷婷| 亚洲日本欧美天堂| 国产1区2区3区精品美女| 欧美一级二级三级蜜桃| 婷婷中文字幕一区三区| 91久久香蕉国产日韩欧美9色| 国产欧美精品一区二区色综合| 久久精品999| 91精品国产色综合久久不卡电影 | 成人午夜短视频| 亚洲精品一区二区三区在线观看 | 日韩一区二区电影| 婷婷一区二区三区| 欧美理论片在线| 婷婷综合五月天| 777久久久精品| 性久久久久久久| 色综合久久66| 亚洲女性喷水在线观看一区| www.在线成人| 国产亚洲成av人在线观看导航| 久久99久久精品| 欧美电影免费观看高清完整版在| 日韩不卡一区二区| 91麻豆精品国产自产在线| 亚洲一区在线视频| 在线综合+亚洲+欧美中文字幕| 日韩中文字幕区一区有砖一区 | 亚洲一区二区三区视频在线播放| 色综合网站在线| 亚洲免费观看高清| 91国偷自产一区二区三区成为亚洲经典 | 欧美亚洲动漫制服丝袜| 亚洲免费在线电影| 欧洲一区在线电影| 亚洲国产日日夜夜| 51精品久久久久久久蜜臀| 午夜av电影一区| 欧美一区二区三区男人的天堂| 亚洲图片一区二区| 91精品一区二区三区在线观看| 免费的国产精品| 国产午夜精品美女毛片视频| 成人精品小蝌蚪| 成人欧美一区二区三区| 欧美久久一区二区| 国产一区二区三区在线看麻豆| 欧美一区二区免费| 国产精品456露脸| 亚洲日本一区二区| 欧美日韩国产综合久久| 美国十次综合导航| 久久九九国产精品| 97超碰欧美中文字幕| 亚洲国产日韩一级| 91精品国产综合久久久久久漫画 | 欧美色精品天天在线观看视频| 日本不卡一区二区三区高清视频| 欧美成人vps| 不卡视频一二三| 亚洲国产欧美在线| 欧美不卡一区二区| 91麻豆精品秘密| 欧美aaaaaa午夜精品| 久久午夜羞羞影院免费观看| 色八戒一区二区三区| 麻豆精品在线看| 国产精品亲子伦对白| 欧洲国内综合视频| 激情深爱一区二区| 亚洲另类中文字| 日韩久久精品一区| 在线精品视频小说1| 精彩视频一区二区三区| 国产精品久99| 日韩欧美高清dvd碟片| 色老头久久综合| 国精产品一区一区三区mba视频 | 亚洲一区自拍偷拍| 久久精品网站免费观看| 在线观看亚洲成人| 国产麻豆精品一区二区| 亚洲国产一区二区视频| 国产亚洲精品aa| 欧美精品高清视频| 色偷偷成人一区二区三区91 | 欧美性受极品xxxx喷水| 国产在线视频一区二区| 一区二区三区丝袜| 精品女同一区二区| 欧美精品久久99| 91福利国产精品| 成人综合在线视频| 久久精品国产一区二区三| 亚洲少妇30p| 久久久久久久久久电影| 欧美午夜精品久久久久久超碰| 成人av网站免费观看| 理论电影国产精品| 亚洲在线免费播放| 国产精品区一区二区三区| 欧美一区二区三区日韩| 欧美人xxxx| 色狠狠色噜噜噜综合网| 日本怡春院一区二区| 亚洲国产精品一区二区www| 国产精品麻豆欧美日韩ww| 26uuu亚洲| 在线不卡的av| 欧美午夜精品久久久久久超碰| 麻豆成人在线观看| 男女性色大片免费观看一区二区| 亚洲欧美日韩一区二区三区在线观看 | 精品欧美久久久| 欧美成人伊人久久综合网| 欧美日韩中文字幕精品| 97超碰欧美中文字幕| 成人av在线资源网站| 国产精品一区二区男女羞羞无遮挡| 日韩电影在线免费看| 亚洲一区二区在线视频| 一区二区三区在线高清| 亚洲视频1区2区| 亚洲天堂av老司机| 中文字幕亚洲精品在线观看| 国产欧美一区在线| 国产婷婷精品av在线| 欧美xxxxx裸体时装秀| 久久综合久久99| 久久久亚洲午夜电影| 精品久久久久久久久久久久包黑料| 欧美高清视频不卡网| 欧美精品vⅰdeose4hd| 欧美日韩国产高清一区二区三区| 91一区二区三区在线观看| 色综合久久久久久久久| 91官网在线观看|