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

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

?? libtool

?? 嵌入式數(shù)據(jù)庫SQLITE,含移植到ARM_LINUX的說明
??
?? 第 1 頁 / 共 5 頁
字號(hào):
#! /bin/sh# libtoolT - Provide generalized library-building support services.# Generated automatically by  (GNU  )# NOTE: Changes made to this file will be lost: look at ltmain.sh.## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001# Free Software Foundation, Inc.## This file is part of GNU Libtool:# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996## This program 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.## This program 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 this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.## As a special exception to the GNU General Public License, if you# distribute this file as part of a program that contains a# configuration script generated by Autoconf, you may include it under# the same distribution terms that you use for the rest of that program.# A sed program that does not truncate output.SED="/bin/sed"# Sed that helps us avoid accidentally triggering echo(1) options like -n.Xsed="/bin/sed -e s/^X//"# The HP-UX ksh and POSIX shell print the target directory to stdout# if CDPATH is set.if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi# The names of the tagged configurations supported by this script.available_tags=" CXX F77"# ### BEGIN LIBTOOL CONFIG# Libtool was configured on host localhost.localdomain:# Shell to use when invoking shell scripts.SHELL="/bin/sh"# Whether or not to build shared libraries.build_libtool_libs=yes# Whether or not to build static libraries.build_old_libs=yes# Whether or not to add -lc for building shared libraries.build_libtool_need_lc=no# Whether or not to disallow shared libs when runtime libs are staticallow_libtool_libs_with_static_runtimes=no# Whether or not to optimize for fast installation.fast_install=yes# The host system.host_alias=arm-linuxhost=arm-unknown-linux-gnu# An echo program that does not interpret backslashes.echo="echo"# The archiver.AR="arm-linux-ar"AR_FLAGS="cru"# A C compiler.LTCC="arm-linux-gcc"# A language-specific compiler.CC="arm-linux-gcc"# Is the compiler the GNU C compiler?with_gcc=yes# An ERE matcher.EGREP="grep -E"# The linker used to build libraries.LD="/usr/local/arm/2.95.3/arm-linux/bin/ld"# Whether we need hard or soft links.LN_S="ln -s"# A BSD-compatible nm program.NM="/usr/local/arm/2.95.3/bin/arm-linux-nm -B"# A symbol stripping programSTRIP="arm-linux-strip"# Used to examine libraries when file_magic_cmd begins "file"MAGIC_CMD=file# Used on cygwin: DLL creation program.DLLTOOL="dlltool"# Used on cygwin: object dumper.OBJDUMP="objdump"# Used on cygwin: assembler.AS="as"# The name of the directory that contains temporary libtool files.objdir=.libs# How to create reloadable object files.reload_flag=" -r"reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"# How to pass a linker flag through the compiler.wl="-Wl,"# Object file suffix (normally "o").objext="o"# Old archive suffix (normally "a").libext="a"# Shared library suffix (normally ".so").shrext='.so'# Executable file suffix (normally "").exeext=""# Additional compiler flags for building library objects.pic_flag=" -fPIC -DPIC"pic_mode=default# What is the maximum length of a command?max_cmd_len=32768# Does compiler simultaneously support -c and -o options?compiler_c_o="yes"# Must we lock files when doing compilation ?need_locks="no"# Do we need the lib prefix for modules?need_lib_prefix=no# Do we need a version for libraries?need_version=no# Whether dlopen is supported.dlopen_support=unknown# Whether dlopen of programs is supported.dlopen_self=unknown# Whether dlopen of statically linked programs is supported.dlopen_self_static=unknown# Compiler flag to prevent dynamic linking.link_static_flag="-static"# Compiler flag to turn off builtin functions.no_builtin_flag=" -fno-builtin -fno-rtti -fno-exceptions"# Compiler flag to allow reflexive dlopens.export_dynamic_flag_spec="\${wl}--export-dynamic"# Compiler flag to generate shared objects directly from archives.whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"# Compiler flag to generate thread-safe objects.thread_safe_flag_spec=""# Library versioning type.version_type=linux# Format of library name prefix.libname_spec="lib\$name"# List of archive names.  First name is the real one, the rest are links.# The last name is the one that the linker finds with -lNAME.library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"# The coded name of the library, if different from the real name.soname_spec="\${libname}\${release}\${shared_ext}\$major"# Commands used to build and install an old-style archive.RANLIB="arm-linux-ranlib"old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib"old_postinstall_cmds="\$RANLIB \$oldlib~chmod 644 \$oldlib"old_postuninstall_cmds=""# Create an old-style archive from a shared archive.old_archive_from_new_cmds=""# Create a temporary old-style archive to link instead of a shared archive.old_archive_from_expsyms_cmds=""# Commands used to build and install a shared archive.archive_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"archive_expsym_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"postinstall_cmds=""postuninstall_cmds=""# Commands used to build a loadable module (assumed same as above if empty)module_cmds=""module_expsym_cmds=""# Commands to strip libraries.old_striplib="arm-linux-strip --strip-debug"striplib="arm-linux-strip --strip-unneeded"# Dependencies to place before the objects being linked to create a# shared library.predep_objects=""# Dependencies to place after the objects being linked to create a# shared library.postdep_objects=""# Dependencies to place before the objects being linked to create a# shared library.predeps=""# Dependencies to place after the objects being linked to create a# shared library.postdeps=""# The library search path used internally by the compiler when linking# a shared library.compiler_lib_search_path=""# Method to check whether dependent libraries are shared objects.deplibs_check_method="pass_all"# Command to use when deplibs_check_method == file_magic.file_magic_cmd="\$MAGIC_CMD"# Flag that allows shared libraries with undefined symbols to be built.allow_undefined_flag=""# Flag that forces no undefined symbols.no_undefined_flag=""# Commands used to finish a libtool library installation in a directory.finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"# Same as above, but a single script fragment to be evaled but not shown.finish_eval=""# Take the output of nm and produce a listing of raw symbols and C names.global_symbol_pipe="sed -n -e 's/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'"# Transform the output of nm in a proper C declarationglobal_symbol_to_cdecl="sed -n -e 's/^. .* \\(.*\\)\$/extern int \\1;/p'"# Transform the output of nm in a C name address pairglobal_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p' -e 's/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'"# This is the shared library runtime path variable.runpath_var=LD_RUN_PATH# This is the shared library path variable.shlibpath_var=LD_LIBRARY_PATH# Is shlibpath searched before the hard-coded library search path?shlibpath_overrides_runpath=no# How to hardcode a shared library path into an executable.hardcode_action=immediate# Whether we should hardcode library paths into libraries.hardcode_into_libs=yes# Flag to hardcode $libdir into a binary during linking.# This must work even if $libdir does not exist.hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"# If ld is used when linking, flag to hardcode $libdir into# a binary during linking. This must work even if $libdir does# not exist.hardcode_libdir_flag_spec_ld=""# Whether we need a single -rpath flag with a separated argument.hardcode_libdir_separator=""# Set to yes if using DIR/libNAME during linking hardcodes DIR into the# resulting binary.hardcode_direct=no# Set to yes if using the -LDIR flag during linking hardcodes DIR into the# resulting binary.hardcode_minus_L=no# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into# the resulting binary.hardcode_shlibpath_var=unsupported# Set to yes if building a shared library automatically hardcodes DIR into the library# and all subsequent libraries and executables linked against it.hardcode_automatic=no# Variables whose values should be saved in libtool wrapper scripts and# restored at relink time.variables_saved_for_relink="PATH  LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"# Whether libtool must link a program against all its dependency libraries.link_all_deplibs=unknown# Compile-time system search path for librariessys_lib_search_path_spec=" /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/ /usr/lib/gcc/arm-linux/2.95.3/ /usr/local/arm/2.95.3/arm-linux/lib/arm-linux/2.95.3/ /usr/local/arm/2.95.3/arm-linux/lib/"# Run-time system search path for librariessys_lib_dlsearch_path_spec="/lib /usr/lib include ld.so.conf.d/*.conf/usr/X11R6/lib"# Fix the shell variable $srcfile for the compiler.fix_srcfile_path=""# Set to yes if exported symbols are required.always_export_symbols=no# The commands to list exported symbols.export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"# The commands to extract the exported symbol list from a shared archive.extract_expsyms_cmds=""# Symbols that should not be listed in the preloaded symbols.exclude_expsyms="_GLOBAL_OFFSET_TABLE_"# Symbols that must always be exported.include_expsyms=""# ### END LIBTOOL CONFIG# ltmain.sh - Provide generalized library-building support services.# NOTE: Changing this file will not affect anything until you rerun configure.## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003# Free Software Foundation, Inc.# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996## This program 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.## This program 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 this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.## As a special exception to the GNU General Public License, if you# distribute this file as part of a program that contains a# configuration script generated by Autoconf, you may include it under# the same distribution terms that you use for the rest of that program.# Check that we have a working $echo.if test "X$1" = X--no-reexec; then  # Discard the --no-reexec flag, and continue.  shiftelif test "X$1" = X--fallback-echo; then  # Avoid inline document here, it may be left over  :elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then  # Yippee, $echo works!  :else  # Restart under the correct shell, and then maybe $echo will work.  exec $SHELL "$0" --no-reexec ${1+"$@"}fiif test "X$1" = X--fallback-echo; then  # used as fallback echo  shift  cat <<EOF$*EOF  exit 0fi# The name of this program.progname=`$echo "$0" | ${SED} 's%^.*/%%'`modename="$progname"# Constants.PROGRAM=ltmain.shPACKAGE=libtoolVERSION=1.5.2TIMESTAMP=" (1.1220.2.60 2004/01/25 12:25:08) Debian$Rev: 192 $"default_mode=help="Try \`$progname --help' for more information."magic="%%%MAGIC variable%%%"mkdir="mkdir"mv="mv -f"rm="rm -f"# 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'# test EBCDIC or ASCIIcase `echo A|tr A '\301'` in A) # EBCDIC based system  SP2NL="tr '\100' '\n'"  NL2SP="tr '\r\n' '\100\100'"  ;; *) # Assume ASCII based system  SP2NL="tr '\040' '\012'"  NL2SP="tr '\015\012' '\040\040'"  ;;esac# NLS nuisances.# 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).# We save the old values to restore during execute mode.if test "${LC_ALL+set}" = set; then  save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALLfiif test "${LANG+set}" = set; then  save_LANG="$LANG"; LANG=C; export LANGfi# Make sure IFS has a sensible default: ${IFS=" 	"}if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then  $echo "$modename: not configured to build any kind of library" 1>&2  $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2  exit 1fi# Global variables.mode=$default_modenonopt=prev=prevopt=run=show="$echo"show_help=execute_dlfiles=lo2o="s/\\.lo\$/.${objext}/"o2lo="s/\\.${objext}\$/.lo/"###################################### Shell function definitions:# This seems to be the best place for them# Need a lot of goo to handle *both* DLLs and import libs# Has to be a shell function in order to 'eat' the argument# that is supplied when $file_magic_command is called.win32_libid () {  win32_libid_type="unknown"  win32_fileres=`file -L $1 2>/dev/null`  case $win32_fileres in  *ar\ archive\ import\ library*) # definitely import    win32_libid_type="x86 archive import"    ;;  *ar\ archive*) # could be an import, or static    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \      grep -E 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then      win32_nmres=`eval $NM -f posix -A $1 | \	sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'`      if test "X$win32_nmres" = "Ximport" ; then        win32_libid_type="x86 archive import"      else        win32_libid_type="x86 archive static"      fi    fi    ;;  *DLL*)     win32_libid_type="x86 DLL"    ;;  *executable*) # but shell scripts are "executable" too...    case $win32_fileres in    *MS\ Windows\ PE\ Intel*)      win32_libid_type="x86 DLL"      ;;    esac

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
www亚洲一区| 国产在线精品视频| 成人精品一区二区三区中文字幕 | 91精品国产品国语在线不卡| 国产日产欧美一区二区视频| 婷婷久久综合九色综合伊人色| 成人污污视频在线观看| 欧美v亚洲v综合ⅴ国产v| 一区二区三区精品| 色综合视频在线观看| 国产欧美日本一区二区三区| 亚洲国产精品一区二区www | 欧美日韩国产色站一区二区三区| 国产精品国产精品国产专区不片| 国产一区二区精品久久99| 欧美日韩你懂的| 亚洲bt欧美bt精品777| 色视频欧美一区二区三区| 亚洲视频网在线直播| av激情成人网| 亚洲图片欧美一区| 欧美精品tushy高清| 亚洲国产你懂的| 欧美一区二区三区爱爱| 免费成人美女在线观看.| 日韩美女视频一区二区在线观看| 久久www免费人成看片高清| 日韩精品一区二区三区中文精品| 久久99精品国产.久久久久| 久久久影视传媒| 91亚洲精品一区二区乱码| 一区二区在线电影| 欧美日韩不卡视频| 国内精品第一页| 欧美日韩一区二区三区在线| 国产精品久99| 欧美中文字幕一二三区视频| 亚洲第一狼人社区| 欧美成人福利视频| 91亚洲男人天堂| 精品在线你懂的| 亚洲欧美精品午睡沙发| 5858s免费视频成人| 国产麻豆日韩欧美久久| 一区二区三区免费网站| 欧美不卡一区二区三区四区| 99久久综合99久久综合网站| 天堂午夜影视日韩欧美一区二区| 久久久噜噜噜久噜久久综合| 成人免费视频网站在线观看| 免费观看一级欧美片| 国产精品系列在线| 日韩视频在线永久播放| av在线播放成人| 国产乱码精品一区二区三区av| 一区二区激情小说| 国产欧美日韩在线观看| 欧美日本不卡视频| 一本色道久久综合精品竹菊| 国产一区二区三区四| 午夜精品久久久久久久久久| 中文字幕一区二区三区四区| 精品国产一区二区三区久久久蜜月| 99v久久综合狠狠综合久久| 国产乱码精品一区二区三| 人人狠狠综合久久亚洲| 亚洲第一福利视频在线| 亚洲曰韩产成在线| 亚洲柠檬福利资源导航| 中文字幕免费在线观看视频一区| 久久亚洲精华国产精华液 | 中文字幕精品综合| 欧美精品一区二区三| 日韩精品一区在线观看| 色94色欧美sute亚洲13| 国产成人精品免费网站| 国产一区二区网址| 极品少妇一区二区| 久久精品av麻豆的观看方式| 亚洲1区2区3区视频| 日韩精品乱码av一区二区| 免费看欧美女人艹b| 日本aⅴ免费视频一区二区三区| 日韩av电影天堂| 美女免费视频一区二区| 久久精品久久综合| 极品美女销魂一区二区三区免费| 精东粉嫩av免费一区二区三区| 精品一区二区在线观看| 国产高清一区日本| eeuss鲁片一区二区三区| 91在线观看免费视频| 欧美色视频在线观看| 日韩精品一区二区三区视频在线观看 | 欧美成人一级视频| 国产精品免费视频观看| 夜夜精品视频一区二区 | 一区二区三区在线视频播放| 日韩精品三区四区| 成人午夜视频在线| 欧美丰满少妇xxxxx高潮对白| 久久综合99re88久久爱| 亚洲色图欧洲色图| 麻豆精品在线看| 91在线视频官网| 日韩视频在线你懂得| 亚洲伦理在线免费看| 久草中文综合在线| 欧美日韩三级一区| 中文字幕中文在线不卡住| 人妖欧美一区二区| 99久久精品费精品国产一区二区| 高清在线成人网| 91精品欧美久久久久久动漫| 国产精品毛片a∨一区二区三区| 图片区日韩欧美亚洲| av动漫一区二区| 欧美国产一区在线| 激情文学综合插| 欧美一级高清片在线观看| 亚洲欧美日韩国产中文在线| 国产成人午夜精品5599 | 一区二区免费在线| 成人妖精视频yjsp地址| 久久综合九色综合97婷婷女人| 亚洲电影一区二区| 色诱亚洲精品久久久久久| 国产精品二区一区二区aⅴ污介绍| 久久er精品视频| 久久亚洲精华国产精华液| 蜜臀av一区二区三区| 欧美高清激情brazzers| 一区二区三区加勒比av| 97se亚洲国产综合自在线不卡| 国产精品久久久久永久免费观看 | 中文字幕亚洲精品在线观看| 国产精品香蕉一区二区三区| 久久综合九色综合97婷婷女人| 久久99热这里只有精品| 精品三级av在线| 国产一区二区美女诱惑| 日本一区二区三区电影| 国产91对白在线观看九色| 国产免费久久精品| 7799精品视频| 免费人成精品欧美精品| 精品va天堂亚洲国产| 高清国产一区二区| 日韩一区在线看| 欧美一区二区性放荡片| 国产精品一级片在线观看| 亚洲欧美综合色| 69堂精品视频| 国产一区二区三区免费在线观看 | 国产丝袜欧美中文另类| 成人黄色综合网站| 亚洲国产欧美日韩另类综合| 91精品国产综合久久久蜜臀粉嫩| 国产尤物一区二区在线| 亚洲精品综合在线| 日韩欧美国产综合| 91麻豆国产精品久久| 日韩电影免费在线| 国产精品久久久久影院亚瑟| 91.xcao| 一本色道综合亚洲| 国产精品影视在线观看| 亚洲一卡二卡三卡四卡五卡| 久久女同精品一区二区| 欧美亚洲动漫制服丝袜| 丁香六月综合激情| 日本成人中文字幕在线视频| 亚洲欧美乱综合| 中文字幕 久热精品 视频在线| 欧美一区二区在线免费播放| 日本高清无吗v一区| 成人av资源在线观看| 蓝色福利精品导航| 亚洲va中文字幕| 亚洲精品乱码久久久久久黑人| 国产精品视频看| 国产精品久久久久久久第一福利| 日韩欧美在线综合网| 欧美一区二区精品在线| 欧美日韩国产高清一区二区三区| 91久久国产最好的精华液| 91色九色蝌蚪| 91丝袜国产在线播放| 不卡一二三区首页| 日韩主播视频在线| 亚洲国产日韩a在线播放| 亚洲美女电影在线| 亚洲女与黑人做爰| 欧美一个色资源| 欧美美女bb生活片| 在线视频观看一区| 911精品国产一区二区在线| 欧美视频一区二区三区四区| 色婷婷综合久久久中文字幕| 色国产精品一区在线观看|