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

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

?? ltmain.sh

?? 最新的libusb庫
?? SH
?? 第 1 頁 / 共 5 頁
字號(hào):
# Generated from ltmain.m4sh.# ltmain.sh (GNU libtool) 2.2.4# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.# This is free software; see the source for copying conditions.  There is NO# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.# GNU Libtool is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## As a special exception to the GNU General Public License,# if you distribute this file as part of a program or library that# is built using GNU Libtool, you may include this file under the# same distribution terms that you use for the rest of that program.## GNU Libtool is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU# General Public License for more details.## You should have received a copy of the GNU General Public License# along with GNU Libtool; see the file COPYING.  If not, a copy# can be downloaded from http://www.gnu.org/licenses/gpl.html,# or obtained by writing to the Free Software Foundation, Inc.,# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.# Usage: $progname [OPTION]... [MODE-ARG]...## Provide generalized library-building support services.##     --config             show all configuration variables#     --debug              enable verbose shell tracing# -n, --dry-run            display commands without modifying any files#     --features           display basic configuration information and exit#     --mode=MODE          use operation mode MODE#     --preserve-dup-deps  don't remove duplicate dependency libraries#     --quiet, --silent    don't print informational messages#     --tag=TAG            use configuration variables from tag TAG# -v, --verbose            print informational messages (default)#     --version            print version information# -h, --help               print short or long help message## MODE must be one of the following:##       clean              remove files from the build directory#       compile            compile a source file into a libtool object#       execute            automatically set library path, then run a program#       finish             complete the installation of libtool libraries#       install            install libraries or executables#       link               create a library or an executable#       uninstall          remove libraries from an installed directory## MODE-ARGS vary depending on the MODE.# Try `$progname --help --mode=MODE' for a more detailed description of MODE.## When reporting a bug, please describe a test case to reproduce it and# include the following information:##       host-triplet:	$host#       shell:		$SHELL#       compiler:		$LTCC#       compiler flags:		$LTCFLAGS#       linker:		$LD (gnu? $with_gnu_ld)#       $progname:		(GNU libtool) 2.2.4#       automake:		$automake_version#       autoconf:		$autoconf_version## Report bugs to <bug-libtool@gnu.org>.PROGRAM=ltmain.shPACKAGE=libtoolVERSION=2.2.4TIMESTAMP=""package_revision=1.2976# Be Bourne compatibleif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  emulate sh  NULLCMD=:  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which  # is contrary to our usage.  Disable this feature.  alias -g '${1+"$@"}'='"$@"'  setopt NO_GLOB_SUBSTelse  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esacfiBIN_SH=xpg4; export BIN_SH # for Tru64DUALCASE=1; export DUALCASE # for MKS sh# NLS nuisances: We save the old values to restore during execute mode.# Only set LANG and LC_ALL to C if already set.# These must not be set unconditionally because not all systems understand# e.g. LANG=C (notably SCO).lt_user_locale=lt_safe_locale=for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGESdo  eval "if test \"\${$lt_var+set}\" = set; then          save_$lt_var=\$$lt_var          $lt_var=C	  export $lt_var	  lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"	  lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"	fi"done$lt_unset CDPATH: ${CP="cp -f"}: ${ECHO="echo"}: ${EGREP="/usr/bin/grep -E"}: ${FGREP="/usr/bin/grep -F"}: ${GREP="/usr/bin/grep"}: ${LN_S="ln -s"}: ${MAKE="make"}: ${MKDIR="mkdir"}: ${MV="mv -f"}: ${RM="rm -f"}: ${SED="/opt/local/bin/gsed"}: ${SHELL="${CONFIG_SHELL-/bin/sh}"}: ${Xsed="$SED -e 1s/^X//"}# Global variables:EXIT_SUCCESS=0EXIT_FAILURE=1EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.exit_status=$EXIT_SUCCESS# Make sure IFS has a sensible defaultlt_nl=''IFS=" 	$lt_nl"dirname="s,/[^/]*$,,"basename="s,^.*/,,"# func_dirname_and_basename file append nondir_replacement# perform func_basename and func_dirname in a single function# call:#   dirname:  Compute the dirname of FILE.  If nonempty,#             add APPEND to the result, otherwise set result#             to NONDIR_REPLACEMENT.#             value returned in "$func_dirname_result"#   basename: Compute filename of FILE.#             value retuned in "$func_basename_result"# Implementation must be kept synchronized with func_dirname# and func_basename. For efficiency, we do not delegate to# those functions but instead duplicate the functionality here.func_dirname_and_basename (){  # Extract subdirectory from the argument.  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`  if test "X$func_dirname_result" = "X${1}"; then    func_dirname_result="${3}"  else    func_dirname_result="$func_dirname_result${2}"  fi  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`}# Generated shell functions inserted here.# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh# is ksh but when the shell is invoked as "sh" and the current value of# the _XPG environment variable is not equal to 1 (one), the special# positional parameter $0, within a function call, is the name of the# function.progpath="$0"# The name of this program:# In the unlikely event $progname began with a '-', it would play havoc with# func_echo (imagine progname=-n), so we prepend ./ in that case:func_dirname_and_basename "$progpath"progname=$func_basename_resultcase $progname in  -*) progname=./$progname ;;esac# Make sure we have an absolute path for reexecution:case $progpath in  [\\/]*|[A-Za-z]:\\*) ;;  *[\\/]*)     progdir=$func_dirname_result     progdir=`cd "$progdir" && pwd`     progpath="$progdir/$progname"     ;;  *)     save_IFS="$IFS"     IFS=:     for progdir in $PATH; do       IFS="$save_IFS"       test -x "$progdir/$progname" && break     done     IFS="$save_IFS"     test -n "$progdir" || progdir=`pwd`     progpath="$progdir/$progname"     ;;esac# Sed substitution that helps us do robust quoting.  It backslashifies# metacharacters that are still active within double-quoted strings.Xsed="${SED}"' -e 1s/^X//'sed_quote_subst='s/\([`"$\\]\)/\\\1/g'# Same as above, but do not quote variable references.double_quote_subst='s/\(["`\\]\)/\\\1/g'# Re-`\' parameter expansions in output of double_quote_subst that were# `\'-ed in input to the same.  If an odd number of `\' preceded a '$'# in input to double_quote_subst, that '$' was protected from expansion.# Since each input `\' is now two `\'s, look for any number of runs of# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.bs='\\'bs2='\\\\'bs4='\\\\\\\\'dollar='\$'sed_double_backslash="\  s/$bs4/&\\/g  s/^$bs2$dollar/$bs&/  s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g  s/\n//g"# Standard options:opt_dry_run=falseopt_help=falseopt_quiet=falseopt_verbose=falseopt_warning=:# func_echo arg...# Echo program name prefixed message, along with the current mode# name if it has been set yet.func_echo (){    $ECHO "$progname${mode+: }$mode: $*"}# func_verbose arg...# Echo program name prefixed message in verbose mode only.func_verbose (){    $opt_verbose && func_echo ${1+"$@"}    # A bug in bash halts the script if the last line of a function    # fails when set -e is in force, so we need another command to    # work around that:    :}# func_error arg...# Echo program name prefixed message to standard error.func_error (){    $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2}# func_warning arg...# Echo program name prefixed warning message to standard error.func_warning (){    $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2    # bash bug again:    :}# func_fatal_error arg...# Echo program name prefixed message to standard error, and exit.func_fatal_error (){    func_error ${1+"$@"}    exit $EXIT_FAILURE}# func_fatal_help arg...# Echo program name prefixed message to standard error, followed by# a help hint, and exit.func_fatal_help (){    func_error ${1+"$@"}    func_fatal_error "$help"}help="Try \`$progname --help' for more information."  ## default# func_grep expression filename# Check whether EXPRESSION matches any line of FILENAME, without output.func_grep (){    $GREP "$1" "$2" >/dev/null 2>&1}# func_mkdir_p directory-path# Make sure the entire path to DIRECTORY-PATH is available.func_mkdir_p (){    my_directory_path="$1"    my_dir_list=    if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then      # Protect directory names starting with `-'      case $my_directory_path in        -*) my_directory_path="./$my_directory_path" ;;      esac      # While some portion of DIR does not yet exist...      while test ! -d "$my_directory_path"; do        # ...make a list in topmost first order.  Use a colon delimited	# list incase some portion of path contains whitespace.        my_dir_list="$my_directory_path:$my_dir_list"        # If the last portion added has no slash in it, the list is done        case $my_directory_path in */*) ;; *) break ;; esac        # ...otherwise throw away the child directory and loop        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`      done      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`      save_mkdir_p_IFS="$IFS"; IFS=':'      for my_dir in $my_dir_list; do	IFS="$save_mkdir_p_IFS"        # mkdir can fail with a `File exist' error if two processes        # try to create one of the directories concurrently.  Don't        # stop in that case!        $MKDIR "$my_dir" 2>/dev/null || :      done      IFS="$save_mkdir_p_IFS"      # Bail out if we (or some other process) failed to create a directory.      test -d "$my_directory_path" || \        func_fatal_error "Failed to create \`$1'"    fi}# func_mktempdir [string]# Make a temporary directory that won't clash with other running# libtool processes, and avoids race conditions if possible.  If# given, STRING is the basename for that directory.func_mktempdir (){    my_template="${TMPDIR-/tmp}/${1-$progname}"    if test "$opt_dry_run" = ":"; then      # Return a directory name, but don't create it in dry-run mode      my_tmpdir="${my_template}-$$"    else      # If mktemp works, use that first and foremost      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`      if test ! -d "$my_tmpdir"; then        # Failing that, at least try and use $RANDOM to avoid a race        my_tmpdir="${my_template}-${RANDOM-0}$$"        save_mktempdir_umask=`umask`        umask 0077        $MKDIR "$my_tmpdir"        umask $save_mktempdir_umask      fi      # If we're not in dry-run mode, bomb out on failure      test -d "$my_tmpdir" || \        func_fatal_error "cannot create temporary directory \`$my_tmpdir'"    fi    $ECHO "X$my_tmpdir" | $Xsed}# func_quote_for_eval arg# Aesthetically quote ARG to be evaled later.# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT# is double-quoted, suitable for a subsequent eval, whereas# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters# which are still active within double quotes backslashified.func_quote_for_eval (){    case $1 in      *[\\\`\"\$]*)	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;      *)        func_quote_for_eval_unquoted_result="$1" ;;    esac    case $func_quote_for_eval_unquoted_result in      # Double-quote args containing shell metacharacters to delay      # word splitting, command substitution and and variable      # expansion for a subsequent eval.      # Many Bourne shells cannot handle close brackets correctly      # in scan sets, so we specify it separately.      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")        func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""        ;;      *)        func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"    esac}# func_quote_for_expand arg# Aesthetically quote ARG to be evaled later; same as above,# but do not quote variable references.func_quote_for_expand (){    case $1 in      *[\\\`\"]*)	my_arg=`$ECHO "X$1" | $Xsed \	    -e "$double_quote_subst" -e "$sed_double_backslash"` ;;      *)        my_arg="$1" ;;    esac    case $my_arg in      # Double-quote args containing shell metacharacters to delay      # word splitting and command substitution for a subsequent eval.      # Many Bourne shells cannot handle close brackets correctly      # in scan sets, so we specify it separately.      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")        my_arg="\"$my_arg\""        ;;    esac    func_quote_for_expand_result="$my_arg"}# func_show_eval cmd [fail_exp]# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP# is given, then evaluate it.func_show_eval (){    my_cmd="$1"    my_fail_exp="${2-:}"    ${opt_silent-false} || {      func_quote_for_expand "$my_cmd"      eval "func_echo $func_quote_for_expand_result"    }    if ${opt_dry_run-false}; then :; else      eval "$my_cmd"      my_status=$?      if test "$my_status" -eq 0; then :; else	eval "(exit $my_status); $my_fail_exp"      fi    fi

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
蜜臀久久久99精品久久久久久| 一区二区三区不卡视频| 亚洲妇女屁股眼交7| 国产精品乡下勾搭老头1| 欧美日韩精品电影| 国产精品久久久久aaaa| 奇米色777欧美一区二区| 91丨porny丨中文| 欧美精品一区视频| 五月激情综合婷婷| 一本一道综合狠狠老| 亚洲国产高清不卡| 国产伦理精品不卡| 91精品免费观看| 亚洲免费三区一区二区| 国产99精品国产| 精品国产一区二区三区久久影院 | 国产精品二三区| 久久国产综合精品| 欧美一区二区三级| 亚洲一区电影777| 91免费国产视频网站| 久久久91精品国产一区二区精品| 青青青爽久久午夜综合久久午夜| 在线观看不卡一区| 亚洲欧美一区二区三区国产精品| 国产盗摄一区二区| 欧美精品一区在线观看| 麻豆一区二区三区| 91精品国产综合久久久久久| 亚洲国产美女搞黄色| 色婷婷综合久色| 亚洲欧美中日韩| 成人v精品蜜桃久久一区| 久久久五月婷婷| 国产呦精品一区二区三区网站| 欧美一区2区视频在线观看| 午夜精品久久久久久久蜜桃app| 91成人网在线| 一区二区三区在线高清| 色8久久人人97超碰香蕉987| 亚洲狼人国产精品| 色综合久久天天| 亚洲裸体在线观看| 色综合色综合色综合色综合色综合| 国产精品国产自产拍高清av王其| 成人精品视频一区二区三区尤物| 国产精品色婷婷| 91免费视频网址| 一区二区三区精密机械公司| 欧美在线看片a免费观看| 亚洲影视在线观看| 欧美肥胖老妇做爰| 琪琪一区二区三区| 久久综合色婷婷| 国产成人午夜高潮毛片| 国产精品欧美一级免费| 91在线无精精品入口| 一区二区在线电影| 欧美日韩一区二区三区视频 | 国产欧美日韩综合| 成人一区在线观看| 亚洲日本一区二区三区| 欧美在线免费观看亚洲| 青青国产91久久久久久| 久久麻豆一区二区| 99久久夜色精品国产网站| 伊人夜夜躁av伊人久久| 欧美日韩国产另类一区| 久久国产欧美日韩精品| 国产欧美一区二区精品久导航| 99视频热这里只有精品免费| 亚洲最大色网站| 欧美一区二区人人喊爽| 国产精品影视在线观看| 中文字幕在线观看一区二区| 欧美日韩在线三区| 精品无人区卡一卡二卡三乱码免费卡| 国产丝袜美腿一区二区三区| 99精品欧美一区| 亚洲国产精品一区二区www在线| 日韩一区二区视频在线观看| 国产成人免费在线| 亚洲激情六月丁香| 91精品国产麻豆| 成人性视频免费网站| 亚洲成av人片| 国产日韩欧美高清| 欧美色综合久久| 国产一区不卡精品| 亚洲激情图片qvod| 久久综合色综合88| 91国产免费看| 国产美女在线观看一区| 亚洲理论在线观看| 亚洲精品一线二线三线无人区| eeuss鲁片一区二区三区在线看| 欧美成人在线直播| 国产在线一区二区| 国产精品久久午夜| 欧美日韩高清在线| 豆国产96在线|亚洲| 亚洲一卡二卡三卡四卡无卡久久| 精品久久久久久久人人人人传媒| 91麻豆精品秘密| 九九在线精品视频| 一区二区三区91| 日本一区二区三区电影| 欧美高清性hdvideosex| 成人免费视频一区| 青椒成人免费视频| 亚洲夂夂婷婷色拍ww47| 欧美国产日本视频| 欧美一区二区三区四区五区 | 亚洲自拍偷拍综合| 久久精品在线免费观看| 欧美欧美欧美欧美| av资源网一区| 国产精品综合av一区二区国产馆| 亚洲va国产va欧美va观看| 中文字幕一区二区三中文字幕| 日韩欧美精品在线视频| 在线观看一区日韩| 顶级嫩模精品视频在线看| 麻豆精品在线看| 亚洲自拍另类综合| 亚洲欧洲av在线| 国产亚洲制服色| 日韩免费观看高清完整版| 欧美色图12p| gogogo免费视频观看亚洲一| 国产精品白丝jk白祙喷水网站| 日韩精品成人一区二区三区| 亚洲综合在线第一页| 国产精品电影一区二区| 国产清纯白嫩初高生在线观看91| 日韩免费成人网| 91精品啪在线观看国产60岁| 欧美四级电影网| 色偷偷成人一区二区三区91 | 国产精一品亚洲二区在线视频| 男男成人高潮片免费网站| 亚洲国产精品视频| 亚洲最新在线观看| 亚洲日本免费电影| 国产精品人成在线观看免费| 久久久91精品国产一区二区精品| 欧美v亚洲v综合ⅴ国产v| 欧美一二三区在线| 欧美一激情一区二区三区| 欧美精品久久久久久久多人混战| 中文字幕精品在线不卡| 久久久久久一级片| 久久久亚洲国产美女国产盗摄 | 在线观看日韩电影| 91视频www| 91片黄在线观看| 色综合久久综合| 在线免费观看日本欧美| 91国产精品成人| 欧美日韩亚洲高清一区二区| 欧美日韩三级视频| 欧美精三区欧美精三区| 欧美电影在哪看比较好| 91精品欧美福利在线观看| 日韩欧美一区二区不卡| 欧美精品一区二区三区高清aⅴ| 欧美岛国在线观看| xnxx国产精品| 国产人成亚洲第一网站在线播放| 国产清纯在线一区二区www| 国产精品素人视频| 亚洲色欲色欲www在线观看| 伊人夜夜躁av伊人久久| 亚洲chinese男男1069| 日本欧美一区二区| 久久精品国内一区二区三区| 国产精品资源网站| caoporm超碰国产精品| 在线观看日韩毛片| 91.com视频| 精品国产免费一区二区三区四区 | 亚洲小少妇裸体bbw| 亚洲成人黄色小说| 久久精品国产成人一区二区三区 | 国产久卡久卡久卡久卡视频精品| 成人黄色在线网站| 欧美亚洲日本国产| 日韩欧美国产电影| 欧美韩国日本一区| 亚洲免费观看在线观看| 免费在线观看日韩欧美| 国产精品影视网| 91在线高清观看| 欧美日韩久久一区二区| 精品国产制服丝袜高跟| 亚洲欧美二区三区| 青青草97国产精品免费观看 | 在线视频综合导航| 欧美一区二区免费|