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

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

?? ltmain.sh

?? 比較早的MPEG-2的解碼源程序
?? SH
?? 第 1 頁 / 共 5 頁
字號:
      # If the previous option needs an argument, assign it.      if test -n "$prev"; then	case $prev in	output)	  compile_command="$compile_command @OUTPUT@"	  finalize_command="$finalize_command @OUTPUT@"	  ;;	esac	case $prev in	dlfiles|dlprefiles)	  if test "$preload" = no; then	    # Add the symbol object into the linking commands.	    compile_command="$compile_command @SYMFILE@"	    finalize_command="$finalize_command @SYMFILE@"	    preload=yes	  fi	  case $arg in	  *.la | *.lo) ;;  # We handle these cases below.	  force)	    if test "$dlself" = no; then	      dlself=needless	      export_dynamic=yes	    fi	    prev=	    continue	    ;;	  self)	    if test "$prev" = dlprefiles; then	      dlself=yes	    elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then	      dlself=yes	    else	      dlself=needless	      export_dynamic=yes	    fi	    prev=	    continue	    ;;	  *)	    if test "$prev" = dlfiles; then	      dlfiles="$dlfiles $arg"	    else	      dlprefiles="$dlprefiles $arg"	    fi	    prev=	    continue	    ;;	  esac	  ;;	expsyms)	  export_symbols="$arg"	  if test ! -f "$arg"; then	    $echo "$modename: symbol file \`$arg' does not exist"	    exit 1	  fi	  prev=	  continue	  ;;	expsyms_regex)	  export_symbols_regex="$arg"	  prev=	  continue	  ;;	inst_prefix)	  inst_prefix_dir="$arg"	  prev=	  continue	  ;;	release)	  release="-$arg"	  prev=	  continue	  ;;	objectlist)	  if test -f "$arg"; then	    save_arg=$arg	    moreargs=	    for fil in `cat $save_arg`	    do#	      moreargs="$moreargs $fil"	      arg=$fil	      # A libtool-controlled object.	      # Check to see that this really is a libtool object.	      if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then		pic_object=		non_pic_object=		# Read the .lo file		# If there is no directory component, then add one.		case $arg in		*/* | *\\*) . $arg ;;		*) . ./$arg ;;		esac		if test -z "$pic_object" || \		   test -z "$non_pic_object" ||		   test "$pic_object" = none && \		   test "$non_pic_object" = none; then		  $echo "$modename: cannot find name of object for \`$arg'" 1>&2		  exit 1		fi		# Extract subdirectory from the argument.		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`		if test "X$xdir" = "X$arg"; then		  xdir=		else		  xdir="$xdir/"		fi		if test "$pic_object" != none; then		  # Prepend the subdirectory the object is found in.		  pic_object="$xdir$pic_object"		  if test "$prev" = dlfiles; then		    if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then		      dlfiles="$dlfiles $pic_object"		      prev=		      continue		    else		      # If libtool objects are unsupported, then we need to preload.		      prev=dlprefiles		    fi		  fi		  # CHECK ME:  I think I busted this.  -Ossama		  if test "$prev" = dlprefiles; then		    # Preload the old-style object.		    dlprefiles="$dlprefiles $pic_object"		    prev=		  fi		  # A PIC object.		  libobjs="$libobjs $pic_object"		  arg="$pic_object"		fi		# Non-PIC object.		if test "$non_pic_object" != none; then		  # Prepend the subdirectory the object is found in.		  non_pic_object="$xdir$non_pic_object"		  # A standard non-PIC object		  non_pic_objects="$non_pic_objects $non_pic_object"		  if test -z "$pic_object" || test "$pic_object" = none ; then		    arg="$non_pic_object"		  fi		fi	      else		# Only an error if not doing a dry-run.		if test -z "$run"; then		  $echo "$modename: \`$arg' is not a valid libtool object" 1>&2		  exit 1		else		  # Dry-run case.		  # Extract subdirectory from the argument.		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`		  if test "X$xdir" = "X$arg"; then		    xdir=		  else		    xdir="$xdir/"		  fi		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`		  libobjs="$libobjs $pic_object"		  non_pic_objects="$non_pic_objects $non_pic_object"		fi	      fi	    done	  else	    $echo "$modename: link input file \`$save_arg' does not exist"	    exit 1	  fi	  arg=$save_arg	  prev=	  continue	  ;;	rpath | xrpath)	  # We need an absolute path.	  case $arg in	  [\\/]* | [A-Za-z]:[\\/]*) ;;	  *)	    $echo "$modename: only absolute run-paths are allowed" 1>&2	    exit 1	    ;;	  esac	  if test "$prev" = rpath; then	    case "$rpath " in	    *" $arg "*) ;;	    *) rpath="$rpath $arg" ;;	    esac	  else	    case "$xrpath " in	    *" $arg "*) ;;	    *) xrpath="$xrpath $arg" ;;	    esac	  fi	  prev=	  continue	  ;;	xcompiler)	  compiler_flags="$compiler_flags $qarg"	  prev=	  compile_command="$compile_command $qarg"	  finalize_command="$finalize_command $qarg"	  continue	  ;;	xlinker)	  linker_flags="$linker_flags $qarg"	  compiler_flags="$compiler_flags $wl$qarg"	  prev=	  compile_command="$compile_command $wl$qarg"	  finalize_command="$finalize_command $wl$qarg"	  continue	  ;;	xcclinker)	  linker_flags="$linker_flags $qarg"	  compiler_flags="$compiler_flags $qarg"	  prev=	  compile_command="$compile_command $qarg"	  finalize_command="$finalize_command $qarg"	  continue	  ;;	*)	  eval "$prev=\"\$arg\""	  prev=	  continue	  ;;	esac      fi # test -n "$prev"      prevarg="$arg"      case $arg in      -all-static)	if test -n "$link_static_flag"; then	  compile_command="$compile_command $link_static_flag"	  finalize_command="$finalize_command $link_static_flag"	fi	continue	;;      -allow-undefined)	# FIXME: remove this flag sometime in the future.	$echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2	continue	;;      -avoid-version)	avoid_version=yes	continue	;;      -dlopen)	prev=dlfiles	continue	;;      -dlpreopen)	prev=dlprefiles	continue	;;      -export-dynamic)	export_dynamic=yes	continue	;;      -export-symbols | -export-symbols-regex)	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then	  $echo "$modename: more than one -exported-symbols argument is not allowed"	  exit 1	fi	if test "X$arg" = "X-export-symbols"; then	  prev=expsyms	else	  prev=expsyms_regex	fi	continue	;;      -inst-prefix-dir)	prev=inst_prefix	continue	;;      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*      # so, if we see these flags be careful not to treat them like -L      -L[A-Z][A-Z]*:*)	case $with_gcc/$host in	no/*-*-irix* | /*-*-irix*)	  compile_command="$compile_command $arg"	  finalize_command="$finalize_command $arg"	  ;;	esac	continue	;;      -L*)	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`	# We need an absolute path.	case $dir in	[\\/]* | [A-Za-z]:[\\/]*) ;;	*)	  absdir=`cd "$dir" && pwd`	  if test -z "$absdir"; then	    $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2	    exit 1	  fi	  dir="$absdir"	  ;;	esac	case "$deplibs " in	*" -L$dir "*) ;;	*)	  deplibs="$deplibs -L$dir"	  lib_search_path="$lib_search_path $dir"	  ;;	esac	case $host in	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)	  case :$dllsearchpath: in	  *":$dir:"*) ;;	  *) dllsearchpath="$dllsearchpath:$dir";;	  esac	  ;;	esac	continue	;;      -l*)	if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then	  case $host in	  *-*-cygwin* | *-*-pw32* | *-*-beos*)	    # These systems don't actually have a C or math library (as such)	    continue	    ;;	  *-*-mingw* | *-*-os2*)	    # These systems don't actually have a C library (as such)	    test "X$arg" = "X-lc" && continue	    ;;	  *-*-openbsd* | *-*-freebsd*)	    # Do not include libc due to us having libc/libc_r.	    test "X$arg" = "X-lc" && continue	    ;;	  *-*-rhapsody* | *-*-darwin1.[012])	    # Rhapsody C and math libraries are in the System framework	    deplibs="$deplibs -framework System"	    continue	  esac	elif test "X$arg" = "X-lc_r"; then	 case $host in	 *-*-openbsd* | *-*-freebsd*)	   # Do not include libc_r directly, use -pthread flag.	   continue	   ;;	 esac	fi	deplibs="$deplibs $arg"	continue	;;     -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)	deplibs="$deplibs $arg"	continue	;;      -module)	module=yes	continue	;;      # gcc -m* arguments should be passed to the linker via $compiler_flags      # in order to pass architecture information to the linker      # (e.g. 32 vs 64-bit).  This may also be accomplished via -Wl,-mfoo      # but this is not reliable with gcc because gcc may use -mfoo to      # select a different linker, different libraries, etc, while      # -Wl,-mfoo simply passes -mfoo to the linker.      -m*)	# Unknown arguments in both finalize_command and compile_command need	# to be aesthetically quoted because they are evaled later.	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`	case $arg in	*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	  arg="\"$arg\""	  ;;	esac        compile_command="$compile_command $arg"        finalize_command="$finalize_command $arg"        if test "$with_gcc" = "yes" ; then          compiler_flags="$compiler_flags $arg"        fi        continue        ;;      -shrext)	prev=shrext	continue	;;      -no-fast-install)	fast_install=no	continue	;;      -no-install)	case $host in	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)	  # The PATH hackery in wrapper scripts is required on Windows	  # in order for the loader to find any dlls it needs.	  $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2	  $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2	  fast_install=no	  ;;	*) no_install=yes ;;	esac	continue	;;      -no-undefined)	allow_undefined=no	continue	;;      -objectlist)	prev=objectlist	continue	;;      -o) prev=output ;;      -release)	prev=release	continue	;;      -rpath)	prev=rpath	continue	;;      -R)	prev=xrpath	continue	;;      -R*)	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`	# We need an absolute path.	case $dir in	[\\/]* | [A-Za-z]:[\\/]*) ;;	*)	  $echo "$modename: only absolute run-paths are allowed" 1>&2	  exit 1	  ;;	esac	case "$xrpath " in	*" $dir "*) ;;	*) xrpath="$xrpath $dir" ;;	esac	continue	;;      -static)	# The effects of -static are defined in a previous loop.	# We used to do the same as -all-static on platforms that	# didn't have a PIC flag, but the assumption that the effects	# would be equivalent was wrong.  It would break on at least	# Digital Unix and AIX.	continue	;;      -thread-safe)	thread_safe=yes	continue	;;      -version-info)	prev=vinfo	continue	;;      -version-number)	prev=vinfo	vinfo_number=yes	continue	;;      -Wc,*)

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久精品无码一区二区三区| 精品视频1区2区| 国产亚洲一区二区在线观看| 狠狠色丁香婷婷综合久久片| 日韩精品在线一区二区| 韩国三级在线一区| 中文字幕av一区二区三区免费看| 国产精品一线二线三线| 国产精品色哟哟| 91麻豆自制传媒国产之光| 亚洲精品免费一二三区| 欧美日韩一区国产| 韩国av一区二区三区四区| 久久精品亚洲精品国产欧美| 99国内精品久久| 亚洲成av人影院| www国产精品av| 成人福利电影精品一区二区在线观看| 日韩美女视频一区| 欧美精品在线观看一区二区| 国产一区二区在线影院| 最新中文字幕一区二区三区| 在线观看一区二区精品视频| 乱中年女人伦av一区二区| 欧美韩国日本不卡| 欧美色精品在线视频| 另类综合日韩欧美亚洲| 国产精品免费视频网站| 欧美精品自拍偷拍| 懂色av一区二区夜夜嗨| 肉肉av福利一精品导航| 国产精品三级在线观看| 555www色欧美视频| www.久久久久久久久| 日本一不卡视频| 中文在线一区二区| 日韩欧美精品三级| 色狠狠色噜噜噜综合网| 国产做a爰片久久毛片| 一区二区三区在线播放| 久久久久久久久久电影| 欧美老年两性高潮| 99久久久免费精品国产一区二区| 美女网站一区二区| 亚洲午夜国产一区99re久久| 国产欧美日韩综合| 日韩午夜小视频| 欧洲人成人精品| 波多野洁衣一区| 国内精品免费**视频| 天天色综合成人网| 亚洲欧美国产高清| 久久精品一区二区三区av| 欧美一区二区三区播放老司机| 99久久免费视频.com| 国产精品一级在线| 久久国产精品色婷婷| 视频一区国产视频| 亚洲综合在线五月| 亚洲乱码国产乱码精品精小说| 久久精品视频免费| 久久色.com| 日韩欧美在线123| 这里只有精品视频在线观看| 欧美亚洲高清一区二区三区不卡| 97se亚洲国产综合自在线不卡| 国产精品系列在线播放| 九色综合国产一区二区三区| 日韩电影在线观看一区| 一区二区三区蜜桃| 一区二区日韩电影| 亚洲制服丝袜一区| 亚洲综合一区二区| 亚洲成人激情自拍| 天天av天天翘天天综合网 | 欧美日韩在线三级| 97久久超碰国产精品| 99热精品国产| 色综合中文字幕| 日本韩国一区二区三区| 97精品久久久久中文字幕 | 激情深爱一区二区| 国产一区二区三区黄视频 | 视频一区国产视频| 奇米一区二区三区av| 奇米色777欧美一区二区| 麻豆精品一区二区综合av| 狠狠狠色丁香婷婷综合久久五月| 精品一区二区三区香蕉蜜桃| 激情成人综合网| 成人免费观看视频| 在线视频你懂得一区| 欧美日韩三级一区二区| 日韩欧美在线123| 久久久精品2019中文字幕之3| 中文av字幕一区| 最新久久zyz资源站| 亚洲高清免费视频| 久久激五月天综合精品| 福利视频网站一区二区三区| 一道本成人在线| 欧美日韩精品一二三区| 精品欧美乱码久久久久久| 国产精品萝li| 香蕉加勒比综合久久| 国产精品资源在线| 色www精品视频在线观看| 欧美一区二区三区视频免费播放 | 精品一区免费av| 成人动漫一区二区在线| 欧美日韩精品欧美日韩精品一| 26uuu精品一区二区三区四区在线| 中文字幕 久热精品 视频在线| 亚洲一区二区三区视频在线播放 | 欧美综合久久久| 欧美成人艳星乳罩| ...av二区三区久久精品| 日韩av中文字幕一区二区三区| 国产成人av电影在线观看| 一本久久综合亚洲鲁鲁五月天| 欧美一卡二卡三卡| 综合久久久久久| 黄色日韩三级电影| 欧美三区在线视频| 亚洲国产成人一区二区三区| 午夜av一区二区三区| 成人永久免费视频| 91精品国产综合久久蜜臀| 国产精品国产自产拍高清av王其 | 久久97超碰色| 在线观看日产精品| 日本一区二区三区在线观看| 日韩一区欧美二区| 91丨九色丨黑人外教| 欧美精品一区二区三区高清aⅴ | 国产成人午夜99999| 欧美美女黄视频| 亚洲免费观看视频| 国产99久久久久久免费看农村| 欧美二区在线观看| 亚洲精品老司机| 国产91清纯白嫩初高中在线观看 | 26uuu精品一区二区| 亚洲成人7777| 色综合天天性综合| 日本一区二区三区电影| 久久99精品视频| 91精品欧美一区二区三区综合在| 亚洲精品视频观看| 成人黄色国产精品网站大全在线免费观看| 日韩小视频在线观看专区| 亚洲国产成人av好男人在线观看| 91在线播放网址| 国产精品免费视频一区| 国产成人精品网址| 久久久91精品国产一区二区精品 | 一区二区三区不卡视频在线观看| 国产91在线观看丝袜| 久久麻豆一区二区| 国产乱码精品一区二区三区忘忧草 | 欧美一区二区黄色| 亚洲国产成人tv| 欧美三级韩国三级日本一级| 亚洲少妇屁股交4| 91在线无精精品入口| 亚洲色欲色欲www| 一本色道久久综合亚洲91| 中文字幕一区二区在线观看| a级高清视频欧美日韩| 国产精品精品国产色婷婷| 91在线观看下载| 亚洲精品国产成人久久av盗摄| 91蜜桃网址入口| 亚洲卡通欧美制服中文| 欧美伊人久久久久久午夜久久久久| 一区二区在线观看免费视频播放| 91福利小视频| 日韩精品一级二级| 69堂精品视频| 国产一区二区免费视频| 欧美精彩视频一区二区三区| 99视频一区二区| 亚洲一区电影777| 欧美卡1卡2卡| 国内精品久久久久影院色| 国产人久久人人人人爽| 99视频精品全部免费在线| 亚洲一区二区三区自拍| 欧美精品日日鲁夜夜添| 精品一区二区三区在线视频| 国产欧美一区二区三区在线老狼| 成人av在线观| 亚洲国产aⅴ成人精品无吗| 日韩欧美aaaaaa| 成人午夜av电影| 亚洲成人你懂的| 久久久www免费人成精品| 91啪亚洲精品| 蜜桃av一区二区| 亚洲欧美日韩国产综合|