Blame examples/Makefile.in

Packit f00812
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit f00812
# @configure_input@
Packit f00812
Packit f00812
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit f00812
Packit f00812
# This Makefile.in is free software; the Free Software Foundation
Packit f00812
# gives unlimited permission to copy and/or distribute it,
Packit f00812
# with or without modifications, as long as this notice is preserved.
Packit f00812
Packit f00812
# This program is distributed in the hope that it will be useful,
Packit f00812
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit f00812
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit f00812
# PARTICULAR PURPOSE.
Packit f00812
Packit f00812
@SET_MAKE@
Packit f00812
Packit f00812
# This file is part of flex.
Packit f00812
Packit f00812
# Redistribution and use in source and binary forms, with or without
Packit f00812
# modification, are permitted provided that the following conditions
Packit f00812
# are met:
Packit f00812
Packit f00812
# 1. Redistributions of source code must retain the above copyright
Packit f00812
#    notice, this list of conditions and the following disclaimer.
Packit f00812
# 2. Redistributions in binary form must reproduce the above copyright
Packit f00812
#    notice, this list of conditions and the following disclaimer in the
Packit f00812
#    documentation and/or other materials provided with the distribution.
Packit f00812
Packit f00812
# Neither the name of the University nor the names of its contributors
Packit f00812
# may be used to endorse or promote products derived from this software
Packit f00812
# without specific prior written permission.
Packit f00812
Packit f00812
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
Packit f00812
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
Packit f00812
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Packit f00812
# PURPOSE.
Packit f00812
VPATH = @srcdir@
Packit f00812
am__is_gnu_make = { \
Packit f00812
  if test -z '$(MAKELEVEL)'; then \
Packit f00812
    false; \
Packit f00812
  elif test -n '$(MAKE_HOST)'; then \
Packit f00812
    true; \
Packit f00812
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit f00812
    true; \
Packit f00812
  else \
Packit f00812
    false; \
Packit f00812
  fi; \
Packit f00812
}
Packit f00812
am__make_running_with_option = \
Packit f00812
  case $${target_option-} in \
Packit f00812
      ?) ;; \
Packit f00812
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit f00812
              "target option '$${target_option-}' specified" >&2; \
Packit f00812
         exit 1;; \
Packit f00812
  esac; \
Packit f00812
  has_opt=no; \
Packit f00812
  sane_makeflags=$$MAKEFLAGS; \
Packit f00812
  if $(am__is_gnu_make); then \
Packit f00812
    sane_makeflags=$$MFLAGS; \
Packit f00812
  else \
Packit f00812
    case $$MAKEFLAGS in \
Packit f00812
      *\\[\ \	]*) \
Packit f00812
        bs=\\; \
Packit f00812
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit f00812
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit f00812
    esac; \
Packit f00812
  fi; \
Packit f00812
  skip_next=no; \
Packit f00812
  strip_trailopt () \
Packit f00812
  { \
Packit f00812
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit f00812
  }; \
Packit f00812
  for flg in $$sane_makeflags; do \
Packit f00812
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit f00812
    case $$flg in \
Packit f00812
      *=*|--*) continue;; \
Packit f00812
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit f00812
      -*I?*) strip_trailopt 'I';; \
Packit f00812
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit f00812
      -*O?*) strip_trailopt 'O';; \
Packit f00812
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit f00812
      -*l?*) strip_trailopt 'l';; \
Packit f00812
      -[dEDm]) skip_next=yes;; \
Packit f00812
      -[JT]) skip_next=yes;; \
Packit f00812
    esac; \
Packit f00812
    case $$flg in \
Packit f00812
      *$$target_option*) has_opt=yes; break;; \
Packit f00812
    esac; \
Packit f00812
  done; \
Packit f00812
  test $$has_opt = yes
Packit f00812
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit f00812
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit f00812
pkgdatadir = $(datadir)/@PACKAGE@
Packit f00812
pkgincludedir = $(includedir)/@PACKAGE@
Packit f00812
pkglibdir = $(libdir)/@PACKAGE@
Packit f00812
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit f00812
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit f00812
install_sh_DATA = $(install_sh) -c -m 644
Packit f00812
install_sh_PROGRAM = $(install_sh) -c
Packit f00812
install_sh_SCRIPT = $(install_sh) -c
Packit f00812
INSTALL_HEADER = $(INSTALL_DATA)
Packit f00812
transform = $(program_transform_name)
Packit f00812
NORMAL_INSTALL = :
Packit f00812
PRE_INSTALL = :
Packit f00812
POST_INSTALL = :
Packit f00812
NORMAL_UNINSTALL = :
Packit f00812
PRE_UNINSTALL = :
Packit f00812
POST_UNINSTALL = :
Packit f00812
build_triplet = @build@
Packit f00812
host_triplet = @host@
Packit f00812
subdir = examples
Packit f00812
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit f00812
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
Packit f00812
	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
Packit f00812
	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
Packit f00812
	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
Packit f00812
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Packit f00812
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Packit f00812
	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
Packit f00812
	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
Packit f00812
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit f00812
	$(ACLOCAL_M4)
Packit f00812
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit f00812
mkinstalldirs = $(install_sh) -d
Packit f00812
CONFIG_HEADER = $(top_builddir)/src/config.h
Packit f00812
CONFIG_CLEAN_FILES =
Packit f00812
CONFIG_CLEAN_VPATH_FILES =
Packit f00812
AM_V_P = $(am__v_P_@AM_V@)
Packit f00812
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit f00812
am__v_P_0 = false
Packit f00812
am__v_P_1 = :
Packit f00812
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit f00812
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit f00812
am__v_GEN_0 = @echo "  GEN     " $@;
Packit f00812
am__v_GEN_1 = 
Packit f00812
AM_V_at = $(am__v_at_@AM_V@)
Packit f00812
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit f00812
am__v_at_0 = @
Packit f00812
am__v_at_1 = 
Packit f00812
SOURCES =
Packit f00812
DIST_SOURCES =
Packit f00812
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit f00812
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit f00812
	install-data-recursive install-dvi-recursive \
Packit f00812
	install-exec-recursive install-html-recursive \
Packit f00812
	install-info-recursive install-pdf-recursive \
Packit f00812
	install-ps-recursive install-recursive installcheck-recursive \
Packit f00812
	installdirs-recursive pdf-recursive ps-recursive \
Packit f00812
	tags-recursive uninstall-recursive
Packit f00812
am__can_run_installinfo = \
Packit f00812
  case $$AM_UPDATE_INFO_DIR in \
Packit f00812
    n|no|NO) false;; \
Packit f00812
    *) (install-info --version) >/dev/null 2>&1;; \
Packit f00812
  esac
Packit f00812
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit f00812
  distclean-recursive maintainer-clean-recursive
Packit f00812
am__recursive_targets = \
Packit f00812
  $(RECURSIVE_TARGETS) \
Packit f00812
  $(RECURSIVE_CLEAN_TARGETS) \
Packit f00812
  $(am__extra_recursive_targets)
Packit f00812
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit f00812
	distdir
Packit f00812
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit f00812
# Read a list of newline-separated strings from the standard input,
Packit f00812
# and print each of them once, without duplicates.  Input order is
Packit f00812
# *not* preserved.
Packit f00812
am__uniquify_input = $(AWK) '\
Packit f00812
  BEGIN { nonempty = 0; } \
Packit f00812
  { items[$$0] = 1; nonempty = 1; } \
Packit f00812
  END { if (nonempty) { for (i in items) print i; }; } \
Packit f00812
'
Packit f00812
# Make sure the list of sources is unique.  This is necessary because,
Packit f00812
# e.g., the same source file might be shared among _SOURCES variables
Packit f00812
# for different programs/libraries.
Packit f00812
am__define_uniq_tagged_files = \
Packit f00812
  list='$(am__tagged_files)'; \
Packit f00812
  unique=`for i in $$list; do \
Packit f00812
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit f00812
  done | $(am__uniquify_input)`
Packit f00812
ETAGS = etags
Packit f00812
CTAGS = ctags
Packit f00812
DIST_SUBDIRS = $(SUBDIRS)
Packit f00812
am__DIST_COMMON = $(srcdir)/Makefile.in README
Packit f00812
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit f00812
am__relativize = \
Packit f00812
  dir0=`pwd`; \
Packit f00812
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit f00812
  sed_rest='s,^[^/]*/*,,'; \
Packit f00812
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit f00812
  sed_butlast='s,/*[^/]*$$,,'; \
Packit f00812
  while test -n "$$dir1"; do \
Packit f00812
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit f00812
    if test "$$first" != "."; then \
Packit f00812
      if test "$$first" = ".."; then \
Packit f00812
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit f00812
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit f00812
      else \
Packit f00812
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit f00812
        if test "$$first2" = "$$first"; then \
Packit f00812
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit f00812
        else \
Packit f00812
          dir2="../$$dir2"; \
Packit f00812
        fi; \
Packit f00812
        dir0="$$dir0"/"$$first"; \
Packit f00812
      fi; \
Packit f00812
    fi; \
Packit f00812
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit f00812
  done; \
Packit f00812
  reldir="$$dir2"
Packit f00812
ACLOCAL = @ACLOCAL@
Packit f00812
ALLOCA = @ALLOCA@
Packit f00812
AMTAR = @AMTAR@
Packit f00812
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit f00812
AR = @AR@
Packit f00812
AUTOCONF = @AUTOCONF@
Packit f00812
AUTOHEADER = @AUTOHEADER@
Packit f00812
AUTOMAKE = @AUTOMAKE@
Packit f00812
AWK = @AWK@
Packit f00812
BISON = @BISON@
Packit f00812
CC = @CC@
Packit f00812
CCDEPMODE = @CCDEPMODE@
Packit f00812
CFLAGS = @CFLAGS@
Packit f00812
CPP = @CPP@
Packit f00812
CPPFLAGS = @CPPFLAGS@
Packit f00812
CXX = @CXX@
Packit f00812
CXXCPP = @CXXCPP@
Packit f00812
CXXDEPMODE = @CXXDEPMODE@
Packit f00812
CXXFLAGS = @CXXFLAGS@
Packit f00812
CYGPATH_W = @CYGPATH_W@
Packit f00812
DEFS = @DEFS@
Packit f00812
DEPDIR = @DEPDIR@
Packit f00812
DLLTOOL = @DLLTOOL@
Packit f00812
DSYMUTIL = @DSYMUTIL@
Packit f00812
DUMPBIN = @DUMPBIN@
Packit f00812
ECHO_C = @ECHO_C@
Packit f00812
ECHO_N = @ECHO_N@
Packit f00812
ECHO_T = @ECHO_T@
Packit f00812
EGREP = @EGREP@
Packit f00812
EXEEXT = @EXEEXT@
Packit f00812
FGREP = @FGREP@
Packit f00812
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
Packit f00812
GMSGFMT = @GMSGFMT@
Packit f00812
GMSGFMT_015 = @GMSGFMT_015@
Packit f00812
GREP = @GREP@
Packit f00812
HELP2MAN = @HELP2MAN@
Packit f00812
INDENT = @INDENT@
Packit f00812
INSTALL = @INSTALL@
Packit f00812
INSTALL_DATA = @INSTALL_DATA@
Packit f00812
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit f00812
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit f00812
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit f00812
INTLLIBS = @INTLLIBS@
Packit f00812
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
Packit f00812
LD = @LD@
Packit f00812
LDFLAGS = @LDFLAGS@
Packit f00812
LEX = @LEX@
Packit f00812
LEXLIB = @LEXLIB@
Packit f00812
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
Packit f00812
LIBICONV = @LIBICONV@
Packit f00812
LIBINTL = @LIBINTL@
Packit f00812
LIBOBJS = @LIBOBJS@
Packit f00812
LIBS = @LIBS@
Packit f00812
LIBTOOL = @LIBTOOL@
Packit f00812
LIPO = @LIPO@
Packit f00812
LN_S = @LN_S@
Packit f00812
LTLIBICONV = @LTLIBICONV@
Packit f00812
LTLIBINTL = @LTLIBINTL@
Packit f00812
LTLIBOBJS = @LTLIBOBJS@
Packit f00812
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit f00812
M4 = @M4@
Packit f00812
MAKEINFO = @MAKEINFO@
Packit f00812
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit f00812
MKDIR_P = @MKDIR_P@
Packit f00812
MSGFMT = @MSGFMT@
Packit f00812
MSGFMT_015 = @MSGFMT_015@
Packit f00812
MSGMERGE = @MSGMERGE@
Packit f00812
NM = @NM@
Packit f00812
NMEDIT = @NMEDIT@
Packit f00812
OBJDUMP = @OBJDUMP@
Packit f00812
OBJEXT = @OBJEXT@
Packit f00812
OTOOL = @OTOOL@
Packit f00812
OTOOL64 = @OTOOL64@
Packit f00812
PACKAGE = @PACKAGE@
Packit f00812
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit f00812
PACKAGE_NAME = @PACKAGE_NAME@
Packit f00812
PACKAGE_STRING = @PACKAGE_STRING@
Packit f00812
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit f00812
PACKAGE_URL = @PACKAGE_URL@
Packit f00812
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit f00812
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit f00812
POSUB = @POSUB@
Packit f00812
RANLIB = @RANLIB@
Packit f00812
SED = @SED@
Packit f00812
SET_MAKE = @SET_MAKE@
Packit f00812
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
Packit f00812
SHELL = @SHELL@
Packit f00812
STRIP = @STRIP@
Packit f00812
TEXI2DVI = @TEXI2DVI@
Packit f00812
USE_NLS = @USE_NLS@
Packit f00812
VERSION = @VERSION@
Packit f00812
XGETTEXT = @XGETTEXT@
Packit f00812
XGETTEXT_015 = @XGETTEXT_015@
Packit f00812
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
Packit f00812
YACC = @YACC@
Packit f00812
YFLAGS = @YFLAGS@
Packit f00812
abs_builddir = @abs_builddir@
Packit f00812
abs_srcdir = @abs_srcdir@
Packit f00812
abs_top_builddir = @abs_top_builddir@
Packit f00812
abs_top_srcdir = @abs_top_srcdir@
Packit f00812
ac_ct_AR = @ac_ct_AR@
Packit f00812
ac_ct_CC = @ac_ct_CC@
Packit f00812
ac_ct_CXX = @ac_ct_CXX@
Packit f00812
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit f00812
am__include = @am__include@
Packit f00812
am__leading_dot = @am__leading_dot@
Packit f00812
am__quote = @am__quote@
Packit f00812
am__tar = @am__tar@
Packit f00812
am__untar = @am__untar@
Packit f00812
bindir = @bindir@
Packit f00812
build = @build@
Packit f00812
build_alias = @build_alias@
Packit f00812
build_cpu = @build_cpu@
Packit f00812
build_os = @build_os@
Packit f00812
build_vendor = @build_vendor@
Packit f00812
builddir = @builddir@
Packit f00812
datadir = @datadir@
Packit f00812
datarootdir = @datarootdir@
Packit f00812
docdir = @docdir@
Packit f00812
dvidir = @dvidir@
Packit f00812
exec_prefix = @exec_prefix@
Packit f00812
host = @host@
Packit f00812
host_alias = @host_alias@
Packit f00812
host_cpu = @host_cpu@
Packit f00812
host_os = @host_os@
Packit f00812
host_vendor = @host_vendor@
Packit f00812
htmldir = @htmldir@
Packit f00812
includedir = @includedir@
Packit f00812
infodir = @infodir@
Packit f00812
install_sh = @install_sh@
Packit f00812
libdir = @libdir@
Packit f00812
libexecdir = @libexecdir@
Packit f00812
localedir = @localedir@
Packit f00812
localstatedir = @localstatedir@
Packit f00812
mandir = @mandir@
Packit f00812
mkdir_p = @mkdir_p@
Packit f00812
oldincludedir = @oldincludedir@
Packit f00812
pdfdir = @pdfdir@
Packit f00812
prefix = @prefix@
Packit f00812
program_transform_name = @program_transform_name@
Packit f00812
psdir = @psdir@
Packit f00812
sbindir = @sbindir@
Packit f00812
sharedstatedir = @sharedstatedir@
Packit f00812
srcdir = @srcdir@
Packit f00812
sysconfdir = @sysconfdir@
Packit f00812
target_alias = @target_alias@
Packit f00812
top_build_prefix = @top_build_prefix@
Packit f00812
top_builddir = @top_builddir@
Packit f00812
top_srcdir = @top_srcdir@
Packit f00812
EXTRA_DIST = \
Packit f00812
	testxxLexer.l \
Packit f00812
	debflex.awk \
Packit f00812
	README
Packit f00812
Packit f00812
SUBDIRS = \
Packit f00812
	manual \
Packit f00812
	fastwc
Packit f00812
Packit f00812
all: all-recursive
Packit f00812
Packit f00812
.SUFFIXES:
Packit f00812
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit f00812
	@for dep in $?; do \
Packit f00812
	  case '$(am__configure_deps)' in \
Packit f00812
	    *$$dep*) \
Packit f00812
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit f00812
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit f00812
	      exit 1;; \
Packit f00812
	  esac; \
Packit f00812
	done; \
Packit f00812
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
Packit f00812
	$(am__cd) $(top_srcdir) && \
Packit f00812
	  $(AUTOMAKE) --gnu examples/Makefile
Packit f00812
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit f00812
	@case '$?' in \
Packit f00812
	  *config.status*) \
Packit f00812
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit f00812
	  *) \
Packit f00812
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit f00812
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit f00812
	esac;
Packit f00812
Packit f00812
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit f00812
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit f00812
Packit f00812
$(top_srcdir)/configure:  $(am__configure_deps)
Packit f00812
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit f00812
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit f00812
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit f00812
$(am__aclocal_m4_deps):
Packit f00812
Packit f00812
mostlyclean-libtool:
Packit f00812
	-rm -f *.lo
