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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ltmain.sh

?? 一套linux下的C++開發庫
?? SH
?? 第 1 頁 / 共 5 頁
字號:
		echo		echo "*** Warning: This library needs some functionality provided by $a_deplib."		echo "*** I have the capability to make that library automatically link in when"		echo "*** you link to this library.  But I can only do this if you have a"		echo "*** shared version of the library, which you do not appear to have."	      fi	    else	      # Add a -L argument.	      newdeplibs="$newdeplibs $a_deplib"	    fi	  done # Gone through all deplibs.	  ;;	none | unknown | *)	  newdeplibs=""	  if $echo "X $deplibs" | $Xsed -e 's/ -lc$//' \	       -e 's/ -[LR][^ ]*//g' -e 's/[ 	]//g' |	     grep . >/dev/null; then	    echo	    if test "X$deplibs_check_method" = "Xnone"; then	      echo "*** Warning: inter-library dependencies are not supported in this platform."	    else	      echo "*** Warning: inter-library dependencies are not known to be supported."	    fi	    echo "*** All declared inter-library dependencies are being dropped."	    droppeddeps=yes	  fi	  ;;	esac	versuffix=$versuffix_save	major=$major_save	release=$release_save	libname=$libname_save	name=$name_save	if test "$droppeddeps" = yes; then	  if test "$module" = yes; then	    echo	    echo "*** Warning: libtool could not satisfy all declared inter-library"	    echo "*** dependencies of module $libname.  Therefore, libtool will create"	    echo "*** a static module, that should work as long as the dlopening"	    echo "*** application is linked with the -dlopen flag."	    if test -z "$global_symbol_pipe"; then	      echo	      echo "*** However, this would only work if libtool was able to extract symbol"	      echo "*** lists from a program, using \`nm' or equivalent, but libtool could"	      echo "*** not find such a program.  So, this module is probably useless."	      echo "*** \`nm' from GNU binutils and a full rebuild may help."	    fi	    if test "$build_old_libs" = no; then	      oldlibs="$output_objdir/$libname.$libext"	      build_libtool_libs=module	      build_old_libs=yes	    else	      build_libtool_libs=no	    fi	  else	    echo "*** The inter-library dependencies that have been dropped here will be"	    echo "*** automatically added whenever a program is linked with this library"	    echo "*** or is declared to -dlopen it."	  fi	fi	# Done checking deplibs!	deplibs=$newdeplibs      fi      # All the library-specific variables (install_libdir is set above).      library_names=      old_library=      dlname=            # Test again, we may have decided not to build it any more      if test "$build_libtool_libs" = yes; then	# Get the real and link names of the library.	eval library_names=\"$library_names_spec\"	set dummy $library_names	realname="$2"	shift; shift	if test -n "$soname_spec"; then	  eval soname=\"$soname_spec\"	else	  soname="$realname"	fi	lib="$output_objdir/$realname"	for link	do	  linknames="$linknames $link"	done	# Ensure that we have .o objects for linkers which dislike .lo	# (e.g. aix) incase we are running --disable-static	for obj in $libobjs; do	  oldobj=`$echo "X$obj" | $Xsed -e "$lo2o"`	  if test ! -f $oldobj; then	    $show "${LN_S} $obj $oldobj"	    $run ${LN_S} $obj $oldobj || exit $?	  fi	done	# Use standard objects if they are pic	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`	if test -n "$whole_archive_flag_spec"; then	  if test -n "$convenience"; then	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"	  fi	else	  gentop="$output_objdir/${outputname}x"	  $show "${rm}r $gentop"	  $run ${rm}r "$gentop"	  $show "mkdir $gentop"	  $run mkdir "$gentop"	  status=$?	  if test $status -ne 0 && test ! -d "$gentop"; then	    exit $status	  fi	  generated="$generated $gentop"	  	  for xlib in $convenience; do	    # Extract the objects.	    case "$xlib" in	    [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;;	    *) xabs=`pwd`"/$xlib" ;;	    esac	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`	    xdir="$gentop/$xlib"	    $show "${rm}r $xdir"	    $run ${rm}r "$xdir"	    $show "mkdir $xdir"	    $run mkdir "$xdir"	    status=$?	    if test $status -ne 0 && test ! -d "$xdir"; then	      exit $status	    fi	    $show "(cd $xdir && $AR x $xabs)"	    $run eval "(cd \$xdir && $AR x \$xabs)" || exit $?	    libobjs="$libobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`	  done	fi	if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then	  eval flag=\"$thread_safe_flag_spec\"	  linkopts="$linkopts $flag"	fi	# Prepare the list of exported symbols	if test -z "$export_symbols"; then	  if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then	    $show "generating symbol list for \`$libname.la'"	    export_symbols="$output_objdir/$libname.exp"	    $run $rm $export_symbols	    eval cmds=\"$export_symbols_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"	    if test -n "$export_symbols_regex"; then	      $show "egrep -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""	      $run eval 'egrep -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'	      $show "$mv \"${export_symbols}T\" \"$export_symbols\""	      $run eval '$mv "${export_symbols}T" "$export_symbols"'	    fi	  fi	fi	if test -n "$export_symbols" && test -n "$include_expsyms"; then	  $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'	fi	# Do each of the archive commands.	if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then	  eval cmds=\"$archive_expsym_cmds\"	else	  eval cmds=\"$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"	# Create links to the real library.	for linkname in $linknames; do	  if test "$realname" != "$linkname"; then	    $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)"	    $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $?	  fi	done	# If -module or -export-dynamic was specified, set the dlname.	if test "$module" = yes || test "$export_dynamic" = yes; then	  # On all known operating systems, these are identical.	  dlname="$soname"	fi      fi      ;;    *.lo | *.o | *.obj)      if test -n "$link_against_libtool_libs"; then	$echo "$modename: error: cannot link libtool libraries into objects" 1>&2	exit 1      fi      if test -n "$deplibs"; then	$echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2      fi      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then	$echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2      fi      if test -n "$rpath"; then	$echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2      fi      if test -n "$xrpath"; then	$echo "$modename: warning: \`-R' is ignored for objects" 1>&2      fi      if test -n "$vinfo"; then	$echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2      fi      if test -n "$release"; then	$echo "$modename: warning: \`-release' is ignored for objects" 1>&2      fi      case "$output" in      *.lo)	if test -n "$objs"; then	  $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2	  exit 1	fi	libobj="$output"	obj=`$echo "X$output" | $Xsed -e "$lo2o"`	;;      *)	libobj=	obj="$output"	;;      esac      # Delete the old objects.      $run $rm $obj $libobj      # Create the old-style object.      reload_objs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`      output="$obj"      eval cmds=\"$reload_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"      # Exit if we aren't doing a library object file.      test -z "$libobj" && exit 0      if test "$build_libtool_libs" != yes; then	# Create an invalid libtool object if no PIC, so that we don't	# accidentally link it into a program.	$show "echo timestamp > $libobj"	$run eval "echo timestamp > $libobj" || exit $?	exit 0      fi      if test -n "$pic_flag"; then	# Only do commands if we really have different PIC objects.	reload_objs="$libobjs"	output="$libobj"	eval cmds=\"$reload_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"      else	# Just create a symlink.	$show $rm $libobj	$run $rm $libobj	$show "$LN_S $obj $libobj"	$run $LN_S $obj $libobj || exit $?      fi      exit 0      ;;    # Anything else should be a program.    *)      if test -n "$vinfo"; then	$echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2      fi      if test -n "$release"; then	$echo "$modename: warning: \`-release' is ignored for programs" 1>&2      fi      if test "$preload" = yes; then	if test "$dlopen" = unknown && test "$dlopen_self" = unknown &&	   test "$dlopen_self_static" = unknown; then	  $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support."	fi       fi          if test -n "$rpath$xrpath"; then	# If the user specified any rpath flags, then add them.	for libdir in $rpath $xrpath; do	  # This is the magic to use -rpath.	  case "$compile_rpath " in	  *" $libdir "*) ;;	  *) compile_rpath="$compile_rpath $libdir" ;;	  esac	  case "$finalize_rpath " in	  *" $libdir "*) ;;	  *) finalize_rpath="$finalize_rpath $libdir" ;;	  esac	done      fi      # Now hardcode the library paths      rpath=      hardcode_libdirs=      for libdir in $compile_rpath $finalize_rpath; do	if test -n "$hardcode_libdir_flag_spec"; then	  if test -n "$hardcode_libdir_separator"; then	    if test -z "$hardcode_libdirs"; then	      hardcode_libdirs="$libdir"	    else	      # Just accumulate the unique libdirs.	      case "$hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator" in	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)		;;	      *)		hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"		;;	      esac	    fi	  else	    eval flag=\"$hardcode_libdir_flag_spec\"	    rpath="$rpath $flag"	  fi	elif test -n "$runpath_var"; then	  case "$perm_rpath " in	  *" $libdir "*) ;;	  *) perm_rpath="$perm_rpath $libdir" ;;	  esac	fi      done      # Substitute the hardcoded libdirs into the rpath.      if test -n "$hardcode_libdir_separator" &&	 test -n "$hardcode_libdirs"; then	libdir="$hardcode_libdirs"	eval rpath=\" $hardcode_libdir_flag_spec\"      fi      compile_rpath="$rpath"      rpath=      hardcode_libdirs=      for libdir in $finalize_rpath; do	if test -n "$hardcode_libdir_flag_spec"; then	  if test -n "$hardcode_libdir_separator"; then	    if test -z "$hardcode_libdirs"; then	      hardcode_libdirs="$libdir"	    else	      # Just accumulate the unique libdirs.	      case "$hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator" in	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)		;;	      *)		hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"		;;	      esac	    fi	  else	    eval flag=\"$hardcode_libdir_flag_spec\"	    rpath="$rpath $flag"	  fi	elif test -n "$runpath_var"; then	  case "$finalize_perm_rpath " in	  *" $libdir "*) ;;	  *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;	  esac	fi      done      # Substitute the hardcoded libdirs into the rpath.      if test -n "$hardcode_libdir_separator" &&	 test -n "$hardcode_libdirs"; then	libdir="$hardcode_libdirs"	eval rpath=\" $hardcode_libdir_flag_spec\"      fi      finalize_rpath="$rpath"      output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`      if test "X$output_objdir" = "X$output"; then	output_objdir="$objdir"      else	output_objdir="$output_objdir/$objdir"      fi      # Create the binary in the object directory, then wrap it.      if test ! -d $output_objdir; then	$show "$mkdir $output_objdir"	$run $mkdir $output_objdir	status=$?	if test $status -ne 0 && test ! -d $output_objdir; then	  exit $status	fi      fi      if test -n "$libobjs" && test "$build_old_libs" = yes; then	# Transform all the library objects into standard objects.	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`      fi      dlsyms=      if test -n "$dlfiles$dlprefiles" || test "$dlself" = yes; then	if test -n "$NM" && test -n "$global_symbol_pipe"; then	  dlsyms="${outputname}S.c"	else	  $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2	fi      fi      if test -n "$dlsyms"; then	case "$dlsyms" in	"") ;;	*.c)	  # Discover the nlist of each of the dlfiles.	  nlist="$output_objdir/${outputname}.nm"	  $show "$rm $nlist ${nlist}S ${nlist}T"	  $run $rm "$nlist" "${nlist}S" "${nlist}T"	  # Parse the name list into a source file.	  $show "creating $output_objdir/$dlsyms"	  test -z "$run" && $echo > "$output_objdir/$dlsyms" "\/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. *//* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */#ifdef __cplusplusextern \"C\" {#endif/* Prevent the only kind of declaration conflicts we can make. */#define lt_preloaded_symbols some_other_symbol/* External symbol declarations for the compiler. */\"	  if test "$dlself" = yes; then	    $show "generating symbol list for \`$output'"	    test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"	    # Add our own program objects to the symbol list.	    progfiles=`$echo "X$objs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`	    for arg in $progfiles; do	      $show "extracting global C symbols from \`$arg'"	      $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"	    done	    if test -n "$exclude_expsyms"; then	      $run eval 'egrep -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'	      $run eval '$mv "$nlist"T "$nlist"'	    fi	    	    if test -n "$export_symbols_regex"; then	      $run eval 'egrep -e "$export_symbols_regex" "$nl

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久麻豆一区二区| 欧美精品在欧美一区二区少妇| 日韩电影在线一区| 亚洲免费观看在线观看| 最新国产精品久久精品| 亚洲人成亚洲人成在线观看图片| 国产精品乱人伦一区二区| 国产精品美女久久久久久久久久久 | 懂色中文一区二区在线播放| 久久精品国产99国产| 久久精品噜噜噜成人av农村| 精品午夜一区二区三区在线观看| 久久精品国产久精国产| 久久99久久99| 国产成人精品免费视频网站| 成人晚上爱看视频| 色综合天天视频在线观看 | 一区二区三区中文在线| 一区二区三区四区不卡在线| 亚洲国产综合人成综合网站| 天天做天天摸天天爽国产一区| 视频一区视频二区在线观看| 久久精品av麻豆的观看方式| 成人在线视频一区| 日本电影欧美片| 日韩一区二区电影| 国产欧美视频一区二区| 亚洲精品视频在线看| 天堂久久久久va久久久久| 精品亚洲国内自在自线福利| 成人高清视频免费观看| 欧美日韩国产首页| 久久久91精品国产一区二区精品| 一区二区三区四区乱视频| 久久99久久99精品免视看婷婷| 国产91在线看| 91精品欧美久久久久久动漫| 中文字幕乱码久久午夜不卡| 亚洲午夜免费视频| 国产麻豆精品在线观看| 欧洲一区在线电影| 久久综合色婷婷| 亚洲国产一区二区视频| 国产盗摄女厕一区二区三区 | 午夜a成v人精品| 福利一区福利二区| 91精品蜜臀在线一区尤物| 国产精品视频线看| 麻豆国产91在线播放| 在线影院国内精品| 欧美国产精品中文字幕| 蜜桃视频一区二区| 欧美性猛片aaaaaaa做受| 国产亚洲一区字幕| 人妖欧美一区二区| 欧美性生活影院| 日韩久久一区二区| 国产精品69毛片高清亚洲| 欧美一区二区精品久久911| 亚洲精品免费看| 不卡的看片网站| 精品不卡在线视频| 麻豆成人久久精品二区三区小说| 91黄色小视频| 亚洲欧美欧美一区二区三区| 成人午夜在线视频| 久久精品在这里| 国产在线观看一区二区| 91精品一区二区三区在线观看| 亚洲激情综合网| 日本高清不卡视频| 亚洲国产欧美日韩另类综合 | 中文字幕 久热精品 视频在线| 精品午夜一区二区三区在线观看 | 成人av综合在线| 日本一区二区免费在线| 色www精品视频在线观看| 国产精品三级av| av在线不卡网| 亚洲欧美一区二区不卡| 91官网在线观看| 亚洲一卡二卡三卡四卡无卡久久 | 日韩激情av在线| 欧美丰满美乳xxx高潮www| 偷窥国产亚洲免费视频| 777色狠狠一区二区三区| 日本中文字幕一区| 欧美v国产在线一区二区三区| 久久成人av少妇免费| 精品国产乱码久久久久久浪潮 | 制服丝袜亚洲色图| 日韩成人一级大片| 日韩欧美国产三级| 国产激情精品久久久第一区二区| 久久久777精品电影网影网| 成人综合婷婷国产精品久久| 一区二区三区av电影 | 成人动漫视频在线| 亚洲免费观看高清完整版在线观看 | 88在线观看91蜜桃国自产| 六月丁香婷婷色狠狠久久| 久久人人超碰精品| 91高清在线观看| 久久精品72免费观看| 中文字幕在线一区二区三区| 欧美亚洲尤物久久| 国产美女在线精品| 亚洲国产wwwccc36天堂| 精品久久久三级丝袜| 99久久综合99久久综合网站| 偷拍亚洲欧洲综合| 国产精品激情偷乱一区二区∴| 在线看一区二区| 国产伦理精品不卡| 亚洲福利一区二区| 久久久久久久久蜜桃| 欧美最猛性xxxxx直播| 国产一区二区美女| 日产国产欧美视频一区精品| ●精品国产综合乱码久久久久| 欧美三级电影一区| 成人av在线播放网站| 久久99这里只有精品| 亚洲综合另类小说| 国产精品久久久久婷婷二区次| 日韩一区二区三区在线| 色综合久久中文综合久久牛| 极品美女销魂一区二区三区| 亚洲精品福利视频网站| 国产欧美久久久精品影院| 日韩欧美精品在线| 欧美日韩日本视频| 一本大道久久a久久精品综合| 久久99国产精品久久99| 日精品一区二区三区| 亚洲综合图片区| 亚洲视频一区二区在线观看| 久久久精品tv| 精品国产免费一区二区三区四区| 欧美性一二三区| 色婷婷精品大在线视频| 91视频免费看| 91精选在线观看| 欧美三级电影精品| 欧美在线视频不卡| 欧美日韩一区不卡| 欧美日韩一区在线观看| 欧美自拍偷拍一区| 99久久久久久| 色综合久久精品| 色综合中文字幕国产 | 国产精品资源站在线| 激情另类小说区图片区视频区| 午夜成人免费视频| 偷窥少妇高潮呻吟av久久免费| 亚洲国产精品精华液网站| 亚洲va欧美va天堂v国产综合| 亚洲精品成人悠悠色影视| 一区二区久久久| 亚洲成av人片一区二区三区| 视频在线在亚洲| 精品一区二区久久久| 国产精品综合一区二区| 成人av电影观看| 欧美综合亚洲图片综合区| 欧美视频中文一区二区三区在线观看| 色综合久久中文字幕| 欧美三级在线播放| 精品久久久三级丝袜| 中文久久乱码一区二区| 亚洲精品成人a在线观看| 午夜国产精品一区| 国产成人无遮挡在线视频| 97久久精品人人澡人人爽| 欧美特级限制片免费在线观看| 日韩视频免费观看高清完整版在线观看| 欧美成人一区二区| 国产精品久久久久久久久久久免费看| 一区二区在线观看免费视频播放| 亚洲在线免费播放| 精品系列免费在线观看| 91一区二区在线观看| 欧美肥大bbwbbw高潮| 国产欧美一区二区精品性色超碰| 亚洲日本va在线观看| 免费观看在线色综合| 丁香另类激情小说| 欧美日韩你懂的| 国产欧美一二三区| 日本欧美加勒比视频| 成人高清免费在线播放| 欧美一区二区视频在线观看 | 精品99一区二区三区| 国产精品福利一区| 日本少妇一区二区| 91麻豆蜜桃一区二区三区| 精品国产欧美一区二区| 夜色激情一区二区| 国产成人精品免费网站| 91精品国产福利|