⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ltconfig

📁 Windows NT声卡驱动VXD
💻
📖 第 1 页 / 共 5 页
字号:
  library_names_spec='${libname}${release}.so$versuffix'  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'  shlibpath_var=LD_LIBRARY_PATH  ;;os2*)  libname_spec='$name'  library_names_spec='$libname.dll $libname.a'  dynamic_linker='OS/2 ld.exe'  shlibpath_var=LIBPATH  ;;osf3* | osf4*)  version_type=osf  soname_spec='${libname}${release}.so'  library_names_spec='${libname}${release}.so$versuffix $libname.so'  shlibpath_var=LD_LIBRARY_PATH  check_shared_deplibs_method='pass_all'  ;;sco3.2v5*)  version_type=osf  soname_spec='${libname}${release}.so$major'  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'  shlibpath_var=LD_LIBRARY_PATH  ;;solaris*)  version_type=linux  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'  soname_spec='${libname}${release}.so$major'  shlibpath_var=LD_LIBRARY_PATH  # ldd complains unless libraries are executable  postinstall_cmds='chmod +x $lib'  ;;sunos4*)  version_type=sunos  library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'  shlibpath_var=LD_LIBRARY_PATH  ;;sysv4.2uw2*)  version_type=linux  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'  soname_spec='${libname}${release}.so$major'  shlibpath_var=LD_LIBRARY_PATH  ;;uts4*)  version_type=linux  library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major $libname.so'  soname_spec='${libname}${release}.so.$major'  shlibpath_var=LD_LIBRARY_PATH  ;;dgux*)  version_type=linux  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'  soname_spec='${libname}${release}.so$major'  shlibpath_var=LD_LIBRARY_PATH  ;;*)  dynamic_linker=no  ;;esacecho "$ac_t$dynamic_linker" 1>&6test "$dynamic_linker" = no && can_build_shared=no# Report the final consequences.echo "checking if libtool supports shared libraries... $can_build_shared" 1>&6echo $ac_n "checking whether to build shared libraries... $ac_c" 1>&6test "$can_build_shared" = "no" && enable_shared=no# On AIX, shared libraries and static libraries use the same namespace, and# are all built from PIC.case "$host_os" inaix*)  test "$enable_shared" = yes && enable_static=no  if test -n "$RANLIB"; then    archive_cmds="$archive_cmds~\$RANLIB \$lib"    postinstall_cmds='$RANLIB $lib'  fi  ;;esacecho "$ac_t$enable_shared" 1>&6# Make sure either enable_shared or enable_static is yes.test "$enable_shared" = yes || enable_static=yesecho "checking whether to build static libraries... $enable_static" 1>&6echo $ac_n "checking for objdir... $ac_c" 1>&6rm -f .libs 2>/dev/nullmkdir .libs 2>/dev/nullif test -d .libs; then  objdir=.libselse  # MS-DOS does not allow filenames that begin with a dot.  objdir=_libsfirmdir .libs 2>/dev/nullecho "$ac_t$objdir" 1>&6# Copy echo and quote the copy, instead of the original, because it is# used later.ltecho="$echo"if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then   ltecho="$CONFIG_SHELL \$0 --fallback-echo"fiLTSHELL="$SHELL"# Only quote variables if we're using ltmain.sh.case "$ltmain" in*.sh)  # Now quote all the things that may contain metacharacters.  for var in ltecho old_CC old_CFLAGS old_CPPFLAGS old_LD old_NM old_RANLIB \    old_LN_S old_DLLTOOL old_AS AR CC LD LN_S NM LTSHELL VERSION \    reload_flag reload_cmds wl \    pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \    whole_archive_flag_spec libname_spec library_names_spec soname_spec \    RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \    old_postuninstall_cmds archive_cmds archive_sym_cmds postinstall_cmds postuninstall_cmds \    check_shared_deplibs_method allow_undefined_flag no_undefined_flag \    finish_cmds finish_eval global_symbol_pipe \    hardcode_libdir_flag_spec hardcode_libdir_separator sys_lib_search_path \    compiler_c_o compiler_o_lo need_locks; do    case "$var" in    reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \    old_postinstall_cmds | old_postuninstall_cmds | \    archive_cmds | archive_sym_cmds | \    postinstall_cmds | postuninstall_cmds | \    finish_cmds | sys_lib_search_path)      # Double-quote double-evaled strings.      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\"\`\\\""      ;;    *)      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""      ;;    esac  done  case "$ltecho" in  *'\$0 --fallback-echo"')    ltecho=`$echo "X$ltecho" |	    $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`    ;;  esac  trap "$rm \"$ofile\"; exit 1" 1 2 15  echo "creating $ofile"  $rm "$ofile"  cat <<EOF > "$ofile"#! $SHELL# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION)# NOTE: Changes made to this file will be lost: look at ltconfig or ltmain.sh.## Copyright (C) 1996-1998 Free Software Foundation, Inc.# 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.# Sed that helps us avoid accidentally triggering echo(1) options like -n.Xsed="sed -e s/^X//"# 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### BEGIN LIBTOOL CONFIGEOF  cfgfile="$ofile"  ;;*)  # Double-quote the variables that need it (for aesthetics).  for var in old_CC old_CFLAGS old_CPPFLAGS old_LD old_NM old_RANLIB \    old_LN_S old_DLLTOOL old_AS; do    eval "$var=\\\"\$var\\\""  done  # Just create a config file.  cfgfile="$ofile.cfg"  trap "$rm \"$cfgfile\"; exit 1" 1 2 15  echo "creating $cfgfile"  $rm "$cfgfile"  cat <<EOF > "$cfgfile"# `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION)EOF  ;;esaccat <<EOF >> "$cfgfile"# Libtool was configured as follows, on host `(hostname || uname -n) 2>/dev/null | sed 1q`:## CC=$old_CC CFLAGS=$old_CFLAGS CPPFLAGS=$old_CPPFLAGS \\# LD=$old_LD NM=$old_NM RANLIB=$old_RANLIB LN_S=$old_LN_S \\# DLLTOOL="$old_DLLTOOL" AS="$old_AS" \\#   $0$ltconfig_args## Compiler and other test output produced by $progname, useful for# debugging $progname, is in ./config.log if it exists.# The version of $progname that generated this script.LTCONFIG_VERSION=$VERSION# Shell to use when invoking shell scripts.SHELL=$LTSHELL# Whether or not to build shared libraries.build_libtool_libs=$enable_shared# Whether or not to build static libraries.build_old_libs=$enable_static# The host system.host_alias=$host_aliashost=$host# An echo program that does not interpret backslashes.echo=$ltecho# The archiver.AR=$AR# The default C compiler.CC=$CC# The linker used to build libraries.LD=$LD# Whether we need hard or soft links.LN_S=$LN_S# A BSD-compatible nm program.NM=$NM# Used on cygwin32: DLL creation program.DLLTOOL="$DLLTOOL"# Used on cygwin32: assembler.AS="$AS"# The name of the directory that contains temporary libtool files.objdir=$objdir# How to create reloadable object files.reload_flag=$reload_flagreload_cmds=$reload_cmds# How to pass a linker flag through the compiler.wl=$wl# Object file suffix (normally "o").objext="$objext"# Old archive suffix (normally "a").libext="$libext"# Additional compiler flags for building library objects.pic_flag=$pic_flag# Does compiler simultaneously support -c and -o optionscompiler_c_o=$compiler_c_o# Can we write directly to a .lo ?compiler_o_lo=$compiler_o_lo# Must we lock files when doing compilation ?need_locks=$need_locks# Compiler flag to prevent dynamic linking.link_static_flag=$link_static_flag# Compiler flag to turn off builtin functions.no_builtin_flag=$no_builtin_flag# Compiler flag to allow reflexive dlopens.export_dynamic_flag_spec=$export_dynamic_flag_spec# Compiler flag to generate shared objects directly from archives.whole_archive_flag_spec=$whole_archive_flag_spec# Library versioning type.version_type=$version_type# Format of library name prefix.libname_spec=$libname_spec# 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=$library_names_spec# The coded name of the library, if different from the real name.soname_spec=$soname_spec# Commands used to build and install an old-style archive.RANLIB=$RANLIBold_archive_cmds=$old_archive_cmdsold_postinstall_cmds=$old_postinstall_cmdsold_postuninstall_cmds=$old_postuninstall_cmds# Create an old-style archive from a shared archive.old_archive_from_new_cmds=$old_archive_from_new_cmds# Commands used to build and install a shared archive.archive_cmds=$archive_cmdsarchive_sym_cmds=$archive_sym_cmdspostinstall_cmds=$postinstall_cmdspostuninstall_cmds=$postuninstall_cmds# Method to check whether dependent libraries are shared objects.check_shared_deplibs_method=$check_shared_deplibs_method# Flag that allows shared libraries with undefined symbols to be built.allow_undefined_flag=$allow_undefined_flag# Flag that forces no undefined symbols.no_undefined_flag=$no_undefined_flag# Commands used to finish a libtool library installation in a directory.finish_cmds=$finish_cmds# Same as above, but a single script fragment to be evaled but not shown.finish_eval=$finish_eval# Take the output of nm and produce a listing of raw symbols and C names.global_symbol_pipe=$global_symbol_pipe# This is the shared library runtime path variable.runpath_var=$runpath_var# This is the shared library path variable.shlibpath_var=$shlibpath_var# How to hardcode a shared library path into an executable.hardcode_action=$hardcode_action# Flag to hardcode \$libdir into a binary during linking.# This must work even if \$libdir does not exist.hardcode_libdir_flag_spec=$hardcode_libdir_flag_spec# Whether we need a single -rpath flag with a separated argument.hardcode_libdir_separator=$hardcode_libdir_separator# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the# resulting binary.hardcode_direct=$hardcode_direct# Set to yes if using the -LDIR flag during linking hardcodes DIR into the# resulting binary.hardcode_minus_L=$hardcode_minus_L# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into# the resulting binary.hardcode_shlibpath_var=$hardcode_shlibpath_var# System search path for librariessys_lib_search_path=$sys_lib_search_path# Fix the shell variable \$srcfile for the compiler.fix_srcfile_path="$fix_srcfile_path"EOFcase "$ltmain" in*.sh)  echo '### END LIBTOOL CONFIG' >> "$ofile"  echo >> "$ofile"  case "$host_os" in  aix3*)    cat <<\EOF >> "$ofile"# AIX sometimes has problems with the GCC collect2 program.  For some# reason, if we set the COLLECT_NAMES environment variable, the problems# vanish in a puff of smoke.if test "${COLLECT_NAMES+set}" != set; then  COLLECT_NAMES=  export COLLECT_NAMESfiEOF    ;;  esac  # Append the ltmain.sh script.  cat "$ltmain" >> "$ofile" || (rm -f "$ofile"; exit 1)  chmod +x "$ofile"  ;;*)  # Compile the

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -