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

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

?? ltmain.sh

?? jpegsrc.v6b2000.tar.gz
?? SH
?? 第 1 頁 / 共 5 頁
字號:
          *)            # Relative path: add a thisdir entry.            rpath="$rpath\$thisdir/$dir:"            ;;          esac        done        temp_rpath="$rpath"      fi      # Delete the old output file.      $run $rm $output      if test -n "$compile_shlibpath"; then        compile_command="$shlibpath_var=\"$compile_shlibpath\$$shlibpath_var\" $compile_command"      fi      if test -n "$finalize_shlibpath"; then        finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"      fi      if test -n "$runpath_var" && test -n "$perm_rpath"; then        # We should set the runpath_var.        rpath=        for dir in $perm_rpath; do          rpath="$rpath$dir:"        done        compile_command="$runpath_var=\"$rpath\$$runpath_var\" $compile_command"        finalize_command="$runpath_var=\"$rpath\$$runpath_var\" $finalize_command"      fi      case "$hardcode_action" in      relink)        # AGH! Flame the AIX and HP-UX people for me, will ya?        $echo "$modename: warning: using a buggy system linker" 1>&2        $echo "$modename: relinking will be required before \`$output' can be installed" 1>&2        ;;      esac      $show "$compile_command"      $run eval "$compile_command" || exit $?      # Now create the wrapper script.      $show "creating $output"      # Quote the finalize command for shipping.      finalize_command=`$echo "X$finalize_command" | $Xsed -e "$sed_quote_subst"`      # Quote $echo for shipping.      qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`      # Only actually do things if our run command is non-null.      if test -z "$run"; then        $rm $output        trap "$rm $output; exit 1" 1 2 15        $echo > $output "\#! /bin/sh# $output - temporary wrapper script for $objdir/$output# Generated by ltmain.sh - GNU $PACKAGE $VERSION## The $output program cannot be directly executed until all the libtool# libraries that it depends on are installed.## This wrapper script should never be moved out of \``pwd`'.# If it is, it will not operate correctly.# Sed substitution that helps us do robust quoting.  It backslashifies# metacharacters that are still active within double-quoted strings.Xsed='sed -e s/^X//'sed_quote_subst='$sed_quote_subst'# The HP-UX ksh and POSIX shell print the target directory to stdout# if CDPATH is set.if test \"\${CDPATH+set}\" = set; then CDPATH=; export CDPATH; fi# This environment variable determines our operation mode.if test \"\$libtool_install_magic\" = \"$magic\"; then  # install mode needs the following variables:  link_against_libtool_libs='$link_against_libtool_libs'  finalize_command=\"$finalize_command\"else  # When we are sourced in execute mode, \$file and \$echo are already set.  if test \"\$libtool_execute_magic\" = \"$magic\"; then :  else    echo=\"$qecho\"    file=\"\$0\"  fi\"        $echo >> $output "\  # Find the directory that this script lives in.  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`  test \"x\$thisdir\" = \"x\$file\" && thisdir=.  # Follow symbolic links until we get to the real thisdir.  file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`  while test -n \"\$file\"; do    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`    # If there was a directory component, then change thisdir.    if test \"x\$destdir\" != \"x\$file\"; then      case \"\$destdir\" in      /* | [A-Za-z]:\\*) thisdir=\"\$destdir\" ;;      *) thisdir=\"\$thisdir/\$destdir\" ;;      esac    fi    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`    file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`  done  # Try to get the absolute directory name.  absdir=\`cd \"\$thisdir\" && pwd\`  test -n \"\$absdir\" && thisdir=\"\$absdir\"  progdir=\"\$thisdir/$objdir\"  program='$output'  if test -f \"\$progdir/\$program\"; then"        # Export our shlibpath_var if we have one.        if test -n "$shlibpath_var" && test -n "$temp_rpath"; then          $echo >> $output "\    # Add our own library path to $shlibpath_var    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"    # Some systems cannot cope with colon-terminated $shlibpath_var    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/:*\$//'\`    export $shlibpath_var"        fi        $echo >> $output "\    if test \"\$libtool_execute_magic\" != \"$magic\"; then      # Run the actual program with our arguments.      # Export the path to the program.      PATH=\"\$progdir:\$PATH\"      export PATH      exec \$program \${1+\"\$@\"}      \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\"      exit 1    fi  else    # The program doesn't exist.    \$echo \"\$0: error: \$progdir/\$program does not exist\" 1>&2    \$echo \"This script is just a wrapper for \$program.\" 1>&2    echo \"See the $PACKAGE documentation for more information.\" 1>&2    exit 1  fifi\"        chmod +x $output      fi      exit 0      ;;    esac    # See if we need to build an old-fashioned archive.    if test "$build_old_libs" = "yes"; then      # Transform .lo files to .o files.      oldobjs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^   ]*\.a //g' -e 's/\.lo /.o /g' -e 's/ $//g'`      # Do each command in the archive commands.      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then	eval cmds=\"$old_archive_from_new_cmds\"      else	eval cmds=\"$old_archive_cmds\"      fi      IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=';'      for cmd in $cmds; do        IFS="$save_ifs"        $show "$cmd"        $run eval "$cmd" || exit $?      done      IFS="$save_ifs"    fi    # Now create the libtool archive.    case "$output" in    *.la)      old_library=      test "$build_old_libs" = yes && old_library="$libname.a"      $show "creating $output"      # Only create the output if not a dry run.      if test -z "$run"; then        $echo > $output "\# $output - a libtool library file# Generated by ltmain.sh - GNU $PACKAGE $VERSION# The name that we can dlopen(3).dlname='$dlname'# Names of this library.library_names='$library_names'# The name of the static archive.old_library='$old_library'# Libraries that this one depends upon.dependency_libs='$dependency_libs'# Version information for $libname.current=$currentage=$agerevision=$revision# Directory that this library needs to be installed in:libdir='$install_libdir'\"      fi      # Do a symbolic link so that the libtool archive can be found in      # LD_LIBRARY_PATH before the program is installed.      $show "(cd $objdir && $LN_S ../$output $output)"      $run eval "(cd $objdir && $LN_S ../$output $output)" || exit 1      ;;    esac    exit 0    ;;  # libtool install mode  install)    modename="$modename: install"    # There may be an optional /bin/sh argument at the beginning of    # install_prog (especially on Windows NT).    if test "$nonopt" = "$SHELL"; then      # Aesthetically quote it.      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`      case "$arg" in      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*)	arg="\"$arg\""	;;      esac      install_prog="$arg "      arg="$1"      shift    else      install_prog=      arg="$nonopt"    fi    # The real first argument should be the name of the installation program.    # Aesthetically quote it.    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`    case "$arg" in    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*)      arg="\"$arg\""      ;;    esac    install_prog="$install_prog$arg"    # We need to accept at least all the BSD install flags.    dest=    files=    opts=    prev=    install_type=    isdir=    stripme=    for arg    do      if test -n "$dest"; then        files="$files $dest"        dest="$arg"        continue      fi      case "$arg" in      -d) isdir=yes ;;      -f) prev="-f" ;;      -g) prev="-g" ;;      -m) prev="-m" ;;      -o) prev="-o" ;;      -s)        stripme=" -s"        continue        ;;      -*) ;;      *)        # If the previous option needed an argument, then skip it.        if test -n "$prev"; then          prev=        else          dest="$arg"          continue        fi        ;;      esac      # Aesthetically quote the argument.      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`      case "$arg" in      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*)	arg="\"$arg\""	;;      esac      install_prog="$install_prog $arg"    done    if test -z "$install_prog"; then      $echo "$modename: you must specify an install program" 1>&2      $echo "$help" 1>&2      exit 1    fi    if test -n "$prev"; then      $echo "$modename: the \`$prev' option requires an argument" 1>&2      $echo "$help" 1>&2      exit 1    fi    if test -z "$files"; then      if test -z "$dest"; then        $echo "$modename: no file or destination specified" 1>&2      else        $echo "$modename: you must specify a destination" 1>&2      fi      $echo "$help" 1>&2      exit 1    fi    # Strip any trailing slash from the destination.    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`    # Check to see that the destination is a directory.    test -d "$dest" && isdir=yes    if test -n "$isdir"; then      destdir="$dest"      destname=    else      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`      test "X$destdir" = "X$dest" && destdir=.      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`      # Not a directory, so check to see that there is only one file specified.      set dummy $files      if test $# -gt 2; then        $echo "$modename: \`$dest' is not a directory" 1>&2        $echo "$help" 1>&2        exit 1      fi    fi    case "$destdir" in    /* | [A-Za-z]:\\*) ;;    *)      for file in $files; do        case "$file" in        *.lo) ;;        *)          $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2          $echo "$help" 1>&2          exit 1          ;;        esac      done      ;;    esac    # This variable tells wrapper scripts just to set variables rather    # than running their programs.    libtool_install_magic="$magic"    staticlibs=    future_libdirs=    current_libdirs=    for file in $files; do      # Do each installation.      case "$file" in      *.a)        # Do the static libraries later.        staticlibs="$staticlibs $file"        ;;      *.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: \`$file' is not a valid libtool archive" 1>&2          $echo "$help" 1>&2          exit 1        fi        library_names=        old_library=        # If there is no directory component, then add one.        case "$file" in        */* | *\\*) . $file ;;        *) . ./$file ;;        esac        # Add the libdir to current_libdirs if it is the destination.        if test "X$destdir" = "X$libdir"; then          case "$current_libdirs " in          *" $libdir "*) ;;          *) current_libdirs="$current_libdirs $libdir" ;;          esac        else          # Note the libdir as a future libdir.          case "$future_libdirs " in          *" $libdir "*) ;;          *) future_libdirs="$future_libdirs $libdir" ;;          esac        fi        dir="`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/"        test "X$dir" = "X$file/" && dir=        dir="$dir$objdir"        # See the names of the shared library.        set dummy $library_names        if test -n "$2"; then          realname="$2"          shift          shift          # Install the shared library and build the symlinks.          $show "$install_prog $dir/$realname $destdir/$realname"          $run eval "$install_prog $dir/$realname $destdir/$realname" || exit $?          test "X$dlname" = "X$realname" && dlname=          if test $# -gt 0; then            # Delete the old symlinks.            rmcmd="$rm"            for linkname            do              rmcmd="$rmcmd $destdir/$linkname"            done            $show "$rmcmd"            $run $rmcmd            # ... and create new ones.            for linkname            do              test "X$dlname" = "X$linkname" && dlname=              $show "(cd $destdir && $LN_S $realname $linkname)"              $run eval "(cd $destdir && $LN_S $realname $linkname)"            done          fi          if test -n "$dlname"; then            # Install the dynamically-loadable library.            $show "$install_prog $dir/$dlname $destdir/$dlname"            $run eval "$install_prog $dir/$dlname $destdir/$dlname" || exit $?          fi          # Do each command in the postinstall commands.          lib="$destdir/$realname"          eval cmds=\"$postinstall_cmds\"          IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=';'          for cmd in $cmds; do

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
aa级大片欧美| 久久久不卡网国产精品二区| 色综合久久88色综合天天6| 国产乱子伦视频一区二区三区| 日本成人超碰在线观看| 午夜精品一区二区三区免费视频| 亚洲影院理伦片| 亚洲欧洲中文日韩久久av乱码| 国产黄色91视频| 国产夫妻精品视频| 国产aⅴ综合色| 国产v综合v亚洲欧| 成人小视频在线观看| 国产91清纯白嫩初高中在线观看| 国产精品一区二区在线播放| 国产一区欧美日韩| 大胆欧美人体老妇| 成人aaaa免费全部观看| 91麻豆国产在线观看| 色哟哟一区二区| 欧美日韩久久不卡| 欧美一级艳片视频免费观看| 精品免费视频一区二区| 亚洲精品在线三区| 国产喷白浆一区二区三区| 中文字幕欧美激情| 一区二区三区资源| 日韩影院免费视频| 国产一区二区在线影院| 大胆欧美人体老妇| 91麻豆国产在线观看| 欧美片网站yy| 精品国产乱码久久久久久蜜臀| 久久日韩精品一区二区五区| 欧美激情一区在线| 一个色综合av| 麻豆视频一区二区| 成人国产精品视频| 欧美三级蜜桃2在线观看| 91精品国产一区二区人妖| 2017欧美狠狠色| 中文字幕日韩欧美一区二区三区| 亚洲国产人成综合网站| 经典一区二区三区| 91在线无精精品入口| 欧美日韩国产精品成人| 精品久久久久久久久久久久包黑料 | 午夜精品福利视频网站| 麻豆一区二区三| 99精品视频中文字幕| 欧美人狂配大交3d怪物一区| 久久久精品黄色| 亚洲一二三四在线| 六月丁香婷婷色狠狠久久| 不卡免费追剧大全电视剧网站| 欧美性色黄大片手机版| 精品国产一区久久| 一级做a爱片久久| 精品国产人成亚洲区| 综合久久久久久久| 蜜臀av一级做a爰片久久| 99久久精品99国产精品| 日韩一区二区视频在线观看| 美女在线视频一区| 日韩国产精品久久久久久亚洲| 精品一区二区三区在线播放视频| gogo大胆日本视频一区| 日韩一区二区在线播放| 亚洲精品久久久蜜桃| 国内国产精品久久| 欧美精品色综合| 最新日韩在线视频| 精品一区二区在线看| 欧美系列日韩一区| 欧美激情在线一区二区三区| 青娱乐精品视频| 在线一区二区三区四区| 中文字幕国产一区| 韩国一区二区三区| 欧美日韩一区三区四区| 国产精品久久久久久久久免费樱桃| 青青草91视频| 在线一区二区观看| 综合色天天鬼久久鬼色| 国产精品一卡二卡在线观看| 日韩欧美123| 亚洲国产精品一区二区www在线| 成av人片一区二区| 久久精品免费在线观看| 日韩福利视频网| 在线观看www91| 国产精品色在线| 国产成人在线视频播放| 久久奇米777| 捆绑调教一区二区三区| 欧美精品乱人伦久久久久久| 亚洲免费观看高清完整版在线 | 91影院在线观看| 欧美国产一区在线| 国产精品综合av一区二区国产馆| 欧美大尺度电影在线| 男女男精品视频网| 3atv在线一区二区三区| 香蕉影视欧美成人| 69堂精品视频| 日韩国产精品久久| 911国产精品| 日本特黄久久久高潮| 欧美一区二区三区的| 日韩高清欧美激情| 91精品国产综合久久精品图片 | 亚洲一区二区三区四区中文字幕| 国产精品一区不卡| 欧美在线观看视频一区二区三区| 91精品国产手机| 亚洲人妖av一区二区| 99久久免费精品| 成人欧美一区二区三区白人| 91在线观看下载| 亚洲欧美aⅴ...| 亚洲伦理在线精品| 色婷婷一区二区| 亚洲国产精品自拍| 91麻豆精品国产91久久久久| 久久精品99久久久| 国产欧美精品区一区二区三区 | 国产成人小视频| 国产精品视频在线看| 99视频精品全部免费在线| 亚洲精品一二三区| 欧美日韩一区二区三区免费看 | 精品在线视频一区| 久久婷婷一区二区三区| 成人av在线一区二区三区| 一区二区三区日本| 欧美一级日韩一级| 国产精品一区二区三区99| 亚洲欧洲另类国产综合| 欧美性xxxxxxxx| 捆绑调教美女网站视频一区| 中文字幕不卡在线| 在线亚洲免费视频| 极品美女销魂一区二区三区| 中文字幕欧美激情| 欧美图片一区二区三区| 国产一区二区精品在线观看| 国产精品久久久久7777按摩| 欧美丝袜丝交足nylons图片| 美女免费视频一区二区| 国产精品久久影院| 欧美美女网站色| 粉嫩久久99精品久久久久久夜| 一区二区在线观看不卡| 日韩欧美一区中文| 波多野结衣视频一区| 青青草伊人久久| 丁香五精品蜜臀久久久久99网站| 一区二区三区中文字幕精品精品 | 国产九色sp调教91| 亚洲激情第一区| 久久综合久久综合久久| 色av一区二区| 国产一区二区精品久久91| 樱桃国产成人精品视频| 精品美女在线观看| 色综合天天综合给合国产| 精品影视av免费| 一区二区三区在线免费播放| 久久久国产午夜精品| 欧美日本不卡视频| 成人性视频网站| 久久精品国产久精国产| 亚洲综合精品自拍| 欧美国产精品劲爆| 精品国产污污免费网站入口 | 91精品国产欧美日韩| 不卡的看片网站| 老色鬼精品视频在线观看播放| 亚洲精品免费在线| 久久精品亚洲一区二区三区浴池| 7777精品伊人久久久大香线蕉的 | 蜜桃视频在线观看一区二区| 亚洲九九爱视频| 中文字幕精品一区二区精品绿巨人 | 91福利区一区二区三区| 国模冰冰炮一区二区| 婷婷国产v国产偷v亚洲高清| 中文字幕亚洲在| 国产日韩欧美精品在线| 日韩精品一区二区三区中文不卡| 91久久国产综合久久| 成人app网站| 国产+成+人+亚洲欧洲自线| 狠狠色狠狠色合久久伊人| 日韩电影免费在线| 日日夜夜免费精品| 亚洲国产精品久久人人爱蜜臀| 综合激情成人伊人| 国产精品拍天天在线| 国产午夜三级一区二区三|