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