Packit f00812
Packit f00812
clean-libtool:
Packit f00812
	-rm -rf .libs _libs
Packit f00812
Packit f00812
# This directory's subdirectories are mostly independent; you can cd
Packit f00812
# into them and run 'make' without going through this Makefile.
Packit f00812
# To change the values of 'make' variables: instead of editing Makefiles,
Packit f00812
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit f00812
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit f00812
# (2) otherwise, pass the desired values on the 'make' command line.
Packit f00812
$(am__recursive_targets):
Packit f00812
	@fail=; \
Packit f00812
	if $(am__make_keepgoing); then \
Packit f00812
	  failcom='fail=yes'; \
Packit f00812
	else \
Packit f00812
	  failcom='exit 1'; \
Packit f00812
	fi; \
Packit f00812
	dot_seen=no; \
Packit f00812
	target=`echo $@ | sed s/-recursive//`; \
Packit f00812
	case "$@" in \
Packit f00812
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit f00812
	  *) list='$(SUBDIRS)' ;; \
Packit f00812
	esac; \
Packit f00812
	for subdir in $$list; do \
Packit f00812
	  echo "Making $$target in $$subdir"; \
Packit f00812
	  if test "$$subdir" = "."; then \
Packit f00812
	    dot_seen=yes; \
Packit f00812
	    local_target="$$target-am"; \
Packit f00812
	  else \
Packit f00812
	    local_target="$$target"; \
Packit f00812
	  fi; \
Packit f00812
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit f00812
	  || eval $$failcom; \
Packit f00812
	done; \
Packit f00812
	if test "$$dot_seen" = "no"; then \
Packit f00812
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit f00812
	fi; test -z "$$fail"
Packit f00812
Packit f00812
ID: $(am__tagged_files)
Packit f00812
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit f00812
tags: tags-recursive
Packit f00812
TAGS: tags
Packit f00812
Packit f00812
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit f00812
	set x; \
Packit f00812
	here=`pwd`; \
Packit f00812
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit f00812
	  include_option=--etags-include; \
Packit f00812
	  empty_fix=.; \
Packit f00812
	else \
Packit f00812
	  include_option=--include; \
Packit f00812
	  empty_fix=; \
Packit f00812
	fi; \
Packit f00812
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit f00812
	  if test "$$subdir" = .; then :; else \
Packit f00812
	    test ! -f $$subdir/TAGS || \
Packit f00812
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit f00812
	  fi; \
Packit f00812
	done; \
Packit f00812
	$(am__define_uniq_tagged_files); \
Packit f00812
	shift; \
Packit f00812
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit f00812
	  test -n "$$unique" || unique=$$empty_fix; \
Packit f00812
	  if test $$# -gt 0; then \
Packit f00812
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit f00812
	      "$$@" $$unique; \
Packit f00812
	  else \
Packit f00812
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit f00812
	      $$unique; \
Packit f00812
	  fi; \
Packit f00812
	fi
Packit f00812
ctags: ctags-recursive
Packit f00812
Packit f00812
CTAGS: ctags
Packit f00812
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit f00812
	$(am__define_uniq_tagged_files); \
Packit f00812
	test -z "$(CTAGS_ARGS)$$unique" \
Packit f00812
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit f00812
	     $$unique
Packit f00812
Packit f00812
GTAGS:
Packit f00812
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit f00812
	  && $(am__cd) $(top_srcdir) \
Packit f00812
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit f00812
cscopelist: cscopelist-recursive
Packit f00812
Packit f00812
cscopelist-am: $(am__tagged_files)
Packit f00812
	list='$(am__tagged_files)'; \
Packit f00812
	case "$(srcdir)" in \
Packit f00812
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit f00812
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit f00812
	esac; \
Packit f00812
	for i in $$list; do \
Packit f00812
	  if test -f "$$i"; then \
Packit f00812
	    echo "$(subdir)/$$i"; \
Packit f00812
	  else \
Packit f00812
	    echo "$$sdir/$$i"; \
Packit f00812
	  fi; \
Packit f00812
	done >> $(top_builddir)/cscope.files
Packit f00812
Packit f00812
distclean-tags:
Packit f00812
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit f00812
Packit f00812
distdir: $(DISTFILES)
Packit f00812
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit f00812
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit f00812
	list='$(DISTFILES)'; \
Packit f00812
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit f00812
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit f00812
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit f00812
	case $$dist_files in \
