universe@49: # Makefile.in generated by automake 1.13.4 from Makefile.am. universe@49: # @configure_input@ universe@49: universe@49: # Copyright (C) 1994-2013 Free Software Foundation, Inc. universe@49: universe@49: # This Makefile.in is free software; the Free Software Foundation universe@49: # gives unlimited permission to copy and/or distribute it, universe@49: # with or without modifications, as long as this notice is preserved. universe@49: universe@49: # This program is distributed in the hope that it will be useful, universe@49: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without universe@49: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A universe@49: # PARTICULAR PURPOSE. universe@49: universe@49: @SET_MAKE@ universe@49: universe@49: # Copyright 2017 Mike Becker. All rights reserved. universe@49: # universe@49: # Redistribution and use in source and binary forms, with or without universe@49: # modification, are permitted provided that the following conditions are met: universe@49: # universe@49: # 1. Redistributions of source code must retain the above copyright universe@49: # notice, this list of conditions and the following disclaimer. universe@49: # universe@49: # 2. Redistributions in binary form must reproduce the above copyright universe@49: # notice, this list of conditions and the following disclaimer in the universe@49: # documentation and/or other materials provided with the distribution. universe@49: # universe@49: # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" universe@49: # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE universe@49: # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE universe@49: # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE universe@49: # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL universe@49: # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR universe@49: # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER universe@49: # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, universe@49: # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE universe@49: # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. universe@49: VPATH = @srcdir@ universe@49: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' universe@49: am__make_running_with_option = \ universe@49: case $${target_option-} in \ universe@49: ?) ;; \ universe@49: *) echo "am__make_running_with_option: internal error: invalid" \ universe@49: "target option '$${target_option-}' specified" >&2; \ universe@49: exit 1;; \ universe@49: esac; \ universe@49: has_opt=no; \ universe@49: sane_makeflags=$$MAKEFLAGS; \ universe@49: if $(am__is_gnu_make); then \ universe@49: sane_makeflags=$$MFLAGS; \ universe@49: else \ universe@49: case $$MAKEFLAGS in \ universe@49: *\\[\ \ ]*) \ universe@49: bs=\\; \ universe@49: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ universe@49: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ universe@49: esac; \ universe@49: fi; \ universe@49: skip_next=no; \ universe@49: strip_trailopt () \ universe@49: { \ universe@49: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ universe@49: }; \ universe@49: for flg in $$sane_makeflags; do \ universe@49: test $$skip_next = yes && { skip_next=no; continue; }; \ universe@49: case $$flg in \ universe@49: *=*|--*) continue;; \ universe@49: -*I) strip_trailopt 'I'; skip_next=yes;; \ universe@49: -*I?*) strip_trailopt 'I';; \ universe@49: -*O) strip_trailopt 'O'; skip_next=yes;; \ universe@49: -*O?*) strip_trailopt 'O';; \ universe@49: -*l) strip_trailopt 'l'; skip_next=yes;; \ universe@49: -*l?*) strip_trailopt 'l';; \ universe@49: -[dEDm]) skip_next=yes;; \ universe@49: -[JT]) skip_next=yes;; \ universe@49: esac; \ universe@49: case $$flg in \ universe@49: *$$target_option*) has_opt=yes; break;; \ universe@49: esac; \ universe@49: done; \ universe@49: test $$has_opt = yes universe@49: am__make_dryrun = (target_option=n; $(am__make_running_with_option)) universe@49: am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) universe@49: pkgdatadir = $(datadir)/@PACKAGE@ universe@49: pkgincludedir = $(includedir)/@PACKAGE@ universe@49: pkglibdir = $(libdir)/@PACKAGE@ universe@49: pkglibexecdir = $(libexecdir)/@PACKAGE@ universe@49: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd universe@49: install_sh_DATA = $(install_sh) -c -m 644 universe@49: install_sh_PROGRAM = $(install_sh) -c universe@49: install_sh_SCRIPT = $(install_sh) -c universe@49: INSTALL_HEADER = $(INSTALL_DATA) universe@49: transform = $(program_transform_name) universe@49: NORMAL_INSTALL = : universe@49: PRE_INSTALL = : universe@49: POST_INSTALL = : universe@49: NORMAL_UNINSTALL = : universe@49: PRE_UNINSTALL = : universe@49: POST_UNINSTALL = : universe@49: subdir = . universe@49: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ universe@49: $(top_srcdir)/configure $(am__configure_deps) \ universe@49: $(srcdir)/config.h.in README depcomp install-sh missing universe@49: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 universe@49: am__aclocal_m4_deps = $(top_srcdir)/configure.ac universe@49: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ universe@49: $(ACLOCAL_M4) universe@49: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ universe@49: configure.lineno config.status.lineno universe@49: mkinstalldirs = $(install_sh) -d universe@49: CONFIG_HEADER = config.h universe@49: CONFIG_CLEAN_FILES = universe@49: CONFIG_CLEAN_VPATH_FILES = universe@49: AM_V_P = $(am__v_P_@AM_V@) universe@49: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) universe@49: am__v_P_0 = false universe@49: am__v_P_1 = : universe@49: AM_V_GEN = $(am__v_GEN_@AM_V@) universe@49: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) universe@49: am__v_GEN_0 = @echo " GEN " $@; universe@49: am__v_GEN_1 = universe@49: AM_V_at = $(am__v_at_@AM_V@) universe@49: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) universe@49: am__v_at_0 = @ universe@49: am__v_at_1 = universe@49: SOURCES = universe@49: DIST_SOURCES = universe@49: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ universe@49: ctags-recursive dvi-recursive html-recursive info-recursive \ universe@49: install-data-recursive install-dvi-recursive \ universe@49: install-exec-recursive install-html-recursive \ universe@49: install-info-recursive install-pdf-recursive \ universe@49: install-ps-recursive install-recursive installcheck-recursive \ universe@49: installdirs-recursive pdf-recursive ps-recursive \ universe@49: tags-recursive uninstall-recursive universe@49: am__can_run_installinfo = \ universe@49: case $$AM_UPDATE_INFO_DIR in \ universe@49: n|no|NO) false;; \ universe@49: *) (install-info --version) >/dev/null 2>&1;; \ universe@49: esac universe@49: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ universe@49: distclean-recursive maintainer-clean-recursive universe@49: am__recursive_targets = \ universe@49: $(RECURSIVE_TARGETS) \ universe@49: $(RECURSIVE_CLEAN_TARGETS) \ universe@49: $(am__extra_recursive_targets) universe@49: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ universe@49: cscope distdir dist dist-all distcheck universe@49: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ universe@49: $(LISP)config.h.in universe@49: # Read a list of newline-separated strings from the standard input, universe@49: # and print each of them once, without duplicates. Input order is universe@49: # *not* preserved. universe@49: am__uniquify_input = $(AWK) '\ universe@49: BEGIN { nonempty = 0; } \ universe@49: { items[$$0] = 1; nonempty = 1; } \ universe@49: END { if (nonempty) { for (i in items) print i; }; } \ universe@49: ' universe@49: # Make sure the list of sources is unique. This is necessary because, universe@49: # e.g., the same source file might be shared among _SOURCES variables universe@49: # for different programs/libraries. universe@49: am__define_uniq_tagged_files = \ universe@49: list='$(am__tagged_files)'; \ universe@49: unique=`for i in $$list; do \ universe@49: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ universe@49: done | $(am__uniquify_input)` universe@49: ETAGS = etags universe@49: CTAGS = ctags universe@49: CSCOPE = cscope universe@49: DIST_SUBDIRS = $(SUBDIRS) universe@49: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) universe@49: distdir = $(PACKAGE)-$(VERSION) universe@49: top_distdir = $(distdir) universe@49: am__remove_distdir = \ universe@49: if test -d "$(distdir)"; then \ universe@49: find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ universe@49: && rm -rf "$(distdir)" \ universe@49: || { sleep 5 && rm -rf "$(distdir)"; }; \ universe@49: else :; fi universe@49: am__post_remove_distdir = $(am__remove_distdir) universe@49: am__relativize = \ universe@49: dir0=`pwd`; \ universe@49: sed_first='s,^\([^/]*\)/.*$$,\1,'; \ universe@49: sed_rest='s,^[^/]*/*,,'; \ universe@49: sed_last='s,^.*/\([^/]*\)$$,\1,'; \ universe@49: sed_butlast='s,/*[^/]*$$,,'; \ universe@49: while test -n "$$dir1"; do \ universe@49: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ universe@49: if test "$$first" != "."; then \ universe@49: if test "$$first" = ".."; then \ universe@49: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ universe@49: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ universe@49: else \ universe@49: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ universe@49: if test "$$first2" = "$$first"; then \ universe@49: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ universe@49: else \ universe@49: dir2="../$$dir2"; \ universe@49: fi; \ universe@49: dir0="$$dir0"/"$$first"; \ universe@49: fi; \ universe@49: fi; \ universe@49: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ universe@49: done; \ universe@49: reldir="$$dir2" universe@49: DIST_ARCHIVES = $(distdir).tar.gz universe@49: GZIP_ENV = --best universe@49: DIST_TARGETS = dist-gzip universe@49: distuninstallcheck_listfiles = find . -type f -print universe@49: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ universe@49: | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' universe@49: distcleancheck_listfiles = find . -type f -print universe@49: ACLOCAL = @ACLOCAL@ universe@49: AMTAR = @AMTAR@ universe@49: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ universe@49: AUTOCONF = @AUTOCONF@ universe@49: AUTOHEADER = @AUTOHEADER@ universe@49: AUTOMAKE = @AUTOMAKE@ universe@49: AWK = @AWK@ universe@49: CC = @CC@ universe@49: CCDEPMODE = @CCDEPMODE@ universe@49: CFLAGS = @CFLAGS@ universe@49: CPP = @CPP@ universe@49: CPPFLAGS = @CPPFLAGS@ universe@49: CYGPATH_W = @CYGPATH_W@ universe@49: DEFS = @DEFS@ universe@49: DEPDIR = @DEPDIR@ universe@49: ECHO_C = @ECHO_C@ universe@49: ECHO_N = @ECHO_N@ universe@49: ECHO_T = @ECHO_T@ universe@49: EGREP = @EGREP@ universe@49: EXEEXT = @EXEEXT@ universe@49: GREP = @GREP@ universe@49: INSTALL = @INSTALL@ universe@49: INSTALL_DATA = @INSTALL_DATA@ universe@49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ universe@49: INSTALL_SCRIPT = @INSTALL_SCRIPT@ universe@49: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ universe@49: LDFLAGS = @LDFLAGS@ universe@49: LIBOBJS = @LIBOBJS@ universe@49: LIBS = @LIBS@ universe@49: LTLIBOBJS = @LTLIBOBJS@ universe@49: MAKEINFO = @MAKEINFO@ universe@49: MKDIR_P = @MKDIR_P@ universe@49: OBJEXT = @OBJEXT@ universe@49: PACKAGE = @PACKAGE@ universe@49: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ universe@49: PACKAGE_NAME = @PACKAGE_NAME@ universe@49: PACKAGE_STRING = @PACKAGE_STRING@ universe@49: PACKAGE_TARNAME = @PACKAGE_TARNAME@ universe@49: PACKAGE_URL = @PACKAGE_URL@ universe@49: PACKAGE_VERSION = @PACKAGE_VERSION@ universe@49: PATH_SEPARATOR = @PATH_SEPARATOR@ universe@49: SET_MAKE = @SET_MAKE@ universe@49: SHELL = @SHELL@ universe@49: STRIP = @STRIP@ universe@49: VERSION = @VERSION@ universe@49: abs_builddir = @abs_builddir@ universe@49: abs_srcdir = @abs_srcdir@ universe@49: abs_top_builddir = @abs_top_builddir@ universe@49: abs_top_srcdir = @abs_top_srcdir@ universe@49: ac_ct_CC = @ac_ct_CC@ universe@49: am__include = @am__include@ universe@49: am__leading_dot = @am__leading_dot@ universe@49: am__quote = @am__quote@ universe@49: am__tar = @am__tar@ universe@49: am__untar = @am__untar@ universe@49: bindir = @bindir@ universe@49: build_alias = @build_alias@ universe@49: builddir = @builddir@ universe@49: datadir = @datadir@ universe@49: datarootdir = @datarootdir@ universe@49: docdir = @docdir@ universe@49: dvidir = @dvidir@ universe@49: exec_prefix = @exec_prefix@ universe@49: host_alias = @host_alias@ universe@49: htmldir = @htmldir@ universe@49: includedir = @includedir@ universe@49: infodir = @infodir@ universe@49: install_sh = @install_sh@ universe@49: libdir = @libdir@ universe@49: libexecdir = @libexecdir@ universe@49: localedir = @localedir@ universe@49: localstatedir = @localstatedir@ universe@49: mandir = @mandir@ universe@49: mkdir_p = @mkdir_p@ universe@49: oldincludedir = @oldincludedir@ universe@49: pdfdir = @pdfdir@ universe@49: prefix = @prefix@ universe@49: program_transform_name = @program_transform_name@ universe@49: psdir = @psdir@ universe@49: sbindir = @sbindir@ universe@49: sharedstatedir = @sharedstatedir@ universe@49: srcdir = @srcdir@ universe@49: sysconfdir = @sysconfdir@ universe@49: target_alias = @target_alias@ universe@49: top_build_prefix = @top_build_prefix@ universe@49: top_builddir = @top_builddir@ universe@49: top_srcdir = @top_srcdir@ universe@49: AUTOMAKE_OPTIONS = foreign universe@49: SUBDIRS = src universe@49: all: config.h universe@49: $(MAKE) $(AM_MAKEFLAGS) all-recursive universe@49: universe@49: .SUFFIXES: universe@49: am--refresh: Makefile universe@49: @: universe@49: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) universe@49: @for dep in $?; do \ universe@49: case '$(am__configure_deps)' in \ universe@49: *$$dep*) \ universe@49: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ universe@49: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ universe@49: && exit 0; \ universe@49: exit 1;; \ universe@49: esac; \ universe@49: done; \ universe@49: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ universe@49: $(am__cd) $(top_srcdir) && \ universe@49: $(AUTOMAKE) --foreign Makefile universe@49: .PRECIOUS: Makefile universe@49: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status universe@49: @case '$?' in \ universe@49: *config.status*) \ universe@49: echo ' $(SHELL) ./config.status'; \ universe@49: $(SHELL) ./config.status;; \ universe@49: *) \ universe@49: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ universe@49: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ universe@49: esac; universe@49: universe@49: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) universe@49: $(SHELL) ./config.status --recheck universe@49: universe@49: $(top_srcdir)/configure: $(am__configure_deps) universe@49: $(am__cd) $(srcdir) && $(AUTOCONF) universe@49: $(ACLOCAL_M4): $(am__aclocal_m4_deps) universe@49: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) universe@49: $(am__aclocal_m4_deps): universe@49: universe@49: config.h: stamp-h1 universe@49: @if test ! -f $@; then rm -f stamp-h1; else :; fi universe@49: @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi universe@49: universe@49: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status universe@49: @rm -f stamp-h1 universe@49: cd $(top_builddir) && $(SHELL) ./config.status config.h universe@49: $(srcdir)/config.h.in: $(am__configure_deps) universe@49: ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) universe@49: rm -f stamp-h1 universe@49: touch $@ universe@49: universe@49: distclean-hdr: universe@49: -rm -f config.h stamp-h1 universe@49: universe@49: # This directory's subdirectories are mostly independent; you can cd universe@49: # into them and run 'make' without going through this Makefile. universe@49: # To change the values of 'make' variables: instead of editing Makefiles, universe@49: # (1) if the variable is set in 'config.status', edit 'config.status' universe@49: # (which will cause the Makefiles to be regenerated when you run 'make'); universe@49: # (2) otherwise, pass the desired values on the 'make' command line. universe@49: $(am__recursive_targets): universe@49: @fail=; \ universe@49: if $(am__make_keepgoing); then \ universe@49: failcom='fail=yes'; \ universe@49: else \ universe@49: failcom='exit 1'; \ universe@49: fi; \ universe@49: dot_seen=no; \ universe@49: target=`echo $@ | sed s/-recursive//`; \ universe@49: case "$@" in \ universe@49: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ universe@49: *) list='$(SUBDIRS)' ;; \ universe@49: esac; \ universe@49: for subdir in $$list; do \ universe@49: echo "Making $$target in $$subdir"; \ universe@49: if test "$$subdir" = "."; then \ universe@49: dot_seen=yes; \ universe@49: local_target="$$target-am"; \ universe@49: else \ universe@49: local_target="$$target"; \ universe@49: fi; \ universe@49: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ universe@49: || eval $$failcom; \ universe@49: done; \ universe@49: if test "$$dot_seen" = "no"; then \ universe@49: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ universe@49: fi; test -z "$$fail" universe@49: universe@49: ID: $(am__tagged_files) universe@49: $(am__define_uniq_tagged_files); mkid -fID $$unique universe@49: tags: tags-recursive universe@49: TAGS: tags universe@49: universe@49: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) universe@49: set x; \ universe@49: here=`pwd`; \ universe@49: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ universe@49: include_option=--etags-include; \ universe@49: empty_fix=.; \ universe@49: else \ universe@49: include_option=--include; \ universe@49: empty_fix=; \ universe@49: fi; \ universe@49: list='$(SUBDIRS)'; for subdir in $$list; do \ universe@49: if test "$$subdir" = .; then :; else \ universe@49: test ! -f $$subdir/TAGS || \ universe@49: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ universe@49: fi; \ universe@49: done; \ universe@49: $(am__define_uniq_tagged_files); \ universe@49: shift; \ universe@49: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ universe@49: test -n "$$unique" || unique=$$empty_fix; \ universe@49: if test $$# -gt 0; then \ universe@49: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ universe@49: "$$@" $$unique; \ universe@49: else \ universe@49: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ universe@49: $$unique; \ universe@49: fi; \ universe@49: fi universe@49: ctags: ctags-recursive universe@49: universe@49: CTAGS: ctags universe@49: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) universe@49: $(am__define_uniq_tagged_files); \ universe@49: test -z "$(CTAGS_ARGS)$$unique" \ universe@49: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ universe@49: $$unique universe@49: universe@49: GTAGS: universe@49: here=`$(am__cd) $(top_builddir) && pwd` \ universe@49: && $(am__cd) $(top_srcdir) \ universe@49: && gtags -i $(GTAGS_ARGS) "$$here" universe@49: cscope: cscope.files universe@49: test ! -s cscope.files \ universe@49: || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) universe@49: clean-cscope: universe@49: -rm -f cscope.files universe@49: cscope.files: clean-cscope cscopelist universe@49: cscopelist: cscopelist-recursive universe@49: universe@49: cscopelist-am: $(am__tagged_files) universe@49: list='$(am__tagged_files)'; \ universe@49: case "$(srcdir)" in \ universe@49: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ universe@49: *) sdir=$(subdir)/$(srcdir) ;; \ universe@49: esac; \ universe@49: for i in $$list; do \ universe@49: if test -f "$$i"; then \ universe@49: echo "$(subdir)/$$i"; \ universe@49: else \ universe@49: echo "$$sdir/$$i"; \ universe@49: fi; \ universe@49: done >> $(top_builddir)/cscope.files universe@49: universe@49: distclean-tags: universe@49: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags universe@49: -rm -f cscope.out cscope.in.out cscope.po.out cscope.files universe@49: universe@49: distdir: $(DISTFILES) universe@49: $(am__remove_distdir) universe@49: test -d "$(distdir)" || mkdir "$(distdir)" universe@49: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ universe@49: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ universe@49: list='$(DISTFILES)'; \ universe@49: dist_files=`for file in $$list; do echo $$file; done | \ universe@49: sed -e "s|^$$srcdirstrip/||;t" \ universe@49: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ universe@49: case $$dist_files in \ universe@49: */*) $(MKDIR_P) `echo "$$dist_files" | \ universe@49: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ universe@49: sort -u` ;; \ universe@49: esac; \ universe@49: for file in $$dist_files; do \ universe@49: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ universe@49: if test -d $$d/$$file; then \ universe@49: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ universe@49: if test -d "$(distdir)/$$file"; then \ universe@49: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ universe@49: fi; \ universe@49: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ universe@49: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ universe@49: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ universe@49: fi; \ universe@49: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ universe@49: else \ universe@49: test -f "$(distdir)/$$file" \ universe@49: || cp -p $$d/$$file "$(distdir)/$$file" \ universe@49: || exit 1; \ universe@49: fi; \ universe@49: done universe@49: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ universe@49: if test "$$subdir" = .; then :; else \ universe@49: $(am__make_dryrun) \ universe@49: || test -d "$(distdir)/$$subdir" \ universe@49: || $(MKDIR_P) "$(distdir)/$$subdir" \ universe@49: || exit 1; \ universe@49: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ universe@49: $(am__relativize); \ universe@49: new_distdir=$$reldir; \ universe@49: dir1=$$subdir; dir2="$(top_distdir)"; \ universe@49: $(am__relativize); \ universe@49: new_top_distdir=$$reldir; \ universe@49: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ universe@49: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ universe@49: ($(am__cd) $$subdir && \ universe@49: $(MAKE) $(AM_MAKEFLAGS) \ universe@49: top_distdir="$$new_top_distdir" \ universe@49: distdir="$$new_distdir" \ universe@49: am__remove_distdir=: \ universe@49: am__skip_length_check=: \ universe@49: am__skip_mode_fix=: \ universe@49: distdir) \ universe@49: || exit 1; \ universe@49: fi; \ universe@49: done universe@49: -test -n "$(am__skip_mode_fix)" \ universe@49: || find "$(distdir)" -type d ! -perm -755 \ universe@49: -exec chmod u+rwx,go+rx {} \; -o \ universe@49: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ universe@49: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ universe@49: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ universe@49: || chmod -R a+r "$(distdir)" universe@49: dist-gzip: distdir universe@49: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz universe@49: $(am__post_remove_distdir) universe@49: universe@49: dist-bzip2: distdir universe@49: tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 universe@49: $(am__post_remove_distdir) universe@49: universe@49: dist-lzip: distdir universe@49: tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz universe@49: $(am__post_remove_distdir) universe@49: universe@49: dist-xz: distdir universe@49: tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz universe@49: $(am__post_remove_distdir) universe@49: universe@49: dist-tarZ: distdir universe@49: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z universe@49: $(am__post_remove_distdir) universe@49: universe@49: dist-shar: distdir universe@49: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz universe@49: $(am__post_remove_distdir) universe@49: universe@49: dist-zip: distdir universe@49: -rm -f $(distdir).zip universe@49: zip -rq $(distdir).zip $(distdir) universe@49: $(am__post_remove_distdir) universe@49: universe@49: dist dist-all: universe@49: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' universe@49: $(am__post_remove_distdir) universe@49: universe@49: # This target untars the dist file and tries a VPATH configuration. Then universe@49: # it guarantees that the distribution is self-contained by making another universe@49: # tarfile. universe@49: distcheck: dist universe@49: case '$(DIST_ARCHIVES)' in \ universe@49: *.tar.gz*) \ universe@49: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ universe@49: *.tar.bz2*) \ universe@49: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ universe@49: *.tar.lz*) \ universe@49: lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ universe@49: *.tar.xz*) \ universe@49: xz -dc $(distdir).tar.xz | $(am__untar) ;;\ universe@49: *.tar.Z*) \ universe@49: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ universe@49: *.shar.gz*) \ universe@49: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ universe@49: *.zip*) \ universe@49: unzip $(distdir).zip ;;\ universe@49: esac universe@49: chmod -R a-w $(distdir) universe@49: chmod u+w $(distdir) universe@49: mkdir $(distdir)/_build $(distdir)/_inst universe@49: chmod a-w $(distdir) universe@49: test -d $(distdir)/_build || exit 0; \ universe@49: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ universe@49: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ universe@49: && am__cwd=`pwd` \ universe@49: && $(am__cd) $(distdir)/_build \ universe@49: && ../configure --srcdir=.. --prefix="$$dc_install_base" \ universe@49: $(AM_DISTCHECK_CONFIGURE_FLAGS) \ universe@49: $(DISTCHECK_CONFIGURE_FLAGS) \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) dvi \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) check \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) install \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) installcheck \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) uninstall \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ universe@49: distuninstallcheck \ universe@49: && chmod -R a-w "$$dc_install_base" \ universe@49: && ({ \ universe@49: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ universe@49: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ universe@49: } || { rm -rf "$$dc_destdir"; exit 1; }) \ universe@49: && rm -rf "$$dc_destdir" \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) dist \ universe@49: && rm -rf $(DIST_ARCHIVES) \ universe@49: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ universe@49: && cd "$$am__cwd" \ universe@49: || exit 1 universe@49: $(am__post_remove_distdir) universe@49: @(echo "$(distdir) archives ready for distribution: "; \ universe@49: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ universe@49: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' universe@49: distuninstallcheck: universe@49: @test -n '$(distuninstallcheck_dir)' || { \ universe@49: echo 'ERROR: trying to run $@ with an empty' \ universe@49: '$$(distuninstallcheck_dir)' >&2; \ universe@49: exit 1; \ universe@49: }; \ universe@49: $(am__cd) '$(distuninstallcheck_dir)' || { \ universe@49: echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ universe@49: exit 1; \ universe@49: }; \ universe@49: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ universe@49: || { echo "ERROR: files left after uninstall:" ; \ universe@49: if test -n "$(DESTDIR)"; then \ universe@49: echo " (check DESTDIR support)"; \ universe@49: fi ; \ universe@49: $(distuninstallcheck_listfiles) ; \ universe@49: exit 1; } >&2 universe@49: distcleancheck: distclean universe@49: @if test '$(srcdir)' = . ; then \ universe@49: echo "ERROR: distcleancheck can only run from a VPATH build" ; \ universe@49: exit 1 ; \ universe@49: fi universe@49: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ universe@49: || { echo "ERROR: files left in build directory after distclean:" ; \ universe@49: $(distcleancheck_listfiles) ; \ universe@49: exit 1; } >&2 universe@49: check-am: all-am universe@49: check: check-recursive universe@49: all-am: Makefile config.h universe@49: installdirs: installdirs-recursive universe@49: installdirs-am: universe@49: install: install-recursive universe@49: install-exec: install-exec-recursive universe@49: install-data: install-data-recursive universe@49: uninstall: uninstall-recursive universe@49: universe@49: install-am: all-am universe@49: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am universe@49: universe@49: installcheck: installcheck-recursive universe@49: install-strip: universe@49: if test -z '$(STRIP)'; then \ universe@49: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ universe@49: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ universe@49: install; \ universe@49: else \ universe@49: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ universe@49: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ universe@49: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ universe@49: fi universe@49: mostlyclean-generic: universe@49: universe@49: clean-generic: universe@49: universe@49: distclean-generic: universe@49: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) universe@49: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) universe@49: universe@49: maintainer-clean-generic: universe@49: @echo "This command is intended for maintainers to use" universe@49: @echo "it deletes files that may require special tools to rebuild." universe@49: clean: clean-recursive universe@49: universe@49: clean-am: clean-generic mostlyclean-am universe@49: universe@49: distclean: distclean-recursive universe@49: -rm -f $(am__CONFIG_DISTCLEAN_FILES) universe@49: -rm -f Makefile universe@49: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags universe@49: universe@49: dvi: dvi-recursive universe@49: universe@49: dvi-am: universe@49: universe@49: html: html-recursive universe@49: universe@49: html-am: universe@49: universe@49: info: info-recursive universe@49: universe@49: info-am: universe@49: universe@49: install-data-am: universe@49: universe@49: install-dvi: install-dvi-recursive universe@49: universe@49: install-dvi-am: universe@49: universe@49: install-exec-am: universe@49: universe@49: install-html: install-html-recursive universe@49: universe@49: install-html-am: universe@49: universe@49: install-info: install-info-recursive universe@49: universe@49: install-info-am: universe@49: universe@49: install-man: universe@49: universe@49: install-pdf: install-pdf-recursive universe@49: universe@49: install-pdf-am: universe@49: universe@49: install-ps: install-ps-recursive universe@49: universe@49: install-ps-am: universe@49: universe@49: installcheck-am: universe@49: universe@49: maintainer-clean: maintainer-clean-recursive universe@49: -rm -f $(am__CONFIG_DISTCLEAN_FILES) universe@49: -rm -rf $(top_srcdir)/autom4te.cache universe@49: -rm -f Makefile universe@49: maintainer-clean-am: distclean-am maintainer-clean-generic universe@49: universe@49: mostlyclean: mostlyclean-recursive universe@49: universe@49: mostlyclean-am: mostlyclean-generic universe@49: universe@49: pdf: pdf-recursive universe@49: universe@49: pdf-am: universe@49: universe@49: ps: ps-recursive universe@49: universe@49: ps-am: universe@49: universe@49: uninstall-am: universe@49: universe@49: .MAKE: $(am__recursive_targets) all install-am install-strip universe@49: universe@49: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ universe@49: am--refresh check check-am clean clean-cscope clean-generic \ universe@49: cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ universe@49: dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ universe@49: distcheck distclean distclean-generic distclean-hdr \ universe@49: distclean-tags distcleancheck distdir distuninstallcheck dvi \ universe@49: dvi-am html html-am info info-am install install-am \ universe@49: install-data install-data-am install-dvi install-dvi-am \ universe@49: install-exec install-exec-am install-html install-html-am \ universe@49: install-info install-info-am install-man install-pdf \ universe@49: install-pdf-am install-ps install-ps-am install-strip \ universe@49: installcheck installcheck-am installdirs installdirs-am \ universe@49: maintainer-clean maintainer-clean-generic mostlyclean \ universe@49: mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ universe@49: uninstall-am universe@49: universe@49: universe@49: # Tell versions [3.59,3.63) of GNU make to not export all variables. universe@49: # Otherwise a system limit (for SysV at least) may be exceeded. universe@49: .NOEXPORT: