lac : cc1b0595701ffc7728dbf18e05960ff965102e5f

     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: VPATH = @srcdir@
    17: am__is_gnu_make = { \
    18:   if test -z '$(MAKELEVEL)'; then \
    19:     false; \
    20:   elif test -n '$(MAKE_HOST)'; then \
    21:     true; \
    22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    23:     true; \
    24:   else \
    25:     false; \
    26:   fi; \
    27: }
    28: am__make_running_with_option = \
    29:   case $${target_option-} in \
    30:       ?) ;; \
    31:       *) echo "am__make_running_with_option: internal error: invalid" \
    32:               "target option '$${target_option-}' specified" >&2; \
    33:          exit 1;; \
    34:   esac; \
    35:   has_opt=no; \
    36:   sane_makeflags=$$MAKEFLAGS; \
    37:   if $(am__is_gnu_make); then \
    38:     sane_makeflags=$$MFLAGS; \
    39:   else \
    40:     case $$MAKEFLAGS in \
    41:       *\\[\ \	]*) \
    42:         bs=\\; \
    43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    44:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    45:     esac; \
    46:   fi; \
    47:   skip_next=no; \
    48:   strip_trailopt () \
    49:   { \
    50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    51:   }; \
    52:   for flg in $$sane_makeflags; do \
    53:     test $$skip_next = yes && { skip_next=no; continue; }; \
    54:     case $$flg in \
    55:       *=*|--*) continue;; \
    56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
    57:       -*I?*) strip_trailopt 'I';; \
    58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
    59:       -*O?*) strip_trailopt 'O';; \
    60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
    61:       -*l?*) strip_trailopt 'l';; \
    62:       -[dEDm]) skip_next=yes;; \
    63:       -[JT]) skip_next=yes;; \
    64:     esac; \
    65:     case $$flg in \
    66:       *$$target_option*) has_opt=yes; break;; \
    67:     esac; \
    68:   done; \
    69:   test $$has_opt = yes
    70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    72: pkgdatadir = $(datadir)/@PACKAGE@
    73: pkgincludedir = $(includedir)/@PACKAGE@
    74: pkglibdir = $(libdir)/@PACKAGE@
    75: pkglibexecdir = $(libexecdir)/@PACKAGE@
    76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    77: install_sh_DATA = $(install_sh) -c -m 644
    78: install_sh_PROGRAM = $(install_sh) -c
    79: install_sh_SCRIPT = $(install_sh) -c
    80: INSTALL_HEADER = $(INSTALL_DATA)
    81: transform = $(program_transform_name)
    82: NORMAL_INSTALL = :
    83: PRE_INSTALL = :
    84: POST_INSTALL = :
    85: NORMAL_UNINSTALL = :
    86: PRE_UNINSTALL = :
    87: POST_UNINSTALL = :
    88: build_triplet = @build@
    89: host_triplet = @host@
    90: subdir = .
    91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    92: am__aclocal_m4_deps = $(top_srcdir)/m4/lib-ld.m4 \
    93: 	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
    94: 	$(top_srcdir)/m4/libsigsegv.m4 $(top_srcdir)/m4/libtool.m4 \
    95: 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    96: 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    97: 	$(top_srcdir)/m4/readline.m4 $(top_srcdir)/configure.ac
    98: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    99: 	$(ACLOCAL_M4)
   100: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
   101: 	$(am__configure_deps) $(am__DIST_COMMON)
   102: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
   103:  configure.lineno config.status.lineno
   104: mkinstalldirs = $(install_sh) -d
   105: CONFIG_HEADER = config.h
   106: CONFIG_CLEAN_FILES =
   107: CONFIG_CLEAN_VPATH_FILES =
   108: AM_V_P = $(am__v_P_@AM_V@)
   109: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   110: am__v_P_0 = false
   111: am__v_P_1 = :
   112: AM_V_GEN = $(am__v_GEN_@AM_V@)
   113: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   114: am__v_GEN_0 = @echo "  GEN     " $@;
   115: am__v_GEN_1 = 
   116: AM_V_at = $(am__v_at_@AM_V@)
   117: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   118: am__v_at_0 = @
   119: am__v_at_1 = 
   120: SOURCES =
   121: DIST_SOURCES =
   122: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
   123: 	ctags-recursive dvi-recursive html-recursive info-recursive \
   124: 	install-data-recursive install-dvi-recursive \
   125: 	install-exec-recursive install-html-recursive \
   126: 	install-info-recursive install-pdf-recursive \
   127: 	install-ps-recursive install-recursive installcheck-recursive \
   128: 	installdirs-recursive pdf-recursive ps-recursive \
   129: 	tags-recursive uninstall-recursive
   130: am__can_run_installinfo = \
   131:   case $$AM_UPDATE_INFO_DIR in \
   132:     n|no|NO) false;; \
   133:     *) (install-info --version) >/dev/null 2>&1;; \
   134:   esac
   135: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   136:   distclean-recursive maintainer-clean-recursive
   137: am__recursive_targets = \
   138:   $(RECURSIVE_TARGETS) \
   139:   $(RECURSIVE_CLEAN_TARGETS) \
   140:   $(am__extra_recursive_targets)
   141: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
   142: 	cscope distdir dist dist-all distcheck
   143: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
   144: 	$(LISP)config.h.in
   145: # Read a list of newline-separated strings from the standard input,
   146: # and print each of them once, without duplicates.  Input order is
   147: # *not* preserved.
   148: am__uniquify_input = $(AWK) '\
   149:   BEGIN { nonempty = 0; } \
   150:   { items[$$0] = 1; nonempty = 1; } \
   151:   END { if (nonempty) { for (i in items) print i; }; } \
   152: '
   153: # Make sure the list of sources is unique.  This is necessary because,
   154: # e.g., the same source file might be shared among _SOURCES variables
   155: # for different programs/libraries.
   156: am__define_uniq_tagged_files = \
   157:   list='$(am__tagged_files)'; \
   158:   unique=`for i in $$list; do \
   159:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   160:   done | $(am__uniquify_input)`
   161: ETAGS = etags
   162: CTAGS = ctags
   163: CSCOPE = cscope
   164: DIST_SUBDIRS = $(SUBDIRS)
   165: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
   166: 	COPYING ChangeLog INSTALL NEWS README TODO compile \
   167: 	config.guess config.rpath config.sub install-sh ltmain.sh \
   168: 	missing ylwrap
   169: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   170: distdir = $(PACKAGE)-$(VERSION)
   171: top_distdir = $(distdir)
   172: am__remove_distdir = \
   173:   if test -d "$(distdir)"; then \
   174:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
   175:       && rm -rf "$(distdir)" \
   176:       || { sleep 5 && rm -rf "$(distdir)"; }; \
   177:   else :; fi
   178: am__post_remove_distdir = $(am__remove_distdir)
   179: am__relativize = \
   180:   dir0=`pwd`; \
   181:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
   182:   sed_rest='s,^[^/]*/*,,'; \
   183:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
   184:   sed_butlast='s,/*[^/]*$$,,'; \
   185:   while test -n "$$dir1"; do \
   186:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
   187:     if test "$$first" != "."; then \
   188:       if test "$$first" = ".."; then \
   189:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
   190:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
   191:       else \
   192:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
   193:         if test "$$first2" = "$$first"; then \
   194:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
   195:         else \
   196:           dir2="../$$dir2"; \
   197:         fi; \
   198:         dir0="$$dir0"/"$$first"; \
   199:       fi; \
   200:     fi; \
   201:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   202:   done; \
   203:   reldir="$$dir2"
   204: DIST_ARCHIVES = $(distdir).tar.gz
   205: GZIP_ENV = --best
   206: DIST_TARGETS = dist-gzip
   207: distuninstallcheck_listfiles = find . -type f -print
   208: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   209:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
   210: distcleancheck_listfiles = find . -type f -print
   211: ACLOCAL = @ACLOCAL@
   212: ALLOCA = @ALLOCA@
   213: AMTAR = @AMTAR@
   214: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   215: AR = @AR@
   216: AUTOCONF = @AUTOCONF@
   217: AUTOHEADER = @AUTOHEADER@
   218: AUTOMAKE = @AUTOMAKE@
   219: AWK = @AWK@
   220: BDW_GC_CFLAGS = @BDW_GC_CFLAGS@
   221: BDW_GC_LIBS = @BDW_GC_LIBS@
   222: BISON = @BISON@
   223: BISON_VERSION = @BISON_VERSION@
   224: CC = @CC@
   225: CCDEPMODE = @CCDEPMODE@
   226: CFLAGS = @CFLAGS@
   227: CPP = @CPP@
   228: CPPFLAGS = @CPPFLAGS@
   229: CYGPATH_W = @CYGPATH_W@
   230: DEFS = @DEFS@
   231: DEPDIR = @DEPDIR@
   232: DLLTOOL = @DLLTOOL@
   233: DSYMUTIL = @DSYMUTIL@
   234: DUMPBIN = @DUMPBIN@
   235: ECHO_C = @ECHO_C@
   236: ECHO_N = @ECHO_N@
   237: ECHO_T = @ECHO_T@
   238: EGREP = @EGREP@
   239: EXEEXT = @EXEEXT@
   240: FGREP = @FGREP@
   241: GREP = @GREP@
   242: HAVE_LIBSIGSEGV = @HAVE_LIBSIGSEGV@
   243: INSTALL = @INSTALL@
   244: INSTALL_DATA = @INSTALL_DATA@
   245: INSTALL_PROGRAM = @INSTALL_PROGRAM@
   246: INSTALL_SCRIPT = @INSTALL_SCRIPT@
   247: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   248: LD = @LD@
   249: LDFLAGS = @LDFLAGS@
   250: LEX = @LEX@
   251: LEXLIB = @LEXLIB@
   252: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
   253: LIBOBJS = @LIBOBJS@
   254: LIBREADLINE = @LIBREADLINE@
   255: LIBS = @LIBS@
   256: LIBSIGSEGV = @LIBSIGSEGV@
   257: LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@
   258: LIBTOOL = @LIBTOOL@
   259: LIPO = @LIPO@
   260: LN_S = @LN_S@
   261: LTLIBOBJS = @LTLIBOBJS@
   262: LTLIBREADLINE = @LTLIBREADLINE@
   263: LTLIBSIGSEGV = @LTLIBSIGSEGV@
   264: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
   265: MAKEINFO = @MAKEINFO@
   266: MANIFEST_TOOL = @MANIFEST_TOOL@
   267: MKDIR_P = @MKDIR_P@
   268: NM = @NM@
   269: NMEDIT = @NMEDIT@
   270: OBJDUMP = @OBJDUMP@
   271: OBJEXT = @OBJEXT@
   272: OTOOL = @OTOOL@
   273: OTOOL64 = @OTOOL64@
   274: PACKAGE = @PACKAGE@
   275: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   276: PACKAGE_NAME = @PACKAGE_NAME@
   277: PACKAGE_STRING = @PACKAGE_STRING@
   278: PACKAGE_TARNAME = @PACKAGE_TARNAME@
   279: PACKAGE_URL = @PACKAGE_URL@
   280: PACKAGE_VERSION = @PACKAGE_VERSION@
   281: PATH_SEPARATOR = @PATH_SEPARATOR@
   282: PKG_CONFIG = @PKG_CONFIG@
   283: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
   284: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
   285: RANLIB = @RANLIB@
   286: SED = @SED@
   287: SET_MAKE = @SET_MAKE@
   288: SHELL = @SHELL@
   289: STRIP = @STRIP@
   290: VERSION = @VERSION@
   291: YACC = @YACC@
   292: YFLAGS = @YFLAGS@
   293: abs_builddir = @abs_builddir@
   294: abs_srcdir = @abs_srcdir@
   295: abs_top_builddir = @abs_top_builddir@
   296: abs_top_srcdir = @abs_top_srcdir@
   297: ac_ct_AR = @ac_ct_AR@
   298: ac_ct_CC = @ac_ct_CC@
   299: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
   300: am__include = @am__include@
   301: am__leading_dot = @am__leading_dot@
   302: am__quote = @am__quote@
   303: am__tar = @am__tar@
   304: am__untar = @am__untar@
   305: bindir = @bindir@
   306: build = @build@
   307: build_alias = @build_alias@
   308: build_cpu = @build_cpu@
   309: build_os = @build_os@
   310: build_vendor = @build_vendor@
   311: builddir = @builddir@
   312: datadir = @datadir@
   313: datarootdir = @datarootdir@
   314: docdir = @docdir@
   315: dvidir = @dvidir@
   316: exec_prefix = @exec_prefix@
   317: host = @host@
   318: host_alias = @host_alias@
   319: host_cpu = @host_cpu@
   320: host_os = @host_os@
   321: host_vendor = @host_vendor@
   322: htmldir = @htmldir@
   323: includedir = @includedir@
   324: infodir = @infodir@
   325: install_sh = @install_sh@
   326: libdir = @libdir@
   327: libexecdir = @libexecdir@
   328: localedir = @localedir@
   329: localstatedir = @localstatedir@
   330: mandir = @mandir@
   331: mkdir_p = @mkdir_p@
   332: oldincludedir = @oldincludedir@
   333: pdfdir = @pdfdir@
   334: prefix = @prefix@
   335: program_transform_name = @program_transform_name@
   336: psdir = @psdir@
   337: sbindir = @sbindir@
   338: sharedstatedir = @sharedstatedir@
   339: srcdir = @srcdir@
   340: sysconfdir = @sysconfdir@
   341: target_alias = @target_alias@
   342: top_build_prefix = @top_build_prefix@
   343: top_builddir = @top_builddir@
   344: top_srcdir = @top_srcdir@
   345: SUBDIRS = src examples
   346: all: config.h
   347: 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
   348: 
   349: .SUFFIXES:
   350: am--refresh: Makefile
   351: 	@:
   352: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   353: 	@for dep in $?; do \
   354: 	  case '$(am__configure_deps)' in \
   355: 	    *$$dep*) \
   356: 	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
   357: 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
   358: 		&& exit 0; \
   359: 	      exit 1;; \
   360: 	  esac; \
   361: 	done; \
   362: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
   363: 	$(am__cd) $(top_srcdir) && \
   364: 	  $(AUTOMAKE) --gnu Makefile
   365: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   366: 	@case '$?' in \
   367: 	  *config.status*) \
   368: 	    echo ' $(SHELL) ./config.status'; \
   369: 	    $(SHELL) ./config.status;; \
   370: 	  *) \
   371: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
   372: 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
   373: 	esac;
   374: 
   375: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   376: 	$(SHELL) ./config.status --recheck
   377: 
   378: $(top_srcdir)/configure:  $(am__configure_deps)
   379: 	$(am__cd) $(srcdir) && $(AUTOCONF)
   380: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   381: 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   382: $(am__aclocal_m4_deps):
   383: 
   384: config.h: stamp-h1
   385: 	@test -f $@ || rm -f stamp-h1
   386: 	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
   387: 
   388: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
   389: 	@rm -f stamp-h1
   390: 	cd $(top_builddir) && $(SHELL) ./config.status config.h
   391: $(srcdir)/config.h.in:  $(am__configure_deps) 
   392: 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
   393: 	rm -f stamp-h1
   394: 	touch $@
   395: 
   396: distclean-hdr:
   397: 	-rm -f config.h stamp-h1
   398: 
   399: mostlyclean-libtool:
   400: 	-rm -f *.lo
   401: 
   402: clean-libtool:
   403: 	-rm -rf .libs _libs
   404: 
   405: distclean-libtool:
   406: 	-rm -f libtool config.lt
   407: 
   408: # This directory's subdirectories are mostly independent; you can cd
   409: # into them and run 'make' without going through this Makefile.
   410: # To change the values of 'make' variables: instead of editing Makefiles,
   411: # (1) if the variable is set in 'config.status', edit 'config.status'
   412: #     (which will cause the Makefiles to be regenerated when you run 'make');
   413: # (2) otherwise, pass the desired values on the 'make' command line.
   414: $(am__recursive_targets):
   415: 	@fail=; \
   416: 	if $(am__make_keepgoing); then \
   417: 	  failcom='fail=yes'; \
   418: 	else \
   419: 	  failcom='exit 1'; \
   420: 	fi; \
   421: 	dot_seen=no; \
   422: 	target=`echo $@ | sed s/-recursive//`; \
   423: 	case "$@" in \
   424: 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   425: 	  *) list='$(SUBDIRS)' ;; \
   426: 	esac; \
   427: 	for subdir in $$list; do \
   428: 	  echo "Making $$target in $$subdir"; \
   429: 	  if test "$$subdir" = "."; then \
   430: 	    dot_seen=yes; \
   431: 	    local_target="$$target-am"; \
   432: 	  else \
   433: 	    local_target="$$target"; \
   434: 	  fi; \
   435: 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   436: 	  || eval $$failcom; \
   437: 	done; \
   438: 	if test "$$dot_seen" = "no"; then \
   439: 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   440: 	fi; test -z "$$fail"
   441: 
   442: ID: $(am__tagged_files)
   443: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
   444: tags: tags-recursive
   445: TAGS: tags
   446: 
   447: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   448: 	set x; \
   449: 	here=`pwd`; \
   450: 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   451: 	  include_option=--etags-include; \
   452: 	  empty_fix=.; \
   453: 	else \
   454: 	  include_option=--include; \
   455: 	  empty_fix=; \
   456: 	fi; \
   457: 	list='$(SUBDIRS)'; for subdir in $$list; do \
   458: 	  if test "$$subdir" = .; then :; else \
   459: 	    test ! -f $$subdir/TAGS || \
   460: 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
   461: 	  fi; \
   462: 	done; \
   463: 	$(am__define_uniq_tagged_files); \
   464: 	shift; \
   465: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   466: 	  test -n "$$unique" || unique=$$empty_fix; \
   467: 	  if test $$# -gt 0; then \
   468: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   469: 	      "$$@" $$unique; \
   470: 	  else \
   471: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   472: 	      $$unique; \
   473: 	  fi; \
   474: 	fi
   475: ctags: ctags-recursive
   476: 
   477: CTAGS: ctags
   478: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   479: 	$(am__define_uniq_tagged_files); \
   480: 	test -z "$(CTAGS_ARGS)$$unique" \
   481: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   482: 	     $$unique
   483: 
   484: GTAGS:
   485: 	here=`$(am__cd) $(top_builddir) && pwd` \
   486: 	  && $(am__cd) $(top_srcdir) \
   487: 	  && gtags -i $(GTAGS_ARGS) "$$here"
   488: cscope: cscope.files
   489: 	test ! -s cscope.files \
   490: 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
   491: clean-cscope:
   492: 	-rm -f cscope.files
   493: cscope.files: clean-cscope cscopelist
   494: cscopelist: cscopelist-recursive
   495: 
   496: cscopelist-am: $(am__tagged_files)
   497: 	list='$(am__tagged_files)'; \
   498: 	case "$(srcdir)" in \
   499: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   500: 	  *) sdir=$(subdir)/$(srcdir) ;; \
   501: 	esac; \
   502: 	for i in $$list; do \
   503: 	  if test -f "$$i"; then \
   504: 	    echo "$(subdir)/$$i"; \
   505: 	  else \
   506: 	    echo "$$sdir/$$i"; \
   507: 	  fi; \
   508: 	done >> $(top_builddir)/cscope.files
   509: 
   510: distclean-tags:
   511: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   512: 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
   513: 
   514: distdir: $(DISTFILES)
   515: 	$(am__remove_distdir)
   516: 	test -d "$(distdir)" || mkdir "$(distdir)"
   517: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   518: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   519: 	list='$(DISTFILES)'; \
   520: 	  dist_files=`for file in $$list; do echo $$file; done | \
   521: 	  sed -e "s|^$$srcdirstrip/||;t" \
   522: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   523: 	case $$dist_files in \
   524: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   525: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   526: 			   sort -u` ;; \
   527: 	esac; \
   528: 	for file in $$dist_files; do \
   529: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   530: 	  if test -d $$d/$$file; then \
   531: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   532: 	    if test -d "$(distdir)/$$file"; then \
   533: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   534: 	    fi; \
   535: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   536: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   537: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   538: 	    fi; \
   539: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   540: 	  else \
   541: 	    test -f "$(distdir)/$$file" \
   542: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
   543: 	    || exit 1; \
   544: 	  fi; \
   545: 	done
   546: 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   547: 	  if test "$$subdir" = .; then :; else \
   548: 	    $(am__make_dryrun) \
   549: 	      || test -d "$(distdir)/$$subdir" \
   550: 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
   551: 	      || exit 1; \
   552: 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
   553: 	    $(am__relativize); \
   554: 	    new_distdir=$$reldir; \
   555: 	    dir1=$$subdir; dir2="$(top_distdir)"; \
   556: 	    $(am__relativize); \
   557: 	    new_top_distdir=$$reldir; \
   558: 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
   559: 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
   560: 	    ($(am__cd) $$subdir && \
   561: 	      $(MAKE) $(AM_MAKEFLAGS) \
   562: 	        top_distdir="$$new_top_distdir" \
   563: 	        distdir="$$new_distdir" \
   564: 		am__remove_distdir=: \
   565: 		am__skip_length_check=: \
   566: 		am__skip_mode_fix=: \
   567: 	        distdir) \
   568: 	      || exit 1; \
   569: 	  fi; \
   570: 	done
   571: 	-test -n "$(am__skip_mode_fix)" \
   572: 	|| find "$(distdir)" -type d ! -perm -755 \
   573: 		-exec chmod u+rwx,go+rx {} \; -o \
   574: 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
   575: 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
   576: 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
   577: 	|| chmod -R a+r "$(distdir)"
   578: dist-gzip: distdir
   579: 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   580: 	$(am__post_remove_distdir)
   581: 
   582: dist-bzip2: distdir
   583: 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
   584: 	$(am__post_remove_distdir)
   585: 
   586: dist-lzip: distdir
   587: 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
   588: 	$(am__post_remove_distdir)
   589: 
   590: dist-xz: distdir
   591: 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
   592: 	$(am__post_remove_distdir)
   593: 
   594: dist-tarZ: distdir
   595: 	@echo WARNING: "Support for distribution archives compressed with" \
   596: 		       "legacy program 'compress' is deprecated." >&2
   597: 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
   598: 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
   599: 	$(am__post_remove_distdir)
   600: 
   601: dist-shar: distdir
   602: 	@echo WARNING: "Support for shar distribution archives is" \
   603: 	               "deprecated." >&2
   604: 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
   605: 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
   606: 	$(am__post_remove_distdir)
   607: 
   608: dist-zip: distdir
   609: 	-rm -f $(distdir).zip
   610: 	zip -rq $(distdir).zip $(distdir)
   611: 	$(am__post_remove_distdir)
   612: 
   613: dist dist-all:
   614: 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
   615: 	$(am__post_remove_distdir)
   616: 
   617: # This target untars the dist file and tries a VPATH configuration.  Then
   618: # it guarantees that the distribution is self-contained by making another
   619: # tarfile.
   620: distcheck: dist
   621: 	case '$(DIST_ARCHIVES)' in \
   622: 	*.tar.gz*) \
   623: 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
   624: 	*.tar.bz2*) \
   625: 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
   626: 	*.tar.lz*) \
   627: 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
   628: 	*.tar.xz*) \
   629: 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
   630: 	*.tar.Z*) \
   631: 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
   632: 	*.shar.gz*) \
   633: 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
   634: 	*.zip*) \
   635: 	  unzip $(distdir).zip ;;\
   636: 	esac
   637: 	chmod -R a-w $(distdir)
   638: 	chmod u+w $(distdir)
   639: 	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
   640: 	chmod a-w $(distdir)
   641: 	test -d $(distdir)/_build || exit 0; \
   642: 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
   643: 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
   644: 	  && am__cwd=`pwd` \
   645: 	  && $(am__cd) $(distdir)/_build/sub \
   646: 	  && ../../configure \
   647: 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
   648: 	    $(DISTCHECK_CONFIGURE_FLAGS) \
   649: 	    --srcdir=../.. --prefix="$$dc_install_base" \
   650: 	  && $(MAKE) $(AM_MAKEFLAGS) \
   651: 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
   652: 	  && $(MAKE) $(AM_MAKEFLAGS) check \
   653: 	  && $(MAKE) $(AM_MAKEFLAGS) install \
   654: 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
   655: 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
   656: 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
   657: 	        distuninstallcheck \
   658: 	  && chmod -R a-w "$$dc_install_base" \
   659: 	  && ({ \
   660: 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
   661: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
   662: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
   663: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
   664: 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
   665: 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
   666: 	  && rm -rf "$$dc_destdir" \
   667: 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
   668: 	  && rm -rf $(DIST_ARCHIVES) \
   669: 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
   670: 	  && cd "$$am__cwd" \
   671: 	  || exit 1
   672: 	$(am__post_remove_distdir)
   673: 	@(echo "$(distdir) archives ready for distribution: "; \
   674: 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
   675: 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
   676: distuninstallcheck:
   677: 	@test -n '$(distuninstallcheck_dir)' || { \
   678: 	  echo 'ERROR: trying to run $@ with an empty' \
   679: 	       '$$(distuninstallcheck_dir)' >&2; \
   680: 	  exit 1; \
   681: 	}; \
   682: 	$(am__cd) '$(distuninstallcheck_dir)' || { \
   683: 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
   684: 	  exit 1; \
   685: 	}; \
   686: 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
   687: 	   || { echo "ERROR: files left after uninstall:" ; \
   688: 	        if test -n "$(DESTDIR)"; then \
   689: 	          echo "  (check DESTDIR support)"; \
   690: 	        fi ; \
   691: 	        $(distuninstallcheck_listfiles) ; \
   692: 	        exit 1; } >&2
   693: distcleancheck: distclean
   694: 	@if test '$(srcdir)' = . ; then \
   695: 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
   696: 	  exit 1 ; \
   697: 	fi
   698: 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
   699: 	  || { echo "ERROR: files left in build directory after distclean:" ; \
   700: 	       $(distcleancheck_listfiles) ; \
   701: 	       exit 1; } >&2
   702: check-am: all-am
   703: check: check-recursive
   704: all-am: Makefile config.h
   705: installdirs: installdirs-recursive
   706: installdirs-am:
   707: install: install-recursive
   708: install-exec: install-exec-recursive
   709: install-data: install-data-recursive
   710: uninstall: uninstall-recursive
   711: 
   712: install-am: all-am
   713: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   714: 
   715: installcheck: installcheck-recursive
   716: install-strip:
   717: 	if test -z '$(STRIP)'; then \
   718: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   719: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   720: 	      install; \
   721: 	else \
   722: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   723: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   724: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   725: 	fi
   726: mostlyclean-generic:
   727: 
   728: clean-generic:
   729: 
   730: distclean-generic:
   731: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   732: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   733: 
   734: maintainer-clean-generic:
   735: 	@echo "This command is intended for maintainers to use"
   736: 	@echo "it deletes files that may require special tools to rebuild."
   737: clean: clean-recursive
   738: 
   739: clean-am: clean-generic clean-libtool mostlyclean-am
   740: 
   741: distclean: distclean-recursive
   742: 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   743: 	-rm -f Makefile
   744: distclean-am: clean-am distclean-generic distclean-hdr \
   745: 	distclean-libtool distclean-tags
   746: 
   747: dvi: dvi-recursive
   748: 
   749: dvi-am:
   750: 
   751: html: html-recursive
   752: 
   753: html-am:
   754: 
   755: info: info-recursive
   756: 
   757: info-am:
   758: 
   759: install-data-am:
   760: 
   761: install-dvi: install-dvi-recursive
   762: 
   763: install-dvi-am:
   764: 
   765: install-exec-am:
   766: 
   767: install-html: install-html-recursive
   768: 
   769: install-html-am:
   770: 
   771: install-info: install-info-recursive
   772: 
   773: install-info-am:
   774: 
   775: install-man:
   776: 
   777: install-pdf: install-pdf-recursive
   778: 
   779: install-pdf-am:
   780: 
   781: install-ps: install-ps-recursive
   782: 
   783: install-ps-am:
   784: 
   785: installcheck-am:
   786: 
   787: maintainer-clean: maintainer-clean-recursive
   788: 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   789: 	-rm -rf $(top_srcdir)/autom4te.cache
   790: 	-rm -f Makefile
   791: maintainer-clean-am: distclean-am maintainer-clean-generic
   792: 
   793: mostlyclean: mostlyclean-recursive
   794: 
   795: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
   796: 
   797: pdf: pdf-recursive
   798: 
   799: pdf-am:
   800: 
   801: ps: ps-recursive
   802: 
   803: ps-am:
   804: 
   805: uninstall-am:
   806: 
   807: .MAKE: $(am__recursive_targets) all install-am install-strip
   808: 
   809: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
   810: 	am--refresh check check-am clean clean-cscope clean-generic \
   811: 	clean-libtool cscope cscopelist-am ctags ctags-am dist \
   812: 	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
   813: 	dist-xz dist-zip distcheck distclean distclean-generic \
   814: 	distclean-hdr distclean-libtool distclean-tags distcleancheck \
   815: 	distdir distuninstallcheck dvi dvi-am html html-am info \
   816: 	info-am install install-am install-data install-data-am \
   817: 	install-dvi install-dvi-am install-exec install-exec-am \
   818: 	install-html install-html-am install-info install-info-am \
   819: 	install-man install-pdf install-pdf-am install-ps \
   820: 	install-ps-am install-strip installcheck installcheck-am \
   821: 	installdirs installdirs-am maintainer-clean \
   822: 	maintainer-clean-generic mostlyclean mostlyclean-generic \
   823: 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
   824: 	uninstall-am
   825: 
   826: .PRECIOUS: Makefile
   827: 
   828: 
   829: # Tell versions [3.59,3.63) of GNU make to not export all variables.
   830: # Otherwise a system limit (for SysV at least) may be exceeded.
   831: .NOEXPORT:

Generated by git2html.