Packit f00812
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit f00812
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit f00812
			   sort -u` ;; \
Packit f00812
	esac; \
Packit f00812
	for file in $$dist_files; do \
Packit f00812
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit f00812
	  if test -d $$d/$$file; then \
Packit f00812
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit f00812
	    if test -d "$(distdir)/$$file"; then \
Packit f00812
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit f00812
	    fi; \
Packit f00812
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit f00812
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit f00812
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit f00812
	    fi; \
Packit f00812
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit f00812
	  else \
Packit f00812
	    test -f "$(distdir)/$$file" \
Packit f00812
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit f00812
	    || exit 1; \
Packit f00812
	  fi; \
Packit f00812
	done
Packit f00812
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit f00812
	  if test "$$subdir" = .; then :; else \
Packit f00812
	    $(am__make_dryrun) \
Packit f00812
	      || test -d "$(distdir)/$$subdir" \
Packit f00812
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit f00812
	      || exit 1; \
Packit f00812
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit f00812
	    $(am__relativize); \
Packit f00812
	    new_distdir=$$reldir; \
Packit f00812
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit f00812
	    $(am__relativize); \
Packit f00812
	    new_top_distdir=$$reldir; \
Packit f00812
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit f00812
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit f00812
	    ($(am__cd) $$subdir && \
Packit f00812
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit f00812
	        top_distdir="$$new_top_distdir" \
Packit f00812
	        distdir="$$new_distdir" \
Packit f00812
		am__remove_distdir=: \
Packit f00812
		am__skip_length_check=: \
Packit f00812
		am__skip_mode_fix=: \
Packit f00812
	        distdir) \
Packit f00812
	      || exit 1; \
Packit f00812
	  fi; \
Packit f00812
	done
Packit f00812
check-am: all-am
Packit f00812
check: check-recursive
Packit f00812
all-am: Makefile
Packit f00812
installdirs: installdirs-recursive
Packit f00812
installdirs-am:
Packit f00812
install: install-recursive
Packit f00812
install-exec: install-exec-recursive
Packit f00812
install-data: install-data-recursive
Packit f00812
uninstall: uninstall-recursive
Packit f00812
Packit f00812
install-am: all-am
Packit f00812
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit f00812
Packit f00812
installcheck: installcheck-recursive
Packit f00812
install-strip:
Packit f00812
	if test -z '$(STRIP)'; then \
Packit f00812
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit f00812
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit f00812
	      install; \
Packit f00812
	else \
Packit f00812
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit f00812
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit f00812
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit f00812
	fi
Packit f00812
mostlyclean-generic:
Packit f00812
Packit f00812
clean-generic:
Packit f00812
Packit f00812
distclean-generic:
Packit f00812
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit f00812
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit f00812
Packit f00812
maintainer-clean-generic:
Packit f00812
	@echo "This command is intended for maintainers to use"
Packit f00812
	@echo "it deletes files that may require special tools to rebuild."
Packit f00812
clean: clean-recursive
Packit f00812
Packit f00812
clean-am: clean-generic clean-libtool mostlyclean-am
Packit f00812
Packit f00812
distclean: distclean-recursive
Packit f00812
	-rm -f Makefile
Packit f00812
distclean-am: clean-am distclean-generic distclean-tags
Packit f00812
Packit f00812
dvi: dvi-recursive
Packit f00812
Packit f00812
dvi-am:
Packit f00812
Packit f00812
html: html-recursive
Packit f00812
Packit f00812
html-am:
Packit f00812
Packit f00812
info: info-recursive
Packit f00812
Packit f00812
info-am:
Packit f00812
Packit f00812
install-data-am:
Packit f00812
Packit f00812
install-dvi: install-dvi-recursive
Packit f00812
Packit f00812
install-dvi-am:
Packit f00812
Packit f00812
install-exec-am:
Packit f00812
Packit f00812
install-html: install-html-recursive
Packit f00812
Packit f00812
install-html-am:
Packit f00812
Packit f00812
install-info: install-info-recursive
Packit f00812
Packit f00812
install-info-am:
Packit f00812
Packit f00812
install-man:
Packit f00812
Packit f00812
install-pdf: install-pdf-recursive
Packit f00812
Packit f00812
install-pdf-am:
Packit f00812
Packit f00812
install-ps: install-ps-recursive
Packit f00812
Packit f00812
install-ps-am:
Packit f00812
Packit f00812
installcheck-am:
Packit f00812
Packit f00812
maintainer-clean: maintainer-clean-recursive
Packit f00812
	-rm -f Makefile
Packit f00812
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit f00812
Packit f00812
mostlyclean: mostlyclean-recursive
Packit f00812
Packit f00812
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit f00812
Packit f00812
pdf: pdf-recursive
Packit f00812
Packit f00812
pdf-am:
Packit f00812
Packit f00812
ps: ps-recursive
Packit f00812
Packit f00812
ps-am:
Packit f00812
Packit f00812
uninstall-am:
Packit f00812
Packit f00812
.MAKE: $(am__recursive_targets) install-am install-strip
Packit f00812
Packit f00812
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
Packit f00812
	check-am clean clean-generic clean-libtool cscopelist-am ctags \
Packit f00812
	ctags-am distclean distclean-generic distclean-libtool \
Packit f00812
	distclean-tags distdir dvi dvi-am html html-am info info-am \
Packit f00812
	install install-am install-data install-data-am install-dvi \
Packit f00812
	install-dvi-am install-exec install-exec-am install-html \
Packit f00812
	install-html-am install-info install-info-am install-man \
Packit f00812
	install-pdf install-pdf-am install-ps install-ps-am \
Packit f00812
	install-strip installcheck installcheck-am installdirs \
Packit f00812
	installdirs-am maintainer-clean maintainer-clean-generic \
Packit f00812
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Packit f00812
	ps ps-am tags tags-am uninstall uninstall-am
Packit f00812
Packit f00812
.PRECIOUS: Makefile
Packit f00812
Packit f00812
Packit f00812
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit f00812
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit f00812
.NOEXPORT: