github.com/aergoio/aergo@v1.3.1/libtool/src/gmp-6.1.2/scanf/Makefile.in (about)

     1  # Makefile.in generated by automake 1.15 from Makefile.am.
     2  # @configure_input@
     3  
     4  # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     5  
     6  # This Makefile.in is free software; the Free Software Foundation
     7  # gives unlimited permission to copy and/or distribute it,
     8  # with or without modifications, as long as this notice is preserved.
     9  
    10  # This program is distributed in the hope that it will be useful,
    11  # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    12  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    13  # PARTICULAR PURPOSE.
    14  
    15  @SET_MAKE@
    16  
    17  # Copyright 2001, 2002 Free Software Foundation, Inc.
    18  #
    19  #  This file is part of the GNU MP Library.
    20  #
    21  #  The GNU MP Library is free software; you can redistribute it and/or modify
    22  #  it under the terms of either:
    23  #
    24  #    * the GNU Lesser General Public License as published by the Free
    25  #      Software Foundation; either version 3 of the License, or (at your
    26  #      option) any later version.
    27  #
    28  #  or
    29  #
    30  #    * the GNU General Public License as published by the Free Software
    31  #      Foundation; either version 2 of the License, or (at your option) any
    32  #      later version.
    33  #
    34  #  or both in parallel, as here.
    35  #
    36  #  The GNU MP Library is distributed in the hope that it will be useful, but
    37  #  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    38  #  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    39  #  for more details.
    40  #
    41  #  You should have received copies of the GNU General Public License and the
    42  #  GNU Lesser General Public License along with the GNU MP Library.  If not,
    43  #  see https://www.gnu.org/licenses/.
    44  
    45  VPATH = @srcdir@
    46  am__is_gnu_make = { \
    47    if test -z '$(MAKELEVEL)'; then \
    48      false; \
    49    elif test -n '$(MAKE_HOST)'; then \
    50      true; \
    51    elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    52      true; \
    53    else \
    54      false; \
    55    fi; \
    56  }
    57  am__make_running_with_option = \
    58    case $${target_option-} in \
    59        ?) ;; \
    60        *) echo "am__make_running_with_option: internal error: invalid" \
    61                "target option '$${target_option-}' specified" >&2; \
    62           exit 1;; \
    63    esac; \
    64    has_opt=no; \
    65    sane_makeflags=$$MAKEFLAGS; \
    66    if $(am__is_gnu_make); then \
    67      sane_makeflags=$$MFLAGS; \
    68    else \
    69      case $$MAKEFLAGS in \
    70        *\\[\ \	]*) \
    71          bs=\\; \
    72          sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    73            | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    74      esac; \
    75    fi; \
    76    skip_next=no; \
    77    strip_trailopt () \
    78    { \
    79      flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    80    }; \
    81    for flg in $$sane_makeflags; do \
    82      test $$skip_next = yes && { skip_next=no; continue; }; \
    83      case $$flg in \
    84        *=*|--*) continue;; \
    85          -*I) strip_trailopt 'I'; skip_next=yes;; \
    86        -*I?*) strip_trailopt 'I';; \
    87          -*O) strip_trailopt 'O'; skip_next=yes;; \
    88        -*O?*) strip_trailopt 'O';; \
    89          -*l) strip_trailopt 'l'; skip_next=yes;; \
    90        -*l?*) strip_trailopt 'l';; \
    91        -[dEDm]) skip_next=yes;; \
    92        -[JT]) skip_next=yes;; \
    93      esac; \
    94      case $$flg in \
    95        *$$target_option*) has_opt=yes; break;; \
    96      esac; \
    97    done; \
    98    test $$has_opt = yes
    99  am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   100  am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   101  pkgdatadir = $(datadir)/@PACKAGE@
   102  pkgincludedir = $(includedir)/@PACKAGE@
   103  pkglibdir = $(libdir)/@PACKAGE@
   104  pkglibexecdir = $(libexecdir)/@PACKAGE@
   105  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   106  install_sh_DATA = $(install_sh) -c -m 644
   107  install_sh_PROGRAM = $(install_sh) -c
   108  install_sh_SCRIPT = $(install_sh) -c
   109  INSTALL_HEADER = $(INSTALL_DATA)
   110  transform = $(program_transform_name)
   111  NORMAL_INSTALL = :
   112  PRE_INSTALL = :
   113  POST_INSTALL = :
   114  NORMAL_UNINSTALL = :
   115  PRE_UNINSTALL = :
   116  POST_UNINSTALL = :
   117  build_triplet = @build@
   118  host_triplet = @host@
   119  subdir = scanf
   120  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   121  am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
   122  	$(top_srcdir)/configure.ac
   123  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   124  	$(ACLOCAL_M4)
   125  DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
   126  mkinstalldirs = $(install_sh) -d
   127  CONFIG_HEADER = $(top_builddir)/config.h
   128  CONFIG_CLEAN_FILES =
   129  CONFIG_CLEAN_VPATH_FILES =
   130  LTLIBRARIES = $(noinst_LTLIBRARIES)
   131  libscanf_la_LIBADD =
   132  am_libscanf_la_OBJECTS = doscan.lo fscanf.lo fscanffuns.lo scanf.lo \
   133  	sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo
   134  libscanf_la_OBJECTS = $(am_libscanf_la_OBJECTS)
   135  AM_V_lt = $(am__v_lt_@AM_V@)
   136  am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
   137  am__v_lt_0 = --silent
   138  am__v_lt_1 = 
   139  AM_V_P = $(am__v_P_@AM_V@)
   140  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   141  am__v_P_0 = false
   142  am__v_P_1 = :
   143  AM_V_GEN = $(am__v_GEN_@AM_V@)
   144  am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   145  am__v_GEN_0 = @echo "  GEN     " $@;
   146  am__v_GEN_1 = 
   147  AM_V_at = $(am__v_at_@AM_V@)
   148  am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   149  am__v_at_0 = @
   150  am__v_at_1 = 
   151  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   152  depcomp =
   153  am__depfiles_maybe =
   154  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   155  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   156  LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
   157  	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
   158  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
   159  	$(AM_CFLAGS) $(CFLAGS)
   160  AM_V_CC = $(am__v_CC_@AM_V@)
   161  am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
   162  am__v_CC_0 = @echo "  CC      " $@;
   163  am__v_CC_1 = 
   164  CCLD = $(CC)
   165  LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
   166  	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   167  	$(AM_LDFLAGS) $(LDFLAGS) -o $@
   168  AM_V_CCLD = $(am__v_CCLD_@AM_V@)
   169  am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
   170  am__v_CCLD_0 = @echo "  CCLD    " $@;
   171  am__v_CCLD_1 = 
   172  SOURCES = $(libscanf_la_SOURCES)
   173  DIST_SOURCES = $(libscanf_la_SOURCES)
   174  am__can_run_installinfo = \
   175    case $$AM_UPDATE_INFO_DIR in \
   176      n|no|NO) false;; \
   177      *) (install-info --version) >/dev/null 2>&1;; \
   178    esac
   179  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
   180  # Read a list of newline-separated strings from the standard input,
   181  # and print each of them once, without duplicates.  Input order is
   182  # *not* preserved.
   183  am__uniquify_input = $(AWK) '\
   184    BEGIN { nonempty = 0; } \
   185    { items[$$0] = 1; nonempty = 1; } \
   186    END { if (nonempty) { for (i in items) print i; }; } \
   187  '
   188  # Make sure the list of sources is unique.  This is necessary because,
   189  # e.g., the same source file might be shared among _SOURCES variables
   190  # for different programs/libraries.
   191  am__define_uniq_tagged_files = \
   192    list='$(am__tagged_files)'; \
   193    unique=`for i in $$list; do \
   194      if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   195    done | $(am__uniquify_input)`
   196  ETAGS = etags
   197  CTAGS = ctags
   198  am__DIST_COMMON = $(srcdir)/Makefile.in
   199  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   200  ABI = @ABI@
   201  ACLOCAL = @ACLOCAL@
   202  AMTAR = @AMTAR@
   203  AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   204  AR = @AR@
   205  AS = @AS@
   206  ASMFLAGS = @ASMFLAGS@
   207  AUTOCONF = @AUTOCONF@
   208  AUTOHEADER = @AUTOHEADER@
   209  AUTOMAKE = @AUTOMAKE@
   210  AWK = @AWK@
   211  CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
   212  CC = @CC@
   213  CCAS = @CCAS@
   214  CC_FOR_BUILD = @CC_FOR_BUILD@
   215  CFLAGS = @CFLAGS@
   216  CPP = @CPP@
   217  CPPFLAGS = @CPPFLAGS@
   218  CPP_FOR_BUILD = @CPP_FOR_BUILD@
   219  CXX = @CXX@
   220  CXXCPP = @CXXCPP@
   221  CXXFLAGS = @CXXFLAGS@
   222  CYGPATH_W = @CYGPATH_W@
   223  DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
   224  DEFS = @DEFS@
   225  DLLTOOL = @DLLTOOL@
   226  DSYMUTIL = @DSYMUTIL@
   227  DUMPBIN = @DUMPBIN@
   228  ECHO_C = @ECHO_C@
   229  ECHO_N = @ECHO_N@
   230  ECHO_T = @ECHO_T@
   231  EGREP = @EGREP@
   232  EXEEXT = @EXEEXT@
   233  EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
   234  FGREP = @FGREP@
   235  GMP_LDFLAGS = @GMP_LDFLAGS@
   236  GMP_LIMB_BITS = @GMP_LIMB_BITS@
   237  GMP_NAIL_BITS = @GMP_NAIL_BITS@
   238  GREP = @GREP@
   239  HAVE_CLOCK_01 = @HAVE_CLOCK_01@
   240  HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
   241  HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
   242  HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
   243  HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
   244  HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
   245  HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
   246  HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
   247  HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
   248  HAVE_STACK_T_01 = @HAVE_STACK_T_01@
   249  HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
   250  INSTALL = @INSTALL@
   251  INSTALL_DATA = @INSTALL_DATA@
   252  INSTALL_PROGRAM = @INSTALL_PROGRAM@
   253  INSTALL_SCRIPT = @INSTALL_SCRIPT@
   254  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   255  LD = @LD@
   256  LDFLAGS = @LDFLAGS@
   257  LEX = @LEX@
   258  LEXLIB = @LEXLIB@
   259  LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
   260  LIBCURSES = @LIBCURSES@
   261  LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
   262  LIBGMP_DLL = @LIBGMP_DLL@
   263  LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
   264  LIBM = @LIBM@
   265  LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
   266  LIBOBJS = @LIBOBJS@
   267  LIBREADLINE = @LIBREADLINE@
   268  LIBS = @LIBS@
   269  LIBTOOL = @LIBTOOL@
   270  LIPO = @LIPO@
   271  LN_S = @LN_S@
   272  LTLIBOBJS = @LTLIBOBJS@
   273  LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
   274  M4 = @M4@
   275  MAINT = @MAINT@
   276  MAKEINFO = @MAKEINFO@
   277  MANIFEST_TOOL = @MANIFEST_TOOL@
   278  MKDIR_P = @MKDIR_P@
   279  NM = @NM@
   280  NMEDIT = @NMEDIT@
   281  OBJDUMP = @OBJDUMP@
   282  OBJEXT = @OBJEXT@
   283  OTOOL = @OTOOL@
   284  OTOOL64 = @OTOOL64@
   285  PACKAGE = @PACKAGE@
   286  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   287  PACKAGE_NAME = @PACKAGE_NAME@
   288  PACKAGE_STRING = @PACKAGE_STRING@
   289  PACKAGE_TARNAME = @PACKAGE_TARNAME@
   290  PACKAGE_URL = @PACKAGE_URL@
   291  PACKAGE_VERSION = @PACKAGE_VERSION@
   292  PATH_SEPARATOR = @PATH_SEPARATOR@
   293  RANLIB = @RANLIB@
   294  SED = @SED@
   295  SET_MAKE = @SET_MAKE@
   296  SHELL = @SHELL@
   297  SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
   298  STRIP = @STRIP@
   299  TAL_OBJECT = @TAL_OBJECT@
   300  TUNE_LIBS = @TUNE_LIBS@
   301  TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
   302  U_FOR_BUILD = @U_FOR_BUILD@
   303  VERSION = @VERSION@
   304  WITH_READLINE_01 = @WITH_READLINE_01@
   305  YACC = @YACC@
   306  YFLAGS = @YFLAGS@
   307  abs_builddir = @abs_builddir@
   308  abs_srcdir = @abs_srcdir@
   309  abs_top_builddir = @abs_top_builddir@
   310  abs_top_srcdir = @abs_top_srcdir@
   311  ac_ct_AR = @ac_ct_AR@
   312  ac_ct_CC = @ac_ct_CC@
   313  ac_ct_CXX = @ac_ct_CXX@
   314  ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
   315  am__leading_dot = @am__leading_dot@
   316  am__tar = @am__tar@
   317  am__untar = @am__untar@
   318  bindir = @bindir@
   319  build = @build@
   320  build_alias = @build_alias@
   321  build_cpu = @build_cpu@
   322  build_os = @build_os@
   323  build_vendor = @build_vendor@
   324  builddir = @builddir@
   325  datadir = @datadir@
   326  datarootdir = @datarootdir@
   327  docdir = @docdir@
   328  dvidir = @dvidir@
   329  exec_prefix = @exec_prefix@
   330  gmp_srclinks = @gmp_srclinks@
   331  host = @host@
   332  host_alias = @host_alias@
   333  host_cpu = @host_cpu@
   334  host_os = @host_os@
   335  host_vendor = @host_vendor@
   336  htmldir = @htmldir@
   337  includedir = @includedir@
   338  infodir = @infodir@
   339  install_sh = @install_sh@
   340  libdir = @libdir@
   341  libexecdir = @libexecdir@
   342  localedir = @localedir@
   343  localstatedir = @localstatedir@
   344  mandir = @mandir@
   345  mkdir_p = @mkdir_p@
   346  mpn_objects = @mpn_objects@
   347  mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
   348  oldincludedir = @oldincludedir@
   349  pdfdir = @pdfdir@
   350  prefix = @prefix@
   351  program_transform_name = @program_transform_name@
   352  psdir = @psdir@
   353  sbindir = @sbindir@
   354  sharedstatedir = @sharedstatedir@
   355  srcdir = @srcdir@
   356  sysconfdir = @sysconfdir@
   357  target_alias = @target_alias@
   358  top_build_prefix = @top_build_prefix@
   359  top_builddir = @top_builddir@
   360  top_srcdir = @top_srcdir@
   361  AM_CPPFLAGS = -D__GMP_WITHIN_GMP -I$(top_srcdir)
   362  noinst_LTLIBRARIES = libscanf.la
   363  libscanf_la_SOURCES = \
   364    doscan.c fscanf.c fscanffuns.c scanf.c sscanf.c sscanffuns.c \
   365    vfscanf.c vscanf.c vsscanf.c
   366  
   367  all: all-am
   368  
   369  .SUFFIXES:
   370  .SUFFIXES: .c .lo .o .obj
   371  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
   372  	@for dep in $?; do \
   373  	  case '$(am__configure_deps)' in \
   374  	    *$$dep*) \
   375  	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   376  	        && { if test -f $@; then exit 0; else break; fi; }; \
   377  	      exit 1;; \
   378  	  esac; \
   379  	done; \
   380  	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps scanf/Makefile'; \
   381  	$(am__cd) $(top_srcdir) && \
   382  	  $(AUTOMAKE) --gnu --ignore-deps scanf/Makefile
   383  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   384  	@case '$?' in \
   385  	  *config.status*) \
   386  	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   387  	  *) \
   388  	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   389  	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   390  	esac;
   391  
   392  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   393  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   394  
   395  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   396  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   397  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   398  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   399  $(am__aclocal_m4_deps):
   400  
   401  clean-noinstLTLIBRARIES:
   402  	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
   403  	@list='$(noinst_LTLIBRARIES)'; \
   404  	locs=`for p in $$list; do echo $$p; done | \
   405  	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
   406  	      sort -u`; \
   407  	test -z "$$locs" || { \
   408  	  echo rm -f $${locs}; \
   409  	  rm -f $${locs}; \
   410  	}
   411  
   412  libscanf.la: $(libscanf_la_OBJECTS) $(libscanf_la_DEPENDENCIES) $(EXTRA_libscanf_la_DEPENDENCIES) 
   413  	$(AM_V_CCLD)$(LINK)  $(libscanf_la_OBJECTS) $(libscanf_la_LIBADD) $(LIBS)
   414  
   415  mostlyclean-compile:
   416  	-rm -f *.$(OBJEXT)
   417  
   418  distclean-compile:
   419  	-rm -f *.tab.c
   420  
   421  .c.o:
   422  	$(AM_V_CC)$(COMPILE) -c -o $@ $<
   423  
   424  .c.obj:
   425  	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   426  
   427  .c.lo:
   428  	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
   429  
   430  mostlyclean-libtool:
   431  	-rm -f *.lo
   432  
   433  clean-libtool:
   434  	-rm -rf .libs _libs
   435  
   436  ID: $(am__tagged_files)
   437  	$(am__define_uniq_tagged_files); mkid -fID $$unique
   438  tags: tags-am
   439  TAGS: tags
   440  
   441  tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   442  	set x; \
   443  	here=`pwd`; \
   444  	$(am__define_uniq_tagged_files); \
   445  	shift; \
   446  	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   447  	  test -n "$$unique" || unique=$$empty_fix; \
   448  	  if test $$# -gt 0; then \
   449  	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   450  	      "$$@" $$unique; \
   451  	  else \
   452  	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   453  	      $$unique; \
   454  	  fi; \
   455  	fi
   456  ctags: ctags-am
   457  
   458  CTAGS: ctags
   459  ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   460  	$(am__define_uniq_tagged_files); \
   461  	test -z "$(CTAGS_ARGS)$$unique" \
   462  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   463  	     $$unique
   464  
   465  GTAGS:
   466  	here=`$(am__cd) $(top_builddir) && pwd` \
   467  	  && $(am__cd) $(top_srcdir) \
   468  	  && gtags -i $(GTAGS_ARGS) "$$here"
   469  cscopelist: cscopelist-am
   470  
   471  cscopelist-am: $(am__tagged_files)
   472  	list='$(am__tagged_files)'; \
   473  	case "$(srcdir)" in \
   474  	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   475  	  *) sdir=$(subdir)/$(srcdir) ;; \
   476  	esac; \
   477  	for i in $$list; do \
   478  	  if test -f "$$i"; then \
   479  	    echo "$(subdir)/$$i"; \
   480  	  else \
   481  	    echo "$$sdir/$$i"; \
   482  	  fi; \
   483  	done >> $(top_builddir)/cscope.files
   484  
   485  distclean-tags:
   486  	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   487  
   488  distdir: $(DISTFILES)
   489  	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   490  	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   491  	list='$(DISTFILES)'; \
   492  	  dist_files=`for file in $$list; do echo $$file; done | \
   493  	  sed -e "s|^$$srcdirstrip/||;t" \
   494  	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   495  	case $$dist_files in \
   496  	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   497  			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   498  			   sort -u` ;; \
   499  	esac; \
   500  	for file in $$dist_files; do \
   501  	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   502  	  if test -d $$d/$$file; then \
   503  	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   504  	    if test -d "$(distdir)/$$file"; then \
   505  	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   506  	    fi; \
   507  	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   508  	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   509  	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   510  	    fi; \
   511  	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   512  	  else \
   513  	    test -f "$(distdir)/$$file" \
   514  	    || cp -p $$d/$$file "$(distdir)/$$file" \
   515  	    || exit 1; \
   516  	  fi; \
   517  	done
   518  check-am: all-am
   519  check: check-am
   520  all-am: Makefile $(LTLIBRARIES)
   521  installdirs:
   522  install: install-am
   523  install-exec: install-exec-am
   524  install-data: install-data-am
   525  uninstall: uninstall-am
   526  
   527  install-am: all-am
   528  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   529  
   530  installcheck: installcheck-am
   531  install-strip:
   532  	if test -z '$(STRIP)'; then \
   533  	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   534  	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   535  	      install; \
   536  	else \
   537  	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   538  	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   539  	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   540  	fi
   541  mostlyclean-generic:
   542  
   543  clean-generic:
   544  
   545  distclean-generic:
   546  	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   547  	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   548  
   549  maintainer-clean-generic:
   550  	@echo "This command is intended for maintainers to use"
   551  	@echo "it deletes files that may require special tools to rebuild."
   552  clean: clean-am
   553  
   554  clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
   555  	mostlyclean-am
   556  
   557  distclean: distclean-am
   558  	-rm -f Makefile
   559  distclean-am: clean-am distclean-compile distclean-generic \
   560  	distclean-tags
   561  
   562  dvi: dvi-am
   563  
   564  dvi-am:
   565  
   566  html: html-am
   567  
   568  html-am:
   569  
   570  info: info-am
   571  
   572  info-am:
   573  
   574  install-data-am:
   575  
   576  install-dvi: install-dvi-am
   577  
   578  install-dvi-am:
   579  
   580  install-exec-am:
   581  
   582  install-html: install-html-am
   583  
   584  install-html-am:
   585  
   586  install-info: install-info-am
   587  
   588  install-info-am:
   589  
   590  install-man:
   591  
   592  install-pdf: install-pdf-am
   593  
   594  install-pdf-am:
   595  
   596  install-ps: install-ps-am
   597  
   598  install-ps-am:
   599  
   600  installcheck-am:
   601  
   602  maintainer-clean: maintainer-clean-am
   603  	-rm -f Makefile
   604  maintainer-clean-am: distclean-am maintainer-clean-generic
   605  
   606  mostlyclean: mostlyclean-am
   607  
   608  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   609  	mostlyclean-libtool
   610  
   611  pdf: pdf-am
   612  
   613  pdf-am:
   614  
   615  ps: ps-am
   616  
   617  ps-am:
   618  
   619  uninstall-am:
   620  
   621  .MAKE: install-am install-strip
   622  
   623  .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
   624  	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
   625  	ctags-am distclean distclean-compile distclean-generic \
   626  	distclean-libtool distclean-tags distdir dvi dvi-am html \
   627  	html-am info info-am install install-am install-data \
   628  	install-data-am install-dvi install-dvi-am install-exec \
   629  	install-exec-am install-html install-html-am install-info \
   630  	install-info-am install-man install-pdf install-pdf-am \
   631  	install-ps install-ps-am install-strip installcheck \
   632  	installcheck-am installdirs maintainer-clean \
   633  	maintainer-clean-generic mostlyclean mostlyclean-compile \
   634  	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   635  	tags tags-am uninstall uninstall-am
   636  
   637  .PRECIOUS: Makefile
   638  
   639  
   640  # Tell versions [3.59,3.63) of GNU make to not export all variables.
   641  # Otherwise a system limit (for SysV at least) may be exceeded.
   642  .NOEXPORT: