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

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

?? aclocal.m4

?? 對做ARM的人來說
?? M4
?? 第 1 頁 / 共 3 頁
字號(hào):
# _AM_OUTPUT_DEPENDENCY_COMMANDS# ------------------------------AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],[for mf in $CONFIG_FILES; do  # Strip MF so we end up with the name of the file.  mf=`echo "$mf" | sed -e 's/:.*$//'`  # Check whether this is an Automake generated Makefile or not.  # We used to match only the files named `Makefile.in', but  # some people rename them; so instead we look at the file content.  # Grep'ing the first line is not enough: some people post-process  # each Makefile.in and add a new line on top of each file to say so.  # So let's grep whole file.  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then    dirpart=`AS_DIRNAME("$mf")`  else    continue  fi  # Extract the definition of DEPDIR, am__include, and am__quote  # from the Makefile without running `make'.  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`  test -z "$DEPDIR" && continue  am__include=`sed -n 's/^am__include = //p' < "$mf"`  test -z "am__include" && continue  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`  # When using ansi2knr, U may be empty or an underscore; expand it  U=`sed -n 's/^U = //p' < "$mf"`  # Find all dependency output files, they are included files with  # $(DEPDIR) in their names.  We invoke sed twice because it is the  # simplest approach to changing $(DEPDIR) to its actual value in the  # expansion.  for file in `sed -n "    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do    # Make sure the directory exists.    test -f "$dirpart/$file" && continue    fdir=`AS_DIRNAME(["$file"])`    AS_MKDIR_P([$dirpart/$fdir])    # echo "creating $dirpart/$file"    echo '# dummy' > "$dirpart/$file"  donedone])# _AM_OUTPUT_DEPENDENCY_COMMANDS# AM_OUTPUT_DEPENDENCY_COMMANDS# -----------------------------# This macro should only be invoked once -- use via AC_REQUIRE.## This code is only required when automatic dependency tracking# is enabled.  FIXME.  This creates each `.P' file that we will# need in order to bootstrap the dependency handling code.AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],[AC_CONFIG_COMMANDS([depfiles],     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])])# Do all the work for Automake.                            -*- Autoconf -*-# This macro actually does too much some checks are only needed if# your package does certain things.  But this isn't really a big deal.# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004# Free Software Foundation, Inc.# 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, 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.# serial 11# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])# AM_INIT_AUTOMAKE([OPTIONS])# -----------------------------------------------# The call with PACKAGE and VERSION arguments is the old style# call (pre autoconf-2.50), which is being phased out.  PACKAGE# and VERSION should now be passed to AC_INIT and removed from# the call to AM_INIT_AUTOMAKE.# We support both call styles for the transition.  After# the next Automake release, Autoconf can make the AC_INIT# arguments mandatory, and then we can depend on a new Autoconf# release and drop the old call support.AC_DEFUN([AM_INIT_AUTOMAKE],[AC_PREREQ([2.58])dnldnl Autoconf wants to disallow AM_ names.  We explicitly allowdnl the ones we care about.m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnlAC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnlAC_REQUIRE([AC_PROG_INSTALL])dnl# test to see if srcdir already configuredif test "`cd $srcdir && pwd`" != "`pwd`" &&   test -f $srcdir/config.status; then  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])fi# test whether we have cygpathif test -z "$CYGPATH_W"; then  if (cygpath --version) >/dev/null 2>/dev/null; then    CYGPATH_W='cygpath -w'  else    CYGPATH_W=echo  fifiAC_SUBST([CYGPATH_W])# Define the identity of the package.dnl Distinguish between old-style and new-style calls.m4_ifval([$2],[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])],[_AM_SET_OPTIONS([$1])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl_AM_IF_OPTION([no-define],,[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl# Some tools Automake needs.AC_REQUIRE([AM_SANITY_CHECK])dnlAC_REQUIRE([AC_ARG_PROGRAM])dnlAM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})AM_MISSING_PROG(AUTOCONF, autoconf)AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})AM_MISSING_PROG(AUTOHEADER, autoheader)AM_MISSING_PROG(MAKEINFO, makeinfo)AM_PROG_INSTALL_SHAM_PROG_INSTALL_STRIPAC_REQUIRE([AM_PROG_MKDIR_P])dnl# We need awk for the "check" target.  The system "awk" is bad on# some platforms.AC_REQUIRE([AC_PROG_AWK])dnlAC_REQUIRE([AC_PROG_MAKE_SET])dnlAC_REQUIRE([AM_SET_LEADING_DOT])dnl_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],	      		     [_AM_PROG_TAR([v7])])])_AM_IF_OPTION([no-dependencies],,[AC_PROVIDE_IFELSE([AC_PROG_CC],                  [_AM_DEPENDENCIES(CC)],                  [define([AC_PROG_CC],                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnlAC_PROVIDE_IFELSE([AC_PROG_CXX],                  [_AM_DEPENDENCIES(CXX)],                  [define([AC_PROG_CXX],                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl])])# When config.status generates a header, we must update the stamp-h file.# This file resides in the same directory as the config header# that is generated.  The stamp files are numbered to have different names.# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the# loop where config.status creates the headers, so we can generate# our stamp files there.AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],[# Compute $1's index in $config_headers._am_stamp_count=1for _am_header in $config_headers :; do  case $_am_header in    $1 | $1:* )      break ;;    * )      _am_stamp_count=`expr $_am_stamp_count + 1` ;;  esacdoneecho "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])# AM_PROG_INSTALL_SH# ------------------# Define $install_sh.# Copyright (C) 2001, 2003 Free Software Foundation, Inc.# 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, 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.AC_DEFUN([AM_PROG_INSTALL_SH],[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnlinstall_sh=${install_sh-"$am_aux_dir/install-sh"}AC_SUBST(install_sh)])#                                                          -*- Autoconf -*-# Copyright (C) 2003  Free Software Foundation, Inc.# 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, 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.# serial 1# Check whether the underlying file-system supports filenames# with a leading dot.  For instance MS-DOS doesn't.AC_DEFUN([AM_SET_LEADING_DOT],[rm -rf .tst 2>/dev/nullmkdir .tst 2>/dev/nullif test -d .tst; then  am__leading_dot=.else  am__leading_dot=_firmdir .tst 2>/dev/nullAC_SUBST([am__leading_dot])])# Check to see how 'make' treats includes.	-*- Autoconf -*-# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.# 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, 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.# serial 2# AM_MAKE_INCLUDE()# -----------------# Check to see how make treats includes.AC_DEFUN([AM_MAKE_INCLUDE],[am_make=${MAKE-make}cat > confinc << 'END'am__doit:	@echo done.PHONY: am__doitEND# If we don't find an include directive, just comment out the code.AC_MSG_CHECKING([for style of include used by $am_make])am__include="#"am__quote=_am_result=none# First try GNU make style include.echo "include confinc" > confmf# We grep out `Entering directory' and `Leaving directory'# messages which can occur if `w' ends up in MAKEFLAGS.# In particular we don't look at `^make:' because GNU make might# be invoked under some other name (usually "gmake"), in which# case it prints its new name instead of `make'.if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then   am__include=include   am__quote=   _am_result=GNUfi# Now try BSD make style include.if test "$am__include" = "#"; then   echo '.include "confinc"' > confmf   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then      am__include=.include      am__quote="\""      _am_result=BSD   fifiAC_SUBST([am__include])AC_SUBST([am__quote])AC_MSG_RESULT([$_am_result])rm -f confinc confmf])#  -*- Autoconf -*-# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.# 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, 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.# serial 3# AM_MISSING_PROG(NAME, PROGRAM)# ------------------------------AC_DEFUN([AM_MISSING_PROG],[AC_REQUIRE([AM_MISSING_HAS_RUN])$1=${$1-"${am_missing_run}$2"}AC_SUBST($1)])# AM_MISSING_HAS_RUN# ------------------# Define MISSING if not defined so far and test if it supports --run.# If it does, set am_missing_run to use it, otherwise, to nothing.AC_DEFUN([AM_MISSING_HAS_RUN],[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnltest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线看日韩精品电影| 7777女厕盗摄久久久| 欧美日韩一区二区欧美激情| 久久香蕉国产线看观看99| 亚洲日本va在线观看| 精品在线观看视频| 欧美日韩一区二区三区四区五区| 久久久久久久久久久黄色| 午夜久久久久久| 一道本成人在线| 国产欧美一区视频| 久久99久久久久久久久久久| 欧美色网站导航| 国产精品成人午夜| 国产盗摄精品一区二区三区在线| 91精品国产综合久久福利软件| 亚洲欧美日韩一区| 99久久精品情趣| 国产精品卡一卡二| 国产精品亚洲成人| 国产清纯在线一区二区www| 亚洲动漫第一页| 在线国产电影不卡| 亚洲人吸女人奶水| 91蝌蚪porny九色| 国产精品久久久久婷婷二区次| 国产乱人伦偷精品视频不卡| 精品三级在线观看| 蜜桃久久精品一区二区| 91精品国产黑色紧身裤美女| 天堂午夜影视日韩欧美一区二区| 91福利社在线观看| 一区二区三区免费看视频| 94色蜜桃网一区二区三区| 日本一区二区不卡视频| 国产 日韩 欧美大片| 久久久久亚洲蜜桃| 成人性视频网站| 成人免费在线视频| 色婷婷久久综合| 亚洲一区二区三区精品在线| 在线观看日韩电影| 亚洲成人av一区二区三区| 欧美日本韩国一区| 老司机精品视频在线| 精品久久久久久久久久久久久久久久久 | 欧美一区二区三区视频在线观看| 亚洲电影一区二区三区| 欧美日韩五月天| 青青草伊人久久| 久久精品亚洲乱码伦伦中文| 播五月开心婷婷综合| 一区二区三区在线观看国产| 欧美午夜不卡视频| 麻豆精品一区二区三区| 国产情人综合久久777777| 91女神在线视频| 欧美aaa在线| 国产欧美一区二区精品仙草咪 | 国产精品网站导航| 91碰在线视频| 美女网站色91| 国产精品国产三级国产普通话蜜臀 | 欧美亚男人的天堂| 日韩av一区二区三区| 久久亚洲免费视频| 91丨九色porny丨蝌蚪| 亚洲va国产va欧美va观看| 26uuu国产日韩综合| 不卡区在线中文字幕| 丝袜亚洲另类丝袜在线| 国产欧美日韩精品一区| 欧美色图免费看| 国产毛片一区二区| 亚洲一本大道在线| 欧美激情一区三区| 91精品免费在线| www.在线欧美| 久久精品国产一区二区三| 中文字幕中文字幕一区| 欧美精品一区二区三区蜜桃视频| 国产精品免费看片| 国产成人一区在线| 欧美一区二区三区在线| 亚洲综合小说图片| 在线不卡的av| 天天操天天色综合| 欧美日韩一区不卡| 午夜电影网亚洲视频| 91国产免费观看| 亚洲精品美腿丝袜| 欧美亚一区二区| 五月开心婷婷久久| 91精品欧美综合在线观看最新 | 国产呦萝稀缺另类资源| 色狠狠一区二区三区香蕉| 亚洲综合一区二区三区| 亚洲精品在线免费观看视频| 欧美精品v国产精品v日韩精品| 日精品一区二区| 91尤物视频在线观看| 欧美一区二区二区| 久久精品理论片| 综合中文字幕亚洲| 亚洲线精品一区二区三区八戒| 亚洲欧美另类图片小说| 国内成+人亚洲+欧美+综合在线| 亚洲男同性恋视频| 国产精品久久久久桃色tv| 久久欧美一区二区| 久久综合久久99| 精品国产乱子伦一区| 欧美一级高清片| 欧美一区二区三区播放老司机| 91国偷自产一区二区三区观看 | 777奇米四色成人影色区| 在线精品视频一区二区三四| 色一情一乱一乱一91av| av网站免费线看精品| 成人精品电影在线观看| 99在线精品一区二区三区| 丰满少妇在线播放bd日韩电影| 国产成人免费视频| 99在线精品一区二区三区| 91免费观看视频| 在线视频你懂得一区二区三区| 在线观看三级视频欧美| 欧美日韩精品三区| 日韩一区二区影院| 精品国产91洋老外米糕| 国产色产综合产在线视频| 国产亚洲一区二区三区四区| 成人免费一区二区三区视频| 亚洲欧美一区二区三区孕妇| 一区二区三区在线观看国产| 亚洲国产美女搞黄色| 午夜精品福利视频网站| 精品一区二区三区的国产在线播放| 国产一区二区三区观看| 成人手机在线视频| 欧洲色大大久久| 日韩欧美精品三级| 国产精品理伦片| 亚洲成人精品一区二区| 极品尤物av久久免费看| 91网站最新网址| 制服丝袜亚洲精品中文字幕| 久久综合五月天婷婷伊人| 国产精品沙发午睡系列990531| 亚洲女人****多毛耸耸8| 亚洲愉拍自拍另类高清精品| 精品一区二区三区视频| 91社区在线播放| 精品乱码亚洲一区二区不卡| 综合激情成人伊人| 日韩国产欧美在线播放| 成人免费观看视频| 欧美丰满高潮xxxx喷水动漫| 国产欧美精品一区二区三区四区| 一区二区三区四区五区视频在线观看| 日韩成人dvd| 成年人午夜久久久| 精品伦理精品一区| 亚洲国产精品视频| 成人涩涩免费视频| 欧美一区二区三区在| 亚洲图片另类小说| 精品无码三级在线观看视频| 色94色欧美sute亚洲13| 精品久久久久久久久久久久包黑料 | 91精品国产色综合久久ai换脸 | 国产精品一区免费视频| 在线观看不卡一区| 欧美国产成人精品| 久久99这里只有精品| 欧美日韩三级视频| 日韩理论在线观看| 国产毛片精品一区| 日韩视频一区二区三区在线播放| 一区二区三区蜜桃网| 粉嫩一区二区三区性色av| 日韩一区二区三区免费看 | 欧美人伦禁忌dvd放荡欲情| 国产精品国产a| 国产一区二区三区av电影| 欧美一级专区免费大片| 亚洲综合色在线| 91社区在线播放| 中文字幕在线一区免费| 国产成人欧美日韩在线电影| 日韩一区二区电影网| 日av在线不卡| 欧美片网站yy| 亚洲 欧美综合在线网络| 91黄视频在线| 一区二区免费视频| 91亚洲国产成人精品一区二区三 | 欧美成人性福生活免费看| 日韩高清一区二区| 日韩一区和二区|